Skip to content

chore: upgrade dependencies#1569

Merged
yanglbme merged 1 commit into
mainfrom
chore/upgrade-dependencies
May 25, 2026
Merged

chore: upgrade dependencies#1569
yanglbme merged 1 commit into
mainfrom
chore/upgrade-dependencies

Conversation

@yanglbme
Copy link
Copy Markdown
Member

@yanglbme yanglbme commented May 25, 2026

Summary

Upgrade outdated dependencies across the monorepo.

Changes

Package From To
npm-run-all2 9.0.0 9.0.1
reka-ui 2.9.7 2.9.8
vite 8.0.13 8.0.14
@aws-sdk/client-s3 3.1050.0 3.1053.0
@aws-sdk/s3-request-presigner 3.1050.0 3.1053.0
@cloudflare/vite-plugin 1.37.2 1.38.0
@cloudflare/workers-types 4.20260520.1 4.20260523.1
wrangler 4.93.0 4.94.0

prettier intentionally kept at 2.8.8 (project constraint).
tinyexec@1.2.2 (transitive dep of wxt) skipped due to trustPolicy: no-downgrade check.

- npm-run-all2: 9.0.0 -> 9.0.1
- reka-ui: 2.9.7 -> 2.9.8
- vite: 8.0.13 -> 8.0.14
- @aws-sdk/client-s3: 3.1050.0 -> 3.1053.0
- @aws-sdk/s3-request-presigner: 3.1050.0 -> 3.1053.0
- @cloudflare/vite-plugin: 1.37.2 -> 1.38.0
- @cloudflare/workers-types: 4.20260520.1 -> 4.20260523.1
- wrangler: 4.93.0 -> 4.94.0
Copilot AI review requested due to automatic review settings May 25, 2026 00:41
@github-actions
Copy link
Copy Markdown

🚀 Cloudflare Workers Preview has been successfully deployed!

Preview URL: https://md-pr-1569.doocs.workers.dev

Built with commit e6a84ae

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

Updates a set of monorepo dependencies (mainly tooling and Cloudflare/AWS SDK-related packages) to their latest patch releases, keeping the workspace aligned and refreshing the pnpm lockfile accordingly.

Changes:

  • Bumped build/dev tooling versions (e.g., npm-run-all2, vite, wrangler, @cloudflare/vite-plugin, @cloudflare/workers-types).
  • Updated UI/runtime dependencies in the web app (reka-ui) and AWS SDK packages (@aws-sdk/client-s3, @aws-sdk/s3-request-presigner).
  • Regenerated pnpm-lock.yaml to reflect the upgraded dependency graph (including new transitive additions like rosie-skills).

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
pnpm-lock.yaml Regenerated lockfile reflecting upgraded direct/transitive dependencies across the workspace.
package.json Bumps root dev dependency npm-run-all2 to ^9.0.1.
apps/web/package.json Updates web app deps/devDeps: AWS SDK, reka-ui, Cloudflare tooling, vite, and wrangler.
packages/example/package.json Updates example package dev dependency wrangler to ^4.94.0.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@github-actions
Copy link
Copy Markdown

🚀 Surge Preview has been successfully deployed!

Preview URL: https://doocs-md-preview-pr-1569.surge.sh

Built with commit e6a84ae

@yanglbme yanglbme merged commit 85a551b into main May 25, 2026
3 checks passed
@yanglbme yanglbme deleted the chore/upgrade-dependencies branch May 25, 2026 00:45
@github-actions
Copy link
Copy Markdown

🗑️ Cloudflare Workers preview deployment has been cleaned up.

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