Update webpack to the latest version π
Version 4.16.3 of webpack was just published.
| Dependency | webpack |
|---|---|
| Current Version | 3.12.0 |
| Type | devDependency |
The version 4.16.3 is not covered by your current version range.
If you donβt 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 webpack.
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βt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v4.16.3Bugfixes
- fix missing modules with chunks nested in unneeded
require.ensures.
Commits
The new version differs by 2302 commits ahead by 2302, behind by 8.
482ff204.16.36c60e9dMerge pull request #7798 from webpack/bugfix/empty-chunks-failaac4368fix case where empty chunkgroups cause nested chunkgroups to vanisha28f44fMerge pull request #7770 from webpack/bump_jest0d4c87f4.16.220dc30eUpdate Jestb8c47a7Merge pull request #7628 from reduckted/dllreferenceplugin-graceful-json-parse-failure699fe21Merge pull request #7750 from ak-14/node-dependencies945a951Merge pull request #7755 from webpack/tooling/inherit-types8614c75run inherit types tool on existing code0e6d505add tool to copy method signatures from base classes9f16238Merge pull request #7749 from webpack/bugfix/sort-reasonsdcd6442remove comment80c3e43Handle module.require, require.main.require, and module.parent.requiree80d494fix sorting of reasons
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 4.16.4 just got published.
Update to this version instead π
Release Notes
v4.16.4Bugfixes
- fix
chunkAssethook in HotModuleReplacementPlugin
Commits
The new version differs by 15 commits.
1e9d98c4.16.4e163495Merge pull request #7838 from webpack/test/jest-exported-tests01cfe5bimprove way of adding exported tests to test tree5f1852aMerge pull request #7831 from EECOLOR/patch-1afe3182Merge pull request #7836 from rzhe97/masterc893bbcUpdate CONTRIBUTING.md2348c3cFormatting - move arguments to the same line7473ed4Fix chunkAsset hook call32fdca2Merge pull request #7823 from flyyang/refactor/define-before-use-classe4ae646Merge pull request #7825 from webpack/deps/update_linters64e301cUpdate Prettier20406a4Update ESLint5234abeRefactor define before use class61ce434Merge pull request #7819 from webpack/refactor/template_es63992ba3Convert Template to ES6
See the full diff
Version 4.16.5 just got published.
Update to this version instead π
Commits
The new version differs by 12 commits.
025338c4.16.54972fd8Merge pull request #7842 from webpack/bugfix/override-entry17ebfb9fix #78295539f57Merge pull request #7839 from skingston91/master1138d32Merge pull request #7840 from webpack/test/watch-cases61633aafix #7778795cc35Improve error reporting while recompilation in HotCases3e30c70Merge pull request #7830 from ryota-murakami/patch-173dff6cUpdate index.jsf5be9a6update watch test cases for new jest integrationea5c68bAdds test cases for issue 7778cdf042cUpdate Jest homepage URL
See the full diff
Version 4.17.0 just got published.
Update to this version instead π
Release Notes
v4.17.0Features
- allow to provide custom functions to IgnorePlugin
Bugfixes
- remove incorrectly emitted dead code in concatenated modules
- chunk ids contribute to
[contenthash]for js assets - fix crash when trying to export globals in concatenated modules
Commits
The new version differs by 22 commits.
6f1f18f4.17.045e798aMerge pull request #7827 from AoDev/feat/ignore-plugin-check-fned96915Merge pull request #7907 from Connormiha/simplify-context-replacmnet-plugin1f954b4Get rid typeof undef in all libc2e0395Merge pull request #7922 from webpack/bugfix/concat-globals9315ce2fix exporting globals in scope-hoisted modules0e60343Merge pull request #7921 from webpack/bugfix/contenhash-idc253b4bchunk ids contribute to contenthash for javascriptefa69cdGet rid of typeof for checking undefined6235e99feat(IgnorePlugin): allow user to provide his own check functionsa02bf99Merge pull request #7886 from Sibiraj-S/patch-1aba6dbfMerge pull request #7888 from webpack/bugfix/issue-78871345ab2fixes #7887a9a4f1cdocs: update README.md34ff480Merge pull request #7881 from oygen87/patch-8
There are 22 commits in total.
See the full diff
Version 4.17.1 just got published.
Update to this version instead π
Release Notes
v4.17.1Bugfixes
- fix missing reexports in
export *in a concatenated module
Version 4.17.2 just got published.
Update to this version instead π
Release Notes
v4.17.2Bugfixes
- fix a spacing issue with the ProgressPlugin on some terminals
- force-upgrade webpack-sources for performance improvement (was already in semver range)
Commits
The new version differs by 9 commits.
dfe63794.17.280bc330Merge pull request #7961 from aimergenge/patch-13dedc72Merge pull request #7969 from webpack/deps/upgradecd9525aUpgrade some dependencies7996883solving outputing unnecessary spaces76c3193Merge pull request #7952 from webpack/tooling/prettier1b886eeimprove prettier and lint config and performance6e01fd5Merge pull request #7942 from webpack/test/performance2740d4aimprove jest startup performance
See the full diff
Version 4.17.3 just got published.
Update to this version instead π
Release Notes
v4.17.3Bugfixes
- Fix exit code when multiple CLIs are installed
- No longer recommend installing webpack-command, but still support it when installed
Commits
The new version differs by 7 commits.
ee27d364.17.34430524Merge pull request #7966 from webpack/refactor-remove-webpack-command-from-clisb717aadShow only webpack-cli in the listc5eab67Merge pull request #8001 from webpack/bugfix/exit-code943aa6bFix exit code when multiple CLIs are installed691cc94Spelling898462drefactor: removewebpack-commandfrom CLIs
See the full diff
Version 4.18.0 just got published.
Update to this version instead π
Release Notes
v4.18.0Features
- Upgrade webassemblyjs dependency
Commits
The new version differs by 12 commits.
ee7d9484.18.0de85978Merge pull request #7732 from xtuc/chore-bump-webassemblyjs114e02cacchore: bump webassemblyjs52e1630bump webassemblyjse0e0061Merge branch 'master' into chore-bump-webassemblyjs11c9d6ec1feat: remove wasm-opt075208dfix: merging38c3403Merge remote-tracking branch 'upstream/master' into chore-bump-webassemblyjs118214d56chore: bump webassemblyjs59114c1chore: bump webassemblyjsb310b9bfeat: remove LEB128 optf744c4achore: bump webassemblyjs 1.6.0
See the full diff
- The
devDependencywebpack was updated from3.12.0to4.18.1.
Update to this version instead π
Commits
The new version differs by 7 commits.
c51a1ba4.18.1c79c1deMerge pull request #8018 from webpack/ci/azure-windows37046a7Add windows to azure814b85bMerge pull request #8012 from webpack/ci/azure474a9acAdd simple azure pipeline7b3a297Merge pull request #8015 from webpack/deps/upgrade-tapable35015ddUpgrade tapable version
See the full diff
- The
devDependencywebpack was updated from3.12.0to4.19.0.
Update to this version instead π
Release Notes for v4.19.0
Bugfixes
- Create a hash of the whole runtime code for the chunk/contenthash of entry chunks
- Before hash was (incorrectly) calculated from (some) inputs
Commits
The new version differs by 5 commits.
6bf83234.19.0aecdeb3Merge pull request #8029 from webpack/bugfix/hash-bootstrap13b2cddhash content of bootstrap codec2cfa7eMerge pull request #8022 from antleblanc/readme-styling-typo96ffd27docs(readme.styling): write correctly sass
See the full diff
- The
devDependencywebpack was updated from3.12.0to4.19.1.
Update to this version instead π
Release Notes for v4.19.1
Bugfixes
- Internal requested filename for
import()withtarget: "electron-main"uses correct path separator on windows
(This fixes a problem with filemappings in vscode) devtool: "source-map"and variants generate SourceMaps when output file is.mjsbrowserfield as object is used when usingtarget: "electron-renderer"- Comments near
export defaultare preserved - Passing an array as
externalsvalue, now works correctly as documented
Commits
The new version differs by 15 commits.
b7121c14.19.1ab28497Merge pull request #8043 from RubenVerborgh/externals-object-array9bda629remove bad unit testf0271d9fix ExternalModule and test case3aef0e5Allow array as value in externals object.7b91fa6Merge pull request #8042 from webpack/bugfix/comments-export-defaulte08f71ckeep/restore comments in export default2f78aaeMerge pull request #8038 from sharang-d/patch-5bb4c2d1Correctly set the 'browser' value for electron-renderer5ade574Merge pull request #7947 from philipwalton/mjs-sourcemap-support5258471Merge pull request #8035 from kwonoj/fix-path2df7b0cfix(nodemaintemplate): resolve async chunk path platform agnostic17fafd3Fix lint errorsa2cc031Add tests for default source map extensions12762ffAdd sourcemap support for .mjs output files
See the full diff
- The
devDependencywebpack was updated from3.12.0to4.20.0.
Update to this version instead π
Commits
The new version differs by 40 commits.
c4d8a3c4.20.01495b33Merge pull request #8070 from chuckdumont/work434ced3Merge pull request #8071 from timneutkens/fix/typo2671d88Fix typof8877e0Uncaught exception from renderers31d735cMerge pull request #8068 from webpack/feature/json-to-typescript762b1c9move json-schema-to-typescript to devDependencies9c8f304Merge pull request #8065 from webpack/ci/appveyor3b6d149Merge pull request #7232 from webpack/feature/json-to-typescript61718d4Merge pull request #8064 from xtuc/chore-bump-webassemblyjs13f8bc251Reduce the appveyor CI tasks62b6142fix Validation testc768182fix issues with absolutePath, allOf and anyOf8c31f2afixes for RegExp in schema44955b7emit exit code only in lint mode
There are 40 commits in total.
See the full diff
- The
devDependencywebpack was updated from3.12.0to4.20.1.
Update to this version instead π
Release Notes for v4.20.1
Bugfixes
- fix crash when using
libraryTarget: "amd"without library name
- The
devDependencywebpack was updated from3.12.0to4.20.2.
Update to this version instead π
Release Notes for v4.20.2
Bugfixes
- keep comments in
export defaultin concatenated modules
Commits
The new version differs by 8 commits.
5c5e9024.20.279ea087Merge pull request #8086 from webpack/bugfix/comments-concat-export-defaultaab3afbfixes #808554e30e0update examples4ed8c08Merge pull request #7803 from oygen87/patch-16126ec7Update README.md37ae7c3Update increment.js614f2adUpdate example.js
See the full diff
- The
devDependencywebpack was updated from3.12.0to4.21.0.
Update to this version instead π
Release Notes for v4.21.0
Features
- add
output.libraryTarget: "amd-require"which generates a AMDrequire([], ...)wrapper instead of adefine([], ...)wrapper - support arrays of strings passed to
output.library, which exposes the library to a subproperty
Bugfixes
- fix cases where
__webpack_require__.eis used at runtime but is not defined in the bundle - fix behavior of externals of
globaltype
Performance
- Some performance improvements to the chunk graph generation
Commits
The new version differs by 37 commits.
432d2a34.21.00fb6c60Merge pull request #7038 from marcusdarmstrong/marcusdarmstrong-external-module-fix15b6f8bmake afterEach async7bc5c98Merge branch 'master' into marcusdarmstrong-external-module-fix2228dafMerge pull request #8230 from webpack/revert-8120-rh-silent-reporterfadf875remove dependency7c0b209Revert "Re-enable jest-silent-reporter #hacktoberfest"a868789Merge pull request #8143 from MLoughry/miclo/optimize-chunk-graph-generation1d71edeMake changes suggested by @sokra to optimize chunk graph generation4d3fe00Merge pull request #8134 from fscherwi/update-coveralls86f56bfupdate coveralls4c461e2Merge pull request #8120 from rickhanlonii/rh-silent-reporter9fe42e7Merge pull request #8118 from webpack/bugfix/issue-81100b6ad2aDon't be clever with the set command because idk windows148016eRerun yarn
There are 37 commits in total.
See the full diff