chore(deps): upgrade all dependencies#1543
Closed
yanglbme wants to merge 1 commit into
Closed
Conversation
- Root: @types/node ^25.7.0 -> ^25.8.0, eslint ^10.3.0 -> ^10.4.0 - apps/web: @aws-sdk ^3.1045 -> ^3.1048, @cloudflare/vite-plugin 1.36.3 -> 1.37.1, @cloudflare/workers-types ^4.20260511 -> ^4.20260516, @vitejs/plugin-vue ^6.0.6 -> ^6.0.7, rollup ^4.60.3 -> ^4.60.4, vite ^8.0.12 -> ^8.0.13, vue-tsc ^3.2.8 -> ^3.2.9, wrangler ^4.90.0 -> ^4.92.0 - apps/vscode: isomorphic-dompurify ^3.12.0 -> ^3.13.0, @types/vscode ^1.118.0 -> ^1.120.0 - packages/core: fflate ^0.8.2 -> ^0.8.3, isomorphic-dompurify ^3.12.0 -> ^3.13.0 - packages/example: wrangler ^4.87.0 -> ^4.92.0 - packages/mcp-server: tsx ^4.21.0 -> ^4.22.0, @types/node ^25.7.0 -> ^25.8.0 - packages/shared: axios ^1.16.0 -> ^1.16.1 - Update pnpm-lock.yaml accordingly - Prettier remains pinned at 2.8.8 - @codemirror/view remains pinned at 6.42.1 (override + patch)
|
😭 Surge Preview build failed. Please check the workflow run for details. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependency version ranges across the pnpm monorepo, covering shared libraries, the Vue web app, the VS Code extension, core markdown rendering package, example deployment package, and MCP server.
Changes:
- Bumps runtime libraries such as AWS SDK, axios, fflate, and isomorphic-dompurify.
- Updates build/tooling dependencies including Vite, Rollup, Wrangler, ESLint, vue-tsc, tsx, and type packages.
- Keeps pinned/patched dependencies such as Prettier and
@codemirror/viewunchanged in manifests.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
package.json |
Updates root Node typings and ESLint versions. |
apps/web/package.json |
Updates web app runtime and Vite/Cloudflare build tooling dependencies. |
apps/vscode/package.json |
Updates VS Code extension sanitizer and VS Code type definitions. |
packages/core/package.json |
Updates markdown core compression and DOM sanitization dependencies. |
packages/example/package.json |
Updates Wrangler for the example package. |
packages/mcp-server/package.json |
Updates MCP server tsx runtime helper and Node typings. |
packages/shared/package.json |
Updates shared package axios dependency. |
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.
Summary
Upgrade all project dependencies to latest compatible versions via
pnpm update --recursive --latest.Root package.json
apps/web
apps/vscode
packages/core
packages/example
packages/mcp-server
packages/shared
Kept Unchanged