Skip to content

npm(deps): bump the vue-ecosystem group across 1 directory with 5 updates#91

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vue-ecosystem-75a02fabb7
Open

npm(deps): bump the vue-ecosystem group across 1 directory with 5 updates#91
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vue-ecosystem-75a02fabb7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps the vue-ecosystem group with 5 updates in the / directory:

Package From To
vue 3.5.25 3.5.29
vue-router 4.6.4 5.0.3
vue-tweet 2.3.3 2.4.0
@vitejs/plugin-vue 6.0.3 6.0.4
vite 7.3.0 7.3.1

Updates vue from 3.5.25 to 3.5.29

Release notes

Sourced from vue's releases.

v3.5.29

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

v3.5.28

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

v3.5.27

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

v3.5.26

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.29 (2026-02-24)

Bug Fixes

3.5.28 (2026-02-09)

Bug Fixes

  • transition: avoid unexpected cancelled parameter in transition done callback (#14391) (6798853)
  • compiler-sfc: add resolution trying for .mts/.cts files (#14402) (c09d41f), closes vuejs/router#2611
  • compiler-sfc: no params were generated when using withDefaults (#12823) (b0a1f05), closes #12822
  • reactivity: add __v_skip flag to EffectScope to prevent reactive conversion (#14359) (48b7552), closes #14357
  • runtime-core: avoid retaining el on cached text vnodes during static traversal (#14419) (4ace79a), closes #14134
  • runtime-core: prevent child component updates when style remains unchanged (#12825) (57866b5), closes #12826
  • runtime-core: properly handle async component update before resolve (#11619) (e71c26c), closes #11617
  • runtime-dom: handle null/undefined handler in withModifiers (#14362) (261de54), closes #14361
  • teleport: properly handling disabled teleport target anchor (#14417) (d7bcd85), closes #14412
  • transition-group: correct move translation under scale via element rect (#14360) (0243a79), closes #14356
  • useTemplateRef: don't update setup ref for useTemplateRef key (#12756) (fc40ca0), closes #12749

3.5.27 (2026-01-19)

Bug Fixes

  • compile-sfc: correctly handle variable shadowing in for loop for defineProps destructuring. (#14296) (6a1bb50), closes #14294
  • compiler-sfc: handle indexed access types in declare global blocks (#14260) (e4091fe), closes #14236
  • compiler-sfc: use correct scope when resolving indexed access types from external files (#14297) (f0f0a21), closes #14292
  • reactivity: collection iteration should inherit iterator instance methods (#12644) (3c8b2fc), closes #12615
  • runtime-core: skip patching reserved props for custom elements (#14275) (19cc7e2), closes #14274
  • server-renderer: use ssrRenderClass helper for className attribute (#14327) (a4708f3)
  • ssr: handle v-bind modifiers during render attrs (#14263) (c2f5964), closes #14262

3.5.26 (2025-12-18)

Bug Fixes

... (truncated)

Commits

Updates vue-router from 4.6.4 to 5.0.3

Release notes

Sourced from vue-router's releases.

v5.0.3

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

... (truncated)

Commits
  • 2b4d612 release: vue-router@5.0.3
  • 382e34b feat: deprecate new NavigationResult(to) in favor of reroute(to)
  • d6a3812 test: deleting file with same name as folder keeps children
  • b533d6e chore: note
  • 52b4620 chore: pnpm
  • 0b0504b fix(volar): use ts.getTokenPosOfNode instead of node.getStart (#2630)
  • eb40988 docs: Fix route-map.d.ts path (#2625)
  • cdf7b44 fix(types): relax RouteMapGeneric constraint for interface-based RouteNamedMa...
  • ef327c8 chore: update security support table
  • 96e49e6 style: lint
  • Additional commits viewable in compare view

Updates vue-tweet from 2.3.3 to 2.4.0

Release notes

Sourced from vue-tweet's releases.

v2.4.0

  • Add 'system' theme option that follows OS color scheme 7c18c61

DannyFeliz/vue-tweet@v2.3.4...v2.4.0

v2.3.4

  • Fix the generate types script 4fb5fe7
  • Cancel times when destroying the component fd03ffb
  • Update the dev dependencies b45594a
  • Make the typescript config strict 1337cc8
  • Improve module definition 7b4424a
  • Remove the unused eslint config 2472f94
  • Merge pull request #31 from kikiutils/fix/type-declare e9629cb
  • fix: change declare module @vue/runtime-core to declare module vue to fix type errors b77aa5a

DannyFeliz/vue-tweet@v2.3.3...v2.3.4

Commits
  • a7bbe20 2.4.0
  • 7c18c61 Add 'system' theme option that follows OS color scheme
  • 8ba6812 2.3.4
  • 4fb5fe7 Fix the generate types script
  • fd03ffb Cancel times when destroying the component
  • b45594a Update the dev dependencies
  • 1337cc8 Make the typescript config strict
  • 7b4424a Improve module definition
  • 2472f94 Remove the unused eslint config
  • e9629cb Merge pull request #31 from kikiutils/fix/type-declare
  • Additional commits viewable in compare view

Updates @vitejs/plugin-vue from 6.0.3 to 6.0.4

Release notes

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

plugin-vue@6.0.4

Please refer to CHANGELOG.md for details.

Changelog

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

6.0.4 (2026-02-02)

Bug Fixes

  • deps: update all non-major dependencies (#709) (924b28e)
  • deps: update all non-major dependencies (#722) (8a95809)
  • deps: update all non-major dependencies (#726) (e69d751)

Miscellaneous Chores

Commits

Updates vite from 7.3.0 to 7.3.1

Release notes

Sourced from vite's releases.

v7.3.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.1 (2026-01-07)

Features

  • add ignoreOutdatedRequests option to optimizeDeps (#21364) (9d39d37)
Commits

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 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

…ates

Bumps the vue-ecosystem group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.5.25` | `3.5.29` |
| [vue-router](https://github.com/vuejs/router) | `4.6.4` | `5.0.3` |
| [vue-tweet](https://github.com/DannyFeliz/vue-tweet) | `2.3.3` | `2.4.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.3` | `6.0.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.0` | `7.3.1` |



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

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

Updates `vue-tweet` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/DannyFeliz/vue-tweet/releases)
- [Commits](DannyFeliz/vue-tweet@v2.3.3...v2.4.0)

Updates `@vitejs/plugin-vue` from 6.0.3 to 6.0.4
- [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.4/packages/plugin-vue)

Updates `vite` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue-ecosystem
- dependency-name: vue-router
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue-ecosystem
- dependency-name: vue-tweet
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue-ecosystem
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue-ecosystem
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue-ecosystem
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from RobSpectre as a code owner March 9, 2026 09:20
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

1 participant