Bump the vue group across 1 directory with 5 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(2 months ago)
(25 days ago)
dependencies javascript
Bumps the vue group with 2 updates in the / directory: pinia and @vue/compiler-sfc.
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.4.1
Release notes
Sourced from pinia-plugin-persistedstate's releases.
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.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
92dd980
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 limitation739bd1f
docs: restore setup store syntax- See full diff in compare view
Updates vue
from 3.5.14 to 3.5.17
Release notes
Sourced from vue's releases.
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.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
- 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
3.5.15 (2025-05-26)
Bug Fixes
- compat: ensure false value on input retains value attribute (#13216) (1a66474), closes #13205
- compat: should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for (#12993) (93949e6), closes #12992
- compile-sfc: handle inline template source map in prod build (#12701) (89edc6c), closes #12682 vitejs/vite-plugin-vue#500
- compiler-core: ensure mapping is added only if node source is available (#13285) (d37a2ac), closes #13261 vitejs/vite-plugin-vue#368
- compiler-dom: improve HTML nesting validation to allow any child element within template tag (#13320) (163b365), closes #13318
- compiler-sfc: add error handling for defineModel() without variable assignment (#13352) (00734af), closes #13280
- compiler-sfc: add scoping tag to trailing universal selector (#12918) (949df80), closes #12906
- compiler-sfc: improve type inference for TSTypeAliasDeclaration with better runtime type detection (#13245) (cf5a5e0), closes #13240
- compiler-sfc: simulate
allowArbitraryExtensions
on resolving type (#13301) (f7ce5ae), closes #13295- custom-element: allow injecting values from app context in nested elements (#13219) (b991075), closes #13212
- custom-element: ensure proper remount and prevent redundant slot parsing with shadowRoot false (#13201) (1d41d4d), closes #13199
- custom-element: preserve appContext during update (#12455) (013749e), closes #12453
- custom-element: properly resolve props for sync component defs (#12855) (a683c80), closes #12854
- hydration: handle transition appear hydration edge case (#13339) (35aeae7), closes #13335
... (truncated)
Commits
5f8314c
release: v3.5.171552095
fix(ssr): handle initial selected state for select with v-model + v-for/v-if ...f3479aa
fix(compiler-sfc): improved type resolution for function type aliases (#13452)919c447
fix(slots): make cache indexes marker non-enumerable (#13469)cb14b86
fix(compat): allow v-model built in modifiers on component (#12654)9818456
fix(deps): update compiler (#13480)5257165
chore(deps): update dependency vite to v5.4.19 [security] (#13281)c0c9c5b
chore(deps): update build (#13479)532cfae
chore(deps): update autofix-ci/action digest to 635ffb0 (#13450)c91afec
fix(deps): update dependency@vue/repl
to ^4.6.1 (#13471)- Additional commits viewable in compare view
Updates @vue/compiler-sfc
from 3.5.14 to 3.5.17
Release notes
Sourced from @vue/compiler-sfc
's releases.
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.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
- 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
3.5.15 (2025-05-26)
Bug Fixes
- compat: ensure false value on input retains value attribute (#13216) (1a66474), closes #13205
- compat: should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for (#12993) (93949e6), closes #12992
- compile-sfc: handle inline template source map in prod build (#12701) (89edc6c), closes #12682 vitejs/vite-plugin-vue#500
- compiler-core: ensure mapping is added only if node source is available (#13285) (d37a2ac), closes #13261 vitejs/vite-plugin-vue#368
- compiler-dom: improve HTML nesting validation to allow any child element within template tag (#13320) (163b365), closes #13318
- compiler-sfc: add error handling for defineModel() without variable assignment (#13352) (00734af), closes #13280
- compiler-sfc: add scoping tag to trailing universal selector (#12918) (949df80), closes #12906
- compiler-sfc: improve type inference for TSTypeAliasDeclaration with better runtime type detection (#13245) (cf5a5e0), closes #13240
- compiler-sfc: simulate
allowArbitraryExtensions
on resolving type (#13301) (f7ce5ae), closes #13295- custom-element: allow injecting values from app context in nested elements (#13219) (b991075), closes #13212
- custom-element: ensure proper remount and prevent redundant slot parsing with shadowRoot false (#13201) (1d41d4d), closes #13199
- custom-element: preserve appContext during update (#12455) (013749e), closes #12453
- custom-element: properly resolve props for sync component defs (#12855) (a683c80), closes #12854
- hydration: handle transition appear hydration edge case (#13339) (35aeae7), closes #13335
... (truncated)
Commits
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)4aa7a4a
chore(shared): update patch flag name (#12831)4eb46e4
fix(compile-sfc): handle mapped types work with omit and pick (#12648)62f2aa1
test(compiler-sfc): direct descendant wildcard rule selector (#13411)e738176
release: v3.5.1619f23b1
Revert "fix(compiler-sfc): add scoping tag to trailing universal selector (#1...- 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.0 (2025-06-25)
Features
- feat(typescript-plugin): skip declaration files in goto components definition (#5221) - Thanks to
@KazariEX
!- feat(language-core): introduce
strictVModel
option (#5229) - Thanks to@KazariEX
!- feat(vscode, language-server, typescript-plugin): communicate with tsserver based on request forwarding (#5252, #5395, #5443)
- feat(language-core): support navigation of events with
v-on
syntax (#5275) - Thanks to@KazariEX
!- feat(language-core): type support of slot children (#5137) - Thanks to
@KazariEX
!- feat(language-service): autocomplete for props with union type
- feat(language-service): document links for template refs (#5385) - Thanks to
@alex-snezhko
!- feat(language-core): resolve external stylesheets (#5136) - Thanks to
@KazariEX
!- feat(language-core): add
strictCssModules
option (#5164) - Thanks to@KazariEX
!- feat(component-type-helpers): add
ComponentAttrs
type for attribute extraction- feat(vscode): add support for
typescript.sortImports
,typescript.removeUnusedImports
commands (#5444)- feat(vscode): i18n support of configurations and commands with
zh-CN
,zh-TW
,ru
andja
(#5330, #5340, #5404) - Thanks to@KazariEX
,@PurplePlanen
and@zyoshoka
!Bug Fixes
- fix(language-core): generate condition guards for model events (#5225) - Thanks to
@KazariEX
!- fix(language-core): prevent global types generation in declaration files (#5239) - Thanks to
@KazariEX
!- fix(language-core): prevent eager inference of slot props from generics (#5247) - Thanks to
@KazariEX
!- fix(typescript-plugin): prevent highlighting native element tags with same name as components (#5253) - Thanks to
@KazariEX
!- fix(language-service): do not provide required props inlay hints for intrinsic elements (#5258) - Thanks to
@KazariEX
!- fix(vscode): handle
typescript-language-features
module loading race condition (#5260)- fix(component-meta): update event type representation to include array notation
- fix(language-core): correct error mapping when prop exp is arrow function (#5262) - Thanks to
@KazariEX
!- fix(language-service): add document highlights support (#5263) - Thanks to
@KazariEX
!- fix(language-core): correct type inference of multiple template refs with same name (#5271) - Thanks to
@KazariEX
!- fix(language-core): skip AST parsing when the expression is an identifier (#5268) - Thanks to
@KazariEX
!- fix(language-core): do not drop leading comments of
defineModels
(#5273) - Thanks to@KazariEX
!- fix(language-core): improve fault tolerance for unsupported script languages
- fix(language-core): avoid invalid auto import edit position when setup global types fails
- fix(language-core): transform slot parameter list into equivalent binding pattern (#5245) - Thanks to
@KazariEX
!- fix(language-core): correct codegen when src path does not match the generated length - Thanks to
@KazariEX
!- fix(language-service): exclude
data-
attribute completion from sfc level nodes - Thanks to@KazariEX
!- fix(language-core): remove semantic highlight of v-bind shorthand (#5321) - Thanks to
@KazariEX
!- fix(vscode): inline html comment pattern in Vue syntax definition (#5327) - Thanks to
@zyoshoka
!- fix(language-core): avoid unrelated virtual code recomputes on style and template change - Thanks to
@KazariEX
!- fix(component-meta): attach namespace prefix correctly on generated types (#5326) - Thanks to
@KazariEX
!- fix(language-core): drop
undefined
from optional prop type with default in template (#5339) - Thanks to@Dylancyclone
!- fix: depend on exact volar version (#5345) - Thanks to
@tomblachut
!- fix(language-core): ignore frontmatter block in markdown files (#5362) - Thanks to
@brc-dd
!- fix(component-meta): only exclude vnode events from props (#5369) - Thanks to
@KazariEX
!- fix(language-core): skip css references for position within virtual code with
navigation: true
(#5378) - Thanks to@KazariEX
!- fix(language-core): hoist export declarations from generic script block (#5398) - Thanks to
@KazariEX
!- fix(vscode): correct syntax highlight for directives starting with
v-for
(#5399) - Thanks to@KazariEX
!- fix(language-core): correct support for flatten plugins (#5392) - Thanks to
@zhiyuanzmj
!
... (truncated)
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.4.1
Minor
Technical Details
ID: | 5395735 |
UUID: | 3194412558 |
Node ID: | PR_kwDOOzNnMM6dAd2z |
Host: | GitHub |
Repository: | dsp-testing/pnpm9_testing-update-to-v10.11 |