Skip to content

chore(deps): update Node.js minor dependencies#1088

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

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

Conversation

@dgee2

@dgee2 dgee2 commented May 26, 2026

Copy link
Copy Markdown
Owner

Summary

Update 10 Node.js minor-level dependencies across authentication, testing, type definitions, and build tools.

Dependency Updates

Production Dependencies

Package Current Latest Type
@auth0/auth0-vue 2.6.0 2.7.0 minor

Development Dependencies

Package Current Latest Type
@playwright/test 1.59.1 1.60.0 minor
@types/node 25.6.0 25.9.1 minor
eslint 10.2.1 10.4.0 minor
globals 17.5.0 17.6.0 minor
jiti 2.6.1 2.7.0 minor
msw 2.12.14 2.14.6 minor
playwright 1.59.1 1.60.0 minor
sass-embedded 1.99.0 1.100.0 minor
vue-tsc 3.2.7 3.3.2 minor

Validation

  • Linting: ESLint passed with no errors
  • Installation: Dependencies installed successfully

Risk Assessment

Medium Risk: Minor version updates that may include new features alongside bug fixes. Key updates:

  • Auth0: Authentication library update (production dependency)
  • Playwright: End-to-end testing framework update
  • ESLint: Linting tool update
  • MSW: Mock Service Worker for API mocking in tests
  • TypeScript tooling: Type definitions and compiler updates

Notes

  • All updates follow semantic versioning
  • Lockfile (pnpm-lock.yaml) updated to match new versions
  • No manual code changes required
  • Combined into single PR as these are independent single-package updates

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 10 minor-level dependencies:

Production:
- @auth0/auth0-vue: 2.6.0 → 2.7.0

Development:
- @playwright/test: 1.59.1 → 1.60.0
- @types/node: 25.6.0 → 25.9.1
- eslint: 10.2.1 → 10.4.0
- globals: 17.5.0 → 17.6.0
- jiti: 2.6.1 → 2.7.0
- msw: 2.12.14 → 2.14.6
- playwright: 1.59.1 → 1.60.0
- sass-embedded: 1.99.0 → 1.100.0
- vue-tsc: 3.2.7 → 3.3.2

Validation: ESLint passed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 26, 2026 08:20
@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 minor-version Node.js dependencies for the ui/menu-website frontend, covering authentication (Auth0), E2E testing (Playwright), linting, MSW, and TypeScript tooling.

Changes:

  • Bump @auth0/auth0-vue (prod) and several dev tools including Playwright, ESLint, MSW, and vue-tsc.
  • Update pnpm-lock.yaml to reflect the new dependency graph and transitive upgrades.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
ui/menu-website/package.json Updates declared dependency versions (prod + dev) to newer minor releases.
ui/menu-website/pnpm-lock.yaml Updates the lockfile to align with the bumped package versions and updated transitive dependencies.
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 on lines 66 to 68
"jsdom": "^29.1.1",
"msw": "^2.12.14",
"msw": "^2.14.6",
"msw-storybook-addon": "^2.0.6",
Comment on lines 39 to 41
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.59.1",
"@playwright/test": "^1.60.0",
"@quasar/app-vite": "^2.6.0",
@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