-
Notifications
You must be signed in to change notification settings - Fork 161
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 🚨 #115
Comments
Version 3.1.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.1.0Features:
Bugfixes:
CommitsThe new version differs by 663 commits.
There are 250 commits in total. See the full diff |
Version 3.2.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.2.0Bugfixes:
CommitsThe new version differs by 27 commits.
There are 27 commits in total. See the full diff |
Version 3.3.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.3.0Features:
Bugfixes:
CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
Version 3.4.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.4.0Features:
Bugfixes:
Performance:
CommitsThe new version differs by 88 commits.
There are 88 commits in total. See the full diff |
Version 3.4.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.4.1Bugfixes:
|
Version 3.5.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.5.0Features:
Bugfixes:
Examples:
CommitsThe new version differs by 68 commits.
There are 68 commits in total. See the full diff |
Version 3.5.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.5.1Bugfixes:
|
Version 3.5.2 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.5.2Bugfixes:
CommitsThe new version differs by 12 commits.
See the full diff |
Version 3.5.3 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.5.3Bugfixes
CommitsThe new version differs by 7 commits.
See the full diff |
Version 3.5.4 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.5.4Bugfixes
Features:
CommitsThe new version differs by 22 commits.
There are 22 commits in total. See the full diff |
Version 3.5.5 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.5.5Bugfixes:
CommitsThe new version differs by 5 commits.
See the full diff |
Version 3.5.6 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.5.6Bugfixes
Performance
CommitsThe new version differs by 31 commits.
There are 31 commits in total. See the full diff |
Version 3.6.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.6.0Bugfixes
CommitsThe new version differs by 17 commits.
There are 17 commits in total. See the full diff |
Version 3.7.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv3.7.0Features
Bugfixes
PerformanceCommitsThe new version differs by 58 commits.
There are 58 commits in total. See the full diff |
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 still failing with this version. Compare the changes 🚨 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 still failing with this version. Compare the changes 🚨 Release Notesv3.8.1Bugfixes:
|
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 52 commits.
There are 52 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 55 commits.
There are 55 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 63 commits.
There are 63 commits in total. See the full diff |
Version 2.3.0 of webpack just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As webpack is “only” a peerDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
v2.3.0Features:
extensions
option to DllReferencePluginwarningsFilter
to UglifyJsPlugin to hide warnings selectivelyextractComments
to UglifyJsPlugin to move kept comments into separate file (i. e. LICENSE file)compiler
(name
in configuration) in rulesextract-text-webpack-plugin
orhtml-webpack-plugin
module.strictExportPresence
to make missing export an error instead of warningwatch-close
event when the watcher is closedBugfixes:
System
now generate valid code i. e.System.global
EnvironmentPlugin
Commits
The new version differs by 487 commits .
46dc08e
2.3.0
01c06de
Merge pull request #4527 from webpack/bugfix/issue-4472
23e1f7c
install Promise early in chunk cache
0c137cb
Merge pull request #4521 from chicoxyzzy/patch-1
98ea823
Merge pull request #4503 from eirikurn/empty-env-variables
0058a2e
Use ts-loader instead of deprecated typescript-loader
3e787ea
Merge pull request #4502 from webpack/TheLarkInn-patch-1
335ce5f
Merge pull request #4471 from SteveMieskoski/increase-coverage-for-AutomaticPrefetchPlugin
fadafb2
Merge pull request #4504 from timse/do-not-merge-empty-chunks
a9972a3
Merge pull request #4505 from rouzbeh84/hotfix/hotlinking-examples-index
a5272e8
hotlink examples in readme
d67e125
fix up tests
d7ae9ad
do not incorporate chunks without modules
003cef9
EnvironmentPlugin: Support empty env variables
7db849d
Update README.md
There are 250 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: