An in-range update of webpack is breaking the build π¨
greenkeeper opened this issue Β· 5 comments
The dependency webpack was updated from 4.30.0 to 4.31.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 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.31.0
Features
- add
errors-warningsstats preset
Bugfixes
- allow top-level return in non-ESM modules
Commits
The new version differs by 23 commits.
2e1e1794.31.0b17543eMerge pull request #8919 from vincentrodriguez/errors-and-warnings-only-presetfed4c3dMerge pull request #8985 from webpack/dependabot/npm_and_yarn/react-dom-16.8.6d05435cMerge pull request #9062 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.5.18bf8b82Merge pull request #9066 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.2.000d0038Merge pull request #9096 from webpack/dependabot/npm_and_yarn/glob-7.1.4dbd856eMerge pull request #9098 from webpack/dependabot/npm_and_yarn/simple-git-1.113.013045f1chore(deps-dev): bump simple-git from 1.110.0 to 1.113.05800043chore(deps-dev): bump glob from 7.1.3 to 7.1.4084ca0bchore(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0022d1b7chore(deps-dev): bump eslint-plugin-jest from 22.4.1 to 22.5.181cf088Merge pull request #9046 from mwijngaard/masterdc6dd51Allow top-level return in script parsing. Fixes issue 8509 in master, like PR 8510 fixed it for 'next'42db81aMerge pull request #9029 from EugeneHlushko/mode/warning84ca105mode(warning) update mode warning snapshot hash
There are 23 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.30.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.31.0to4.32.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.32.0
Features
- Added
this.modeto the loader API, to allow loaders to choose defaults bymodesimilar to webpacks options - Stack Trace for Errors in rejected Promises from
import()now includes the stack from where theimport()was called
Bugfixes
- The Parser can now analyse identifiers in rest patterns too
const { a, ...rest } = obj, whererestconflicts with an imported binding etc.
node: falsenow correctly disables__dirnameand__filenametoo__dirnameand__filenamenow no longer evaluates to something whennode: falseornode.__file/dirname: falseis setif(__dirname !== "")is no longer replaced withif(true)in such scenarios
- prefetching chunks is no executed after the initial module evaluation
- This allows to override i. e.
__webpack_public_path__for prefetching too
- This allows to override i. e.
- fixes a runtime crash when using side-effect-free modules with the DllPlugin
Contribute
- CI tests node.js 12 now too
- webpack-bot now merges dependabot PRs automatically when status checks succeed
Commits
The new version differs by 59 commits.
bbe71d84.32.05c63e05Merge pull request #9153 from webpack/bugfix/dll-side-effectsa4bbdaefix problem with dll and sideEffects36c7ab7Merge pull request #9128 from rchl/fix/useful-chunk-load-stacktracea145beaMerge pull request #9140 from tschaub/loader-mode412f77cMerge pull request #9152 from webpack/dependabot/npm_and_yarn/@types/node-10.14.7ad08a37chore(deps-dev): bump @types/node from 10.14.6 to 10.14.7b322070fix: provide useful stacktrace on chunk loading failure5178aa9Merge pull request #9143 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.3.0a0d16cbMerge pull request #9134 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.0fac1b9fchore(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.01a63d7bDefault to production290ab5dAllow loaders to access the mode62d1b15Merge pull request #9136 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.7412a1edchore(deps-dev): bump lint-staged from 8.1.6 to 8.1.7
There are 59 commits in total.
See the full diff
- The
dependencywebpack was updated from4.32.0to4.32.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.32.1
Bugfixes
- reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using
node: false.
- The
dependencywebpack was updated from4.32.1to4.32.2.
Your tests are still failing with this version. Compare changes
Release Notes for v4.32.2
Bugfixes
- fix some weird schema validation messages
- fix problem in production mode (sideEffects + concatenation) which caused reexported values to become undefined (bug since 4.32.0)
Commits
The new version differs by 10 commits.
5d3004c4.32.2689ee4cMerge pull request #9176 from webpack/bugfix/issue-9159fec26a9fix concatenated version of reexport dependency for sideEffects6ca9167Merge pull request #9135 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.49b368f6update snapshot7ccad38chore(deps): bump terser-webpack-plugin from 1.2.3 to 1.2.4d3ef632Merge pull request #9167 from webpack/refactor/validationa4406ffimprove validation errors0963d74add test case for enum validationf1df013refactor Validation test for snapshots
See the full diff
- The
dependencywebpack was updated from4.32.2to4.33.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.33.0
Features
- add
target: "electron-preload"for electron 5- renderer should use
target: "web"in electron 5
- renderer should use
Bugfixes
- fix HMR rejection of removed and readded self-accepted modules
Commits
The new version differs by 21 commits.
d45bec34.33.096869d9Merge pull request #9191 from webpack/dependabot/npm_and_yarn/chrome-trace-event-1.0.2e90cf7cMerge pull request #9190 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.3.096b97b5Downstream bug fixed and we can remove workaround31dae4dupdate snapshotsfaba6e4Merge pull request #9209 from webpack/dependabot/npm_and_yarn/@types/node-10.14.8f571d78Merge pull request #9205 from webpack/dependabot/npm_and_yarn/typescript-3.5.1f59f31dchore(deps-dev): bump @types/node from 10.14.7 to 10.14.8289c520chore(deps-dev): bump typescript from 3.4.5 to 3.5.1c408ff5Merge pull request #9202 from webpack/bugfix/919846b428bfix rejection when removing and readding self-accepted module671cb18Merge pull request #9188 from kwonoj/electron-preload-target4345fc5chore(deps): bump chrome-trace-event from 1.0.0 to 1.0.28712474chore(deps): bump terser-webpack-plugin from 1.2.4 to 1.3.02ec75c1feat(target): support electron preload async chunk loading
There are 21 commits in total.
See the full diff