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

Update css-loader to the latest version 🚀 #62

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jul 6, 2018

Version 1.0.0 of css-loader was just published.

Dependency css-loader
Current Version 0.28.11
Type devDependency

The version 1.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of css-loader.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v1.0.0

1.0.0 (2018-07-06)

BREAKING CHANGES

Commits

The new version differs by 9 commits.

  • 43179a8 chore(release): 1.0.0
  • 3d53968 Merge remote-tracking branch 'origin/master'
  • 240db53 version 1.0 (#742)
  • 1b7acf7 Merge remote-tracking branch 'origin/master'
  • 1703721 docs(README): add more context to localIdentName (#711)
  • 1c51265 docs(README): fix malformed emoji (#701)
  • 50f8ec0 Merge remote-tracking branch 'origin/master'
  • 07444ad tests: css custom variables (#709)
  • 3de8aa7 tests: css custom variables (#709)

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 bot and others added 30 commits April 26, 2017 13:26
…er-2.4.5

Update webpack-dev-server to the latest version 🚀
…er-1.1.0

Update redux-auth-wrapper to the latest version 🚀
Update jsdom to the latest version 🚀
Update style-loader to the latest version 🚀
Update css-loader to the latest version 🚀
Update webpack to the latest version 🚀
Update autoprefixer to the latest version 🚀
….0.0

Update postcss-loader to the latest version 🚀
Update redux-actions to the latest version 🚀
Update redux-logger to the latest version 🚀
greenkeeper bot added a commit that referenced this pull request Dec 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 21, 2018

  • The devDependency css-loader was updated from 0.28.11 to 2.0.2.

Update to this version instead 🚀

Release Notes for v2.0.2

2.0.2 (2018-12-21)

Bug Fixes

  • inappropriate modification of animation keywords (#876) (dfb2f8e)
Commits

The new version differs by 4 commits.

  • c41f994 chore(release): 2.0.2
  • dfb2f8e fix: inappropriate modification of animation keywords (#876)
  • eb6f749 chore: update defaults (#875)
  • 60a34d7 docs(readme): adding extract css chunks to readme (#874)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 25, 2018

  • The devDependency css-loader was updated from 0.28.11 to 2.1.0.

Update to this version instead 🚀

Release Notes for v2.1.0

2.1.0 (2018-12-25)

Features

Commits

The new version differs by 3 commits.

  • 98bdf2a chore(release): 2.1.0
  • 21884e2 feat: support image-set without url (#879)
  • 9436371 chore: update defaults (#878)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2019

  • The devDependency css-loader was updated from 0.28.11 to 2.1.1.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Jun 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 11, 2019

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

Update to this version instead 🚀

Release Notes for v3.0.0

3.0.0 (2019-06-11)

Bug Fixes

  • avoid the "from" argument must be of type string error (#908) (e5dfd23)
  • invert Function behavior for url and import options (#939) (e9eb5ad)
  • properly export locals with escaped characters (#917) (a0efcda)
  • property handle non css characters in localIdentName (#920) (d3a0a3c)

Features

  • modules options now accepts object config (#937) (1d7a464)
  • support @value at-rule in selectors (#941) (05a42e2)

BREAKING CHANGES

  • minimum required nodejs version is 8.9.0
  • @value at rules now support in selector, recommends checking all @values at-rule usage (hint: you can add prefix to all @value at-rules, for example @value v-foo: black; or @value m-foo: screen and (max-width: 12450px), and then do upgrade)
  • invert {Function} behavior for url and import options (need return true when you want handle url/@import and return false if not)
  • exportLocalsStyle option was remove in favor localsConvention option, also it is accept only {String} value (use camelCase value if you previously value was true and asIs if you previously value was false)
  • exportOnlyLocals option was remove in favor onlyLocals option
  • modules option now can be {Object} and allow to setup CSS Modules options:
    • localIdentName option was removed in favor modules.localIdentName option
    • context option was remove in favor modules.context option
    • hashPrefix option was removed in favor modules.hashPrefix option
    • getLocalIdent option was removed in favor modules.getLocalIdent option
    • localIdentRegExp option was removed in favor modules.localIdentRegExp option
Commits

The new version differs by 30 commits.

  • 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)
  • 823fd60 chore: minimum required nodejs version is 8.9.0 (#948)
  • 9d70b78 refactor: code and tests (#947)
  • 4781d81 refactor: postcss plugins (#946)
  • 6701cbd refactor: postcss-icss-parser (#943)
  • 37a40bb test: fix problem with nothing (#942)
  • 05a42e2 feat: support @value at-rule in selectors (#941)

There are 30 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 18, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 2, 2019

  • The devDependency css-loader was updated from 0.28.11 to 3.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 9, 2019

  • The devDependency css-loader was updated from 0.28.11 to 3.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2019

  • The devDependency css-loader was updated from 0.28.11 to 3.3.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2019

  • The devDependency css-loader was updated from 0.28.11 to 3.3.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 17, 2019

  • The devDependency css-loader was updated from 0.28.11 to 3.4.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 6, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 6, 2020

  • The devDependency css-loader was updated from 0.28.11 to 3.5.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 7, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 7, 2020

  • The devDependency css-loader was updated from 0.28.11 to 3.5.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 10, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2020

  • The devDependency css-loader was updated from 0.28.11 to 3.5.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 24, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 24, 2020

  • The devDependency css-loader was updated from 0.28.11 to 3.5.3.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

None yet

1 participant