Skip to content

chore(deps): upgrade all dependencies#1543

Closed
yanglbme wants to merge 1 commit into
mainfrom
chore/upgrade-all-deps-2026-05
Closed

chore(deps): upgrade all dependencies#1543
yanglbme wants to merge 1 commit into
mainfrom
chore/upgrade-all-deps-2026-05

Conversation

@yanglbme
Copy link
Copy Markdown
Member

Summary

Upgrade all project dependencies to latest compatible versions via pnpm update --recursive --latest.

Root package.json

  • @types/node: ^25.7.0 -> ^25.8.0
  • eslint: ^10.3.0 -> ^10.4.0

apps/web

  • @aws-sdk/client-s3: ^3.1045.0 -> ^3.1048.0
  • @aws-sdk/s3-request-presigner: ^3.1045.0 -> ^3.1048.0
  • @cloudflare/vite-plugin: 1.36.3 -> 1.37.1
  • @cloudflare/workers-types: ^4.20260511.1 -> ^4.20260516.1
  • @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

Kept Unchanged

  • prettier: 2.8.8 (pinned)
  • @codemirror/view: 6.42.1 (override + patch)

- 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)
Copilot AI review requested due to automatic review settings May 16, 2026 05:10
@github-actions
Copy link
Copy Markdown

😭 Surge Preview build failed.

Please check the workflow run for details.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/view unchanged 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.

@yanglbme yanglbme closed this May 16, 2026
@yanglbme yanglbme deleted the chore/upgrade-all-deps-2026-05 branch May 16, 2026 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants