Bump vue from 3.4.0 to 3.4.1
Bumps vue from 3.4.0 to 3.4.1.
Changelog
Sourced from vue's changelog.
3.4.1 (2023-12-30)
Bug Fixes
- compat: correct enum value for COMPILER_FILTERS feature (#9875) (77d33e2)
- defineModel: always default modifiers to empty object (9bc3c7e), closes #9945
- defineModel: support local mutation when only prop but no listener is passed (97ce041)
- types: fix defineModel watch type error (#9942) (4af8583), closes #9939
Features
- compiler-sfc: support passing template parsing options when parsing sfc (6fab855) (necessary to fix vitejs/vite-plugin-vue#322)
Commits
-
f787337
release: v3.4.1 -
97ce041
fix(defineModel): support local mutation when only prop but no listener is pa... -
6fab855
feat(compiler-sfc): support passing template parsing options when parsing sfc -
a9be936
chore: dedupe deps -
4c20f50
chore: use relative import location instead of package (#9941) -
9bc3c7e
fix(defineModel): always default modifiers to empty object -
4af8583
fix(types): fix defineModel watch type error (#9942) -
a41c5f1
chore(eslint): eslint ignore .gitignore (#9932) -
1898add
chore: ignore files for eslint -
77d33e2
fix(compat): correct enum value for COMPILER_FILTERS feature (#9875) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts