chore: update to pnpm 11 and dependencies across multiple packages - #840
Merged
Conversation
- Bump knip to version 6.15.0 in package.json - Update pnpm to version 11.5.3 - Upgrade @biomejs/biome to 2.4.16 in pnpm-workspace.yaml - Update @types/react to 19.2.16 in pnpm-workspace.yaml - Upgrade various dependencies in synapse-playground, including react, react-dom, and vite - Update @tanstack/react-query to version 5.101.0 in multiple packages - Upgrade @astrojs/starlight and astro in docs package.json - Update type-fest to version 5.7.0 in synapse-core and synapse-react packages - Upgrade @clack/prompts and @remix-run/fs in examples/cli package.json
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
synapse-dev | 2d2d7bc | Commit Preview URL Branch Preview URL |
Jun 11 2026, 04:25 PM |
wjmelements
approved these changes
Jun 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the monorepo’s pnpm toolchain and refreshes dependency versions across packages to keep the workspace aligned on newer ecosystem releases.
Changes:
- Bump repository
packageManagertopnpm@11.5.3and update root dev tooling (e.g.,knip). - Update
pnpm-workspace.yamlcatalog versions (@biomejs/biome,@types/react,ox). - Refresh package-level dependencies/devDependencies across docs, examples, and the playground app (e.g., TanStack Query, React, Wrangler, Vite, type-fest).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates catalog versions used across the workspace. |
| package.json | Pins pnpm to v11 and bumps root dev tooling. |
| packages/synapse-react/package.json | Bumps type-fest devDependency. |
| packages/synapse-core/package.json | Bumps type-fest devDependency. |
| examples/cli/package.json | Updates CLI example dependencies. |
| docs/package.json | Updates docs site dependencies (Astro/Starlight, TanStack Query, Wrangler). |
| apps/synapse-playground/package.json | Updates playground dependencies (TanStack Query, React, RHF, Vite, Wrangler). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
35
to
39
| "engines": { | ||
| "node": ">=22" | ||
| }, | ||
| "packageManager": "pnpm@10.33.0", | ||
| "packageManager": "pnpm@11.5.3", | ||
| "devEngines": { |
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.
No description provided.