chore(deps): update dependency @react-three/postprocessing to v3.0.5 - #250
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @react-three/postprocessing to v3.0.5#250renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/react-three-postprocessing-3.0.x-lockfile
branch
from
August 15, 2026 08:45
9e170b0 to
5bca483
Compare
nicolasfara
force-pushed
the
renovate/react-three-postprocessing-3.0.x-lockfile
branch
from
August 15, 2026 08:49
5bca483 to
8db993b
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
nicolasfara
force-pushed
the
renovate/react-three-postprocessing-3.0.x-lockfile
branch
3 times, most recently
from
August 17, 2026 10:08
38f92b0 to
9772af6
Compare
nicolasfara
force-pushed
the
renovate/react-three-postprocessing-3.0.x-lockfile
branch
7 times, most recently
from
August 29, 2026 08:41
cdf206d to
6e43263
Compare
nicolasfara
force-pushed
the
renovate/react-three-postprocessing-3.0.x-lockfile
branch
from
August 30, 2026 18:49
6e43263 to
7f2a4ca
Compare
nicolasfara
force-pushed
the
renovate/react-three-postprocessing-3.0.x-lockfile
branch
from
August 31, 2026 06:13
7f2a4ca to
148c295
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.4→3.0.5Release Notes
pmndrs/react-postprocessing (@react-three/postprocessing)
v3.0.5Compare Source
Fixed
useMemo, which React may discard without running cleanup. Creation moved into a proper effect lifecycle instead. (#353) by @kvvasuurenderer.autoClearandrenderer.toneMappingwere force-set and never restored. They're now restored on unmount. (#358) by @kvvasuuwrapEffectonto a manual construct/dispose pattern so the tupleoffsetprop is correctly coerced. (#355) by @kvvasuuSelect's effect depending on its own write; it now diffs newly-claimed/released objects against what it previously claimed instead of clearing and re-adding unconditionally. (#359) by @kvvasuuMesh/Line/Pointssubclasses (isMesh/isLine/isPoints), not just an exacttype === 'Mesh'check - custom mesh subclasses are now selectable. (#359) by @kvvasuuaddLight/removeLighton a null object. (#360) by @kvvasuuuseSelectionSynchook, which also stops the selection effect from re-running on every render (it previously depended on an unstable spreadpropsobject). (#360) by @kvvasuupatternScale,multisampling,resolutionScale,resolutionX,resolutionYare now wired up as live constructor options. (#360) by @kvvasuuradius,levels,resolutionScale,resolutionX,resolutionYare now wired up as live constructor options. (#360) by @kvvasuu<primitive>-based effects now dispose themselves (newuseDisposehook). (#355) by @kvvasuubugs/homepagefields). (#347) by @2lll5Changed
wrapEffectsplit out ofutil.tsxinto its own module; Effect components droppedforwardRefin favor ofrefas a plain, optional prop. (#352) by @kvvasuu@react-three/fiberpeer floor raised to>=9.7.0. (#353) by @kvvasuupostprocessingmoved from a pinneddependenciesentry to apeerDependenciesrange (^6.36.0);threepeer floor raised to>= 0.182.0. (#351) by @kvvasuuAdded
master, by @krispyaNew Contributors
Full Changelog: pmndrs/react-postprocessing@v3.0.4...v3.0.5
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.