chore(deps): update Node.js patch dependencies#1086
Closed
dgee2 wants to merge 1 commit into
Closed
Conversation
Update 15 patch-level dependencies: - @tanstack/vue-query: 5.100.6 → 5.100.14 - @tanstack/vue-query-devtools: 6.1.25 → 6.1.33 - @tanstack/eslint-plugin-query: 5.100.6 → 5.100.14 - @vitejs/plugin-vue: 6.0.6 → 6.0.7 - @vitest/browser-playwright: 4.1.5 → 4.1.7 - @vitest/coverage-v8: 4.1.5 → 4.1.7 - @vitest/eslint-plugin: 1.6.16 → 1.6.18 - eslint-plugin-playwright: 2.10.2 → 2.10.4 - eslint-plugin-vue: 10.9.0 → 10.9.1 - msw-storybook-addon: 2.0.6 → 2.0.7 - vite: 8.0.10 → 8.0.14 - vite-plugin-vue-devtools: 8.1.1 → 8.1.2 - vitest: 4.1.5 → 4.1.7 - vue: 3.5.33 → 3.5.34 - vue-router: 5.0.6 → 5.0.7 Validation: ESLint passed. All updates are backward-compatible patch releases. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates frontend (ui/menu-website) Node.js dependencies and refreshes the pnpm lockfile to reflect the new resolved versions.
Changes:
- Bumped Vue, Vue Router, TanStack Vue Query, and several build/test tooling packages to newer patch versions.
- Updated
pnpm-lock.yamlto capture the new dependency graph and transitive resolutions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| ui/menu-website/package.json | Updates direct production/dev dependency version ranges (Vue, Vue Router, Vite, Vitest, etc.). |
| ui/menu-website/pnpm-lock.yaml | Updates resolved dependency tree; introduces new transitive resolutions from the updated packages. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+224
to
+227
| '@babel/generator@8.0.0-rc.6': | ||
| resolution: {integrity: sha512-6mIzgVK8DgEzvIapoQwhXTMnnkuE4STQmVv9H03i/tZ2ml8oev3TRvZJgTenK2Bsq0YWNtzOrFdTyNzCMFtjJQ==} | ||
| engines: {node: ^22.18.0 || >=24.11.0} | ||
|
|
Comment on lines
+9368
to
+9371
| vue-router@5.0.7(@vue/compiler-sfc@3.5.34)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.34(typescript@6.0.3)))(vue@3.5.34(typescript@6.0.3)): | ||
| dependencies: | ||
| '@babel/generator': 7.29.1 | ||
| '@vue-macros/common': 3.1.2(vue@3.5.33(typescript@6.0.3)) | ||
| '@babel/generator': 8.0.0-rc.6 | ||
| '@vue-macros/common': 3.1.2(vue@3.5.34(typescript@6.0.3)) |
Comment on lines
+4542
to
4546
| vite-plugin-vue-inspector@6.0.0: | ||
| resolution: {integrity: sha512-OpyITJLgZNibxlrik1EmRtvXHDjLRxNPsWkGFTERZs2LgMEdG4W0WoFt5GIgp3a3jRou+eJR8U1zOBk/XQgEbw==} | ||
| peerDependencies: | ||
| vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 | ||
|
|
Comment on lines
+35
to
+36
| "vue": "^3.5.34", | ||
| "vue-router": "^5.0.7" |
Comment on lines
+76
to
+78
| "vite": "^8.0.14", | ||
| "vite-plugin-vue-devtools": "^8.1.2", | ||
| "vitest": "^4.1.7", |
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
Update 15 Node.js patch-level dependencies in the frontend (
ui/menu-website).Dependency Updates
Production Dependencies
@tanstack/vue-query@tanstack/vue-query-devtoolsDevelopment Dependencies
@tanstack/eslint-plugin-query@vitejs/plugin-vue@vitest/browser-playwright@vitest/coverage-v8@vitest/eslint-pluginValidation
Risk Assessment
Low Risk: All updates are patch-level releases following semantic versioning. These updates include bug fixes and minor improvements with no breaking changes.
Notes
pnpm-lock.yaml) updated to match new versionsThis PR was created by the automated dependency update workflow.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
cdn.playwright.devSee Network Configuration for more information.