Bump vue from 3.4.8 to 3.4.9
Bumps vue from 3.4.8 to 3.4.9.
Changelog
Sourced from vue's changelog.
3.4.9 (2024-01-11)
Bug Fixes
- build: avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope (dfd9654)
- hydration: do not warn against bindings w/ object values (dcc68ef)
- runtime-dom: unify behavior for v-show + style display binding (#10075) (cd419ae), closes #10074
- suspense: avoid double-patching nested suspense when parent suspense is not resolved (#10055) (bcda96b), closes #8678
Commits
-
9636357
release: v3.4.9 -
dfd9654
fix(build): avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope -
bceccf9
chore(build): rename NODE_JS build flag to CJS -
8fda856
refactor: split out useModel implementation and tests -
92514db
build: add node production/development condition in package exports (#10036) -
bcda96b
fix(suspense): avoid double-patching nested suspense when parent suspense is ... -
07b19a5
test: test case for style binding w/ object value + v-show -
cd419ae
fix(runtime-dom): unify behavior for v-show + style display binding (#10075) -
dcc68ef
fix(hydration): do not warn against bindings w/ object values - See full diff 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