Skip to content

fix(deps): update dependency vue-loader to v17 - autoclosed

Renovate Bot requested to merge renovate/vue-loader-17.x into develop

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-loader 15.10.1 -> 17.0.1 age adoption passing confidence

Release Notes

vuejs/vue-loader

v17.0.1

Compare Source

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

Compare Source

Features
  • support reactivityTransform option (e07490e)
BREAKING CHANGES
  • remove refSugar option, require vue@^3.2.13

16.8.3 (2021-11-04)

Bug Fixes
  • HMR not working correctly with vue-class-component components (#​1897) (76b1448)

16.8.3 (2021-11-04)

Bug Fixes
  • HMR not working correctly with vue-class-component components (#​1897) (76b1448)

16.8.2 (2021-10-26)

Bug Fixes

16.8.1 (2021-09-22)

Bug Fixes
  • fix template options resolving for ts (91f581b)

v16.8.3

Compare Source

Bug Fixes
  • HMR not working correctly with vue-class-component components (#​1897) (76b1448)

v16.8.2

Compare Source

Bug Fixes

v16.8.1

Compare Source

Bug Fixes
  • fix template options resolving for ts (91f581b)

v16.8.0

Compare Source

Bug Fixes
  • hmr: fix hmr regression (bacc6a9)
Features
  • enableTsInTemplate option (7613534)

    • When used with ts-loader, due to ts-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 to false (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 or vue-tsc).

16.7.1 (2021-09-22)

Bug Fixes
  • remove pure annotation for custom blocks (cd891e5)

v16.7.1

Compare Source

Bug Fixes
  • remove pure annotation for custom blocks (cd891e5)

v16.7.0

Compare Source

Features

v16.6.0

Compare Source

Bug Fixes
  • generate treeshaking friendly code (11e3cb8)
Features
  • support ts in template expressions (573fbd2)

v16.5.0

Compare Source

  • 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

Compare Source

Bug Fixes

v16.4.0

Compare Source

Features
  • customElement option support for Vue 3.2 (e19fcda)

16.3.3 (2021-07-21)

Bug Fixes

16.3.2 (2021-07-20)

Bug Fixes
  • add undeclared peer dependency webpack and @vue/compiler-sfc (#​1853) (330d672)

16.3.1 (2021-07-16)

Bug Fixes

v16.3.3

Compare Source

Bug Fixes

v16.3.2

Compare Source

Bug Fixes
  • add undeclared peer dependency webpack and @vue/compiler-sfc (#​1853) (330d672)

v16.3.1

Compare Source

Bug Fixes

v16.3.0

Compare Source

Features
  • pass on compilerOptions and refSugar when using <script setup> (7137294)

v16.2.0

Compare Source

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

Compare Source

Bug Fixes

v16.1.1

Compare Source

Bug Fixes
  • ensure consistent component id across blocks (214b3f1)

v16.1.0

Compare Source

Features

v16.0.0

Compare Source

Bug Fixes
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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports