-
Notifications
You must be signed in to change notification settings - Fork 0
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 🚨 #35
Comments
After pinning to 4.39.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are still failing with this version. Compare changes Release Notes for v4.40.1Bugfixes
CommitsThe new version differs by 5 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v4.40.2Bugfixes
|
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.0Developer Experience
Performance
CommitsThe new version differs by 18 commits.
There are 18 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.1Bugfixes
CommitsThe new version differs by 58 commits.
There are 58 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.2Bugfixes
CommitsThe new version differs by 69 commits.
There are 69 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.3Security
Funding
CommitsThe new version differs by 74 commits.
There are 74 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.4Bugfixes
Performance
CommitsThe new version differs by 82 commits.
There are 82 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.41.5Bugfixes
CommitsThe new version differs by 89 commits.
There are 89 commits in total. See the full diff |
The devDependency webpack was updated from
4.39.3
to4.40.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
Release Notes for v4.40.0
Features
compilation.emitAsset/updateAsset
(instead of accessing the Objectcompilation.assets
)immutable
: when set an asset can be cache infinitelydevelopment
: when set an asset is some kind of development tool (i. e. a SourceMap)hotModuleReplacement
: when set an asset is generated for an hot updateinfo
object in assetsCommits
The new version differs by 30 commits.
9c6b367
4.40.0
e9e7a85
Merge pull request #9687 from webpack/feature/emit-asset
758269e
add emit/updateAsset to Compilation
7f403e2
Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
93943ea
chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
f5e1e1e
Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
ea95059
chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
cd804cc
Merge pull request #9683 from webpack/deps/jest-again
a81cdcd
upgrade jest dependencies
8ba7705
Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2
a736c3e
update code for
@enum
breaking change320b30b
chore(deps-dev): bump typescript from 3.5.3 to 3.6.2
77cd3d0
Merge pull request #9664 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.17.0
3e72f36
chore(deps-dev): bump eslint-plugin-jest from 22.16.0 to 22.17.0
b2b5b27
Merge pull request #9655 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.1
There are 30 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: