Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update dependency vue-loader to ^14.0.0 #701

Merged
merged 1 commit into from
Mar 24, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2018

This Pull Request updates dependency vue-loader from ^13.5.0 to ^14.0.0

Release Notes

v14.0.0

Features

  • Support for @vue/cli web component mode

Breaking

  • No longer works with webpack 1.
  • esModules option has been removed. Built module is now always exposed as an ES module.
  • Inject mode has been removed since it does not work with ES modules.

v14.1.0

  • Adjust web component style injection strategy
  • Improve tree shaking

v14.2.0

Features
  • New option threadMode: set this to true enables fs-based options sharing. Only needed when using with HappyPack or thread-loader.
  • New option postcss.cascade: setting this to true allows using cascading postcss config files. (#​1147) (dddd911), closes #​1063
  • use more sensible default localIdentName for css modules (now [local]_[hash:base64:8]) (084bf3d)
Bug Fixes
  • Removed use of this._compilation, fixing #​1160 and compat with HappyPack / thread-loader
  • get transformToRequire from vueOptions instead of options for template-compiler (#​1175) (8b912ad)
  • removed module id for non-scoped component (#​1146) (0b36a2c), closes #​853
  • avoid adding index to css modules in first <style> tag (2c8d1fb), closes #​703 #​818

v14.2.1

Bug Fixes

Commits

v14.0.0

  • d6bd84c 这 => 着 (#​1115)
  • 72f5d09 前 => 间 (#​1119)
  • 9201e05 modules 选项 => directives 选项 (#​1120)
  • 31d309d fix: importLoaders should be a number when cssModules are used
  • 35723b0 [RU] Translation update (#​1125)
  • d9d7fa4 docs: remove cacheBusting from table of contents (#​1124)
  • 653d92b 翻译有误 (#​1118)
  • 436ac94 update marked to latest version (#​1114)
  • 00ef1e5 feat: import component normalizer with esm
  • 4f3c379 use yarn
  • e6b5fd4 feat: shadowMode
  • 8673266 use yorkie
  • 3d5ac8b bump vue-style-loader version
  • a438118 14.0.0

v14.0.2

  • 289b4d9 refactor: webpack 4 compat + improve test setup
  • fdb06e0 14.0.2

v14.0.3

  • 23cb014 fix: only push shadow injector when there are styles in component
  • f408d01 14.0.3

v14.1.0

  • d328131 [RU] Translation update (#​1145)
  • 2bbdf25 feat: adjust shadow injection strategy
  • 611fda8 refactor: move helpers into separate file + deprecate inject mode
  • da9433e chore: tweak comments
  • 741bcd2 refactor: tweak normalizer
  • 03bdf81 fix: use esm in template export
  • cfd981d refactor: optimize template exports
  • 93f2afa 14.1.0

v14.1.1

  • fb1ad4a fix: call injectStyle with this context in shadow mode
  • 52658f0 14.1.1

v14.2.0

  • dfb60e0 docs: update asset-url.md (#​1174)
  • ba83acf chore: ignore logs
  • 88e93ec test: fix css modules test
  • 65de872 workflow: auto generate release note
  • 4b6c843 chore: remove this.cacheable calls as it is true by default
  • 905b813 refactor: options cache without using this._compilation
  • 078fa1c test: add test case for multiple rule uses (ref #​1131)
  • 8ef70c1 test: add test for thread mode
  • 084bf3d feat: use more sensible default localIdentName for css modules
  • 1b554b6 chore: fix comment
  • 0b36a2c fix: removed module id for non-scoped component (#​1146)
  • fc83157 test: fix test for duplication style injection
  • b22db1d 14.2.0

v14.2.1


This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/vue-loader-14.x branch from 5affa73 to 0ae6fda Compare February 26, 2018 16:34
@renovate renovate bot force-pushed the renovate/vue-loader-14.x branch from 0ae6fda to 6786f6a Compare March 10, 2018 18:27
@edmorley edmorley merged commit ceb83c2 into master Mar 24, 2018
@edmorley edmorley deleted the renovate/vue-loader-14.x branch March 24, 2018 00:54
@rarkins
Copy link

rarkins commented Mar 24, 2018

@edmorley FYI, if you do a "rebase" merge for Renovate PRs then you'll get a much nicer git log because the Verified @renovate-bot commits with logo will be shown on the master branch instead of the current:
image

@edmorley edmorley added this to the v9 milestone Apr 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

3 participants