Skip to content

Bump Node dependencies: auth0, tanstack, vue/test-utils, jsdom#1046

Merged
dgee2 merged 5 commits intomainfrom
copilot/dependency-update/node/simple
May 1, 2026
Merged

Bump Node dependencies: auth0, tanstack, vue/test-utils, jsdom#1046
dgee2 merged 5 commits intomainfrom
copilot/dependency-update/node/simple

Conversation

@dgee2
Copy link
Copy Markdown
Owner

@dgee2 dgee2 commented May 1, 2026

Summary

This is a simple version bump — only package.json and pnpm-lock.yaml required changes. No source code was modified.

Packages updated

Package From To
@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

Note: msw (2.12.14) was intentionally excluded — upgrading msw to 2.14.x requires a coupled upgrade of msw-storybook-addon (a storybook-group package), which is handled in the companion PR copilot/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 the tanstack group, bumped together as a patch release.
  • All updates are patch/minor releases with no breaking changes or migration guides — classified as simple version bumps.

Best-practice changes

No best-practice changes were introduced or suggested by any of these updates. Decision: do not implement now.

Validation

cd backend && dotnet restore MenuApi.sln && dotnet build MenuApi.sln --configuration Release --no-restore

✅ Build succeeded (0 errors, 0 warnings)

cd ui/menu-website
pnpm install --frozen-lockfile
pnpm run generate-openapi
pnpm run lint
pnpm run build
pnpm run test

✅ generate-openapi passed
✅ lint passed (0 errors)
✅ build passed
✅ test passed — 18 test files / 33 tests (all Storybook/Chromium)

- @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>
Copilot AI review requested due to automatic review settings May 1, 2026 08:06
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 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-vue to 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 update pnpm-lock.yaml accordingly

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.

Comment thread ui/menu-website/package.json
Copilot finished work on behalf of dgee2 May 1, 2026 11:13
Copilot AI review requested due to automatic review settings May 1, 2026 11:15
@dgee2 dgee2 enabled auto-merge (squash) May 1, 2026 11:16
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

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.

Comment thread ui/menu-website/package.json Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 1, 2026 11:18
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

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.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 1, 2026

@dgee2 dgee2 merged commit ba41770 into main May 1, 2026
13 checks passed
@dgee2 dgee2 deleted the copilot/dependency-update/node/simple branch May 1, 2026 11:31
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.

3 participants