wopian / hibari

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

chore(deps): update html-webpack-plugin to ~3.0.0 #473

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency html-webpack-plugin from ~2.30.1 to ~3.0.0

Release Notes ### [`v3.0.0`](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#​300httpsgithubcomjantimonhtml-webpack-plugincomparev2301v300-2018-28-02) ##### Features * Add support for the new [webpack tapable](https://github.com/webpack/tapable) to be compatible with webpack 4.x * Remove bluebird dependency ##### BREAKING CHANGES * Similar to webpack 4.x the support for node versions older than 6 are no longer supported --- ### [`v3.0.1`](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#​301httpsgithubcomjantimonhtml-webpack-plugincomparev300v301-2018-03-01) ##### Bug Fixes * **package:** Remove the extract-text-webpack-plugin peer dependency ([57411a9](https://github.com/jantimon/html-webpack-plugin/commit/57411a9)) --- ### [`v3.0.3`](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#​303httpsgithubcomjantimonhtml-webpack-plugincomparev302v303-2018-03-01) ##### Refactor * **performance:** Reduce the amount of chunk information gathered based on #​825 ([06c59a7](https://github.com/jantimon/html-webpack-plugin/commit/06c59a7)) --- ### [`v3.0.4`](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#​304httpsgithubcomjantimonhtml-webpack-plugincomparev302v304-2018-03-01) ##### Bug Fixes * **entries:** Don't add css entries twice ([e890f23](https://github.com/jantimon/html-webpack-plugin/commit/e890f23)) ---
Commits #### v3.0.0 - [`672f34b`](https://github.com/jantimon/html-webpack-plugin/commit/672f34bc98ff4130dba94551866d0e57086a7915) Release 2.30.1 - [`aedc623`](https://github.com/jantimon/html-webpack-plugin/commit/aedc623c770bce51f460da6a154690064fba2417) Update README.md (#​768) - [`f663339`](https://github.com/jantimon/html-webpack-plugin/commit/f6633391a281378a3fcd973165a4b0b72b8850c1) Doc: define lodash loader as the default loader (#​789) - [`a8a8c2b`](https://github.com/jantimon/html-webpack-plugin/commit/a8a8c2b6ea496c257fd6f501db3a06a51fa03e1e) refactor: add `webpack >= v4.0.0` support (#​3) - [`d66a1a9`](https://github.com/jantimon/html-webpack-plugin/commit/d66a1a9a0796945fc637d5ae5141f6267e6ecb58) chore(package): add `release` script (#​4) - [`638c664`](https://github.com/jantimon/html-webpack-plugin/commit/638c664666f1a9fb72fc841ae4f3319e04379980) docs(LICENSE): use JSF license (#​5) - [`55aab64`](https://github.com/jantimon/html-webpack-plugin/commit/55aab64c518005835776bc1ba1353c731104e525) ci(.bithoundrc): rm bithound service (#​6) - [`ebfc277`](https://github.com/jantimon/html-webpack-plugin/commit/ebfc2771d41a6ab043595d3c621528aee020e2f9) ci(.travis): add node `lts/*` && `stable` (#​7) - [`f5252ff`](https://github.com/jantimon/html-webpack-plugin/commit/f5252ffef9cd9de0e92fff8260108ffde88db640) ci(travis): update `webpack` v4.0.0-beta.1...4.0.0 (`WEBPACK_VERSION`) (#​15) - [`6319451`](https://github.com/jantimon/html-webpack-plugin/commit/6319451c00494ec32fea9176bfdcb7528185ab35) fix(package): add `tapable >= v1.0.0` (`dependencies`) (#​14) - [`04ee3a6`](https://github.com/jantimon/html-webpack-plugin/commit/04ee3a6ed96ada3f29cb61319b79a538ed019188) docs(README): standardize (#​11) - [`1dee37e`](https://github.com/jantimon/html-webpack-plugin/commit/1dee37e2696fd3990fe9be0a2945e465c0bb9a64) fix(package): remove unnecessary `prepare` script (#​17) - [`e01700e`](https://github.com/jantimon/html-webpack-plugin/commit/e01700ee28ed9850457be819e7e42389a87c1e0a) fix(package): use correct package-lock - [`f669052`](https://github.com/jantimon/html-webpack-plugin/commit/f66905248712afb51ec83d218bb809b1ee1dfbc2) chore(package): Drop support for node version older than 6 (#​861) #### v3.0.1 - [`57411a9`](https://github.com/jantimon/html-webpack-plugin/commit/57411a90fced546179685d5061374961e7653ea6) fix(package): Remove the extract-text-webpack-plugin peer dependency - [`17b6f19`](https://github.com/jantimon/html-webpack-plugin/commit/17b6f1969d09daa13fc642d73a08fecab3bfa488) chore(release): 3.0.1 #### v3.0.3 - [`7587754`](https://github.com/jantimon/html-webpack-plugin/commit/75877543a5c8d34b34d33babd89d2e3043982702) Fix to work with loader-utils ^1.1.0 (#​792) - [`1ff661c`](https://github.com/jantimon/html-webpack-plugin/commit/1ff661c3d76350e6e927ff82997a1580cf712471) Add plugin to README.md (#​853) - [`985654c`](https://github.com/jantimon/html-webpack-plugin/commit/985654cfb755ac66615045bb145dc1b718dfdb6a) docs(README): update template variables list (#​840) - [`2c8637c`](https://github.com/jantimon/html-webpack-plugin/commit/2c8637c569eb5c797d52e2caf75a7964fa1ab31b) chore(release): 3.0.2 (#​867) - [`256f990`](https://github.com/jantimon/html-webpack-plugin/commit/256f990258887b0f1f9549154596adf21677d308) Change in-line spelling (#​777) - [`0558c18`](https://github.com/jantimon/html-webpack-plugin/commit/0558c187db5ae2a0ca5a3e9fb8391450c2086604) refactor(performance): Reduce the generated chunk information to speed up build time - [`44fcf14`](https://github.com/jantimon/html-webpack-plugin/commit/44fcf149e971a41931bcd18882d1290215d1b05e) chore(release): 3.0.3 #### v3.0.4 - [`dc233b5`](https://github.com/jantimon/html-webpack-plugin/commit/dc233b51022fa38d9ceb8241c47c403552e01fa5) Fix typos, add links to issues and pull - [`0348d6b`](https://github.com/jantimon/html-webpack-plugin/commit/0348d6b48c7313806bc3350ac6516f1ad1bff645) fix(entries): Don't add css entries twice - [`8038a17`](https://github.com/jantimon/html-webpack-plugin/commit/8038a174c80b1f4b1312be749b559e2313ed4392) chore(release): 3.0.4

This PR has been generated by Renovate Bot.

wopian commented 6 years ago

Deploy preview for hibari ready!

Built with commit b1aad2947fd5dfc7308b0ebbf3df17b6070b3fb4

https://deploy-preview-473--hibari.netlify.com