A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
247
stars
68
forks
source link
chore(dependencies): update dependency html-webpack-plugin to v3 - autoclosed #65
Closed
renovate[bot] closed 6 years ago
This Pull Request updates dependency html-webpack-plugin from
2.30.x
to3.2.x
Release Notes
### [`v3.2.0`](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#320httpsgithubcomjantimonhtml-webpack-plugincomparev310v320-2018-04-03) [Compare Source](https://github.com/jantimon/html-webpack-plugin/compare/v3.1.0...v3.2.0) ##### Bug Fixes * **loader:** Allow to add new template parameters ([f7eac19](https://github.com/jantimon/html-webpack-plugin/commit/f7eac19)), closes [#915](`https://github.com/jantimon/html-webpack-plugin/issues/915`) * **loader:** Use lodash inside the loader directly ([7b4eb7f](https://github.com/jantimon/html-webpack-plugin/commit/7b4eb7f)), closes [#786](`https://github.com/jantimon/html-webpack-plugin/issues/786`) ##### Features * Add meta tag option ([a7d37ca](https://github.com/jantimon/html-webpack-plugin/commit/a7d37ca)) * Support node 6.9 ([74a22c4](https://github.com/jantimon/html-webpack-plugin/commit/74a22c4)), closes [#918](`https://github.com/jantimon/html-webpack-plugin/issues/918`) --- ### [`v3.1.0`](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#320httpsgithubcomjantimonhtml-webpack-plugincomparev310v320-2018-04-03) [Compare Source](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.8...v3.1.0) ##### Bug Fixes * **loader:** Allow to add new template parameters ([f7eac19](https://github.com/jantimon/html-webpack-plugin/commit/f7eac19)), closes [#915](`https://github.com/jantimon/html-webpack-plugin/issues/915`) * **loader:** Use lodash inside the loader directly ([7b4eb7f](https://github.com/jantimon/html-webpack-plugin/commit/7b4eb7f)), closes [#786](`https://github.com/jantimon/html-webpack-plugin/issues/786`) ##### Features * Add meta tag option ([a7d37ca](https://github.com/jantimon/html-webpack-plugin/commit/a7d37ca)) * Support node 6.9 ([74a22c4](https://github.com/jantimon/html-webpack-plugin/commit/74a22c4)), closes [#918](`https://github.com/jantimon/html-webpack-plugin/issues/918`) --- ### [`v3.0.8`](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#310httpsgithubcomjantimonhtml-webpack-plugincomparev308v310-2018-03-22) [Compare Source](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.7...v3.0.8) ##### Features * Allow to overwrite the templateParameter [#830](`https://github.com/jantimon/html-webpack-plugin/issues/830`) ([c5e32d3](https://github.com/jantimon/html-webpack-plugin/commit/c5e32d3)) #### [3.0.8](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.7...v3.0.8) (2018-03-22) ##### Bug Fixes * **compiler:** Fallback to 3.0.7 because of [#900](`https://github.com/jantimon/html-webpack-plugin/issues/900`) ([05ee29b](https://github.com/jantimon/html-webpack-plugin/commit/05ee29b)) #### [3.0.7](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.6...v3.0.7) (2018-03-19) ##### Bug Fixes * **compiler:** Set single entry name [#895](`https://github.com/jantimon/html-webpack-plugin/issues/895`) ([26dcb98](https://github.com/jantimon/html-webpack-plugin/commit/26dcb98)) #### [3.0.6](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.5...v3.0.6) (2018-03-06) ##### Bug Fixes * **hooks:** Call tapable.apply directly [#879](`https://github.com/jantimon/html-webpack-plugin/issues/879`) ([bcbb036](https://github.com/jantimon/html-webpack-plugin/commit/bcbb036)) #### [3.0.5](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.2...v3.0.5) (2018-03-06) ##### Bug Fixes * **entries:** do not ignore JS if there is also CSS ([020b714](https://github.com/jantimon/html-webpack-plugin/commit/020b714)) * **entries:** Don't add css entries twice ([0348d6b](https://github.com/jantimon/html-webpack-plugin/commit/0348d6b)) * **hooks:** Remove deprecated tapable calls [#879](`https://github.com/jantimon/html-webpack-plugin/issues/879`) ([2288f20](https://github.com/jantimon/html-webpack-plugin/commit/2288f20)) #### [3.0.4](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.2...v3.0.4) (2018-03-01) ##### Bug Fixes * **entries:** Don't add css entries twice ([e890f23](https://github.com/jantimon/html-webpack-plugin/commit/e890f23)) #### [3.0.3](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.2...v3.0.3) (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)) #### [3.0.2](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.1...v3.0.2) (2018-03-01) ##### Bug Fixes * **query-loader:** In case no query is provided, return an empty object. This fixes #727 ([7587754](https://github.com/jantimon/html-webpack-plugin/commit/7587754)) #### [3.0.1](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.0...v3.0.1) (2018-03-01) ##### Bug Fixes * **package:** Remove the extract-text-webpack-plugin peer dependency ([57411a9](https://github.com/jantimon/html-webpack-plugin/commit/57411a9)) #### [3.0.0](https://github.com/jantimon/html-webpack-plugin/compare/v2.30.1...v3.0.0) (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 #### 2.30.1 * Revert part the performance optimization ([#723](`https://github.com/jantimon/html-webpack-plugin/pull/723`)) because of [#753](`https://github.com/jantimon/html-webpack-plugin/issues/753`). #### 2.30.0 * Add manual sort * Performance improvements ([#723](`https://github.com/jantimon/html-webpack-plugin/pull/723`)) #### 2.29.0 * Add support for Webpack 3 #### 2.28.0 * Backport 3.x void tag for plugin authors #### 2.27.1 * Revert 2.25.0 loader resolving #### 2.27.0 * Fix a chunksorter webpack 2 issue ([#569](`https://github.com/jantimon/html-webpack-plugin/pull/569`)) * Fix template path resolving ([#542](`https://github.com/jantimon/html-webpack-plugin/pull/542`)) #### 2.26.0 * Allow plugins to add attributes without values to the ` Githubissues.