chore(deps): update dependency vue to v3.3.4
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
vue (source) | 3.2.47 -> 3.3.4 |
Release Notes
vuejs/core
v3.3.4
Bug Fixes
- build: ensure correct typing for node esm (d621d4c)
- build: fix DEV flag replacement edge case (8b7c04b), closes #8353
- compiler-sfc: handle imported types from default exports (5aec717), closes #8355
v3.3.3
Bug Fixes
- avoid regex s flag for old browsers (91f1c62), closes #8316
- build: fix dev flag replacement in esm-builder builds (#8314) (003836f), closes #8312
- compiler-sfc: don't hoist regexp literial (#8300) (8ec73a3)
- compiler-sfc: fix props destructing default value type checking with unresolved type (#8340) (f69dbab), closes #8326
- compiler-sfc: fix type import from path aliased vue file (fab9c72), closes #8348
- compiler-sfc: handle ts files with relative imports with .js extension (b36addd), closes #8339
- compiler-sfc: parses correctly when inline mode is off (#8337) (ecbd42a), closes #6088
- compiler-sfc: support defineEmits type reference with unions (#8299) (b133e0f), closes #7943
- types: support generic usage with withDefaults + defineProps (#8335) (216f269), closes #8310 #8331 #8325
v3.3.2
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
v3.3.1
Bug Fixes
- suspense: handle nested sync suspense for hydration (a3f5485)
v3.3.0
-
For a detailed walkthrough of the new features in 3.3, please read the release blog post.
-
Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.
Features
- sfc: support imported types in SFC macros (#8083)
-
types/slots: support slot presence / props type checks via
defineSlots
macro andslots
option (#7982) (5a2f5d5) - sfc: support more ergnomic defineEmits type syntax (#7992) (8876dcc)
-
sfc: introduce
defineModel
macro anduseModel
helper (#8018) (14f3d74) - reactivity: improve support of getter usage in reactivity APIs (#7997) (59e8284)
- compiler-sfc: add defineOptions macro (#5738) (bcf5841)
- types/jsx: support jsxImportSource, avoid global JSX conflict (#7958) (d0b7ef3)
- dx: improve readability of displayed types for props (4c9bfd2)
- app: app.runWithContext() (#7451) (869f3fb)
- hasInjectionContext() for libraries (#8111) (5510ce3)
- allow accessing console in template (#6508) (fe76224), closes #7939
-
suspense: introduce suspensible option for
<Suspense>
(#6736) (cb37d0b), closes #5513 - compiler-dom: treat inert as boolean attribute (#8209) (918ec8a), closes #8208
- types: add slots types for built-in components (#6033) (3cb4dc9)
- types: provide ExtractPublicPropTypes utility type (bff63c5), closes #5272 #8168
- compiler-sfc: expose parseCache (4576548), closes #8202
Deprecations
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.