Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Update html-webpack-plugin to the latest version 馃殌 #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 28, 2018

鈽濓笍 Greenkeeper鈥檚 updated Terms of Service will come into effect on April 6th, 2018.

Version 3.0.0 of html-webpack-plugin was just published.

Dependency html-webpack-plugin
Current Version 2.30.1
Type devDependency

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

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of html-webpack-plugin.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 14 commits.

  • f669052 chore(package): Drop support for node version older than 6 (#861)
  • e01700e fix(package): use correct package-lock
  • 1dee37e fix(package): remove unnecessary prepare script (#17)
  • 04ee3a6 docs(README): standardize (#11)
  • 6319451 fix(package): add tapable >= v1.0.0 (dependencies) (#14)
  • f5252ff ci(travis): update webpack v4.0.0-beta.1...4.0.0 (WEBPACK_VERSION) (#15)
  • ebfc277 ci(.travis): add node lts/* && stable (#7)
  • 55aab64 ci(.bithoundrc): rm bithound service (#6)
  • 638c664 docs(LICENSE): use JSF license (#5)
  • d66a1a9 chore(package): add release script (#4)
  • a8a8c2b refactor: add webpack >= v4.0.0 support (#3)
  • f663339 Doc: define lodash loader as the default loader (#789)
  • aedc623 Update README.md (#768)
  • 672f34b Release 2.30.1

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@codecov-io
Copy link

Codecov Report

Merging #273 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #273   +/-   ##
=======================================
  Coverage   95.75%   95.75%           
=======================================
  Files          25       25           
  Lines         165      165           
  Branches       10       10           
=======================================
  Hits          158      158           
  Misses          6        6           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update bf4795c...6412101. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Mar 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 1, 2018

Version 3.0.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

  • 17b6f19 chore(release): 3.0.1
  • 57411a9 fix(package): Remove the extract-text-webpack-plugin peer dependency

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 1, 2018

Version 3.0.3 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 7 commits.

  • 44fcf14 chore(release): 3.0.3
  • 0558c18 refactor(performance): Reduce the generated chunk information to speed up build time
  • 256f990 Change in-line spelling (#777)
  • 2c8637c chore(release): 3.0.2 (#867)
  • 985654c docs(README): update template variables list (#840)
  • 1ff661c Add plugin to README.md (#853)
  • 7587754 Fix to work with loader-utils ^1.1.0 (#792)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 1, 2018

Version 3.0.4 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

  • 8038a17 chore(release): 3.0.4
  • 0348d6b fix(entries): Don't add css entries twice
  • dc233b5 Fix typos, add links to issues and pull

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2018

Version 3.0.5 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 4 commits.

  • 422d828 chore(release): 3.0.5
  • 2288f20 fix(hooks): Remove deprecated tapable calls #879
  • 020b714 fix(entries): do not ignore JS if there is also CSS
  • 5711f16 Add a note about ordering first

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2018

Version 3.0.6 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

  • 1b2a71d chore(release): 3.0.6
  • bcbb036 fix(hooks): Call tapable.apply directly #879
  • eb0b765 docs(readme): fix options table

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2018

Version 3.0.7 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 22, 2018

Version 3.0.8 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 8 commits.

  • 2763474 chore(release): 3.0.8
  • 05ee29b fix(compiler): Fallback to 3.0.7 because of #900
  • efbd352 Add a Git .mailmap with merged repeated occurrences of various people
  • cf4176b Update README.md
  • fd22d81 Update README.md
  • ff03761 Added backers and sponsors on the README
  • df32593 Updated readme.md
  • e6e8464 Add html-webpack-exclude-empty-assets-plugin

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 22, 2018

Version 3.1.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

  • 07481a2 chore(release): 3.1.0
  • c5e32d3 feat: Allow to overwrite the templateParameter #830

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 3, 2018

Version 3.2.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 11 commits.

  • e2c6990 chore(release): 3.2.0
  • 74a22c4 feat: Support node 6.9
  • afcc032 test: Add example for template parameters
  • f7eac19 fix(loader): Allow to add new template parameters
  • c05b31b Update README.md
  • 3afd5d2 refactor: Reduce chunksort code
  • 9ec122a docs: Update readme avatar section
  • a7d37ca feat: Add meta tag option
  • 7b4eb7f fix(loader): Use lodash inside the loader directly
  • 24f8acc chore: Add commitizen
  • 050b51a docs: Add webpack-concat-plugin

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant