Skip to content

Bump @vue/compiler-sfc from 3.3.4 to 3.3.6 in /frontend

Bumps @vue/compiler-sfc from 3.3.4 to 3.3.6.

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.3.6

Please refer to CHANGELOG.md for details.

v3.3.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.3.6 (2023-10-20)

Bug Fixes

  • compiler-sfc: model name conflict (#8798) (df81da8)
  • compiler-sfc: support asset paths containing spaces (#8752) (36c99a9)
  • compiler-ssr: fix missing scopeId on server-rendered TransitionGroup (#7557) (61c1357), closes #7554
  • compiler-ssr: fix ssr compile error for select with non-option children (#9442) (cdb2e72), closes #9440
  • runtime-core: delete stale slots which are present but undefined (#6484) (75b8722), closes #9109
  • runtime-core: fix error when using cssvars with disabled teleport (#7341) (8f0472c), closes #7342
  • teleport: ensure descendent component would be unmounted correctly (#6529) (4162311), closes #6347
  • types: support contenteditable="plaintext-only" (#8796) (26ca89e)

Performance Improvements

3.3.5 (2023-10-20)

Bug Fixes

  • add isGloballyWhitelisted back, but deprecated (#8556) (63dfe8e), closes #8416
  • build: disable useDefineForClassFields in esbuild (#9252) (6d14fa8)
  • compat: return value of vue compat set() (#9377) (e3c2d69)
  • compiler-sfc: don't hoist props and emit (#8535) (24db951), closes #7805 #7812
  • compiler-sfc: don't registerTS when bundling for browsers (#8582) (6f45f76)
  • compiler-sfc: fix using imported ref as template ref during dev (#7593) (776ebf2), closes #7567
  • compiler-sfc: handle dynamic directive arguments in template usage check (#8538) (e404a69), closes #8537
  • compiler-sfc: ignore style v-bind in double slash comments (#5409) (381b497)
  • compiler-sfc: pass options directly to stylus (#3848) (d6446a6)
  • compiler-sfc: support resolve multiple re-export /w same source type name (#8365) (4fa8da8), closes #8364
  • compiler-sfc: typo in experimental feature warnings (#8513) (fd1a3f9)
  • deps: update dependency monaco-editor to ^0.44.0 (#9237) (8611874)
  • deps: update playground (#9154) (c8566a2)
  • playground: fix github button style (#7722) (5ee992c)
  • runtime-core: swap client/server debug labels (#9089) (8f311c6)
  • ssr: render correct initial selected state for select with v-model (#7432) (201c46d), closes #7392
  • ssr: reset current instance if setting up options component errors (#7743) (020851e), closes #7733
  • teleport: handle target change while disabled (#7837) (140a89b), closes #7835
  • transition: handle possible auto value for transition/animation durations (96c76fa), closes #8409
  • types/jsx: add inert attribute and missing hidden values (#8090) (ceb0732)
  • types/jsx: add missing loading attr for img element (#6160) (68d6b43)
  • types: correct withDefaults return type for boolean prop with undefined default value (#8602) (f07cb18)
  • types: ensure nextTick return type reflect correct Promise value (#8406) (6a22b1f)
  • types: support correct types for style on svg elements (#6322) (364dc53)

... (truncated)

Commits


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