[PR #168] [MERGED] Bump css-loader from 1.0.1 to 2.1.0 #262

Closed
opened 2026-02-26 05:34:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/168
Author: @dependabot-preview[bot]
Created: 12/26/2018
Status: Merged
Merged: 1/8/2019
Merged by: @ChristophWurst

Base: masterHead: dependabot/npm_and_yarn/css-loader-2.1.0


📝 Commits (1)

  • ca02f44 Bump css-loader from 1.0.1 to 2.1.0

📊 Changes

2 files changed (+98 additions, -168 deletions)

View changed files

📝 package-lock.json (+97 -167)
📝 package.json (+1 -1)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps css-loader from 1.0.1 to 2.1.0.

Release notes

Sourced from css-loader's releases.

v2.1.0

2.1.0 (2018-12-25)

Features

v2.0.2

2.0.2 (2018-12-21)

Bug Fixes

  • inappropriate modification of animation keywords (#876) (dfb2f8e)

v2.0.1

2.0.1 (2018-12-14)

Bug Fixes

  • safe checking if params are present for at rule (#871) (a88fed1)
  • getLocalIdent now accepts false value (#865) (1825e8a)

v2.0.0

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

  • broken unucode characters (#850) (f599c70)
  • correctly processing urls() with ?#hash (#803) (417d105)
  • don't break loader on invalid or not exists url or import token (#827) (9e52d26)
  • don't duplicate import with same media in different case (#819) (9f66e33)
  • emit warnings on broken import at-rules (#806) (4bdf08b)
  • handle uppercase URL in import at-rules (#818) (3ebdcd5)
  • inconsistent generate class names for css modules on difference os (#812) (0bdf9b7)
  • reduce number of require for urls() (#854) (3338656)
  • support deduplication of string module ids (optimization.namedModules) (#789) (e3bb83a)
  • support module resolution in composes (#845) (453248f)
  • same urls() resolving logic for modules (local and global) and without modules (#843) (fdcf687)
... (truncated)
Changelog

Sourced from css-loader's changelog.

2.1.0 (2018-12-25)

Features

2.0.2 (2018-12-21)

Bug Fixes

  • inappropriate modification of animation keywords (#876) (dfb2f8e)

2.0.1 (2018-12-14)

Bug Fixes

  • safe checking if params are present for at rule (#871) (a88fed1)
  • getLocalIdent now accepts false value (#865) (1825e8a)

2.0.0 (2018-12-07)

Bug Fixes

  • broken unucode characters (#850) (f599c70)
  • correctly processing urls() with ?#hash (#803) (417d105)
  • don't break loader on invalid or not exists url or import token (#827) (9e52d26)
  • don't duplicate import with same media in different case (#819) (9f66e33)
  • emit warnings on broken import at-rules (#806) (4bdf08b)
  • handle uppercase URL in import at-rules (#818) (3ebdcd5)
  • inconsistent generate class names for css modules on difference os (#812) (0bdf9b7)
  • reduce number of require for urls() (#854) (3338656)
  • support deduplication of string module ids (optimization.namedModules) (#789) (e3bb83a)
  • support module resolution in composes (#845) (453248f)
  • same urls() resolving logic for modules (local and global) and without modules (#843) (fdcf687)

Features

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a production dependency.


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 cancel merge will cancel a previously requested merge
  • @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:

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/168 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/26/2018 **Status:** ✅ Merged **Merged:** 1/8/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/css-loader-2.1.0` --- ### 📝 Commits (1) - [`ca02f44`](https://github.com/nextcloud/twofactor_gateway/commit/ca02f44fe2c57f54181a07e2fac0389f66ce2341) Bump css-loader from 1.0.1 to 2.1.0 ### 📊 Changes **2 files changed** (+98 additions, -168 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+97 -167) 📝 `package.json` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 1.0.1 to 2.1.0. <details> <summary>Release notes</summary> *Sourced from [css-loader's releases](https://github.com/webpack-contrib/css-loader/releases).* > ## v2.1.0 > <a name="2.1.0"></a> > # [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 > <a name="2.0.2"></a> > ## [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 > <a name="2.0.1"></a> > # [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 > <a name="2.0.0"></a> > # [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 > > * 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)) > * don't break loader on invalid or not exists url or import token ([#827](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/827)) ([9e52d26](https://github.com/webpack-contrib/css-loader/commit/9e52d26)) > * don't duplicate import with same media in different case ([#819](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/819)) ([9f66e33](https://github.com/webpack-contrib/css-loader/commit/9f66e33)) > * emit warnings on broken `import` at-rules ([#806](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/806)) ([4bdf08b](https://github.com/webpack-contrib/css-loader/commit/4bdf08b)) > * handle uppercase `URL` in `import` at-rules ([#818](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/818)) ([3ebdcd5](https://github.com/webpack-contrib/css-loader/commit/3ebdcd5)) > * inconsistent generate class names for css modules on difference os ([#812](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/812)) ([0bdf9b7](https://github.com/webpack-contrib/css-loader/commit/0bdf9b7)) > * reduce number of `require` for `urls()` ([#854](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/854)) ([3338656](https://github.com/webpack-contrib/css-loader/commit/3338656)) > * support deduplication of string module ids (optimization.namedModules) ([#789](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/789)) ([e3bb83a](https://github.com/webpack-contrib/css-loader/commit/e3bb83a)) > * support module resolution in `composes` ([#845](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/845)) ([453248f](https://github.com/webpack-contrib/css-loader/commit/453248f)) > * same `urls()` resolving logic for `modules` (`local` and `global`) and without modules ([#843](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/843)) ([fdcf687](https://github.com/webpack-contrib/css-loader/commit/fdcf687)) ></table> ... (truncated) </details> <details> <summary>Changelog</summary> *Sourced from [css-loader's changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md).* > # [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)) > > > > <a name="2.0.2"></a> > ## [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)) > > > > <a name="2.0.1"></a> > # [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)) > > > > <a name="2.0.0"></a> > # [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)) > * don't break loader on invalid or not exists url or import token ([#827](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/827)) ([9e52d26](https://github.com/webpack-contrib/css-loader/commit/9e52d26)) > * don't duplicate import with same media in different case ([#819](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/819)) ([9f66e33](https://github.com/webpack-contrib/css-loader/commit/9f66e33)) > * emit warnings on broken `import` at-rules ([#806](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/806)) ([4bdf08b](https://github.com/webpack-contrib/css-loader/commit/4bdf08b)) > * handle uppercase `URL` in `import` at-rules ([#818](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/818)) ([3ebdcd5](https://github.com/webpack-contrib/css-loader/commit/3ebdcd5)) > * inconsistent generate class names for css modules on difference os ([#812](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/812)) ([0bdf9b7](https://github.com/webpack-contrib/css-loader/commit/0bdf9b7)) > * reduce number of `require` for `urls()` ([#854](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/854)) ([3338656](https://github.com/webpack-contrib/css-loader/commit/3338656)) > * support deduplication of string module ids (optimization.namedModules) ([#789](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/789)) ([e3bb83a](https://github.com/webpack-contrib/css-loader/commit/e3bb83a)) > * support module resolution in `composes` ([#845](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/845)) ([453248f](https://github.com/webpack-contrib/css-loader/commit/453248f)) > * same `urls()` resolving logic for `modules` (`local` and `global`) and without modules ([#843](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/843)) ([fdcf687](https://github.com/webpack-contrib/css-loader/commit/fdcf687)) > > ### Features > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`98bdf2a`](https://github.com/webpack-contrib/css-loader/commit/98bdf2a2b303f286e59882fd3cbb710da9fa73cd) chore(release): 2.1.0 - [`21884e2`](https://github.com/webpack-contrib/css-loader/commit/21884e2d9896f726a22e0aa708b01c0d80336c8b) feat: support `image-set` without `url` ([#879](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/879)) - [`9436371`](https://github.com/webpack-contrib/css-loader/commit/9436371d48b58d8db55727fe5d7b1c719328893c) chore: update defaults ([#878](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/878)) - [`c41f994`](https://github.com/webpack-contrib/css-loader/commit/c41f994084928b0c03c6488b434f338530498d02) chore(release): 2.0.2 - [`dfb2f8e`](https://github.com/webpack-contrib/css-loader/commit/dfb2f8e9d6841da4207420a3e5d98e53c4d0d9d0) fix: inappropriate modification of animation keywords ([#876](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/876)) - [`eb6f749`](https://github.com/webpack-contrib/css-loader/commit/eb6f749d45860e027297d073c67f940db7eddb1d) chore: update `defaults` ([#875](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/875)) - [`60a34d7`](https://github.com/webpack-contrib/css-loader/commit/60a34d7d97f86ec32060a1a92ec9727d2ae5dfb7) docs(readme): adding extract css chunks to readme ([#874](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/874)) - [`e233d0a`](https://github.com/webpack-contrib/css-loader/commit/e233d0aa2372058f511dde7736bbe1dbbf723fc9) chore(release): v2.0.1 - [`a88fed1`](https://github.com/webpack-contrib/css-loader/commit/a88fed11cb78a8cfde341a042c9b25082c50a169) fix: safe checking if params are present for at rule ([#871](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/871)) - [`503391f`](https://github.com/webpack-contrib/css-loader/commit/503391f6d5598344d73363a173c9dd85d1740d4e) chore(deps): update defaults ([#870](https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/870)) - Additional commits viewable in [compare view](https://github.com/webpack-contrib/css-loader/compare/v1.0.1...v2.1.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=1.0.1&new-version=2.1.0)](https://dependabot.com/compatibility-score.html?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=1.0.1&new-version=2.1.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) Dependabot will **not** automatically merge this PR because it includes a major update to a production dependency. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 cancel merge` will cancel a previously requested merge - `@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. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:34:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#262
No description provided.