nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Bump css-loader from 0.28.11 to 2.1.1 #219

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps css-loader from 0.28.11 to 2.1.1.

Release notes *Sourced from [css-loader's releases](https://github.com/webpack-contrib/css-loader/releases).* > ## v2.1.1 > > ## [2.1.1](https://github.com/webpack-contrib/css-loader/compare/v2.1.0...v2.1.1) (2019-03-07) > > > ### Bug Fixes > > * do not break selector with escaping ([#896](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/896)) ([0ba8c66](https://github.com/webpack-contrib/css-loader/commit/0ba8c66)) > * source map generation when `sourceRoot` is present ([#901](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/901)) ([e9ce745](https://github.com/webpack-contrib/css-loader/commit/e9ce745)) > * sourcemap generating when previous loader pass sourcemap as string ([#905](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/905)) ([3797e4d](https://github.com/webpack-contrib/css-loader/commit/3797e4d)) > > ## v2.1.0 > > # [2.1.0](https://github.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) (2018-12-25) > > > ### Features > > * support `image-set` without `url` ([#879](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/879)) ([21884e2](https://github.com/webpack-contrib/css-loader/commit/21884e2)) > > ## v2.0.2 > > ## [2.0.2](https://github.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21) > > > ### Bug Fixes > > * inappropriate modification of animation keywords ([#876](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://github.com/webpack-contrib/css-loader/commit/dfb2f8e)) > > ## v2.0.1 > > # [2.0.1](https://github.com/webpack-contrib/css-loader/compare/v2.0.0...v2.0.1) (2018-12-14) > > > ### Bug Fixes > > * safe checking if params are present for at rule ([#871](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/871)) ([a88fed1](https://github.com/webpack-contrib/css-loader/commit/a88fed1)) > * `getLocalIdent` now accepts `false` value ([#865](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/865)) ([1825e8a](https://github.com/webpack-contrib/css-loader/commit/1825e8a)) > > ## v2.0.0 > > # [2.0.0](https://github.com/webpack-contrib/css-loader/compare/v1.0.1...v2.0.0) (2018-12-07) > > The main **BREAKING CHANGES**: > > - css modules **are disabled by default**, you need setup their use `modules` option. You can setup their using `local` (`true` is alias for this value) and `global` (previous behaviour) value. Why it is disabled by default? A lot of developers use `css` without css modules features and they get performance problems due `postcss` plugins spend time on analyze and processing file. > - 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')`. > > ### Bug Fixes > > ... (truncated)
Changelog *Sourced from [css-loader's changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md).* > ## [2.1.1](https://github.com/webpack-contrib/css-loader/compare/v2.1.0...v2.1.1) (2019-03-07) > > > ### Bug Fixes > > * do not break selector with escaping ([#896](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/896)) ([0ba8c66](https://github.com/webpack-contrib/css-loader/commit/0ba8c66)) > * source map generation when `sourceRoot` is present ([#901](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/901)) ([e9ce745](https://github.com/webpack-contrib/css-loader/commit/e9ce745)) > * sourcemap generating when previous loader pass sourcemap as string ([#905](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/905)) ([3797e4d](https://github.com/webpack-contrib/css-loader/commit/3797e4d)) > > > > > # [2.1.0](https://github.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) (2018-12-25) > > > ### Features > > * support `image-set` without `url` ([#879](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/879)) ([21884e2](https://github.com/webpack-contrib/css-loader/commit/21884e2)) > > > > > ## [2.0.2](https://github.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21) > > > ### Bug Fixes > > * inappropriate modification of animation keywords ([#876](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://github.com/webpack-contrib/css-loader/commit/dfb2f8e)) > > > > > # [2.0.1](https://github.com/webpack-contrib/css-loader/compare/v2.0.0...v2.0.1) (2018-12-14) > > > ### Bug Fixes > > * safe checking if params are present for at rule ([#871](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/871)) ([a88fed1](https://github.com/webpack-contrib/css-loader/commit/a88fed1)) > * `getLocalIdent` now accepts `false` value ([#865](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/865)) ([1825e8a](https://github.com/webpack-contrib/css-loader/commit/1825e8a)) > > > > > # [2.0.0](https://github.com/webpack-contrib/css-loader/compare/v1.0.1...v2.0.0) (2018-12-07) > > > ### Bug Fixes > > * broken unucode characters ([#850](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/850)) ([f599c70](https://github.com/webpack-contrib/css-loader/commit/f599c70)) > * correctly processing `urls()` with `?#hash` ([#803](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/803)) ([417d105](https://github.com/webpack-contrib/css-loader/commit/417d105)) > ... (truncated)
Commits - [`bc16c3d`](https://github.com/webpack-contrib/css-loader/commit/bc16c3db953dbf4d711753fbb0cc60253def6916) chore(release): 2.1.1 - [`b671db7`](https://github.com/webpack-contrib/css-loader/commit/b671db790dce836615ac9ad57ad793f424752db5) fix: don't remove value from attribute selector ([#904](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/904)) - [`3797e4d`](https://github.com/webpack-contrib/css-loader/commit/3797e4d79369b54cc8bb14a8a4e5f9d10b1b0137) fix: sourcemap generating when previous loader pass sourcemap as string ([#905](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/905)) - [`cc81af1`](https://github.com/webpack-contrib/css-loader/commit/cc81af108c4f26e7cd30cc92895ee16ecd6ed8f1) refactor: stuff ([#903](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/903)) - [`e9ce745`](https://github.com/webpack-contrib/css-loader/commit/e9ce745db43b6a66149443dd62ee418ded72dffe) fix: source map generation when `sourceRoot` is present ([#901](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/901)) - [`a49e904`](https://github.com/webpack-contrib/css-loader/commit/a49e9049a5ded4f9d8f1b7f954f98e71fc93224b) docs: improve documentation for `hashPrefix`, `context`, `getLocalIdent` ([#900](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/900)) - [`c309788`](https://github.com/webpack-contrib/css-loader/commit/c309788b427f0e1167cddd05ddf3bae8588e7ff0) refactor: avoid `lodash` in favor native implementations - [`0ba8c66`](https://github.com/webpack-contrib/css-loader/commit/0ba8c66b963d02fe6a47fd524baa796f34680cd8) fix: do not break selector with escaping ([#896](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/896)) - [`2293eb0`](https://github.com/webpack-contrib/css-loader/commit/2293eb0236861d45a7d8b59b1758cc2df9594832) chore: update defaults ([#895](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/895)) - [`2a2ee7b`](https://github.com/webpack-contrib/css-loader/commit/2a2ee7b3a75a5b328d064255005777dc5c3bc9b0) docs: sourceMaps are disabled by default ([#890](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/890)) - Additional commits viewable in [compare view](https://github.com/webpack-contrib/css-loader/compare/v0.28.11...v2.1.1)
Maintainer changes This version was pushed to npm by [evilebottnawi](https://www.npmjs.com/~evilebottnawi), a new releaser for css-loader since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @thomaseizinger.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
thomaseizinger commented 5 years ago

@dependabot-bot merge