poetapp / explorer-web

Explore the Po.et Network and manage your API Tokens
https://explorer.poetnetwork.net/
MIT License
23 stars 9 forks source link

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

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

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`](https://renovatebot.com/gh/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​200httpsgithubcomwebpack-contribcss-loadercomparev101v200-2018-12-07) [Compare Source](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v1.0.1...v2.0.0) ##### Bug Fixes - broken unucode characters ([#​850](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/850)) ([f599c70](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/f599c70)) - correctly processing `urls()` with `?#hash` ([#​803](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/803)) ([417d105](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/417d105)) - don't break loader on invalid or not exists url or import token ([#​827](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/827)) ([9e52d26](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/9e52d26)) - don't duplicate import with same media in different case ([#​819](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/819)) ([9f66e33](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/9f66e33)) - emit warnings on broken `import` at-rules ([#​806](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/806)) ([4bdf08b](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/4bdf08b)) - handle uppercase `URL` in `import` at-rules ([#​818](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/818)) ([3ebdcd5](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/3ebdcd5)) - inconsistent generate class names for css modules on difference os ([#​812](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/812)) ([0bdf9b7](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/0bdf9b7)) - reduce number of `require` for `urls()` ([#​854](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/854)) ([3338656](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/3338656)) - support deduplication of string module ids (optimization.namedModules) ([#​789](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/789)) ([e3bb83a](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/e3bb83a)) - support module resolution in `composes` ([#​845](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/845)) ([453248f](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/453248f)) - same `urls()` resolving logic for `modules` (`local` and `global`) and without modules ([#​843](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/843)) ([fdcf687](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/fdcf687)) ##### Features - allow to disable css modules and **disable their by default** ([#​842](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/842)) ([889dc7f](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/889dc7f)) - disable `import` option doesn't affect on `composes` ([#​822](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/822)) ([f9aa73c](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/f9aa73c)) - allow to filter `urls` ([#​856](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/856)) ([5e702e7](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/5e702e7)) - allow to filter `import` at-rules ([#​857](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/857)) ([5e6034c](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/5e6034c)) - emit warning on invalid `urls()` ([#​832](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/832)) ([da95db8](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/da95db8)) - added `exportOnlyLocals` option ([#​824](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/824)) ([e9327c0](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/e9327c0)) - reuse `postcss` ast from other loaders (i.e `postcss-loader`) ([#​840](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/840)) ([1dad1fb](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/1dad1fb)) - schema options ([b97d997](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/b97d997)) ##### 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](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v1.0.0...v1.0.1) (2018-10-29) ##### Bug Fixes - **loader:** trim unquoted import urls ([#​783](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/783)) ([21fcddf](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/21fcddf))

Renovate configuration

:date: Schedule: "after 2am,before 4am" (UTC).

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

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

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



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