ampproject / amp-by-example

DEPRECATED: AMP by Example has been merged into amp.dev
http://amp.dev
Apache License 2.0
753 stars 505 forks source link

Update dependency css-loader to v3 #2021

Open renovate-bot opened 5 years ago

renovate-bot commented 5 years ago

This PR contains the following updates:

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

Release Notes

webpack-contrib/css-loader ### [`v3.2.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​320httpsgithubcomwebpack-contribcss-loadercomparev310v320-2019-08-06) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.1.0...v3.2.0) ##### Bug Fixes - replace `.` characters in localIndent to `-` character (regression) ([#​982](https://togithub.com/webpack-contrib/css-loader/issues/982)) ([967fb66](https://togithub.com/webpack-contrib/css-loader/commit/967fb66)) ##### Features - support es modules for assets loader ([#​984](https://togithub.com/webpack-contrib/css-loader/issues/984)) ([9c5126c](https://togithub.com/webpack-contrib/css-loader/commit/9c5126c)) ### [`v3.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​320httpsgithubcomwebpack-contribcss-loadercomparev310v320-2019-08-06) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.0.0...v3.1.0) ##### Bug Fixes - replace `.` characters in localIndent to `-` character (regression) ([#​982](https://togithub.com/webpack-contrib/css-loader/issues/982)) ([967fb66](https://togithub.com/webpack-contrib/css-loader/commit/967fb66)) ##### Features - support es modules for assets loader ([#​984](https://togithub.com/webpack-contrib/css-loader/issues/984)) ([9c5126c](https://togithub.com/webpack-contrib/css-loader/commit/9c5126c)) ### [`v3.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​310httpsgithubcomwebpack-contribcss-loadercomparev300v310-2019-07-18) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.1.1...v3.0.0) ##### Bug Fixes - converting all (including reserved and control) filesystem characters to `-` (it was regression in `3.0.0` version) ([#​972](https://togithub.com/webpack-contrib/css-loader/issues/972)) ([f51859b](https://togithub.com/webpack-contrib/css-loader/commit/f51859b)) - default context should be undefined instead of null ([#​965](https://togithub.com/webpack-contrib/css-loader/issues/965)) ([9c32885](https://togithub.com/webpack-contrib/css-loader/commit/9c32885)) ##### Features - allow `modules.getLocalIdent` to return a falsy value ([#​963](https://togithub.com/webpack-contrib/css-loader/issues/963)) ([9c3571c](https://togithub.com/webpack-contrib/css-loader/commit/9c3571c)) - improved validation error messages ([65e4fc0](https://togithub.com/webpack-contrib/css-loader/commit/65e4fc0)) ### [`v2.1.1`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​300httpsgithubcomwebpack-contribcss-loadercomparev211v300-2019-06-11) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.1.0...v2.1.1) ##### Bug Fixes - avoid the "from" argument must be of type string error ([#​908](https://togithub.com/webpack-contrib/css-loader/issues/908)) ([e5dfd23](https://togithub.com/webpack-contrib/css-loader/commit/e5dfd23)) - invert `Function` behavior for `url` and `import` options ([#​939](https://togithub.com/webpack-contrib/css-loader/issues/939)) ([e9eb5ad](https://togithub.com/webpack-contrib/css-loader/commit/e9eb5ad)) - properly export locals with escaped characters ([#​917](https://togithub.com/webpack-contrib/css-loader/issues/917)) ([a0efcda](https://togithub.com/webpack-contrib/css-loader/commit/a0efcda)) - property handle non css characters in localIdentName ([#​920](https://togithub.com/webpack-contrib/css-loader/issues/920)) ([d3a0a3c](https://togithub.com/webpack-contrib/css-loader/commit/d3a0a3c)) ##### Features - modules options now accepts object config ([#​937](https://togithub.com/webpack-contrib/css-loader/issues/937)) ([1d7a464](https://togithub.com/webpack-contrib/css-loader/commit/1d7a464)) - support `@value` at-rule in selectors ([#​941](https://togithub.com/webpack-contrib/css-loader/issues/941)) ([05a42e2](https://togithub.com/webpack-contrib/css-loader/commit/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) - `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

Renovate configuration

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

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