Bump vue from 3.4.8 to 3.4.10 in /frontend
Bumps vue from 3.4.8 to 3.4.10.
Release notes
Sourced from vue's releases.
v3.4.10
Please refer to CHANGELOG.md for details.
v3.4.9
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vue's changelog.
3.4.10 (2024-01-11)
Bug Fixes
- hydration: should not warn on falsy bindings of non-property keys (3907c87)
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
-
bb6b7a2
release: v3.4.10 -
3907c87
fix(hydration): should not warn on falsy bindings of non-property keys -
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) - 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