algolia / community-project-boilerplate

Minimal setup for community projects [NO MORE MAINTAINED]
https://community.algolia.com/community-project-boilerplate
MIT License
3 stars 5 forks source link

fix(deps): update dependency css-loader to v1 - autoclosed #155

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
css-loader dependencies major 0.28.11 -> 1.0.1 source

Release Notes

webpack-contrib/css-loader ### [`v1.0.1`](https://renovatebot.com/gh/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​101httpsgithubcomwebpack-contribcss-loadercomparev100v101-2018-10-29) [Compare Source](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v1.0.0...v1.0.1) ##### 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)) ### [`v1.0.0`](https://renovatebot.com/gh/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​100httpsgithubcomwebpack-contribcss-loadercomparev02811v100-2018-07-06) [Compare Source](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v0.28.11...v1.0.0) ##### BREAKING CHANGES - remove `minimize` option, use [`postcss-loader`](https://renovatebot.com/gh/postcss/postcss-loader) with [`cssnano`](https://renovatebot.com/gh/cssnano/cssnano) or use [`optimize-cssnano-plugin`](https://renovatebot.com/gh/intervolga/optimize-cssnano-plugin) plugin - remove `module` option, use `modules` option instead - remove `camelcase` option, use `camelCase` option instead - remove `root` option, use [`postcss-loader`](https://renovatebot.com/gh/postcss/postcss-loader) with [`postcss-url`](https://renovatebot.com/gh/postcss/postcss-url) plugin - remove `alias` option, use [`resolve.alias`](https://webpack.js.org/configuration/resolve/) feature or use [`postcss-loader`](https://renovatebot.com/gh/postcss/postcss-loader) with [`postcss-url`](https://renovatebot.com/gh/postcss/postcss-url) plugin - update `postcss` to `6` version - minimum require `nodejs` version is `6.9` - minimum require `webpack` version is `4` #### [0.28.11](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v0.28.10...v0.28.11) (2018-03-16) ##### Bug Fixes - **lib/processCss:** don't check `mode` for `url` handling (`options.modules`) ([#​698](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/698)) ([c788450](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/c788450)) #### [0.28.10](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v0.28.9...v0.28.10) (2018-02-22) ##### Bug Fixes - **getLocalIdent:** add `rootContext` support (`webpack >= v4.0.0`) ([#​681](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/681)) ([9f876d2](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/9f876d2)) #### [0.28.9](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v0.28.8...v0.28.9) (2018-01-17) ##### Bug Fixes - ignore invalid URLs (`url()`) ([#​663](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/663)) ([d1d8221](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/d1d8221)) #### [0.28.8](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v0.28.7...v0.28.8) (2018-01-05) ##### Bug Fixes - **loader:** correctly check if source map is `undefined` ([#​641](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/641)) ([0dccfa9](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/0dccfa9)) - proper URL escaping and wrapping (`url()`) ([#​627](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/627)) ([8897d44](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/8897d44)) #### [0.28.7](https://renovatebot.com/gh/webpack/css-loader/compare/v0.28.6...v0.28.7) (2017-08-30) ##### Bug Fixes - pass resolver to `localsLoader` (`options.alias`) ([#​601](https://renovatebot.com/gh/webpack/css-loader/issues/601)) ([8f1b57c](https://renovatebot.com/gh/webpack/css-loader/commit/8f1b57c)) #### [0.28.6](https://renovatebot.com/gh/webpack/css-loader/compare/v0.28.5...v0.28.6) (2017-08-30) ##### Bug Fixes - add support for aliases starting with `/` (`options.alias`) ([#​597](https://renovatebot.com/gh/webpack/css-loader/issues/597)) ([63567f2](https://renovatebot.com/gh/webpack/css-loader/commit/63567f2)) #### [0.28.5](https://renovatebot.com/gh/webpack/css-loader/compare/v0.28.4...v0.28.5) (2017-08-17) ##### Bug Fixes - match mutliple dashes (`options.camelCase`) ([#​556](https://renovatebot.com/gh/webpack/css-loader/issues/556)) ([1fee601](https://renovatebot.com/gh/webpack/css-loader/commit/1fee601)) - stricter `[@import](https://renovatebot.com/gh/import)` tolerance ([#​593](https://renovatebot.com/gh/webpack/css-loader/issues/593)) ([2e4ec09](https://renovatebot.com/gh/webpack/css-loader/commit/2e4ec09)) #### [0.28.4](https://renovatebot.com/gh/webpack/css-loader/compare/v0.28.3...v0.28.4) (2017-05-30) ##### Bug Fixes - preserve leading underscore in class names ([#​543](https://renovatebot.com/gh/webpack/css-loader/issues/543)) ([f6673c8](https://renovatebot.com/gh/webpack/css-loader/commit/f6673c8)) #### [0.28.3](https://renovatebot.com/gh/webpack/css-loader/compare/v0.28.2...v0.28.3) (2017-05-25) ##### Bug Fixes - correct plugin order for CSS Modules ([#​534](https://renovatebot.com/gh/webpack/css-loader/issues/534)) ([b90f492](https://renovatebot.com/gh/webpack/css-loader/commit/b90f492)) #### [0.28.2](https://renovatebot.com/gh/webpack/css-loader/compare/v0.28.1...v0.28.2) (2017-05-22) ##### Bug Fixes - source maps path on `windows` ([#​532](https://renovatebot.com/gh/webpack/css-loader/issues/532)) ([c3d0d91](https://renovatebot.com/gh/webpack/css-loader/commit/c3d0d91)) #### [0.28.1](https://renovatebot.com/gh/webpack/css-loader/compare/v0.28.0...v0.28.1) (2017-05-02) ##### Bug Fixes - allow to specify a full hostname as a root URL ([#​521](https://renovatebot.com/gh/webpack/css-loader/issues/521)) ([06d27a1](https://renovatebot.com/gh/webpack/css-loader/commit/06d27a1)) - case insensitivity of [@​import](https://renovatebot.com/gh/import) ([#​514](https://renovatebot.com/gh/webpack/css-loader/issues/514)) ([de4356b](https://renovatebot.com/gh/webpack/css-loader/commit/de4356b)) - don't handle empty [@​import](https://renovatebot.com/gh/import) and url() ([#​513](https://renovatebot.com/gh/webpack/css-loader/issues/513)) ([868fc94](https://renovatebot.com/gh/webpack/css-loader/commit/868fc94)) - imported variables are replaced in exports if followed by a comma ([#​504](https://renovatebot.com/gh/webpack/css-loader/issues/504)) ([956bad7](https://renovatebot.com/gh/webpack/css-loader/commit/956bad7)) - loader now correctly handles `url` with space(s) ([#​495](https://renovatebot.com/gh/webpack/css-loader/issues/495)) ([534ea55](https://renovatebot.com/gh/webpack/css-loader/commit/534ea55)) - url with a trailing space is now handled correctly ([#​494](https://renovatebot.com/gh/webpack/css-loader/issues/494)) ([e1ec4f2](https://renovatebot.com/gh/webpack/css-loader/commit/e1ec4f2)) - use `btoa` instead `Buffer` ([#​501](https://renovatebot.com/gh/webpack/css-loader/issues/501)) ([fbb0714](https://renovatebot.com/gh/webpack/css-loader/commit/fbb0714)) ##### Performance Improvements - generate source maps only when explicitly set ([#​478](https://renovatebot.com/gh/webpack/css-loader/issues/478)) ([b8f5c8f](https://renovatebot.com/gh/webpack/css-loader/commit/b8f5c8f))

Renovate configuration

:date: Schedule: "every weekend" in timezone Europe/Paris.

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

:recycle: Rebasing: Whenever PR is stale, 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.

algobot commented 6 years ago

Deploy preview for community-project-boilerplate ready!

Built with commit 89b3dc7af6d32a667ed1aeb2a85abedd2cbe0348

https://deploy-preview-155--community-project-boilerplate.netlify.com