Bump vue from 3.3.5 to 3.3.6 in /frontend
Bumps vue from 3.3.5 to 3.3.6.
Changelog
Sourced from vue'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
Commits
-
a09ed44
release: v3.3.6 -
cdb2e72
fix(compiler-ssr): fix ssr compile error for select with non-option children ... -
aacb66d
chore(eslint): update eslintno-unused-vars
rules (#9028) -
df81da8
fix(compiler-sfc): model name conflict (#8798) -
26ca89e
fix(types): support contenteditable="plaintext-only" (#8796) -
21a89af
chore: use git default short commit-id (#7761) -
712f96d
perf: replace Map/Set with WeakMap/WeakSet (#8549) -
4162311
fix(teleport): ensure descendent component would be unmounted correctly (#6529) -
8f0472c
fix(runtime-core): fix error when using cssvars with disabled teleport (#7341) -
75b8722
fix(runtime-core): delete stale slots which are present but undefined (#6484) - 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