qlik-demo-team / qdt-react-website

Website using the qdt-react-template with examples of all of the components.
https://webapps.qlik.com/qdt-components/react/index.html
MIT License
2 stars 3 forks source link

Update dependency css-loader to v3 #15

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

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

Release Notes

webpack-contrib/css-loader ### [`v3.0.0`](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.1...v3.0.0) ##### 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) - `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 ### [`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) - `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 ### [`v2.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​210httpsgithubcomwebpack-contribcss-loadercomparev202v210-2018-12-25) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) ##### Features - support `image-set` without `url` ([#​879](https://togithub.com/webpack-contrib/css-loader/issues/879)) ([21884e2](https://togithub.com/webpack-contrib/css-loader/commit/21884e2)) #### [2.0.2](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21) ##### Bug Fixes - inappropriate modification of animation keywords ([#​876](https://togithub.com/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://togithub.com/webpack-contrib/css-loader/commit/dfb2f8e)) ### [`v2.0.2`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​210httpsgithubcomwebpack-contribcss-loadercomparev202v210-2018-12-25) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) ##### Features - support `image-set` without `url` ([#​879](https://togithub.com/webpack-contrib/css-loader/issues/879)) ([21884e2](https://togithub.com/webpack-contrib/css-loader/commit/21884e2)) #### [2.0.2](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21) ##### Bug Fixes - inappropriate modification of animation keywords ([#​876](https://togithub.com/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://togithub.com/webpack-contrib/css-loader/commit/dfb2f8e)) ### [`v2.0.1`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​201httpsgithubcomwebpack-contribcss-loadercomparev200v201-2018-12-14) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.0...v2.0.1) ##### Bug Fixes - safe checking if params are present for at rule ([#​871](https://togithub.com/webpack-contrib/css-loader/issues/871)) ([a88fed1](https://togithub.com/webpack-contrib/css-loader/commit/a88fed1)) - `getLocalIdent` now accepts `false` value ([#​865](https://togithub.com/webpack-contrib/css-loader/issues/865)) ([1825e8a](https://togithub.com/webpack-contrib/css-loader/commit/1825e8a)) ### [`v2.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​201httpsgithubcomwebpack-contribcss-loadercomparev200v201-2018-12-14) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v1.0.1...v2.0.0) ##### Bug Fixes - safe checking if params are present for at rule ([#​871](https://togithub.com/webpack-contrib/css-loader/issues/871)) ([a88fed1](https://togithub.com/webpack-contrib/css-loader/commit/a88fed1)) - `getLocalIdent` now accepts `false` value ([#​865](https://togithub.com/webpack-contrib/css-loader/issues/865)) ([1825e8a](https://togithub.com/webpack-contrib/css-loader/commit/1825e8a))

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.