-
Notifications
You must be signed in to change notification settings - Fork 9
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 css-loader is breaking the build 🚨 #13
Comments
After pinning to 2.1.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v3.1.03.1.0 (2019-07-18)Bug Fixes
FeaturesCommitsThe new version differs by 36 commits.
There are 36 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v3.2.0Bug FixesFeaturesCommitsThe new version differs by 41 commits.
There are 41 commits in total. See the full diff |
The devDependency css-loader was updated from
2.1.0
to2.1.1
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
css-loader 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 v2.1.1
2.1.1 (2019-03-07)
Bug Fixes
sourceRoot
is present (#901) (e9ce745)Commits
The new version differs by 13 commits.
bc16c3d
chore(release): 2.1.1
b671db7
fix: don't remove value from attribute selector (#904)
3797e4d
fix: sourcemap generating when previous loader pass sourcemap as string (#905)
cc81af1
refactor: stuff (#903)
e9ce745
fix: source map generation when
sourceRoot
is present (#901)a49e904
docs: improve documentation for
hashPrefix
,context
,getLocalIdent
(#900)c309788
refactor: avoid
lodash
in favor native implementations0ba8c66
fix: do not break selector with escaping (#896)
2293eb0
chore: update defaults (#895)
2a2ee7b
docs: sourceMaps are disabled by default (#890)
2d45e95
test: base64 (#888)
1fb8948
docs: update README.md (#885)
034f9a3
test: emoji (#881)
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: