fix(deps): update dependency vue-loader to v17 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
vue-loader | 15.10.1 -> 17.0.1 |
Release Notes
vuejs/vue-loader
v17.0.1
Bug Fixes
- add
vue
and@vue/compiler-sfc
to optional peerDependencies (df0ded5), closes #1944 - merge custom queries rather than appending (#1911) (9e4249a)
v17.0.0
Features
- support
reactivityTransform
option (e07490e)
BREAKING CHANGES
- remove
refSugar
option, requirevue@^3.2.13
16.8.3 (2021-11-04)
Bug Fixes
16.8.3 (2021-11-04)
Bug Fixes
16.8.2 (2021-10-26)
Bug Fixes
- should allow chaining with loaders for non-vue files (#1889) (f32f953), closes #1879 #1883 #1890
- plugin: use compiler.webpack when possible (#1884) (820d23c)
16.8.1 (2021-09-22)
Bug Fixes
- fix template options resolving for ts (91f581b)
v16.8.3
Bug Fixes
v16.8.2
Bug Fixes
- should allow chaining with loaders for non-vue files (#1889) (f32f953), closes #1879 #1883 #1890
- plugin: use compiler.webpack when possible (#1884) (820d23c)
v16.8.1
Bug Fixes
- fix template options resolving for ts (91f581b)
v16.8.0
Bug Fixes
- hmr: fix hmr regression (bacc6a9)
Features
-
enableTsInTemplate option (7613534)
-
When used with
ts-loader
, due tots-loader
's cache invalidation behavior, it sometimes prevents the template from being hot-reloaded in isolation, causing the component to reload despite only the template being edited. If this is annoying, you can set this option tofalse
(and avoid using TS expressions in templates). -
Alternatively, leave this option on (by default) and use
esbuild-loader
to transpile TS instead, which doesn't suffer from this problem (it's also a lot faster). However, do note you will need to rely on TS type checking from other sources (e.g. IDE orvue-tsc
).
-
16.7.1 (2021-09-22)
Bug Fixes
- remove pure annotation for custom blocks (cd891e5)
v16.7.1
Bug Fixes
- remove pure annotation for custom blocks (cd891e5)
v16.7.0
Features
- support optional @vue/compiler-sfc peer dep (21725a4)
v16.6.0
Bug Fixes
- generate treeshaking friendly code (11e3cb8)
Features
- support ts in template expressions (573fbd2)
v16.5.0
- Custom Elements mode behavior changed: now only inlines the CSS and no longer exports the custom element constructor (exports the component as in normal mode). Users now need to explicitly call
defineCustomElement
on the component. This allows the custom element to be defined using an async version of the source component.
16.4.1 (2021-08-02)
Bug Fixes
v16.4.1
Bug Fixes
v16.4.0
Features
- customElement option support for Vue 3.2 (e19fcda)
16.3.3 (2021-07-21)
Bug Fixes
- mark @vue/compiler-sfc as an optional peer dependency (089473a)
16.3.2 (2021-07-20)
Bug Fixes
16.3.1 (2021-07-16)
Bug Fixes
- pick up production env in thread-loader context (821a3a3), closes vuejs/vue-next#3921
v16.3.3
Bug Fixes
- mark @vue/compiler-sfc as an optional peer dependency (089473a)
v16.3.2
Bug Fixes
v16.3.1
Bug Fixes
- pick up production env in thread-loader context (821a3a3), closes vuejs/vue-next#3921
v16.3.0
Features
- pass on compilerOptions and refSugar when using
<script setup>
(7137294)
v16.2.0
Features
- enable :slotted usage detection (66a3759)
16.1.2 (2020-12-17)
Bug Fixes
16.1.1 (2020-12-04)
Bug Fixes
- ensure consistent component id across blocks (214b3f1)
v16.1.2
Bug Fixes
v16.1.1
Bug Fixes
- ensure consistent component id across blocks (214b3f1)
v16.1.0
Features
v16.0.0
Bug Fixes
- update hmr api usage (f9dd610)
Features
- support for experimental sfc features (b85244b), closes #1723
- support for new script setup and css var injection (fd33cad)
Performance Improvements
- avoid resolveScript call in main loader (e922648)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.