An in-range update of webpack is breaking the build π¨
greenkeeper opened this issue Β· 8 comments
The devDependency webpack was updated from 4.39.1 to 4.39.2.
π¨ 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
- β ci/circleci: build: Your CircleCI tests were canceled (Details).
Release Notes for v4.39.2
Bugfixes
- fix ProfilingPlugin not ending traces correctly
Commits
The new version differs by 38 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 38 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 π΄
After pinning to 4.39.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencywebpack was updated from4.39.2to4.39.3.
Your tests are still failing with this version. Compare changes
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 43 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 43 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.39.3to4.40.0.
Your tests are still failing with this version. Compare changes
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) - 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 30 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 30 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.40.0to4.40.1.
Your tests are still failing with this version. Compare changes
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 5 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 filter
See the full diff
- The
devDependencywebpack was updated from4.40.1to4.40.2.
Your tests are still failing with this version. Compare changes
Release Notes for v4.40.2
Bugfixes
- fix a bug where asset is undefined
- 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 18 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 18 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 58 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 58 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 69 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 69 commits in total.
See the full diff