-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of webpack is breaking the build 🚨 #534
Comments
After pinning to 3.6.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Version 3.7.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 |
Version 3.8.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv3.8.0Features:
Bugfixes:
PerformanceCommitsThe new version differs by 26 commits.
There are 26 commits in total. See the full diff |
Version 3.8.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv3.8.1Bugfixes:
CommitsThe new version differs by 29 commits.
There are 29 commits in total. See the full diff |
Version 3.9.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv3.9.0Features
Bugfixes
CommitsThe new version differs by 81 commits.
There are 81 commits in total. See the full diff |
Version 3.9.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv3.9.1Bugfixes:
CommitsThe new version differs by 84 commits.
There are 84 commits in total. See the full diff |
Version 3.10.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv3.10.0Features:
CommitsThe new version differs by 92 commits.
There are 92 commits in total. See the full diff |
Version 3.11.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 CommitsThe new version differs by 154 commits.
There are 154 commits in total. See the full diff |
Version 3.7.0 of webpack was just published.
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
Release Notes
v3.7.0Features
.concat
(@loganfsmyth)ContextExclusionPlugin
to exclude files in a context (@timse)deepChildren
flag toCommonChunkPlugin
(@ArcEglos, @ljcrapo)Bugfixes
--watch-poll
in CLI (@Aladdin-ADD)crossOrigin
on script tags for HMR (@STRML)Performance
Commits
The new version differs by 58 commits.
551ea76
3.7.0
32f8b6b
Merge pull request #5802 from webpack/bugfix/missing-harmony-crash
1381f67
fix crashes when imported module fails compiling
dee0774
Merge pull request #5717 from webpack/allow-negative-early-bail-for-context
be72b2a
Merge pull request #5753 from simon-paris/master
7ebf931
Merge pull request #5786 from webpack/performance/chunks
48096a1
Merge pull request #5797 from webpack/bugfix/uncatched-bail
2919a9c
prevent crashing when error out early in bail mode
7870bfc
improve chunk graph building performance
d9accb4
Merge pull request #5764 from ljcrapo/commons-chunk-deep-children
4795ffd
Merge pull request #5795 from webpack/bugfix/graph-correctness-modules
91df794
bugfix and test for graph correctness
2df0bf1
Merge pull request #5793 from webpack/bugfix/graph-correctness
130ace8
fix graph correctness with multiple entries
289c19b
Merge pull request #5784 from NMinhNguyen/bugfix/only-use-umd-externals-for-umd-library-target
There are 58 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 🌴
The text was updated successfully, but these errors were encountered: