An in-range update of webpack is breaking the build π¨
greenkeeper opened this issue Β· 7 comments
The dependency webpack was updated from 4.35.0 to 4.35.1.
π¨ 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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Release Notes for v4.35.1
Bugfixes
- add
realResourcecondition in rule to schema - fixes order of loaders when using a matchResource
Commits
The new version differs by 20 commits.
569dd6a4.35.15c7996dMerge pull request #9328 from jchapman127/bugfix/match-resourcefec4d53only affect loader order when match resource is used61d508eimprove test cases for more edge cases5523a0aMerge pull request #9326 from vankop/add-real-resource-parameter49dc747fix loader orderinga435c74add test case for #905368f794dupdated snapshots, rerun tooling scriptsb320269add realResource parameter to RuleSetRulec8f4dd1Merge pull request #9322 from webpack/dependabot/npm_and_yarn/@types/node-10.14.10498834cMerge pull request #9321 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.181bf2cachore(deps-dev): bump @types/node from 10.14.9 to 10.14.10f8bb7a5chore(deps-dev): bump eslint-plugin-jest from 22.7.0 to 22.7.158bd580Merge pull request #9311 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.0cea1348Merge pull request #9310 from ryandrew14/update-contributing-to-documentation
There are 20 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.35.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
dependencywebpack was updated from4.35.1to4.35.2.
Your tests are still failing with this version. Compare changes
Release Notes for v4.35.2
Bugfixes
realResourcemust match absolute paths
- The
dependencywebpack was updated from4.35.2to4.35.3.
Your tests are still failing with this version. Compare changes
Release Notes for v4.35.3
Bugfixes
- update acorn to include
import()
Performance
- Improved runtime performance for large JSON modules
Commits
The new version differs by 20 commits.
4ec90ce4.35.391a211eMerge pull request #9378 from webpack/dependabot/npm_and_yarn/ajv-6.10.10db2c54Merge pull request #9377 from webpack/dependabot/npm_and_yarn/ajv-keywords-3.4.130ddec0chore(deps): bump ajv from 6.10.0 to 6.10.11b54416chore(deps): bump ajv-keywords from 3.4.0 to 3.4.1f092150Merge pull request #9370 from DRoet/dynamic-importb56c3ecfeat: update acorn for dynamic import0976bd3Merge pull request #9363 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.245acc86Merge pull request #9361 from webpack/dependabot/npm_and_yarn/acorn-6.2.0dfeb9a9Merge pull request #9359 from webpack/dependabot/npm_and_yarn/types/node-10.14.12db85be0chore(deps-dev): bump eslint-plugin-jest from 22.7.1 to 22.7.2219f773chore(deps): bump acorn from 6.1.1 to 6.2.072e0540chore(deps-dev): bump @types/node from 10.14.10 to 10.14.120af4549Merge pull request #9356 from webpack/dependabot/npm_and_yarn/simple-git-1.118.01ce0c21chore(deps-dev): bump simple-git from 1.117.0 to 1.118.0
There are 20 commits in total.
See the full diff
- The
dependencywebpack was updated from4.35.3to4.36.0.
Your tests are still failing with this version. Compare changes
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
- The
dependencywebpack was updated from4.36.0to4.36.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.36.1
Bugfixes
- fix regression in 4.36.0 when using happypack
- The
dependencywebpack was updated from4.36.1to4.37.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 34 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 34 commits in total.
See the full diff
- The
dependencywebpack was updated from4.37.0to4.38.0.
Your tests are still failing with this version. Compare changes
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 12 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.1
See the full diff