Skip to content

chore(deps): update Node.js patch dependencies#1086

Closed
dgee2 wants to merge 1 commit into
mainfrom
copilot/dependency-update/node/patch
Closed

chore(deps): update Node.js patch dependencies#1086
dgee2 wants to merge 1 commit into
mainfrom
copilot/dependency-update/node/patch

Conversation

@dgee2

@dgee2 dgee2 commented May 26, 2026

Copy link
Copy Markdown
Owner

Summary

Update 15 Node.js patch-level dependencies in the frontend (ui/menu-website).

Dependency Updates

Production Dependencies

Package Current Latest Type
@tanstack/vue-query 5.100.6 5.100.14 patch
@tanstack/vue-query-devtools 6.1.25 6.1.33 patch
vue 3.5.33 3.5.34 patch
vue-router 5.0.6 5.0.7 patch

Development Dependencies

Package Current Latest Type
@tanstack/eslint-plugin-query 5.100.6 5.100.14 patch
@vitejs/plugin-vue 6.0.6 6.0.7 patch
@vitest/browser-playwright 4.1.5 4.1.7 patch
@vitest/coverage-v8 4.1.5 4.1.7 patch
@vitest/eslint-plugin 1.6.16 1.6.18 patch
eslint-plugin-playwright 2.10.2 2.10.4 patch
eslint-plugin-vue 10.9.0 10.9.1 patch
msw-storybook-addon 2.0.6 2.0.7 patch
vite 8.0.10 8.0.14 patch
vite-plugin-vue-devtools 8.1.1 8.1.2 patch
vitest 4.1.5 4.1.7 patch

Validation

  • Linting: ESLint passed with no errors
  • ⚠️ Type checking: Requires OpenAPI spec (generated by backend build)
  • ⚠️ Tests: Require Playwright browser installation (skipped in CI environment)

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

  • Lockfile (pnpm-lock.yaml) updated to match new versions
  • All dependencies remain within their respective semver ranges
  • No manual code changes required

This 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.dev

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "cdn.playwright.dev"

See Network Configuration for more information.

Generated by Dependency Update Node · ● 16.7M ·

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>
Copilot AI review requested due to automatic review settings May 26, 2026 08:19
@dgee2 dgee2 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2026
@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 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.yaml to 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",
@dgee2 dgee2 closed this May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants