Bump the vue group across 1 directory with 5 updates#33
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
7afa4c8 to
d1dd160
Compare
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.39` | | [vue-router](https://github.com/vuejs/router) | `5.0.4` | `5.1.0` | | [@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.2` | 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.39 - [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.39) Updates `vue-router` from 5.0.4 to 5.1.0 - [Release notes](https://github.com/vuejs/router/releases) - [Commits](vuejs/router@v5.0.4...v5.1.0) 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.2 - [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.2) --- 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>
d1dd160 to
5515541
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.395.0.45.1.06.0.56.0.710.8.010.9.2Updates
@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.39Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
c0606e9release: v3.5.394b659e6fix(runtime-dom): preserve option modifier event names (#8338)232f402fix(types): support named tuple emits (#12676)671997afix(teleport): handle teleport unmount edge case (#12705)164af63fix(hydration): respect data-allow-mismatch on conditional branches (#12801)2f374cdfix(runtime-core): normalize function children for elements and Teleport (#9108)87b73b6fix(runtime-core): preserve once event listener name (#8341)027da6bfix(ssr): dedupe inherited scope ids during vnode rendering (#15005)024cf06fix(hydration): force patch dynamic props when hydrating (#9083)be7ce31fix(compiler-core): correct filter rewrite recursion (#14959)Updates
vue-routerfrom 5.0.4 to 5.1.0Release notes
Sourced from vue-router's releases.
... (truncated)
Commits
c0e3226release: vue-router@5.1.09ca7672chore: fix playgroundc usage315cc09refactor(experimental): remove defineQueryParamParser and definePathParamParser7fa42f4docs: fix gen and dead links1b3a068refactor: organize imports and exports add back Router665be2ddocs: links update5d79bd2chore: unused param9ccf3d1docs: experimentaleee8ac6chore: playground param parsers testing0194b85build: build before test:typesUpdates
@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.2Release notes
Sourced from eslint-plugin-vue's releases.
Changelog
Sourced from eslint-plugin-vue's changelog.
Commits
9aa463aVersion Packages (#3080)517347cAdd error positions (#3085)b582b7efix: false positive for returns in exhaustive switch (#3067)91a136cfix(one-component-per-file): Ignore members imported from elsewhere (#3063)d37d17bfix(prefer-import-from-vue): don't report names not exported by vue (#3081)836aa95fix(custom-event-name-casing): check segments of colon-separated names (#3079)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.0