[PR #217] [MERGED] Bump css-loader from 2.1.0 to 2.1.1 #303

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/217
Author: @dependabot-preview[bot]
Created: 3/8/2019
Status: Merged
Merged: 3/8/2019
Merged by: @dependabot-preview[bot]

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


📝 Commits (1)

  • 7a6b48c Bump css-loader from 2.1.0 to 2.1.1

📊 Changes

2 files changed (+70 additions, -97 deletions)

View changed files

📝 package-lock.json (+69 -96)
📝 package.json (+1 -1)

📄 Description

Bumps css-loader from 2.1.0 to 2.1.1.

Release notes

Sourced from css-loader's releases.

v2.1.1

2.1.1 (2019-03-07)

Bug Fixes

  • do not break selector with escaping (#896) (0ba8c66)
  • source map generation when sourceRoot is present (#901) (e9ce745)
  • sourcemap generating when previous loader pass sourcemap as string (#905) (3797e4d)
Changelog

Sourced from css-loader's changelog.

2.1.1 (2019-03-07)

Bug Fixes

  • do not break selector with escaping (#896) (0ba8c66)
  • source map generation when sourceRoot is present (#901) (e9ce745)
  • sourcemap generating when previous loader pass sourcemap as string (#905) (3797e4d)

Commits
  • bc16c3d chore(release): 2.1.1
  • b671db7 fix: don't remove value from attribute selector (#904)
  • 3797e4d fix: sourcemap generating when previous loader pass sourcemap as string (#905)
  • cc81af1 refactor: stuff (#903)
  • e9ce745 fix: source map generation when sourceRoot is present (#901)
  • a49e904 docs: improve documentation for hashPrefix, context, getLocalIdent (#900)
  • c309788 refactor: avoid lodash in favor native implementations
  • 0ba8c66 fix: do not break selector with escaping (#896)
  • 2293eb0 chore: update defaults (#895)
  • 2a2ee7b docs: sourceMaps are disabled by default (#890)
  • Additional commits viewable in compare view

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.

If all status checks pass Dependabot will automatically merge this pull request.


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:

  • 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/217 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/8/2019 **Status:** ✅ Merged **Merged:** 3/8/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/css-loader-2.1.1` --- ### 📝 Commits (1) - [`7a6b48c`](https://github.com/nextcloud/twofactor_gateway/commit/7a6b48ceab51ec16d22619eea92ad99d5a7644c9) Bump css-loader from 2.1.0 to 2.1.1 ### 📊 Changes **2 files changed** (+70 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+69 -96) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.1.0 to 2.1.1. <details> <summary>Release notes</summary> *Sourced from [css-loader's releases](https://github.com/webpack-contrib/css-loader/releases).* > ## v2.1.1 > <a name="2.1.1"></a> > ## [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)) </details> <details> <summary>Changelog</summary> *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)) > > > > <a name="2.1.0"></a> </details> <details> <summary>Commits</summary> - [`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/v2.1.0...v2.1.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=2.1.0&new-version=2.1.1)](https://dependabot.com/compatibility-score.html?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=2.1.0&new-version=2.1.1) 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) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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 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. </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:28 +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#303
No description provided.