wopian / hibari

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

chore(deps): update dependency vue-loader to v15 - autoclosed #515

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

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

Release Notes ### [`v15.0.9`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1509httpsgithubcomvuejsvue-loadercomparev1508v1509-2018-05-04) [Compare Source](https://github.com/vuejs/vue-loader/compare/14bfc018bc22cfbc45123676b1733619a55b1917...7a2d7a0d0661a51cd871de384ca326876c7f0534) ##### Bug Fixes * shadowMode still has to be an option ([4529f83](https://github.com/vuejs/vue-loader/commit/4529f83)) --- ### [`v15.0.8`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1509httpsgithubcomvuejsvue-loadercomparev1508v1509-2018-05-04) [Compare Source](https://github.com/vuejs/vue-loader/compare/a9a4412f97ab621d4c0f30b752971a968d9ab834...14bfc018bc22cfbc45123676b1733619a55b1917) ##### Bug Fixes * shadowMode still has to be an option ([4529f83](https://github.com/vuejs/vue-loader/commit/4529f83)) --- ### [`v15.0.7`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1508httpsgithubcomvuejsvue-loadercomparev1507v1508-2018-05-04) [Compare Source](https://github.com/vuejs/vue-loader/compare/37329e1eb30311387a53f59bc47f7a54d887c6cf...a9a4412f97ab621d4c0f30b752971a968d9ab834) ##### Bug Fixes * avoid mutating original rules array ([14bfc01](https://github.com/vuejs/vue-loader/commit/14bfc01)), closes [#​1286](`https://github.com/vuejs/vue-loader/issues/1286`) --- ### [`v15.0.6`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1507httpsgithubcomvuejsvue-loadercomparev1506v1507-2018-05-03) [Compare Source](https://github.com/vuejs/vue-loader/compare/476f4660ace4ab32e5788b0bb080d4e845e5cac0...37329e1eb30311387a53f59bc47f7a54d887c6cf) ##### Bug Fixes * stylePostLoader injection for windows flat node_modules ([a9a4412](https://github.com/vuejs/vue-loader/commit/a9a4412)), closes [#​1284](`https://github.com/vuejs/vue-loader/issues/1284`) --- ### [`v15.0.5`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1506httpsgithubcomvuejsvue-loadercomparev1505v1506-2018-05-02) [Compare Source](https://github.com/vuejs/vue-loader/compare/874c19609d2a04ff9c261eb579af1443557ea804...476f4660ace4ab32e5788b0bb080d4e845e5cac0) ##### Bug Fixes * duplicate loaders when using src import with loader options ([37329e1](https://github.com/vuejs/vue-loader/commit/37329e1)), closes [#​1278](`https://github.com/vuejs/vue-loader/issues/1278`) --- ### [`v15.0.4`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1505httpsgithubcomvuejsvue-loadercomparev1504v1505-2018-04-30) [Compare Source](https://github.com/vuejs/vue-loader/compare/1204381264ed319a254e78d95b22012ac0b73b97...874c19609d2a04ff9c261eb579af1443557ea804) ##### Bug Fixes * ignore VueLoaderPlugin check when using thread-loader ([#​1268](`https://github.com/vuejs/vue-loader/issues/1268`)) ([476f466](https://github.com/vuejs/vue-loader/commit/476f466)), closes [#​1267](`https://github.com/vuejs/vue-loader/issues/1267`) --- ### [`v15.0.3`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1504httpsgithubcomvuejsvue-loadercomparev1503v1504-2018-04-27) [Compare Source](https://github.com/vuejs/vue-loader/compare/35ca03f73f86850e2e9080c3a1200d4b64d38296...1204381264ed319a254e78d95b22012ac0b73b97) ##### Bug Fixes * enable whitelist in exclude function ([5b0e392](https://github.com/vuejs/vue-loader/commit/5b0e392)) --- ### [`v15.0.2`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1503httpsgithubcomvuejsvue-loadercomparev1502v1503-2018-04-26) [Compare Source](https://github.com/vuejs/vue-loader/compare/949ba6666a6fff2bc64fa46f6f9604e43b42175c...35ca03f73f86850e2e9080c3a1200d4b64d38296) ##### Bug Fixes * handle rule.use being a string (ref: [#​1256](`https://github.com/vuejs/vue-loader/issues/1256`)) ([fc2ba27](https://github.com/vuejs/vue-loader/commit/fc2ba27)) --- ### [`v15.0.1`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1502httpsgithubcomvuejsvue-loadercomparev1501v1502-2018-04-26) [Compare Source](https://github.com/vuejs/vue-loader/compare/v15.0.0...949ba6666a6fff2bc64fa46f6f9604e43b42175c) ##### Bug Fixes * remove resource field in cloned rules (fix [#​1254](`https://github.com/vuejs/vue-loader/issues/1254`)) ([35ca03f](https://github.com/vuejs/vue-loader/commit/35ca03f)) --- ### [`v15.0.0`](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1500httpsgithubcomvuejsvue-loadercomparev1500-rc2v1500-2018-04-24) [Compare Source](https://github.com/vuejs/vue-loader/compare/v15.0.0-rc.2...v15.0.0) ##### Bug Fixes * compat with null-loader (close [#​1239](`https://github.com/vuejs/vue-loader/issues/1239`)) ([5cd5f6f](https://github.com/vuejs/vue-loader/commit/5cd5f6f)) ##### Features * support declaring rules using .vue.html (ref [#​1238](`https://github.com/vuejs/vue-loader/issues/1238`)) ([a3af6b3](https://github.com/vuejs/vue-loader/commit/a3af6b3)) ---

This PR has been generated by Renovate Bot.

wopian commented 6 years ago

Deploy preview for hibari failed.

Built with commit b6982f207227d1bb5466b4d0e5aabbebc44c1652

https://app.netlify.com/sites/hibari/deploys/5aee3ad0b312742293dc753b