Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps the vue group with 6 updates in the /ui/menu-website directory:

Package From To
@auth0/auth0-vue 2.4.0 2.5.0
vue 3.5.22 3.5.25
vue-router 4.6.3 4.6.4
@vitejs/plugin-vue 6.0.1 6.0.3
vite-plugin-vue-devtools 7.7.7 7.7.9
vue-tsc 3.1.1 3.1.8

Updates @auth0/auth0-vue from 2.4.0 to 2.5.0

Release notes

Sourced from @​auth0/auth0-vue's releases.

v2.5.0

Added

Changelog

Sourced from @​auth0/auth0-vue's changelog.

v2.5.0 (2025-12-12)

Full Changelog

Added

Commits
  • 11da27d Release v2.5.0 (#507)
  • 51cdce6 fix: correct GitHub Actions paths in npm-release workflow (#506)
  • 35be2f7 revert: failed release v2.5.0 commit (#505)
  • ca30a9d Release v2.5.0 (#504)
  • 8ea1888 fix: upgrade TypeScript and TypeDoc to support Vue 3.5.21 (#503)
  • 6dede2d feat: add DPoP support with fetcher API (#500)
  • 43b2fe6 docs: Add Ask DeepWiki badge to README (#498)
  • 91d834b chore: Add Claude Code PR Review GitHub Action workflow (#493)
  • 7c5a402 (chore) Upgrade Node.js to v22, update GitHub Actions, and bump Vue to v3.5.2...
  • 7866a07 chore(ci): Remove Semgrep GHA Workflow (#476)
  • Additional commits viewable in compare view

Updates vue from 3.5.22 to 3.5.25

Release notes

Sourced from vue's releases.

v3.5.25

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.24

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.23

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.25 (2025-11-24)

Bug Fixes

3.5.24 (2025-11-07)

Reverts

3.5.23 (2025-11-06)

Bug Fixes

  • compiler-core: correctly handle ts type assertions in expressions (#13397) (e6544ac), closes #13395
  • compiler-core: fix v-bind shorthand handling for in-DOM templates (#13933) (b3cca26), closes #13930
  • compiler-sfc: resolve numeric literals and template literals without expressions as static property key (#13998) (75d44c7)
  • compiler-ssr: textarea with v-text directive SSR (#13975) (006a0c1)
  • compiler: using guard instead of non-nullish assertion (#13982) (dcc6f36)
  • custom-element: batch custom element prop patching (#13478) (c13e674), closes #12619
  • custom-element: optimize slot retrieval to avoid duplicates (#13961) (84ca349), closes #13955
  • hydration: avoid mismatch during hydrate text with newlines in interpolation (#9232) (6cbdf78), closes #9229
  • runtime-core: pass props and children to loadingComponent (#13997) (40c4b2a)
  • runtime-dom: ensure iframe sandbox is handled as an attribute to prevent unintended behavior (#13950) (5689884), closes #13946
  • suspense: clear placeholder and fallback el after resolve to enable GC (#13928) (f411c66)
  • transition-group: use offsetLeft and offsetTop instead of getBoundingClientRect to avoid transform scale affect animation (#6108) (dc4dd59), closes #6105
  • v-model: handle number modifier on change (#13959) (8fbe48f), closes #13958
Commits
  • 25ebe3a release: v3.5.25
  • c0f63dd fix(suspense): defer clearing fallback vnode el in case it has dirs (#14080)
  • 301020b fix(reactivity): correctly wrap iterated array items to preserve their readon...
  • 0d2357e fix(reactivity): toRef edge cases for ref unwrapping (#12420)
  • 247b2c2 fix(provide): warn when using provide after mounting (#13954)
  • b50eb68 dx(runtime-core): check current and parent components in formatComponentName ...
  • 5af3dd9 refactor(runtime-core): check props rather than propsOptions[0] (#13514)
  • 2214f7a fix(compiler): share logic for comments and whitespace (#13550)
  • 8f82f23 fix(runtime-core): keep options API typing intact when expose is used (#14118)
  • 83f6ab6 chore(compiler-ssr): move defaultProps initialization into input tag bran...
  • Additional commits viewable in compare view

Updates vue-router from 4.6.3 to 4.6.4

Release notes

Sourced from vue-router's releases.

v4.6.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vue-router since your current version.


Updates @vitejs/plugin-vue from 6.0.1 to 6.0.3

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@6.0.3

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

6.0.3 (2025-12-12)

Features

Bug Fixes

  • deps: update all non-major dependencies (#707) (799f419)
  • hmr: reload when components switch between vapor and vdom (#714) (6c45fe5)

Performance Improvements

Miscellaneous Chores

6.0.2 (2025-11-19)

Bug Fixes

  • deps: update all non-major dependencies (#643) (b702c1f)
  • deps: update all non-major dependencies (#653) (c6bd324)
  • deps: update all non-major dependencies (#663) (dbcd1d0)
  • deps: update all non-major dependencies (#665) (428dde0)
  • deps: update all non-major dependencies (#671) (59e0a51)
  • deps: update all non-major dependencies (#679) (f226dab)
  • deps: update all non-major dependencies (#685) (d990206)
  • deps: update all non-major dependencies (#688) (46edd7e)
  • deps: update all non-major dependencies (#692) (13accf3)
  • deps: update all non-major dependencies (#694) (9c77f01)
  • deps: update all non-major dependencies (#704) (ecb581a)
  • fix hmr of dynamically loaded vue sfc modules in apps with tailwind (#702) (0a883f7)

Miscellaneous Chores

Commits
  • 3ae94c4 release: plugin-vue@6.0.3
  • 6c45fe5 fix(hmr): reload when components switch between vapor and vdom (#714)
  • 2080d41 feat: add Vite 8 support
  • 037e540 chore: upgrade deps, setup tsgo
  • 799f419 fix(deps): update all non-major dependencies (#707)
  • d910114 chore(deps): update upstream (#706)
  • 684ac30 perf: replace debug with obug (#705)
  • eda09e9 release: plugin-vue@6.0.2
  • 0a883f7 fix: fix hmr of dynamically loaded vue sfc modules in apps with tailwind (#702)
  • ecb581a fix(deps): update all non-major dependencies (#704)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vitejs/plugin-vue since your current version.


Updates vite-plugin-vue-devtools from 7.7.7 to 7.7.9

Release notes

Sourced from vite-plugin-vue-devtools's releases.

v7.7.9

   🐞 Bug Fixes

    View changes on GitHub

v7.7.8

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vue-tsc from 3.1.1 to 3.1.8

Release notes

Sourced from vue-tsc's releases.

v3.1.8

Features

  • feat(vscode): support multiline attribute for <script> and <style> tag (#5830) - Thanks to @​serkodev!
  • feat(vscode): supports format with selected range (#5761) - Thanks to @​serkodev!
  • feat(language-service): add tsconfig-based document link support for Pug

Bug Fixes

  • fix(language-core): limit the range of parseDiagnostics checks (#5823)
  • fix(language-core): restore default import bindings for template scope (#5824) - Thanks to @​serkodev!
  • fix(typescript-plugin): get preferences and formatOptions in tsserver (#5829)
  • fix(language-core): avoid generating component options within the setup scope (#5832)

Other Changes

  • perf(language-core): dedupe component options generation (#5831)

❤️ Thanks to Our Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.1.8 (2025-12-09)

Features

  • feat(vscode): support multiline attribute for <script> and <style> tag (#5830) - Thanks to @​serkodev!
  • feat(vscode): supports format with selected range (#5761) - Thanks to @​serkodev!
  • feat(language-service): add tsconfig-based document link support for Pug

Bug Fixes

  • fix(language-core): limit the range of parseDiagnostics checks (#5823)
  • fix(language-core): restore default import bindings for template scope (#5824) - Thanks to @​serkodev!
  • fix(typescript-plugin): get preferences and formatOptions in tsserver (#5829)
  • fix(language-core): avoid generating component options within the setup scope (#5832)

Other Changes

  • perf(language-core): dedupe component options generation (#5831)

3.1.7 (2025-12-08)

Features

  • feat(language-core): cache virtual code by scriptId (#5811) - Thanks to @​serkodev!

Bug Fixes

  • fix(language-core): avoid using Identifier.text property (#5810)
  • fix(language-core): generate script separator on demand (#5816)
  • fix(language-core): avoid invalid __VLS_Slots generation

Other Changes

  • feat(lint): add typescript services types lint rule (#5813) - Thanks to @​serkodev!

3.1.6 (2025-12-06)

Features

  • feat(vscode): add settings to enable per-block formatting (#5784) - Thanks to @​serkodev!
  • feat(language-service): enhanced component auto import (#5790)
  • feat(component-meta): add component name and description fields (#5797)
  • feat(typescript-plugin): add support for template "Add Import" quick fix (#5799) - Thanks to @​serkodev!
  • feat(typescript-plugin): mapping JSDoc informations from <script setup> (#5805)
  • feat(vscode): support tsdk path for Eclipse Theia (#5806) - Thanks to @​serkodev!

Bug Fixes

  • fix(language-service): ignore intrinsic elements when detect tag name casing (#5771)
  • fix(language-core): createParsedCommandLineByJson parsed incorrect options since v3.1.5 (vuejs/language-tools#5768)

... (truncated)

Commits
  • 9f97787 v3.1.8 (#5834)
  • 6f3f776 refactor(language-core): generate script sections sequentially
  • 4688357 fix(language-core): limit the range of parseDiagnostics checks
  • a43baa2 v3.1.7 (#5817)
  • f09f173 v3.1.6 (#5809)
  • a1b8b71 feat(component-meta): add component name and description fields (#5797)
  • adeba0a fix(language-core): Prettify\<T> caused generic props gets inferred as `unkn...
  • b6254ec fix(typescript-plugin): resolve component type without __VLS_components
  • ebb2fb2 refactor(language-core): extract virtual code variables to codegen/names.ts
  • 9acb5b0 chore: update volar to 2.4.26
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
vite-plugin-vue-devtools [>= 8.a, < 9]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vue group with 6 updates in the /ui/menu-website directory:

| Package | From | To |
| --- | --- | --- |
| [@auth0/auth0-vue](https://github.com/auth0/auth0-vue) | `2.4.0` | `2.5.0` |
| [vue](https://github.com/vuejs/core) | `3.5.22` | `3.5.25` |
| [vue-router](https://github.com/vuejs/router) | `4.6.3` | `4.6.4` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.1` | `6.0.3` |
| [vite-plugin-vue-devtools](https://github.com/vuejs/devtools/tree/HEAD/packages/vite) | `7.7.7` | `7.7.9` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.1.1` | `3.1.8` |



Updates `@auth0/auth0-vue` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/auth0/auth0-vue/releases)
- [Changelog](https://github.com/auth0/auth0-vue/blob/main/CHANGELOG.md)
- [Commits](auth0/auth0-vue@v2.4.0...v2.5.0)

Updates `vue` from 3.5.22 to 3.5.25
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.22...v3.5.25)

Updates `vue-router` from 4.6.3 to 4.6.4
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.6.3...v4.6.4)

Updates `@vitejs/plugin-vue` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.3/packages/plugin-vue)

Updates `vite-plugin-vue-devtools` from 7.7.7 to 7.7.9
- [Release notes](https://github.com/vuejs/devtools/releases)
- [Commits](https://github.com/vuejs/devtools/commits/v7.7.9/packages/vite)

Updates `vue-tsc` from 3.1.1 to 3.1.8
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.1.8/packages/tsc)

---
updated-dependencies:
- dependency-name: "@auth0/auth0-vue"
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vue
  dependency-version: 3.5.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-router
  dependency-version: 4.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vite-plugin-vue-devtools
  dependency-version: 7.7.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-version: 3.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 12, 2025
@sonarqubecloud
Copy link

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.

1 participant