chore(deps): catch up postprocessing, lucide-react and zod - #42
Merged
Merged
Conversation
- @react-three/postprocessing 3.1.0 -> 3.1.1, lucide-react 1.34.0 -> 1.38.0, zod 4.4.3 -> 4.5.4 - lockfile-only, all three already sat inside their existing ranges - hero effect chain re-probed under postprocessing 3.1.1 / three 0.185.1
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This branch was successfully deployed
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.
picks up the in-range updates dependabot hadn't proposed yet. lockfile-only, nothing moved in
package.json.@react-three/postprocessing3.1.0 -> 3.1.1lucide-react1.34.0 -> 1.38.0. dependabot only just moved it to 1.34.0 in chore(deps): bump the production group with 2 updates #40 and it's already four minors behind, so it's worth sweeping this one directly rather than waiting a cyclezod4.4.3 -> 4.5.4re-ran the hero probe since postprocessing moved:
BrightnessContrast,Bloom(mipmapBlur),Vignetteand the combinedEffectPassall construct against postprocessing 3.1.1 + three 0.185.1.typecheck,lint,buildgreen on node 22,npm audit0, all 7 routes serve 200 and the resume previews still resolve to v5.after this the only
npm outdatedrows left are the two deliberate holds (eslint10,typescript7), both still blocked upstream.