chore: upgrade deps#1565
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependency versions across the pnpm monorepo, refreshing Node type definitions and several web/workflow-related packages, and also updates the Surge preview deploy workflow’s artifact download action to a newer major version.
Changes:
- Bump
@types/nodefrom^25.9.0to^25.9.1(root +packages/mcp-server) and regeneratepnpm-lock.yamlaccordingly. - Upgrade select app dependencies/devDependencies in
apps/web(AWS SDK S3 packages, Cloudflare workers types,unplugin-vue-components,vue-tsc). - Update
.github/workflows/surge-preview-deploy.ymlto usedawidd6/action-download-artifact@v21(fromv14).
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pnpm-lock.yaml |
Lockfile refresh reflecting the upgraded dependency graph (Node types, AWS SDK, TypeScript ESLint, etc.). |
package.json |
Updates root devDependency @types/node to ^25.9.1. |
apps/web/package.json |
Upgrades AWS S3 deps and several build/dev tooling packages used by the web app. |
packages/mcp-server/package.json |
Updates @types/node for the MCP server package. |
.github/workflows/surge-preview-deploy.yml |
Bumps artifact download GitHub Action to dawidd6/action-download-artifact@v21. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
|
🚀 Cloudflare Workers Preview has been successfully deployed! Preview URL: https://md-pr-1565.doocs.workers.dev Built with commit 94ab464 |
|
🚀 Surge Preview has been successfully deployed! Preview URL: https://doocs-md-preview-pr-1565.surge.sh Built with commit 94ab464 |
|
🗑️ Cloudflare Workers preview deployment has been cleaned up. |
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.