-
Notifications
You must be signed in to change notification settings - Fork 4
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 🚨 #21
Comments
Version 2.3.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 CommitsThe new version differs by 9 commits .
See the full diff. |
Version 2.3.2 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv2.3.2Bugfixes:
CommitsThe new version differs by 9 commits .
See the full diff. |
Version 2.3.3 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv2.3.3Bugfixes:
|
Version 2.4.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv2.4.0Highlighted Features:
|
Version 2.4.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv2.4.1Bugfixes:
CommitsThe new version differs by 255 commits .
There are 250 commits in total. See the full diff. |
Version 2.5.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv2.5.0Bugfixes:
Features:
CommitsThe new version differs by 336 commits0.
There are 250 commits in total. See the full diff |
Version 2.5.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv2.5.1Bugfixes:
CommitsThe new version differs by 341 commits0.
There are 250 commits in total. See the full diff |
Version 2.6.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv2.6.0Features:
Bugfixes:
CommitsThe new version differs by 365 commits.
There are 250 commits in total. See the full diff |
Version 2.6.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv2.6.1Bugfixes:
CommitsThe new version differs by 372 commits.
There are 250 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 devDependency 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
❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details
❌ bitHound - Dependencies 6 failing dependencies. Details
✅ bitHound - Code No failing files. 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: