An in-range update of webpack is breaking the build π¨
greenkeeper opened this issue Β· 6 comments
The devDependency 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 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 failed (Details).
Release Notes for v4.31.0
Features
- add
errors-warnings
stats preset
Bugfixes
- allow top-level return in non-ESM modules
Commits
The new version differs by 23 commits.
2e1e179
4.31.0
b17543e
Merge pull request #8919 from vincentrodriguez/errors-and-warnings-only-preset
fed4c3d
Merge pull request #8985 from webpack/dependabot/npm_and_yarn/react-dom-16.8.6
d05435c
Merge pull request #9062 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.5.1
8bf8b82
Merge pull request #9066 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.2.0
00d0038
Merge pull request #9096 from webpack/dependabot/npm_and_yarn/glob-7.1.4
dbd856e
Merge pull request #9098 from webpack/dependabot/npm_and_yarn/simple-git-1.113.0
13045f1
chore(deps-dev): bump simple-git from 1.110.0 to 1.113.0
5800043
chore(deps-dev): bump glob from 7.1.3 to 7.1.4
084ca0b
chore(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0
022d1b7
chore(deps-dev): bump eslint-plugin-jest from 22.4.1 to 22.5.1
81cf088
Merge pull request #9046 from mwijngaard/master
dc6dd51
Allow top-level return in script parsing. Fixes issue 8509 in master, like PR 8510 fixed it for 'next'
42db81a
Merge pull request #9029 from EugeneHlushko/mode/warning
84ca105
mode(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
devDependency
webpack was updated from4.31.0
to4.32.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.32.0
Features
- Added
this.mode
to the loader API, to allow loaders to choose defaults bymode
similar 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
, whererest
conflicts with an imported binding etc.
node: false
now correctly disables__dirname
and__filename
too__dirname
and__filename
now no longer evaluates to something whennode: false
ornode.__file/dirname: false
is 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.
bbe71d8
4.32.0
5c63e05
Merge pull request #9153 from webpack/bugfix/dll-side-effects
a4bbdae
fix problem with dll and sideEffects
36c7ab7
Merge pull request #9128 from rchl/fix/useful-chunk-load-stacktrace
a145bea
Merge pull request #9140 from tschaub/loader-mode
412f77c
Merge pull request #9152 from webpack/dependabot/npm_and_yarn/@types/node-10.14.7
ad08a37
chore(deps-dev): bump @types/node from 10.14.6 to 10.14.7
b322070
fix: provide useful stacktrace on chunk loading failure
5178aa9
Merge pull request #9143 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.3.0
a0d16cb
Merge pull request #9134 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.0
fac1b9f
chore(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0
1a63d7b
Default to production
290ab5d
Allow loaders to access the mode
62d1b15
Merge pull request #9136 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.7
412a1ed
chore(deps-dev): bump lint-staged from 8.1.6 to 8.1.7
There are 59 commits in total.
See the full diff
- The
devDependency
webpack was updated from4.32.0
to4.32.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.32.1
Bugfixes
- reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using
node: false
.
Commits
The new version differs by 62 commits.
87fc33e
4.32.1
5325de0
Merge pull request #9163 from webpack/bugfix/issue-9156
5b08ab5
fixes #9156
bbe71d8
4.32.0
5c63e05
Merge pull request #9153 from webpack/bugfix/dll-side-effects
a4bbdae
fix problem with dll and sideEffects
36c7ab7
Merge pull request #9128 from rchl/fix/useful-chunk-load-stacktrace
a145bea
Merge pull request #9140 from tschaub/loader-mode
412f77c
Merge pull request #9152 from webpack/dependabot/npm_and_yarn/@types/node-10.14.7
ad08a37
chore(deps-dev): bump @types/node from 10.14.6 to 10.14.7
b322070
fix: provide useful stacktrace on chunk loading failure
5178aa9
Merge pull request #9143 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.3.0
a0d16cb
Merge pull request #9134 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.0
fac1b9f
chore(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0
1a63d7b
Default to production
There are 62 commits in total.
See the full diff
- The
devDependency
webpack was updated from4.32.1
to4.32.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
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 72 commits.
5d3004c
4.32.2
689ee4c
Merge pull request #9176 from webpack/bugfix/issue-9159
fec26a9
fix concatenated version of reexport dependency for sideEffects
6ca9167
Merge pull request #9135 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.4
9b368f6
update snapshot
7ccad38
chore(deps): bump terser-webpack-plugin from 1.2.3 to 1.2.4
d3ef632
Merge pull request #9167 from webpack/refactor/validation
a4406ff
improve validation errors
0963d74
add test case for enum validation
f1df013
refactor Validation test for snapshots
87fc33e
4.32.1
5325de0
Merge pull request #9163 from webpack/bugfix/issue-9156
5b08ab5
fixes #9156
bbe71d8
4.32.0
5c63e05
Merge pull request #9153 from webpack/bugfix/dll-side-effects
There are 72 commits in total.
See the full diff
- The
devDependency
webpack was updated from4.32.2
to4.33.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
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 93 commits.
d45bec3
4.33.0
96869d9
Merge pull request #9191 from webpack/dependabot/npm_and_yarn/chrome-trace-event-1.0.2
e90cf7c
Merge pull request #9190 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.3.0
96b97b5
Downstream bug fixed and we can remove workaround
31dae4d
update snapshots
faba6e4
Merge pull request #9209 from webpack/dependabot/npm_and_yarn/@types/node-10.14.8
f571d78
Merge pull request #9205 from webpack/dependabot/npm_and_yarn/typescript-3.5.1
f59f31d
chore(deps-dev): bump @types/node from 10.14.7 to 10.14.8
289c520
chore(deps-dev): bump typescript from 3.4.5 to 3.5.1
c408ff5
Merge pull request #9202 from webpack/bugfix/9198
46b428b
fix rejection when removing and readding self-accepted module
671cb18
Merge pull request #9188 from kwonoj/electron-preload-target
4345fc5
chore(deps): bump chrome-trace-event from 1.0.0 to 1.0.2
8712474
chore(deps): bump terser-webpack-plugin from 1.2.4 to 1.3.0
2ec75c1
feat(target): support electron preload async chunk loading
There are 93 commits in total.
See the full diff
- The
devDependency
webpack was updated from4.33.0
to4.34.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.34.0
Features
- Error message when parsing fails shows used loaders now
Bugfixes
- importing the namespace object from non-ESM (CJS) modules no longer leads to an warning
- Error message in HMR logging works for Firefox too now
- Parser understands block scoping now
Commits
The new version differs by 123 commits.
34c8667
4.34.0
0652114
Merge pull request #9268 from webpack/bugfix/let-scopes
e6f9db8
Merge pull request #9261 from webpack/bugfix/ff-errors
e04b1a5
handle block scopes correctly
55f18f9
Merge pull request #9260 from webpack/fix-9044
a1d4567
fix error message and stack in Firefox
8d5ad83
simplify code
df5e118
fix(mjs): remove unused namespace build errors
acf2c2d
Merge pull request #8615 from felixfbecker/patch-1
44fff70
Merge pull request #9256 from webpack/dependabot/npm_and_yarn/@types/node-10.14.9
74178d4
Update snapshot
7fb14ec
Add name property to error thrown on chunk load failure
85b0917
chore(deps-dev): bump @types/node from 10.14.8 to 10.14.9
30882ca
Link to JS Foundation Code Of Conduct
ff85fae
Merge pull request #9241 from webpack/dependabot/npm_and_yarn/prettier-1.18.2
There are 123 commits in total.
See the full diff