An in-range update of webpack is breaking the build π¨
greenkeeper opened this issue Β· 9 comments
Version 4.17.3 of webpack was just published.
Branch | Build failing π¨ |
---|---|
Dependency | webpack |
Current Version | 4.17.2 |
Type | devDependency |
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
v4.17.3Bugfixes
- Fix exit code when multiple CLIs are installed
- No longer recommend installing webpack-command, but still support it when installed
Commits
The new version differs by 7 commits.
ee27d36
4.17.3
4430524
Merge pull request #7966 from webpack/refactor-remove-webpack-command-from-clis
b717aad
Show only webpack-cli in the list
c5eab67
Merge pull request #8001 from webpack/bugfix/exit-code
943aa6b
Fix exit code when multiple CLIs are installed
691cc94
Spelling
898462d
refactor: remove
webpack-command
from CLIs
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.17.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 4.18.0 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
v4.18.0Features
- Upgrade webassemblyjs dependency
Commits
The new version differs by 12 commits.
ee7d948
4.18.0
de85978
Merge pull request #7732 from xtuc/chore-bump-webassemblyjs11
4e02cac
chore: bump webassemblyjs
52e1630
bump webassemblyjs
e0e0061
Merge branch 'master' into chore-bump-webassemblyjs11
c9d6ec1
feat: remove wasm-opt
075208d
fix: merging
38c3403
Merge remote-tracking branch 'upstream/master' into chore-bump-webassemblyjs11
8214d56
chore: bump webassemblyjs
59114c1
chore: bump webassemblyjs
b310b9b
feat: remove LEB128 opt
f744c4a
chore: bump webassemblyjs 1.6.0
See the full diff
- The
devDependency
webpack was updated from4.18.0
to4.18.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 7 commits.
c51a1ba
4.18.1
c79c1de
Merge pull request #8018 from webpack/ci/azure-windows
37046a7
Add windows to azure
814b85b
Merge pull request #8012 from webpack/ci/azure
474a9ac
Add simple azure pipeline
7b3a297
Merge pull request #8015 from webpack/deps/upgrade-tapable
35015dd
Upgrade tapable version
See the full diff
- The
devDependency
webpack was updated from4.18.1
to4.19.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.19.0
Bugfixes
- Create a hash of the whole runtime code for the chunk/contenthash of entry chunks
- Before hash was (incorrectly) calculated from (some) inputs
Commits
The new version differs by 12 commits.
6bf8323
4.19.0
aecdeb3
Merge pull request #8029 from webpack/bugfix/hash-bootstrap
13b2cdd
hash content of bootstrap code
c2cfa7e
Merge pull request #8022 from antleblanc/readme-styling-typo
96ffd27
docs(readme.styling): write correctly sass
c51a1ba
4.18.1
c79c1de
Merge pull request #8018 from webpack/ci/azure-windows
37046a7
Add windows to azure
814b85b
Merge pull request #8012 from webpack/ci/azure
474a9ac
Add simple azure pipeline
7b3a297
Merge pull request #8015 from webpack/deps/upgrade-tapable
35015dd
Upgrade tapable version
See the full diff
- The
devDependency
webpack was updated from4.19.0
to4.19.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.19.1
Bugfixes
- Internal requested filename for
import()
withtarget: "electron-main"
uses correct path separator on windows
(This fixes a problem with filemappings in vscode) devtool: "source-map"
and variants generate SourceMaps when output file is.mjs
browser
field as object is used when usingtarget: "electron-renderer"
- Comments near
export default
are preserved - Passing an array as
externals
value, now works correctly as documented
Commits
The new version differs by 27 commits.
b7121c1
4.19.1
ab28497
Merge pull request #8043 from RubenVerborgh/externals-object-array
9bda629
remove bad unit test
f0271d9
fix ExternalModule and test case
3aef0e5
Allow array as value in externals object.
7b91fa6
Merge pull request #8042 from webpack/bugfix/comments-export-default
e08f71c
keep/restore comments in export default
2f78aae
Merge pull request #8038 from sharang-d/patch-5
bb4c2d1
Correctly set the 'browser' value for electron-renderer
5ade574
Merge pull request #7947 from philipwalton/mjs-sourcemap-support
5258471
Merge pull request #8035 from kwonoj/fix-path
2df7b0c
fix(nodemaintemplate): resolve async chunk path platform agnostic
6bf8323
4.19.0
aecdeb3
Merge pull request #8029 from webpack/bugfix/hash-bootstrap
13b2cdd
hash content of bootstrap code
There are 27 commits in total.
See the full diff
- The
devDependency
webpack was updated from4.19.1
to4.20.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.20.0
Bugfixes
- update dependencies (webpack-sources, @webassemblyjs/*)
- Handle errors thrown in renderes without crashing
Internal changes
- Extended typings
- Update internal structure of options schema to generate typings
- Note: this exposed an issue in webpack-cli, you need to upgrade to webpack-cli@3.1.1
Commits
The new version differs by 67 commits.
c4d8a3c
4.20.0
1495b33
Merge pull request #8070 from chuckdumont/work
434ced3
Merge pull request #8071 from timneutkens/fix/typo
2671d88
Fix typo
f8877e0
Uncaught exception from renderers
31d735c
Merge pull request #8068 from webpack/feature/json-to-typescript
762b1c9
move json-schema-to-typescript to devDependencies
9c8f304
Merge pull request #8065 from webpack/ci/appveyor
3b6d149
Merge pull request #7232 from webpack/feature/json-to-typescript
61718d4
Merge pull request #8064 from xtuc/chore-bump-webassemblyjs13
f8bc251
Reduce the appveyor CI tasks
62b6142
fix Validation test
c768182
fix issues with absolutePath, allOf and anyOf
8c31f2a
fixes for RegExp in schema
44955b7
emit exit code only in lint mode
There are 67 commits in total.
See the full diff
- The
devDependency
webpack was updated from4.20.0
to4.20.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.20.1
Bugfixes
- fix crash when using
libraryTarget: "amd"
without library name
Commits
The new version differs by 70 commits.
91e9dd7
4.20.1
8dd7caf
Merge pull request #8083 from webpack/bugfix/amd-hash
d836bcb
fixes #8081
c4d8a3c
4.20.0
1495b33
Merge pull request #8070 from chuckdumont/work
434ced3
Merge pull request #8071 from timneutkens/fix/typo
2671d88
Fix typo
f8877e0
Uncaught exception from renderers
31d735c
Merge pull request #8068 from webpack/feature/json-to-typescript
762b1c9
move json-schema-to-typescript to devDependencies
9c8f304
Merge pull request #8065 from webpack/ci/appveyor
3b6d149
Merge pull request #7232 from webpack/feature/json-to-typescript
61718d4
Merge pull request #8064 from xtuc/chore-bump-webassemblyjs13
f8bc251
Reduce the appveyor CI tasks
62b6142
fix Validation test
There are 70 commits in total.
See the full diff
- The
devDependency
webpack was updated from4.20.1
to4.20.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.20.2
Bugfixes
- keep comments in
export default
in concatenated modules
Commits
The new version differs by 78 commits.
5c5e902
4.20.2
79ea087
Merge pull request #8086 from webpack/bugfix/comments-concat-export-default
aab3afb
fixes #8085
54e30e0
update examples
4ed8c08
Merge pull request #7803 from oygen87/patch-1
91e9dd7
4.20.1
8dd7caf
Merge pull request #8083 from webpack/bugfix/amd-hash
d836bcb
fixes #8081
c4d8a3c
4.20.0
1495b33
Merge pull request #8070 from chuckdumont/work
434ced3
Merge pull request #8071 from timneutkens/fix/typo
2671d88
Fix typo
f8877e0
Uncaught exception from renderers
31d735c
Merge pull request #8068 from webpack/feature/json-to-typescript
762b1c9
move json-schema-to-typescript to devDependencies
There are 78 commits in total.
See the full diff
Closing this, and will pick it up once webpack 5 releases