Bump Node dependencies: auth0, tanstack, vue/test-utils, jsdom#1046
Bump Node dependencies: auth0, tanstack, vue/test-utils, jsdom#1046
Conversation
- @auth0/auth0-vue: 2.5.0 -> 2.6.0 - @tanstack/vue-query: 5.100.5 -> 5.100.6 - @tanstack/vue-query-devtools: 6.1.24 -> 6.1.25 - @tanstack/eslint-plugin-query: 5.100.5 -> 5.100.6 - @vue/test-utils: 2.4.9 -> 2.4.10 - jsdom: 29.1.0 -> 29.1.1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates selected frontend (ui/menu-website) Node dependencies to newer patch/minor versions, keeping the lockfile in sync and maintaining compatibility with existing tooling and CI.
Changes:
- Bump
@auth0/auth0-vueto 2.6.0 (and associated Auth0 transitive deps in lockfile) - Bump TanStack Query packages (
@tanstack/vue-query,@tanstack/vue-query-devtools,@tanstack/eslint-plugin-query) - Bump test/runtime tooling deps (
@vue/test-utils,jsdom) and updatepnpm-lock.yamlaccordingly
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| ui/menu-website/package.json | Updates direct dependency version ranges for Auth0, TanStack Query, Vue test utils, and jsdom |
| ui/menu-website/pnpm-lock.yaml | Refreshes resolved versions/integrities and transitive dependency graph for the bumps |
Files not reviewed (1)
- ui/menu-website/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/dgee2/Menu/sessions/7b1d3b59-3732-4516-912e-88d9b2d01a04 Co-authored-by: dgee2 <5671841+dgee2@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- ui/menu-website/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.
Files not reviewed (1)
- ui/menu-website/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



Summary
This is a simple version bump — only
package.jsonandpnpm-lock.yamlrequired changes. No source code was modified.Packages updated
@auth0/auth0-vue@tanstack/vue-query@tanstack/vue-query-devtools@tanstack/eslint-plugin-query@vue/test-utilsjsdomNote:
msw(2.12.14) was intentionally excluded — upgradingmswto 2.14.x requires a coupled upgrade ofmsw-storybook-addon(a storybook-group package), which is handled in the companion PRcopilot/dependency-update/node/code-change-storybook.Grouping rationale
@auth0/auth0-vue,@vue/test-utils,jsdom— standalone packages with no named group, suitable for batch simple bump.@tanstack/vue-query,@tanstack/vue-query-devtools,@tanstack/eslint-plugin-query— all part of thetanstackgroup, bumped together as a patch release.Best-practice changes
No best-practice changes were introduced or suggested by any of these updates. Decision: do not implement now.
Validation
✅ Build succeeded (0 errors, 0 warnings)
✅ generate-openapi passed
✅ lint passed (0 errors)
✅ build passed
✅ test passed — 18 test files / 33 tests (all Storybook/Chromium)