Skip to content

Update dependency css-loader to v3#2563

Merged
swissspidy merged 1 commit intoampproject:developfrom
renovate-bot:renovate/css-loader-3.x
Jun 11, 2019
Merged

Update dependency css-loader to v3#2563
swissspidy merged 1 commit intoampproject:developfrom
renovate-bot:renovate/css-loader-3.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
css-loader devDependencies major 2.1.1 -> 3.0.0

Release Notes

webpack-contrib/css-loader

v3.0.0

Compare Source

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
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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes Signed the Google CLA label Jun 11, 2019
@swissspidy swissspidy merged commit 97c16b5 into ampproject:develop Jun 11, 2019
@renovate-bot renovate-bot deleted the renovate/css-loader-3.x branch June 11, 2019 13:08
westonruter added a commit that referenced this pull request Jun 11, 2019
…ide-lighter-media

* 'develop' of github.com:ampproject/amp-wp:
  Update dependency css-loader to v3 (#2563)
  Consistently import components from block-editor package (#2561)
  Refactor AMP modes (#2550)
  Update dependency webpack-cli to v3.3.4 (#2558)
@westonruter westonruter added this to the v1.2 milestone Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Signed the Google CLA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants