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

chore(deps): update dependency css-loader to v3 #1005

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2019

This PR contains the following updates:

Package Type Update Change
css-loader devDependencies major 1.0.1 -> 3.2.0

Release Notes

webpack-contrib/css-loader

v3.2.0

Compare Source

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

v3.1.0

Compare Source

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

v3.0.0

Compare Source

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)

v2.1.1

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)
  • camelCase 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

v2.1.0

Compare Source

Features

2.0.2 (2018-12-21)

Bug Fixes
  • inappropriate modification of animation keywords (#​876) (dfb2f8e)

v2.0.2

Compare Source

Features

2.0.2 (2018-12-21)

Bug Fixes
  • inappropriate modification of animation keywords (#​876) (dfb2f8e)

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

Bug Fixes

Renovate configuration

📅 Schedule: "on monday" (UTC).

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

@renovate renovate bot added the Renovate 🌴 Dependency update label Jun 17, 2019
@codecov
Copy link

codecov bot commented Jun 17, 2019

Codecov Report

Merging #1005 into develop will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #1005   +/-   ##
========================================
  Coverage    50.79%   50.79%           
========================================
  Files          240      240           
  Lines         2063     2063           
  Branches       276      276           
========================================
  Hits          1048     1048           
  Misses         843      843           
  Partials       172      172

@renovate renovate bot force-pushed the renovate/css-loader-3.x branch from b94f1fc to 5ef7b6d Compare June 17, 2019 06:29
@DalderupMaurice DalderupMaurice added the blocked Blocked by another issue that must be completed first. label Jun 17, 2019
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch 3 times, most recently from ac5d221 to 91985b0 Compare June 17, 2019 13:53
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch 2 times, most recently from faed06a to 165413c Compare June 30, 2019 17:14
@renovate renovate bot changed the title chore(deps): update dependency css-loader to v3 Update dependency css-loader to v3 Jun 30, 2019
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch from 165413c to ff5e1ba Compare June 30, 2019 17:32
@renovate renovate bot changed the title Update dependency css-loader to v3 chore(deps): update dependency css-loader to v3 Jun 30, 2019
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch 5 times, most recently from 6951def to 7bc8085 Compare July 2, 2019 13:30
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch 4 times, most recently from 1aa6a5e to 73146f4 Compare July 11, 2019 11:42
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch 4 times, most recently from 18ed7b5 to 37f6a58 Compare July 18, 2019 10:31
@DalderupMaurice DalderupMaurice added Help Wanted and removed blocked Blocked by another issue that must be completed first. labels Jul 20, 2019
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch 3 times, most recently from 898f201 to 68e5249 Compare July 21, 2019 10:40
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch 15 times, most recently from 0c9c128 to eb6700e Compare August 19, 2019 13:35
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch 10 times, most recently from 0505ef8 to 4521c63 Compare August 27, 2019 16:31
@renovate renovate bot force-pushed the renovate/css-loader-3.x branch from 4521c63 to 88d1831 Compare August 27, 2019 16:47
@DalderupMaurice
Copy link
Member

closed in favor of #1130

@DalderupMaurice DalderupMaurice deleted the renovate/css-loader-3.x branch August 27, 2019 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants