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

Update vue-loader to the latest version 🚀 #4

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 31, 2018

Version 14.0.0 of vue-loader was just published.

Dependency vue-loader
Current Version 13.7.0
Type devDependency

The version 14.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of vue-loader.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 14 commits.

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

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jan 31, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2018

Version 14.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 41436e4 update readme to use new vue-cli
  • 46f72d3 14.0.1
  • 863a1c1 revert source map line offset
  • 886d727 chore: update screenshot (#1144)
  • 7fb1cd8 docs: remove webpack 1 reference, refer new cli

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 31, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2018

Version 14.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

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

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 31, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2018

Version 14.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

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

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 1, 2018

Version 14.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

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

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 2, 2018

Version 14.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

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

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2018

Version 14.2.0 just got published.

Update to this version instead 🚀

Release Notes 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
Commits

The new version differs by 23 commits.

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

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2018

Version 14.2.1 just got published.

Update to this version instead 🚀

Release Notes v14.2.1

Bug Fixes

Commits

The new version differs by 3 commits.

See the full diff

@mishushakov mishushakov deleted the greenkeeper/vue-loader-14.0.0 branch June 21, 2019 21:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
1 participant