Bump the vue group across 1 directory with 5 updates#33
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the vue group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `14.2.1` | `14.3.0` | | [vue](https://github.com/vuejs/core) | `3.5.31` | `3.5.34` | | [vue-router](https://github.com/vuejs/router) | `5.0.4` | `5.0.7` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.5` | `6.0.7` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.8.0` | `10.9.1` | Updates `@vueuse/core` from 14.2.1 to 14.3.0 - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v14.3.0/packages/core) 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-router` from 5.0.4 to 5.0.7 - [Release notes](https://github.com/vuejs/router/releases) - [Commits](vuejs/router@v5.0.4...v5.0.7) Updates `@vitejs/plugin-vue` from 6.0.5 to 6.0.7 - [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.7/packages/plugin-vue) Updates `eslint-plugin-vue` from 10.8.0 to 10.9.1 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](vuejs/eslint-plugin-vue@v10.8.0...v10.9.1) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue" dependency-version: 6.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vueuse/core" dependency-version: 14.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vue - dependency-name: eslint-plugin-vue dependency-version: 10.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vue - dependency-name: vue dependency-version: 3.5.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue - dependency-name: vue-router dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue ... Signed-off-by: dependabot[bot] <support@github.com>
7afa4c8 to
d1dd160
Compare
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 group with 5 updates in the / directory:
14.2.114.3.03.5.313.5.345.0.45.0.76.0.56.0.710.8.010.9.1Updates
@vueuse/corefrom 14.2.1 to 14.3.0Release notes
Sourced from @vueuse/core's releases.
Commits
99c5df9chore: release v14.3.01a3e572feat(useTextareaAutosize): add optionalmaxHeightto limit autosize growth ...d886c2ffix(useCached): update comparator type and improve documentation (#5376)acf182edocs(useCloned): add tip about watch flush timing (#5375)5ec568dfix(useClipboard): prevents fail in Safari for async operation (#5369)52d688ffix(directive): create disposable directive func cleanup of side effects unmo...df72450chore: update deps1aa211eMake demo ofuseElementSizereadonly(#5365)0d98998fix: add explicit./package.jsonexport to all packages (#5343)8c252c3refactor: change primitive toshallowReadonly, renamereadonlyusage to `...Updates
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-routerfrom 5.0.4 to 5.0.7Release notes
Sourced from vue-router's releases.
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
@vitejs/plugin-vuefrom 6.0.5 to 6.0.7Release notes
Sourced from @vitejs/plugin-vue's releases.
Changelog
Sourced from @vitejs/plugin-vue's changelog.
Commits
f93acebrelease: plugin-vue@6.0.7941b651feat: use carets for@rolldown/pluginutilsversion (#776)77dc8bcfix(deps): update all non-major dependencies (#774)9e825b8fix(deps): update all non-major dependencies (#762)51dbf4brelease: plugin-vue@6.0.69e07ae9feat(plugin-vue): propagate multiRoot for template-only vapor components (#745)050c996fix(deps): update all non-major dependencies (#738)6d834d8chore: remove unused deps (#760)a0e1ef8chore(deps): update dependency rollup to ^4.59.0 (#749)Updates
eslint-plugin-vuefrom 10.8.0 to 10.9.1Release notes
Sourced from eslint-plugin-vue's releases.
Changelog
Sourced from eslint-plugin-vue's changelog.
Commits
8a2129eVersion Packages (#3077)fe776a9fix: require correct peerDep version forvue-eslint-parser(#3075)73f3ef4docs: update ESLint version requirement to include ^10.0.0 (#3074)333008aFixed changelog formatting/order for v10.8.03868a2dVersion Packages (#3026)8fbb060feat(no-literals-in-template): add ignores option (#3072)666f391perf(no-child-content): bail out sooner for unrelated directives (#3068)303e744feat(no-irregular-whitespace): add error end positions (#3065)e51589dfeat(max-len): improve error positions (#3066)45ba358test: add exact error positions (#3064)