chore: pnpm update #85
Merged
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.
Greptile Overview
Greptile Summary
This PR updates all workspace dependencies through
pnpm update, bringing patch/minor version updates for React, Firebase, testing libraries, and various build tools.Major dependency updates:
@firebase/firestore: 4.9.0 → 4.9.3 (patch)@sentry/react: 10.1.0 → 10.32.1 (minor update)@tanstack/react-query: 5.84.2 → 5.90.16 (minor update)@types/node: 24.9.2 → 25.0.3 (major version for types)@testing-library/react: 16.3.0 → 16.3.1 (patch)Configuration changes:
peerDependencyRules.allowAnyfor storybook to suppress peer dependency warningsesbuildtoonlyBuiltDependencieslist to ensure it's built from source when neededAll updates are within semver ranges specified in
package.jsonfiles. The dependency changes are routine updates that should maintain compatibility.Confidence Score: 4/5
@types/nodemajor version bump (24→25) only affects TypeScript type definitions and shouldn't cause runtime issues. The workspace configuration changes (peerDependencyRules and onlyBuiltDependencies) are valid pnpm settings. However, CI must pass to verify no unexpected breaking changes in the updated dependencies.Important Files Changed
File Analysis
peerDependencyRules.allowAnyfor storybook andesbuildtoonlyBuiltDependencieslist@types/node24.9.2→25.0.3, vite 7.1.12→7.3.1, and esbuild 0.25.11→0.25.12 (with new 0.27.2 version)