Skip to content

Bump the vue group with 5 updates #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 23, 2025

Bumps the vue group with 5 updates:

Package From To
pinia 3.0.2 3.0.3
pinia-plugin-persistedstate 4.3.0 4.4.1
vue 3.5.14 3.5.18
@vue/compiler-sfc 3.5.15 3.5.18
vue-tsc 2.2.10 2.2.12

Updates pinia from 3.0.2 to 3.0.3

Commits

Updates pinia-plugin-persistedstate from 4.3.0 to 4.4.1

Release notes

Sourced from pinia-plugin-persistedstate's releases.

v4.4.1

compare changes

🩹 Fixes

  • Remove node>=24 requirement (d50bd4b)

❤️ Contributors

v4.4.0

compare changes

🚀 Enhancements

  • Move @​nuxt/kit to peerDependencies (4cd2337)

📖 Documentation

  • Restore setup store syntax (739bd1f)
  • nuxt: Add SSR/middleware limitation (155511e)
  • Add setup store persisted state (returned refs only) (7324490)

🏡 Chore

❤️ Contributors

Changelog

Sourced from pinia-plugin-persistedstate's changelog.

v4.4.1

compare changes

🩹 Fixes

  • Remove node>=24 requirement (d50bd4b)

❤️ Contributors

v4.4.0

compare changes

🚀 Enhancements

  • Move @​nuxt/kit to peerDependencies (4cd2337)

📖 Documentation

  • Restore setup store syntax (739bd1f)
  • nuxt: Add SSR/middleware limitation (155511e)
  • Add setup store persisted state (returned refs only) (7324490)

🏡 Chore

❤️ Contributors

Commits
  • 92dd980 chore(release): v4.4.1
  • d50bd4b fix: remove node>=24 requirement
  • e97c20a chore(release): v4.4.0
  • 52e879c chore: upgrade dependencies
  • 4cd2337 feat: move @​nuxt/kit to peerDependencies
  • 7324490 docs: add setup store persisted state (returned refs only)
  • 155511e docs(nuxt): add SSR/middleware limitation
  • 739bd1f docs: restore setup store syntax
  • See full diff in compare view

Updates vue from 3.5.14 to 3.5.18

Release notes

Sourced from vue's releases.

v3.5.18

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

v3.5.17

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

v3.5.16

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

v3.5.15

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.18 (2025-07-23)

Bug Fixes

  • compiler-core: avoid cached text vnodes retaining detached DOM nodes (#13662) (00695a5), closes #13661
  • compiler-core: avoid self updates of v-pre (#12556) (21b685a)
  • compiler-core: identifiers in function parameters should not be inferred as references (#13548) (9b02923)
  • compiler-core: recognize empty string as non-identifier (#12553) (ce93339)
  • compiler-core: transform empty v-bind dynamic argument content correctly (#12554) (d3af67e)
  • compiler-sfc: transform empty srcset w/ includeAbsolute: true (#13639) (d8e40ef), closes vitejs/vite-plugin-vue#631
  • css-vars: nullish v-bind in style should not lead to unexpected inheritance (#12461) (c85f1b5), closes #12434 #12439 #7474 #7475
  • custom-element: ensure exposed methods are accessible from custom elements by making them enumerable (#13634) (90573b0), closes #13632
  • hydration: prevent lazy hydration for updated components (#13511) (a9269c6), closes #13510
  • runtime-core: ensure correct anchor el for unresolved async components (#13560) (7f29943), closes #13559
  • slots: refine internal key checking to support slot names starting with an underscore (#13612) (c5f7db1), closes #13611
  • ssr: ensure empty slots render as a comment node in Transition (#13396) (8cfc10a), closes #13394

3.5.17 (2025-06-18)

Bug Fixes

  • compat: allow v-model built in modifiers on component (#12654) (cb14b86), closes #12652
  • compile-sfc: handle mapped types work with omit and pick (#12648) (4eb46e4), closes #12647
  • compiler-core: do not increase newlines in InEntity state (#13362) (f05a8d6)
  • compiler-core: ignore whitespace when matching adjacent v-if (#12321) (10ebcef), closes #9173
  • compiler-core: prevent comments from blocking static node hoisting (#13345) (55dad62), closes #13344
  • compiler-sfc: improved type resolution for function type aliases (#13452) (f3479aa), closes #13444
  • custom-element: ensure configureApp is applied to async component (#12607) (5ba1afb), closes #12448
  • custom-element: prevent injecting child styles if shadowRoot is false (#12769) (73055d8), closes #12630
  • reactivity: add __v_skip flag to Dep to prevent reactive conversion (#12804) (e8d8f5f), closes #12803
  • runtime-core: unset old ref during patching when new ref is absent (#12900) (47ddf98), closes #12898
  • slots: make cache indexes marker non-enumerable (#13469) (919c447), closes #13468
  • ssr: handle initial selected state for select with v-model + v-for/v-if option (#13487) (1552095), closes #13486
  • types: typo of vOnce and vSlot (#13343) (762fae4)

3.5.16 (2025-05-29)

Reverts

  • Revert "fix(compiler-sfc): add scoping tag to trailing universal selector" (#13406) (19f23b1), closes #13406
  • Revert "fix(compiler-sfc): add error handling for defineModel() without variable" (#13390) (42f879f), closes #13390

... (truncated)

Commits
  • c486536 release: v3.5.18
  • 7343f7c dx(runtime-core): fix warning message for useSlots, useAttrs invocation with ...
  • 8cfc10a fix(ssr): ensure empty slots render as a comment node in Transition (#13396)
  • 7f29943 fix(runtime-core): ensure correct anchor el for unresolved async components (...
  • 9b02923 fix(compiler-core): identifiers in function parameters should not be inferred...
  • d8e40ef fix(compiler-sfc): transform empty srcset w/ includeAbsolute: true (#13639)
  • 90573b0 fix(custom-element): ensure exposed methods are accessible from custom elemen...
  • c5f7db1 fix(slots): refine internal key checking to support slot names starting with ...
  • a9269c6 fix(hydration): prevent lazy hydration for updated components (#13511)
  • 00695a5 fix(compiler-core): avoid cached text vnodes retaining detached DOM nodes (#1...
  • Additional commits viewable in compare view

Updates @vue/compiler-sfc from 3.5.15 to 3.5.18

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.5.18

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

v3.5.17

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

v3.5.16

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/compiler-sfc's changelog.

3.5.18 (2025-07-23)

Bug Fixes

  • compiler-core: avoid cached text vnodes retaining detached DOM nodes (#13662) (00695a5), closes #13661
  • compiler-core: avoid self updates of v-pre (#12556) (21b685a)
  • compiler-core: identifiers in function parameters should not be inferred as references (#13548) (9b02923)
  • compiler-core: recognize empty string as non-identifier (#12553) (ce93339)
  • compiler-core: transform empty v-bind dynamic argument content correctly (#12554) (d3af67e)
  • compiler-sfc: transform empty srcset w/ includeAbsolute: true (#13639) (d8e40ef), closes vitejs/vite-plugin-vue#631
  • css-vars: nullish v-bind in style should not lead to unexpected inheritance (#12461) (c85f1b5), closes #12434 #12439 #7474 #7475
  • custom-element: ensure exposed methods are accessible from custom elements by making them enumerable (#13634) (90573b0), closes #13632
  • hydration: prevent lazy hydration for updated components (#13511) (a9269c6), closes #13510
  • runtime-core: ensure correct anchor el for unresolved async components (#13560) (7f29943), closes #13559
  • slots: refine internal key checking to support slot names starting with an underscore (#13612) (c5f7db1), closes #13611
  • ssr: ensure empty slots render as a comment node in Transition (#13396) (8cfc10a), closes #13394

3.5.17 (2025-06-18)

Bug Fixes

  • compat: allow v-model built in modifiers on component (#12654) (cb14b86), closes #12652
  • compile-sfc: handle mapped types work with omit and pick (#12648) (4eb46e4), closes #12647
  • compiler-core: do not increase newlines in InEntity state (#13362) (f05a8d6)
  • compiler-core: ignore whitespace when matching adjacent v-if (#12321) (10ebcef), closes #9173
  • compiler-core: prevent comments from blocking static node hoisting (#13345) (55dad62), closes #13344
  • compiler-sfc: improved type resolution for function type aliases (#13452) (f3479aa), closes #13444
  • custom-element: ensure configureApp is applied to async component (#12607) (5ba1afb), closes #12448
  • custom-element: prevent injecting child styles if shadowRoot is false (#12769) (73055d8), closes #12630
  • reactivity: add __v_skip flag to Dep to prevent reactive conversion (#12804) (e8d8f5f), closes #12803
  • runtime-core: unset old ref during patching when new ref is absent (#12900) (47ddf98), closes #12898
  • slots: make cache indexes marker non-enumerable (#13469) (919c447), closes #13468
  • ssr: handle initial selected state for select with v-model + v-for/v-if option (#13487) (1552095), closes #13486
  • types: typo of vOnce and vSlot (#13343) (762fae4)

3.5.16 (2025-05-29)

Reverts

  • Revert "fix(compiler-sfc): add scoping tag to trailing universal selector" (#13406) (19f23b1), closes #13406
  • Revert "fix(compiler-sfc): add error handling for defineModel() without variable" (#13390) (42f879f), closes #13390
Commits
  • c486536 release: v3.5.18
  • d8e40ef fix(compiler-sfc): transform empty srcset w/ includeAbsolute: true (#13639)
  • 347ef1d chore(compiler-sfc): optimize the regular expression for matching `@keyframes...
  • f97c4d4 chore(deps): update compiler to ^7.28.0 (#13575)
  • c85f1b5 fix(css-vars): nullish v-bind in style should not lead to unexpected inherita...
  • 5f8314c release: v3.5.17
  • f3479aa fix(compiler-sfc): improved type resolution for function type aliases (#13452)
  • 9818456 fix(deps): update compiler (#13480)
  • a6e2032 chore(deps): update all non-major dependencies (#13451)
  • e416f84 chore(deps): update all non-major dependencies (#13426)
  • Additional commits viewable in compare view

Updates vue-tsc from 2.2.10 to 2.2.12

Changelog

Sourced from vue-tsc's changelog.

Changelog

3.0.3 (2025-07-18)

Bug Fixes

  • fix(language-core): find node_modules based on file's directory (#5525) - Thanks to @​KazariEX!
  • fix(language-core): do not spread exposed object (#5526) - Thanks to @​KazariEX!
  • fix(vscode): prompt manual reload in remote envs (#5530)

Other Changes

3.0.2 (2025-07-18)

Features

  • feat(language-core): introduce globalTypesPath option for non-npm like environment (#5505) - Thanks to @​KazariEX!
  • feat: forward tsserver's semantic tokens via language server (#5512) - Thanks to @​KazariEX!

Bug Fixes

  • fix(vscode): correct syntax highlight of control directives ending with / or ) - Thanks to @​KazariEX!
  • fix(language-core): infer parameter type of union slots to be union instead of intersection (#5475) - Thanks to @​KazariEX!
  • fix(vscode): remove colorizedBracketPairs config for plaintext
  • fix(language-core): avoid early access to local types to skip unnecessary type generation - Thanks to @​KazariEX!
  • fix(language-core): treat <component> without is prop as normal component - Thanks to @​KazariEX!
  • fix(vscode): make sure tsserver loads @vue/typescript-plugin last (#5483)
  • fix(language-core): only keep navigation code feature on static name value of <slot> - Thanks to @​KazariEX!
  • fix(language-server): add allowJs to reactivity analyze host - Thanks to @​KazariEX!
  • fix(language-core): do not set template lang to md for markdown (#5497) - Thanks to @​KazariEX!
  • fix(typescript-plugin): exclude items of kind module from template completion - Thanks to @​KazariEX!
  • fix(language-core): walk identifiers correctly within type nodes in interpolation (#5501) - Thanks to @​KazariEX!
  • fix(language-service): correct position calculation of twoslash queries (#5503) - Thanks to @​KazariEX!
  • fix(language-core): avoid redundant increment of block variable depth (#5511) - Thanks to @​KazariEX!
  • fix(language-service): re-implement twoslash queries in script - Thanks to @​KazariEX!

Other Changes

  • refactor(vscode): make welcome page code public - Thanks to @​KazariEX!
  • refactor(vscode): add premium feature settings
  • chore: migrate from minimatch to picomatch (#5499) - Thanks to @​KazariEX!
  • chore: update volar to 2.4.19
    • fix(typescript): skip source file search when .d.${ext}.tsvolarjs/volar.js#277
  • revert: type support of slot children (#5137) (#5514) - Thanks to @​KazariEX!

3.0.1 (2025-07-02)

Bug Fixes

... (truncated)

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 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pinia](https://github.com/vuejs/pinia) | `3.0.2` | `3.0.3` |
| [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) | `4.3.0` | `4.4.1` |
| [vue](https://github.com/vuejs/core) | `3.5.14` | `3.5.18` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.5.15` | `3.5.18` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.2.10` | `2.2.12` |


Updates `pinia` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v3.0.2...v3.0.3)

Updates `pinia-plugin-persistedstate` from 4.3.0 to 4.4.1
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md)
- [Commits](prazdevs/pinia-plugin-persistedstate@v4.3.0...v4.4.1)

Updates `vue` from 3.5.14 to 3.5.18
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.14...v3.5.18)

Updates `@vue/compiler-sfc` from 3.5.15 to 3.5.18
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.18/packages/compiler-sfc)

Updates `vue-tsc` from 2.2.10 to 2.2.12
- [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/v2.2.12/packages/tsc)

---
updated-dependencies:
- dependency-name: pinia
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: pinia-plugin-persistedstate
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vue
  dependency-version: 3.5.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vue/compiler-sfc"
  dependency-version: 3.5.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-version: 2.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2025
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.

0 participants