Skip to content
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

Open
greenkeeper bot opened this issue Mar 7, 2019 · 3 comments
Open

An in-range update of css-loader is breaking the build 🚨 #13

greenkeeper bot opened this issue Mar 7, 2019 · 3 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 7, 2019

The devDependency css-loader was updated from 2.1.0 to 2.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

  • do not break selector with escaping (#896) (0ba8c66)
  • source map generation when sourceRoot is present (#901) (e9ce745)
  • sourcemap generating when previous loader pass sourcemap as string (#905) (3797e4d)
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 implementations
  • 0ba8c66 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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 7, 2019

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.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2019

  • The devDependency css-loader was updated from 3.0.0 to 3.1.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.1.0

3.1.0 (2019-07-18)

Bug Fixes

  • converting all (including reserved and control) filesystem characters to - (it was regression in 3.0.0 version) (#972) (f51859b)
  • default context should be undefined instead of null (#965) (9c32885)

Features

  • allow modules.getLocalIdent to return a falsy value (#963) (9c3571c)
  • improved validation error messages (65e4fc0)
Commits

The new version differs by 36 commits.

  • 926ebbd chore(release): 3.1.0
  • 5d2c52e test: escaped in selectors (#973)
  • f51859b fix: converting reserved and control filesystem characters to - (#972)
  • 65e4fc0 feat: improved validation error messages
  • 9c32885 fix: default context should be undefined instead of null (#965)
  • 9c3571c feat: allow modules.getLocalIdent to return a falsy value (#963)
  • c4b7f71 chore(release): 3.0.0
  • a50dc48 chore(deps): update (#959)
  • 366d05a feat: exportLocalsStyle was remove in favor new localsConvention (#958)
  • aa75fa7 feat: exportOnlyLocals was remove in favor new onlyLocals option (#957)
  • 49f3ff0 refactor: loader (#956)
  • 0672e78 test: more (#952)
  • c3fd459 test: more (#951)
  • e8c8796 refactor: loader (#950)
  • 2fa6389 refactor: runtime (#949)

There are 36 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 6, 2019

  • The devDependency css-loader was updated from 3.1.0 to 3.2.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.2.0

Bug Fixes

  • replace . characters in localIndent to - character (regression) (#982) (967fb66)

Features

  • support es modules for assets loader (#984) (9c5126c)
Commits

The new version differs by 41 commits.

  • 39f18f8 chore(release): 3.2.0
  • 9c5126c feat: support es modules for assets loader (#984)
  • 2ac79c3 docs: example with CSS modules and pure CSS (#983)
  • 967fb66 fix: replace . characters in localIndent to - character (regression) (#982)
  • 036b5f1 docs: fix camelCase reference in 3.0 changelog (#979)
  • 926ebbd chore(release): 3.1.0
  • 5d2c52e test: escaped in selectors (#973)
  • f51859b fix: converting reserved and control filesystem characters to - (#972)
  • 65e4fc0 feat: improved validation error messages
  • 9c32885 fix: default context should be undefined instead of null (#965)
  • 9c3571c feat: allow modules.getLocalIdent to return a falsy value (#963)
  • c4b7f71 chore(release): 3.0.0
  • a50dc48 chore(deps): update (#959)
  • 366d05a feat: exportLocalsStyle was remove in favor new localsConvention (#958)
  • aa75fa7 feat: exportOnlyLocals was remove in favor new onlyLocals option (#957)

There are 41 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants