wopian / hibari

🦊 Vue app for Kitsu
https://hibari.moe
MIT License
26 stars 9 forks source link

chore(deps): update vue-loader to ~14.2.0 #480

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency vue-loader from ~14.1.0 to ~14.2.0

Release Notes ### [`v14.2.0`](https://github.com/vuejs/vue-loader/releases/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](`https://github.com/vuejs/vue-loader/issues/1147`)) ([dddd911](https://github.com/vuejs/vue-loader/commit/dddd911)), closes [#​1063](`https://github.com/vuejs/vue-loader/issues/1063`) * use more sensible default localIdentName for css modules (now `[local]_[hash:base64:8]`) ([084bf3d](https://github.com/vuejs/vue-loader/commit/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](`https://github.com/vuejs/vue-loader/issues/1175`)) ([8b912ad](https://github.com/vuejs/vue-loader/commit/8b912ad)) * removed module id for non-scoped component ([#​1146](`https://github.com/vuejs/vue-loader/issues/1146`)) ([0b36a2c](https://github.com/vuejs/vue-loader/commit/0b36a2c)), closes [#​853](`https://github.com/vuejs/vue-loader/issues/853`) * avoid adding index to css modules in first