Chamberlab / datadeck-nwjs

Desktop tools for data recording, playback and processing.
MIT License
0 stars 0 forks source link

Update vue-loader to the latest version 🚀 #29

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 12.0.0 of vue-loader just got published.

Dependency vue-loader
Current Version 11.3.4
Type devDependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of vue-loader. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 35 commits0.

  • 4d37780 12.0.0
  • 5c9b80c update docs
  • a5f34dd Merge branch 'master' of github.com:vuejs/vue-loader
  • ba23b3d use beta for ci
  • c8dfac1 use resolve for even more robust dep checking
  • d715da3 tests for extractCSS option
  • e56ef61 built-in support for CSS extraction with extractCSS option
  • 205294c add Chinese translation link (#787)
  • 5346db2 only inject when inject is exposed (e.g. when used with extract-text-webpack-plugin)
  • 649f219 use better context injection for 2.3
  • 51e7380 Fix typo (#782)
  • 48dbdb4 Docs: scoped uses data attribtute (fix #419)
  • 24812a8 bump hot-reload-api version
  • 2712ccc improve css modules hot-reload
  • e6daf96 make js default loader check work when npm-linked

There are 35 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 12.0.2 just got published.

Update to this version instead 🚀

Release Notes v12.0.2
  • Revert incorrect keyframes related change
Commits

The new version differs by 7 commits0.

  • 08491c9 12.0.2
  • 2f299fc Revert "make keyframes scoped (close #731)"
  • 063001e 12.0.1
  • c6882f1 only infer scss/sass loader when no explicit loaders have been specified (fix #790)
  • 35229b0 make keyframes scoped (close #731)
  • 7529218 support deps registered by postcss plugins
  • 595d502 Do not consider private properties to be named exports (fix: vuejs/vue-loader#759) (#765)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 12.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits0.

  • 99a2b7a 12.0.3
  • 7cb64a4 [Fix] functional SFC style injection support (#797)
  • 8e34bad update Chinese translation (#794)
  • 2155a2e [JUST MERGE ME] Russian translation update (#791)
  • 8695e9c docs (#796)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 12.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits0.

  • 25aabe4 12.0.4
  • 26a5c93 fix: extractCSS should only be applied to styles (#811)
  • 501cf3e minor typo edit (#806)
  • 6a93a03 fix documentation URL
  • c73a719 Improving PT BR translation for some sentences (#804)
  • 7db1b25 [Korean Docs] Update docs for v12.x (#803)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 12.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 12.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • e7341f6 12.1.1
  • f615dd6 add optimizeSSR option + improve option docs in sidebar
  • c8cf57d simplify template preprocessor
  • bd525fd avoid multiple webpack runs complaining about unknown option (fix #824)
  • 1573403 fix incorrect regexp (#819)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 12.2.1 just got published.

Update to this version instead 🚀

Release Notes v12.2.1
  • added /deep/ as an alias for >>> as the latter is not recognized as a valid combinator by SASS.
Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 13.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • ad43eaf 13.0.0
  • ead854d always use require for compoentNormalizer since it cannot be concatenated
  • 7f2fe87 make sure esModule is always true in inject mode
  • 6ec67b3 feat: update internals to take advantage of webpack 3 module concatenation
  • 33880e8 Merge branch 'feature/webpack-3-module-concat' of https://github.com/fnlctrl/vue-loader into esModule
  • 04600bf docs: add guide for global scss loading (#861)
  • 2f100a8 docs: use phantomjs-prebuilt (#859)
  • b5825fc docs: Russian Translation Update (#833)
  • f83e4e3 Upgrade PostCSS to 6.0.1 (#834)
  • 7afe1c4 docs: pdate scoped-css.md with info about deep selectors (#841)
  • 0b4fe90 Use vue-loader explictly when creating injector (#837)
  • 38da44e test: fix CI on windows
  • 4ef5e3b minor fix
  • 29ddd49 Support webpack 3 module concatenation by using imports instead
  • e2d998a update eslint config

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 13.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • c81fd73 13.0.1
  • be927d5 Fix template hmr, fix #863 (#874)
  • 39fdf35 Improve the documentation site's title area (#875)
  • 024a14e update ja docs (#870)
  • 3f803b0 Added info about deep selectors (#867)
  • 9b358e3 Use vue-loader explictly when creating injector (#868)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 13.0.2 just got published.

Update to this version instead 🚀

Release Notes v13.0.2
  • Fix scoped style attribute not being applied with 2.4 ssr optimization
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 13.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 674ea6a 13.0.3
  • a4a8e2f bump lockfile
  • 1cff850 keep path of source file in source map (#895)
  • c48b6c7 fix(transform-require): support ~/ aliases (#927)
  • 1172384 chore: Setup lint-staged with husky(pre-commit) (#914)
  • afdb06b Аixed a typo on line 111 (#925)
  • 4e5c1b0 typo (#917)
  • 5b13502 Setup eslint config for test files (#888)
  • f5b5979 chore(package): Bump updatable dependencies (#886)
  • b748a5a support postcss.options.plugins being a function (#866)
  • e6abc19 support comment option in template (#897)
  • 7253e32 Adds support for scoped selectors in @supports queries (#908)
  • e6d5956 fix css module HMR (#900)
  • 14b899e docs(ja): update ja docs
  • 62b698c docs(en/options): tweak esModule note

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 13.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff