Bump the vue group across 1 directory with 6 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the vue group with 3 updates in the / directory: pinia, @vue/compiler-sfc and @vue/tsconfig.
Updates pinia
from 3.0.2 to 3.0.3
Commits
1aae45f
release: pinia@3.0.3@pinia/testing
@1
.0.2@pinia/nuxt
@0
.11.16befb1e
build: release script925e93c
feat: Support Nuxt 4 (#2978)f47b06f
docs(zh): Updated core-concepts/index.md (#2042)1438aa4
docs: remove banner1ec622d
docs: changedata
withstate
(#2980)d5958b9
chore: update homepage065a326
docs: Props destructuring suggestion is not true anymore with the release of ...4e6b9b6
docs: Update pinia._StoreWithState.md (#2974)98c6419
docs: split installation commands (#2975)- Additional commits viewable in compare view
Updates pinia-plugin-persistedstate
from 4.3.0 to 4.5.0
Release notes
Sourced from pinia-plugin-persistedstate's releases.
v4.5.0
🚀 Enhancements
- Export
Persist
type (bc23d5a)🏡 Chore
- Upgrade dependencies (be73362)
❤️ Contributors
- Prazdevs (
@prazdevs
)v4.4.1
🩹 Fixes
- Remove node>=24 requirement (d50bd4b)
❤️ Contributors
- Prazdevs (
@prazdevs
)v4.4.0
🚀 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
- Upgrade dependencies (52e879c)
❤️ Contributors
- Prazdevs (
@prazdevs
)
Changelog
Sourced from pinia-plugin-persistedstate's changelog.
v4.5.0
🚀 Enhancements
- Export
Persist
type (bc23d5a)🏡 Chore
- Upgrade dependencies (be73362)
❤️ Contributors
- Prazdevs hi@praz.dev
v4.4.1
🩹 Fixes
- Remove node>=24 requirement (d50bd4b)
❤️ Contributors
- Prazdevs (
@prazdevs
)v4.4.0
🚀 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
- Upgrade dependencies (52e879c)
❤️ Contributors
- Prazdevs (
@prazdevs
)
Commits
fb2c00a
chore(release): v4.5.0be73362
chore: upgrade dependenciesbc23d5a
feat: exportPersist
type92dd980
chore(release): v4.4.1d50bd4b
fix: remove node>=24 requiremente97c20a
chore(release): v4.4.052e879c
chore: upgrade dependencies4cd2337
feat: move@nuxt/kit
to peerDependencies7324490
docs: add setup store persisted state (returned refs only)155511e
docs(nuxt): add SSR/middleware limitation- Additional commits viewable 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 toDep
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
andvSlot
(#13343) (762fae4)3.5.16 (2025-05-29)
Reverts
... (truncated)
Commits
c486536
release: v3.5.187343f7c
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.14 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.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/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 toDep
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
andvSlot
(#13343) (762fae4)3.5.16 (2025-05-29)
Reverts
... (truncated)
Commits
c486536
release: v3.5.18d8e40ef
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.17f3479aa
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/tsconfig
from 0.7.0 to 0.8.1
Release notes
Sourced from @vue/tsconfig
's releases.
v0.8.1
fix: do not turn on
exactOptionalPropertyTypes
for now[a235c5f]
Full Changelog: https://github.com/vuejs/tsconfig/compare/v0.8.0...v0.8.1
v0.8.0
Breaking Changes
- feat: disable
libReplacement
for better performance by@ntnyq
in vuejs/tsconfig#35- feat!: enable
noUncheckedIndexedAccess
andbyexactOptionalPropertyTypes
@haoqunjiang
in vuejs/tsconfig#36
If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:
- After upgrading to
@vue/tsconfig
, usesupress-ts-errors
(npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue
) to insert@ts-expect-error
comments in your current codebase.- This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.
Full Changelog: https://github.com/vuejs/tsconfig/compare/v0.7.0...v0.8.0
Commits
4a223b2
0.8.1a235c5f
fix: disableexactOptionalPropertyTypes
for nowc2c92d6
0.8.04f1e64a
ci: use trusted publisher for npm publishe690a76
feat!: enablenoUncheckedIndexedAccess
andexactOptionalPropertyTypes
(#36)85a620a
feat!: disablelibReplacement
for better performance (#35)b22acb3
docs: explain the options in tsconfig.lib.json1334411
docs: Bump up the requred Vue.js version to>= 3.4
in README (#34)1a34344
chore: use lowercasebundler
formoduleResolution
29acc1a
docs: be specific about what kind of unwanted types we're avoiding- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @vue/tsconfig
since your current version.
Updates vue-tsc
from 2.2.10 to 2.2.12
Commits
0743318
v2.2.120b13bf1
chore: bump volara36635f
fix: depend on exact volar version [v2] (#5346)- See full diff in compare view
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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
pinia-plugin-persistedstate
npm
4.3.0 → 4.5.0
Minor
Technical Details
ID: | 5857240 |
UUID: | 3336715943 |
Node ID: | PR_kwDOOzNnMM6kbABv |
Host: | GitHub |
Repository: | dsp-testing/pnpm9_testing-update-to-v10.11 |