Skip to content

Bump vue from 3.4.7 to 3.4.10 in /frontend

Dependabot requested to merge dependabot-npm_and_yarn-frontend-vue-3.4.10 into master

Bumps vue from 3.4.7 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.

v3.4.8

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

3.4.8 (2024-01-10)

Bug Fixes

  • hydration: fix class and style hydration mismatch message (5af3987), closes #10067
  • hydration: improve attr hydration mismatch check for boolean attrs (972face), closes #10057 #10060
  • suspense: fix more suspense patch before resolve edge cases (70ad4ca), closes #10017
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

Merge request reports