Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

chore(deps): update dependency css-loader to v2 #54

Merged
merged 1 commit into from
Dec 11, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2018

This PR contains the following updates:

Package Type Update Change References
css-loader devDependencies major 1.0.1 -> 2.0.0 source

Release Notes

webpack-contrib/css-loader

v2.0.0

Compare Source

Bug Fixes
  • broken unucode characters (#​850) (f599c70)
  • correctly processing urls() with ?#hash (#​803) (417d105)
  • don't break loader on invalid or not exists url or import token (#​827) (9e52d26)
  • don't duplicate import with same media in different case (#​819) (9f66e33)
  • emit warnings on broken import at-rules (#​806) (4bdf08b)
  • handle uppercase URL in import at-rules (#​818) (3ebdcd5)
  • inconsistent generate class names for css modules on difference os (#​812) (0bdf9b7)
  • reduce number of require for urls() (#​854) (3338656)
  • support deduplication of string module ids (optimization.namedModules) (#​789) (e3bb83a)
  • support module resolution in composes (#​845) (453248f)
  • same urls() resolving logic for modules (local and global) and without modules (#​843) (fdcf687)
Features
BREAKING CHANGES
  • resolving logic for uls() and import at-rules works the same everywhere, it does not matter whether css modules are enabled (with global and local module) or not. Examples - url('image.png') as require('./image.png'), url('./image.png') as require('./image.png'), url('~module/image.png') as require('module/image.png').
  • by default css modules are disabled (now modules: false disable all css modules features), you can return old behaviour change this on modules: 'global'
  • css-loader/locals was dropped in favor exportOnlyLocals option
  • import option only affect on import at-rules and doesn't affect on composes declarations
  • invalid @import at rules now emit warnings
  • use postcss@7

1.0.1 (2018-10-29)

Bug Fixes

Renovate configuration

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

🚦 Automerge: Enabled.

♻️ 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 merged commit 0dcc6bc into master Dec 11, 2018
@renovate renovate bot deleted the renovate/css-loader-2.x branch December 11, 2018 13:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant