Bump vue from 3.3.1 to 3.3.2 in /frontend
Bumps vue from 3.3.1 to 3.3.2.
Changelog
Sourced from vue's changelog.
3.3.2 (2023-05-12)
Bug Fixes
- compiler-core: treat floating point numbers as constants (8dc8cf8), closes #8295
- compiler-dom: do not throw in production on side effect tags (c454b9d), closes #8287 #8292
- compiler-sfc: fix regression on props destructure when transform is not enabled (f25bd37), closes #8289
- compiler-sfc: handle prop keys that need escaping (#7803) (690ef29), closes #8291
- compiler-sfc: properly parse d.ts files when resolving types (aa1e77d), closes #8285
- compiler-sfc: raise specific warning for failed extends and allow ignoring extends (8235072), closes #8286
Commits
-
a374d7e
release: v3.3.2 -
8235072
fix(compiler-sfc): raise specific warning for failed extends and allow ignori... -
f25bd37
fix(compiler-sfc): fix regression on props destructure when transform is not ... -
80a708f
chore: bump plugin-vue -
574c83b
refactor(compiler-sfc): move prop key escape logic to utils -
690ef29
fix(compiler-sfc): handle prop keys that need escaping (#7803) -
aa1e77d
fix(compiler-sfc): properly parse d.ts files when resolving types -
8dc8cf8
fix(compiler-core): treat floating point numbers as constants -
c454b9d
fix(compiler-dom): do not throw in production on side effect tags -
ab9256a
chore: fix typos in defineOptions (#8277) - 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