Bump @vue/compiler-sfc from 3.3.9 to 3.3.10 in /frontend
Bumps @vue/compiler-sfc from 3.3.9 to 3.3.10.
Release notes
Sourced from @vue/compiler-sfc
's releases.
v3.3.10
Please refer to CHANGELOG.md for details.
Changelog
Sourced from @vue/compiler-sfc
's changelog.
3.3.10 (2023-12-04)
Bug Fixes
- app: prevent template from being cached between apps with different options (#9724) (ec71585), closes #9618
- compiler-sfc: avoid passing forEach index to genMap (f12db7f)
- compiler-sfc: deindent pug/jade templates (6345197), closes #3231 #3842 #7723
- compiler-sfc: fix :where and :is selector in scoped mode with multiple selectors (#9735) (c3e2c55), closes #9707
- compiler-sfc: generate more treeshaking friendly code (#9507) (8d74ca0), closes #9500
- compiler-sfc: support inferring generic types (#8511) (eb5e307), closes #8482
- compiler-sfc: support resolving components from props (#8785) (7cbcee3)
- compiler-sfc: throw error when failing to load TS during type resolution (#8883) (4936d2e)
- cssVars: cssVar names should be double-escaped when generating code for ssr (#8824) (5199a12), closes #7823
- deps: update compiler to ^7.23.4 (#9681) (31f6ebc)
- runtime-core: Suspense get anchor properly in Transition (#9309) (65f3fe2), closes #8105
- runtime-dom: set width/height with units as attribute (#8781) (bfc1838)
- ssr: avoid computed being accidentally cached before server render (#9688) (30d5d93), closes #5300
- types: expose emits as props in functional components (#9234) (887e54c)
- types: fix reactive collection types (#8960) (ad27473), closes #8904
- types: improve return type withKeys and withModifiers (#9734) (43c3cfd)
Performance Improvements
Commits
-
d5a88ef
release: v3.3.10 -
c3e2c55
fix(compiler-sfc): fix :where and :is selector in scoped mode with multiple s... -
bf7269a
chore(deps): update compiler (#9745) -
f12db7f
fix(compiler-sfc): avoid passing forEach index to genMap -
eb5e307
fix(compiler-sfc): support inferring generic types (#8511) -
6345197
fix(compiler-sfc): deindent pug/jade templates -
8d74ca0
fix(compiler-sfc): generate more treeshaking friendly code (#9507) -
4936d2e
fix(compiler-sfc): throw error when failing to load TS during type resolution... -
5199a12
fix(cssVars): cssVar names should be double-escaped when generating code for ... -
3a65134
chore(deps): update all non-major dependencies (#9682) - 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