-
Notifications
You must be signed in to change notification settings - Fork 2
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 🚨 #47
Comments
After pinning to 3.4.2 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 🚀 |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 9 commits.
See the full diff |
☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency css-loader was updated from
3.4.2
to3.5.0
.🚨 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 v3.5.0
3.5.0 (2020-04-06)
Features
modules.auto
option, please look at an example of how you can simplify the configuration. (#1067) (c673cf4)modules.exportGlobals
option for export global classes and ids (#1069) (519e5f4)modules.mode
option may be a function (#1065) (0d8ac3b)Commits
The new version differs by 13 commits.
aeeacb8
chore(release): 3.5.0
fcec43b
docs: improve
c673cf4
feat: allow to determinate css modules using the
modules.auto
option (#1067)519e5f4
feat: the
exportGlobals
option for export global classes and ids (#1069)4f158cd
chore(deps): update
0d8ac3b
feat: the
modules.mode
option may be a function (#1065)431f620
refactor: code (#1059)
1b29b28
refactor: code
3bc3a41
chore(deps): update
fe0e6c9
perf: improve parse performance for
url()
functionsf5f21ea
perf: improve parse performance for
@import
at-rulesbc63911
chore(deps): update
14c4faa
feat: accept semver compatible postcss AST (#1049)
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: