chore(deps): bump the vue-dependencies group with 5 updates#115
Merged
ashcoft merged 1 commit intoMay 19, 2026
Merged
Conversation
Bumps the vue-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.31` | `3.5.34` | | [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `10.0.8` | `11.4.4` | | [vue-router](https://github.com/vuejs/router) | `4.6.4` | `5.0.7` | | [vue-eslint-parser](https://github.com/vuejs/vue-eslint-parser) | `9.4.3` | `10.4.0` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.2.12` | `3.3.0` | Updates `vue` from 3.5.31 to 3.5.34 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.31...v3.5.34) Updates `vue-i18n` from 10.0.8 to 11.4.4 - [Release notes](https://github.com/intlify/vue-i18n/releases) - [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/intlify/vue-i18n/commits/v11.4.4/packages/vue-i18n) Updates `vue-router` from 4.6.4 to 5.0.7 - [Release notes](https://github.com/vuejs/router/releases) - [Commits](vuejs/router@v4.6.4...v5.0.7) Updates `vue-eslint-parser` from 9.4.3 to 10.4.0 - [Release notes](https://github.com/vuejs/vue-eslint-parser/releases) - [Commits](vuejs/vue-eslint-parser@v9.4.3...v10.4.0) Updates `vue-tsc` from 2.2.12 to 3.3.0 - [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.3.0/packages/tsc) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue-dependencies - dependency-name: vue-i18n dependency-version: 11.4.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: vue-dependencies - dependency-name: vue-router dependency-version: 5.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: vue-dependencies - dependency-name: vue-eslint-parser dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vue-dependencies - dependency-name: vue-tsc dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vue-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the vue-dependencies group with 5 updates:
3.5.313.5.3410.0.811.4.44.6.45.0.79.4.310.4.02.2.123.3.0Updates
vuefrom 3.5.31 to 3.5.34Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
57545e9release: v3.5.34a3b2617chore(deps): update dependency jsdom to ^29.1.1 (#14775)23d4fb5fix(runtime-core): avoid symbol coercion during props validation (#8539)090b2e3fix(compiler-sfc): preserve hash hrefs on\<image>elements (#14756)9667e0dfix(suspense): avoid DOM leak with out-in transition in v-if fragment (#14762)c8e2d4afix(reactivity): prevent orphan effect when created in a stopped scope (#14778)7f46fd4fix(compiler-sfc): infer Vue ref wrapper types when source is unresolvable (#...acfffe3fix(compiler-sfc): resolve type re-exports inside declare global (#14766)a037385chore(deps): update build (#14759)0bc56ffchore(deps): update pnpm to v10.33.3 (#14760)Updates
vue-i18nfrom 10.0.8 to 11.4.4Release notes
Sourced from vue-i18n's releases.
... (truncated)
Changelog
Sourced from vue-i18n's changelog.
... (truncated)
Commits
99fd4bcrelease: v11.4.4c9e1513release: v11.4.3478e894chore!: drop Node.js 20 support (#2478)7d618ffrelease: v11.4.27073775release: v11.4.172e25cerelease: v11.4.09280f21release: v11.3.24089096release: v11.3.15556517fix:$noverloads useDefineNumberFormatinstead of `DefineDateTimeFormat...241f589release: v11.3.0Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vue-i18n since your current version.
Updates
vue-routerfrom 4.6.4 to 5.0.7Release notes
Sourced from vue-router's releases.
... (truncated)
Commits
ddd20c3release: vue-router@5.0.791cdec3feat(param-parsers): add include/exclude options8af50c9fix(volar): drop runtime@vue/language-coreimport (#2710)b840cd6chore(ci): set least-privilege workflow token permissions (#2708)51c1672chore(release): use@clack/promptsaf77a7cchore: playground param type641200arefactor(param-parsers): simplify defineParamParser9b9896echore: commentsd41897brefactor: wip of defineParamParser17d51fbchore: logsUpdates
vue-eslint-parserfrom 9.4.3 to 10.4.0Release notes
Sourced from vue-eslint-parser's releases.
... (truncated)
Commits
199607f10.4.020c2ed3feat: updated scope analyzer to mark variables as used to prevent false posit...fb0c8c610.3.01bf7ff5chore: update test script595c26dchore: use eslint v10 (#286)67baef8Allow ESLint v10 as peer dependency (#277)ad2e815test: update example title (#284)df81b8frefactor: replacefs-extrawithnode:fs, cleanup dev deps (#281)b310823feat: upgradetsdown, enableexports(#278)52c3373test: use vitest snapshot testing, update snapshot (#279)Updates
vue-tscfrom 2.2.12 to 3.3.0Release notes
Sourced from vue-tsc's releases.
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
1088dcev3.3.0 (#6052)c8e90e4v3.2.9 (#6045)ae6f658chore: refine package publish file lists2d029c7chore: bump deps618bd6bv3.2.8 (#6036)a7092edv3.2.7 (#6018)1e54c84chore: bump typescript to 6.0.3 (#6017)a954b9cfix(component-meta): preserve non-ASCII characters in prop default values (#6...94907bev3.2.6 (#5996)ee5041dv3.2.5 (#5974)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vue-tsc since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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