use-combined-reducers
use-combined-reducers copied to clipboard
An in-range update of webpack is breaking the build π¨
The devDependency webpack was updated from 4.35.3 to 4.36.0.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Release Notes for v4.36.0
Features
- SourceMapDevToolPlugin
appendoption now supports the default placeholders in addition to[url] - Arrays in resolve and parser options (Rule and Loader API) support backreferences with
"..."when overriding options.
Commits
The new version differs by 42 commits.
95d21bb4.36.0aa1216cMerge pull request #9422 from webpack/feature/dot-dot-dot-mergeb3ec775improve merging of resolve and parsing options53a5ae2Merge pull request #9419 from vankop/remove-valid-jsdoc-ruleab75240Merge pull request #9413 from webpack/dependabot/npm_and_yarn/ajv-6.10.20bdabf4Merge pull request #9418 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.5.2f207cdcremove valid jsdoc rule in favour of eslint-plugin-jsdoc31333a6chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.9 to 15.5.2036adf0Merge pull request #9417 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.8.037d4480Merge pull request #9411 from webpack/dependabot/npm_and_yarn/simple-git-1.121.0ce2a183chore(deps-dev): bump eslint-plugin-jest from 22.7.2 to 22.8.00beeb7eMerge pull request #9391 from vankop/create-hash-typescriptbf1a24a#9391 resolve super call discussionbd7d95b#9391 resolve discussions, AbstractMethodError4190638chore(deps): bump ajv from 6.10.1 to 6.10.2
There are 42 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:
After pinning to 4.35.3 your tests are passing again. Downgrade this dependency π.
- The
devDependencywebpack was updated from4.36.0to4.36.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.36.1
Bugfixes
- fix regression in 4.36.0 when using happypack
- The
devDependencywebpack was updated from4.36.1to4.37.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 37 commits.
04b0d6b4.37.02fb853eMerge pull request #9436 from webpack/feature/logginga1f0789Merge pull request #9458 from yvanwangl/master9d381f2HookMap: replace .tap() with .for().tap()677ccd9small fixes1d4fb10Merge pull request #9448 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.13.07b31890more tests167759dMerge pull request #9449 from webpack/dependabot/npm_and_yarn/simple-git-1.122.0d0298bcMerge pull request #9450 from webpack/dependabot/npm_and_yarn/acorn-6.2.1fa2b3f7Merge pull request #9452 from webpack/dependabot/npm_and_yarn/lodash-4.17.1585263afupdate snapshotb6138c1add infrastructure testd532c4fallow to configure the infrastructure logger183ddadstore profiling requests into the Stats too51e137echore(deps-dev): bump lodash from 4.17.14 to 4.17.15
There are 37 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.37.0to4.38.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.38.0
Performance
- Improved performance of ProgressPlugin
- Improved performance of chunk graph generation
- This can boost performance when many chunks are used, especially incremental build performance
- Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders
optimization.removeAvailableModulesunneeded, expect in scenarios where chunks are merged during optimization.
optimization.removeAvailableModulesis now disabled in development mode by defaultoptimization.removeAvailableModuleswill be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance.
Commits
The new version differs by 49 commits.
ae3db134.38.09741565Merge pull request #9472 from webpack/performance/chunk-group-available81017d5update stats snapshot because of additional logginga2c0461disable optimization.removeAvailableModules in development by default2e0ce0dless memory, reduce timing verbosity126fb99move chunk graph building into separate file2686bafMerge pull request #9469 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.255f034bchore(deps-dev): bump eslint-plugin-jsdoc from 15.7.1 to 15.7.2b088914Merge pull request #9466 from webpack/performance/progress5a27b8fMerge pull request #9462 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.1fde3f62fix low hanging performance problems with ProgressPluginae97676chore(deps-dev): bump eslint-plugin-jsdoc from 15.5.3 to 15.7.104b0d6b4.37.02fb853eMerge pull request #9436 from webpack/feature/logginga1f0789Merge pull request #9458 from yvanwangl/master
There are 49 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.38.0to4.39.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.39.0
Features
- Infrastructure logger for node.js has now colors + symbols to mark different kind of messages
- Logger API has now a
statusmethod which allows to write temporary status messages - ProgressPlugin default handler uses the Infrastructure Logger status message to output messages
- Placeholders in paths can now be escaped with i. e.
[\id\] Compiler.hooks.assetEmittedhave been added to get byte content of emitted assets
Bugfixes
- Logging output is now aligned to have space for symbols
- renamed
Compiler.hooks.infrastructurelogtoCompiler.hooks.infrastructureLog - Properties that are defined on the Object.prototype can now be chunk ids (i. e.
constructor) library.namenow supports placeholders inlibraryTarget: "system"- 2 places were module profiles were incorrectly captured were fixed
Dependencies
- Forced upgrade of all direct dependencies
- webpack-sources + terser-webpack-plugin comes with quality optimizations for SourceMaps
Commits
The new version differs by 104 commits.
53448374.39.01e1983cMerge pull request #9508 from webpack/deps/pusha662a94push latest version of dependencies to the end user4075538Merge pull request #9506 from webpack/logging/status1963e40improve tests for different infrastructure logging levelsed7d815Merge pull request #9318 from jamesgeorge007/hotfix/ease-access-of-emitted-assets98148b6add infrastructureLog hook to MulitCompiler0b0e9e9fix Progress and Stats Tests for colors and outputb89853efix Compiler logging test4c472adcapture infrastructure log56e12fdextract LogTestPlugindef2947add getInfrastructureLogger to MultiCompiler0c8d75cfix name for log hook8f0a443Colored console for node environment53a7a34add test cases
There are 104 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.39.0to4.39.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.39.1
Bugfixes
- fix problem that progress lines were too long on some terminals
- fix a problem that
...100%is displayed instead of100%
Commits
The new version differs by 110 commits.
f29445d4.39.11d98dadMerge pull request #9513 from webpack/bugfix/terminal-length8006117make status logging 1 char shorterff8946eupdate examples5a9d029Merge pull request #9512 from webpack/bugfix/100-percent7cfe0e6fix 100% progress output53448374.39.01e1983cMerge pull request #9508 from webpack/deps/pusha662a94push latest version of dependencies to the end user4075538Merge pull request #9506 from webpack/logging/status1963e40improve tests for different infrastructure logging levelsed7d815Merge pull request #9318 from jamesgeorge007/hotfix/ease-access-of-emitted-assets98148b6add infrastructureLog hook to MulitCompiler0b0e9e9fix Progress and Stats Tests for colors and outputb89853efix Compiler logging test
There are 110 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.39.1to4.39.2.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.39.2
Bugfixes
- fix ProfilingPlugin not ending traces correctly
Commits
The new version differs by 148 commits.
72654274.39.29f27d0cMerge pull request #9559 from jamesgeorge007/feat/refactor-banner-pluginb50a995Merge pull request #9568 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.1385fe6achore(deps-dev): bump eslint-plugin-jest from 22.15.0 to 22.15.17ea8665Merge pull request #9566 from timneutkens/fix/profiling-callback-override069c33aFix asyncHook callback interceptor for ProfilingPluginba56f7eMerge pull request #9564 from webpack/dependabot/npm_and_yarn/acorn-6.3.0bd7655cchore(deps): bump acorn from 6.2.1 to 6.3.0e62b643Merge pull request #9558 from jamesgeorge007/hotfix/fix-typod7486fdfix: revertaed5cceminor fix4f003c2tweakfa3b3efrefactor72ee5a3fix: lintaf8906dfix: refactor
There are 148 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.39.2to4.39.3.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.39.3
Bugfixes
- fix a missing module in chunk caused by incorrect chunk graph generation of async chunks
Commits
The new version differs by 191 commits.
94929a54.39.36bf1868Merge pull request #9635 from webpack/bugfix/963483dd295fixes #963454519bdMerge pull request #9630 from webpack/dependabot/npm_and_yarn/eslint-utils-1.4.2aa8d930chore(deps): bump eslint-utils from 1.3.1 to 1.4.2b16ca50Merge pull request #9603 from noscripter/patch-10601b12Merge pull request #9623 from webpack/dependabot/npm_and_yarn/less-3.10.3d56b9f8chore(deps-dev): bump less from 3.10.2 to 3.10.39dc49cfMerge pull request #9613 from shaodahong/optimize-eslint85421cdimprove linting performance94d1768resolve linting issues in test/helpers7ee8ca3optimize code-lint config9b02c19Merge pull request #9617 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.245622a4Merge pull request #9616 from webpack/dependabot/npm_and_yarn/less-3.10.23c252ffMerge pull request #9608 from webpack/dependabot/npm_and_yarn/types/node-10.14.16
There are 191 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.39.3to4.40.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.40.0
Features
- adds asset info for emitted assets
- new methods allow easy emitting/updating of assets
compilation.emitAsset/updateAsset(instead of accessing the Objectcompilation.assets) - new getter methods to get assets
compilation.getAssets()andcompilation.getAsset(name) - 3 flags in asset info:
immutable: when set an asset can be cache infinitelydevelopment: when set an asset is some kind of development tool (i. e. a SourceMap)hotModuleReplacement: when set an asset is generated for an hot update
- Stats expose
infoobject in assets - String version of Stats show flags
- new methods allow easy emitting/updating of assets
Commits
The new version differs by 221 commits.
9c6b3674.40.0e9e7a85Merge pull request #9687 from webpack/feature/emit-asset758269eadd emit/updateAsset to Compilation7f403e2Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.1893943eachore(deps-dev): bump @types/node from 10.14.17 to 10.14.18f5e1e1eMerge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3ea95059chore(deps-dev): bump typescript from 3.6.2 to 3.6.3cd804ccMerge pull request #9683 from webpack/deps/jest-againa81cdcdupgrade jest dependencies8ba7705Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2a736c3eupdate code for@enumbreaking change320b30bchore(deps-dev): bump typescript from 3.5.3 to 3.6.277cd3d0Merge pull request #9664 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.17.03e72f36chore(deps-dev): bump eslint-plugin-jest from 22.16.0 to 22.17.0b2b5b27Merge pull request #9655 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.1
There are 221 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.40.0to4.40.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.40.1
Bugfixes
- convert "multiple assets emit to the same filename" error into a warning
- compare asset content when multiple assets emit to the same filename
Commits
The new version differs by 226 commits.
e4c7d8c4.40.1b69ad20Merge pull request #9697 from webpack/bugfix/multiple-assetse41fab0make multiple assets to the same filename a warningc5450b4Merge pull request #9696 from sodatea/fix-size-limits025c253fix: check the asset's existence before running filter9c6b3674.40.0e9e7a85Merge pull request #9687 from webpack/feature/emit-asset758269eadd emit/updateAsset to Compilation7f403e2Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.1893943eachore(deps-dev): bump @types/node from 10.14.17 to 10.14.18f5e1e1eMerge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3ea95059chore(deps-dev): bump typescript from 3.6.2 to 3.6.3cd804ccMerge pull request #9683 from webpack/deps/jest-againa81cdcdupgrade jest dependencies8ba7705Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2
There are 226 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.40.1to4.40.2.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.40.2
Bugfixes
- fix a bug where asset is undefined
Commits
The new version differs by 229 commits.
d1fffd84.40.2705a3f5Merge pull request #9701 from Akryum/patch-1b4c7fd5fix: check for asset nullity before fileFiltere4c7d8c4.40.1b69ad20Merge pull request #9697 from webpack/bugfix/multiple-assetse41fab0make multiple assets to the same filename a warningc5450b4Merge pull request #9696 from sodatea/fix-size-limits025c253fix: check the asset's existence before running filter9c6b3674.40.0e9e7a85Merge pull request #9687 from webpack/feature/emit-asset758269eadd emit/updateAsset to Compilation7f403e2Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.1893943eachore(deps-dev): bump @types/node from 10.14.17 to 10.14.18f5e1e1eMerge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3ea95059chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
There are 229 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.40.3to4.41.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.41.0
Developer Experience
- disallow cache group named test with shorthand syntax to point out a potential config error
Performance
- Improve performance of LimitChunkCountPlugin
Commits
The new version differs by 247 commits.
36e318b4.41.0494b223Merge pull request #9728 from webpack/validation/potential-config-error-cache-groups951bf0dMerge pull request #9727 from webpack/perf/limit-chunk-countb58560c4.40.303b32d3disallow shorthand cache groups syntax with cache group named test6f1c685Improve performance of LimitChunkCountPlugin a lotadfa484Merge pull request #9724 from webpack/bugfix/serve-regressionb151069Merge pull request #9702 from weswigham/patch-1d89dc70Merge pull request #9719 from hedgepigdaniel/perf/NormalModule-size1c4138dHMR plugin should only affect the root compilationa97e8d6Merge pull request #9709 from mbudde/patch-12aef0b6Memoize NormalModule.size()b07d3b6Merge pull request #9710 from webpack/dependabot/npm_and_yarn/eslint-plugin-prettier-3.1.19becbd4chore(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1465922fnit: Don't recompute filename hash
There are 247 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.41.0to4.41.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.41.1
Bugfixes
- fix incorrect request shortening when directory looks similar to parent directory
- fix crash when timezone is unknown
Commits
The new version differs by 287 commits.
dcfda004.41.116d2628Merge pull request #9799 from petetnt/petetnt-stats-fix2260ecafix: Intl.DateTimeFormat can throw too3d43f1efix: Deal with undetected timeZone in Stats.js8dc440eMerge pull request #9771 from webpack/dependabot/npm_and_yarn/react-16.10.2421ae43chore(deps-dev): bump react from 16.10.1 to 16.10.2800c124Merge pull request #9772 from webpack/dependabot/npm_and_yarn/react-dom-16.10.2e09dfffMerge pull request #9789 from webpack/dependabot/npm_and_yarn/typescript-3.6.413e7248Merge pull request #9787 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.10.002f5553chore(deps-dev): bump typescript from 3.6.3 to 3.6.497e607cchore(deps-dev): bump eslint-plugin-jsdoc from 15.9.10 to 15.10.084f541fMerge pull request #9782 from webpack/dependabot/npm_and_yarn/enhanced-resolve-4.1.1b11e063Merge pull request #9785 from webpack/dependabot/npm_and_yarn/types/node-10.14.211e30592chore(deps-dev): bump @types/node from 10.14.19 to 10.14.21edfb782chore(deps): bump enhanced-resolve from 4.1.0 to 4.1.1
There are 250 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.41.1to4.41.2.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.41.2
Bugfixes
- fix issue with invalide timezone
Commits
The new version differs by 298 commits.
11e94dd4.41.2e928727Merge pull request #9821 from petetnt/fix-stats-issueb3d7636enable CI on webpack-4 branch009e47cfix: Make timeZone initial value undefined in lib/Stats.jsf523293fix: Only add timeZone if toLocaleString throws with initial timeZone42407cbMerge pull request #9811 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.11.039b63b4Merge pull request #9809 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.19.08b2b433chore(deps-dev): bump eslint-plugin-jsdoc from 15.10.0 to 15.11.0d54ce2echore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.01a77333Merge pull request #9797 from webpack/dependabot/npm_and_yarn/coveralls-3.0.7dcfda004.41.116d2628Merge pull request #9799 from petetnt/petetnt-stats-fix2260ecafix: Intl.DateTimeFormat can throw too3d43f1efix: Deal with undetected timeZone in Stats.js8dc440eMerge pull request #9771 from webpack/dependabot/npm_and_yarn/react-16.10.2
There are 250 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.41.2to4.41.3.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.41.3
Security
- force upgrade terser-webpack-plugin dependency for security fix (not affecting webpack)
Funding
- add npm funding field to package.json
Commits
The new version differs by 303 commits.
df9f3eb4.41.3fe71d68Merge pull request #10010 from webpack/fundingb396d96Merge pull request #10123 from pustovalov/webpack-4-serialize29b2bddUpdate terser-webpack-plugin to ^1.4.3bedb566chore:fundingfield11e94dd4.41.2e928727Merge pull request #9821 from petetnt/fix-stats-issueb3d7636enable CI on webpack-4 branch009e47cfix: Make timeZone initial value undefined in lib/Stats.jsf523293fix: Only add timeZone if toLocaleString throws with initial timeZone42407cbMerge pull request #9811 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.11.039b63b4Merge pull request #9809 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.19.08b2b433chore(deps-dev): bump eslint-plugin-jsdoc from 15.10.0 to 15.11.0d54ce2echore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.01a77333Merge pull request #9797 from webpack/dependabot/npm_and_yarn/coveralls-3.0.7
There are 250 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.41.3to4.41.4.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.41.4
Bugfixes
- fix case where
__webpack_require__.eis not a function when using module concatenation - fix incorrect imported module when using sideEffects in a certain constellation of export names
Performance
- lazy-require Webassembly related modules for improved startup performance
Commits
The new version differs by 311 commits.
dcc45dd4.41.4ab4fa8dMerge pull request #10146 from liximomo/fix-sideEffects1452d19test: add test case156a087fix: prevent incorrectly redirect5b8fbcaMerge pull request #10132 from jeffin143/patch-9859e62512dMerge pull request #10133 from webpack/bugfix/issue-1010477971bfbackporting to webpack-4c81963bfixes #10104df9f3eb4.41.3fe71d68Merge pull request #10010 from webpack/fundingb396d96Merge pull request #10123 from pustovalov/webpack-4-serialize29b2bddUpdate terser-webpack-plugin to ^1.4.3bedb566chore:fundingfield11e94dd4.41.2e928727Merge pull request #9821 from petetnt/fix-stats-issue
There are 250 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.41.4to4.41.5.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.41.5
Bugfixes
- handle relative paths with
webpack://prefix in SourceMaps correctly - fixes a non-determinism about
providedExportswithexport *which caused changing module hashes and unnecessary HMR invalidation
Commits
The new version differs by 318 commits.
45ecebc4.41.58a0dac1Merge pull request #10185 from webpack/bugfix/non-deterministic-provided-exports4e31587Merge pull request #10183 from webpack/deps/update3ec952fupdate dependencies in-range8e4749emake order of exports in providedExports deterministic0e5e8d9Merge pull request #10181 from webpack/backport/webpack-source-map-prefix6b9884ehandlewebpack://prefix in SourceMap sourcesdcc45dd4.41.4ab4fa8dMerge pull request #10146 from liximomo/fix-sideEffects1452d19test: add test case156a087fix: prevent incorrectly redirect5b8fbcaMerge pull request #10132 from jeffin143/patch-9859e62512dMerge pull request #10133 from webpack/bugfix/issue-1010477971bfbackporting to webpack-4c81963bfixes #10104
There are 250 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.41.5to4.41.6.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.41.6
Bugfixes
- Windows network paths are considered as absolute paths
- fix hanging of FlagDependencyExportsPlugin when using
export *in a circular matter
Commits
The new version differs by 330 commits.
71be3bf4.41.60b8ef22Merge pull request #10344 from webpack/bugfix/hang-circular-reexport614ea54only retrigger flagging exports in dependencies when exports really changed627510dMerge pull request #10255 from jeffin143/fix-10247e826575correct windows paths must use \ and not /5e9f083Merge pull request #10240 from jeffin143/fix-10217d8c74b6fix: better handle absolute pathsef73991update webpackOption.d.ts2101892add chunkid declaration4bb706fFix lint issue2394136added variable declarations in files where required148c4beget rid of some hacks in declarations file for webpack-445ecebc4.41.58a0dac1Merge pull request #10185 from webpack/bugfix/non-deterministic-provided-exports4e31587Merge pull request #10183 from webpack/deps/update
There are 250 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.41.6to4.42.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.42.0
Bugfixes
- Disable constant replacements in
"use asm"scope - Update schema to disallow functions for
output.hotUpdateChunkFilenameas this doesn't work - Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
- Flag all modules as used in DLLs to fix missing exports
Commits
The new version differs by 341 commits.
29d851b4.42.007a4b28Merge pull request #10478 from webpack/bugfix/all-modules-dllc1aa9d4flag all modules as used for Dlld147689Merge pull request #10431 from webpack/bugfix/concat-circular-4d76761dhoist exports to the top of a concatenated module534d78fMerge pull request #10393 from webpack/schema/disallow-function-hotchunkfilenamed46ddc2disallow function for output.hotUpdateChunkFilename95409bdMerge pull request #10294 from ngg/asmjs-471be3bf4.41.67a30012spacing284e97fadd detectStrictMode method for backward-compat0b8ef22Merge pull request #10344 from webpack/bugfix/hang-circular-reexport614ea54only retrigger flagging exports in dependencies when exports really changeda7a07bcdo not evaluate constants in asm.js, fix IIFE mode detection627510dMerge pull request #10255 from jeffin143/fix-10247
There are 250 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.42.0to4.42.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.42.1
Bugfixes
- update webassemblyjs dependencies for instruction update
- update mkdirp dependency for security reasons
Commits
The new version differs by 348 commits.
71eb5934.42.17bc38d6Merge pull request #10580 from jeffin143/update-mkdirpa814ac9update lockfilef110b6eUPDATE mkdirp5f65ecbMerge pull request #10493 from jeffin143/fix-10489994df0fOrder dependencies alphabeticallya06807bfix :10489 - Backport to webpack 4: wasm: v128 support29d851b4.42.007a4b28Merge pull request #10478 from webpack/bugfix/all-modules-dllc1aa9d4flag all modules as used for Dlld147689Merge pull request #10431 from webpack/bugfix/concat-circular-4d76761dhoist exports to the top of a concatenated module534d78fMerge pull request #10393 from webpack/schema/disallow-function-hotchunkfilenamed46ddc2disallow function for output.hotUpdateChunkFilename95409bdMerge pull request #10294 from ngg/asmjs-4
There are 250 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.42.1to4.43.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.43.0
Features
- add
module.hot.invalidate()to HMR API
Dependencies
- push versions for forced security updates
Commits
The new version differs by 365 commits.
c9d4ff74.43.09a2febdMerge pull request #10715 from webpack/hmr/invalidate-4a53bb8fadd invalidate method to HMR4c644bfMerge pull request #10518 from TechieForFun/webpack-49efaba2Merge pull request #10571 from mjziolko/watchpack-vulna704715Merge pull request #10622 from webpack/ci/fix-azure7f843e8fix vm images in azure9c23e18Update watchpack to the most recent minor version to remove mimimist vulnerability.71eb5934.42.17bc38d6Merge pull request #10580 from jeffin143/update-mkdirpa814ac9update lockfilef110b6eUPDATE mkdirp499b537revert unneccessary changesc9bb7a9Update snapshots of tests4023e8cUpdate package.json, yarn.lock
There are 250 commits in total.
See the full diff