[PR #427] [CLOSED] Bump css-loader from 3.6.0 to 5.1.0 #472

Closed
opened 2026-02-26 06:30:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/427
Author: @dependabot-preview[bot]
Created: 2/27/2021
Status: Closed

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


📝 Commits (1)

  • b1016d4 Bump css-loader from 3.6.0 to 5.1.0

📊 Changes

2 files changed (+119 additions, -91 deletions)

View changed files

📝 package-lock.json (+118 -90)
📝 package.json (+1 -1)

📄 Description

Bumps css-loader from 3.6.0 to 5.1.0.

Release notes

Sourced from css-loader's releases.

v5.1.0

5.1.0 (2021-02-25)

Features

v5.0.2

5.0.2 (2021-02-08)

Bug Fixes

v5.0.1

5.0.1 (2020-11-04)

Bug Fixes

  • sources in source maps have relative paths (#1219) (3229b3c)

v5.0.0

⚠ BREAKING CHANGES

  • migrate on PostCSS 8
  • runtime doesn't contain source maps code without sourceMap: true
  • returned value from the getLocalIdent escapes by default, the exportName value is always unescaped
  • Auto enable icss modules for all files for which /\.icss\.\w+$/i is true (the modules.compileType option is icss)
  • [emoji] placeholder was deprecated
  • the icss option was removed (it was deprecated previously)

Features

  • allowed named exports to have underscores in names (#1209) (747d62b)
  • no warnings when you don't need handle url()/@import (#1195) (dd52931)
  • improved error message (52412f6)
  • reduced runtime (9f974be)
  • added fallback if custom getLocalIdent returns null/undefined (#1193) (0f95841)

v4.3.0

4.3.0 (2020-09-08)

Features

... (truncated)

Changelog

Sourced from css-loader's changelog.

5.1.0 (2021-02-25)

Features

5.0.2 (2021-02-08)

Bug Fixes

5.0.1 (2020-11-04)

Bug Fixes

  • sources in source maps have relative paths (#1219) (3229b3c)

5.0.0 (2020-10-13)

⚠ BREAKING CHANGES

  • migrate on PostCSS 8
  • runtime doesn't contain source maps code without sourceMap: true
  • returned value from the getLocalIdent escapes by default, the exportName value is always unescaped
  • Auto enable icss modules for all files for which /\.icss\.\w+$/i (the modules.compileType option is icss)
  • [emoji] placeholder was deprecated
  • icss option was removed (it was deprecated previously)

Features

  • allow named exports to have underscores in names (#1209) (747d62b)
  • hide warning when you don't need handle url()/@import (#1195) (dd52931)
  • improve error message (52412f6)
  • reduce runtime (9f974be)
  • add fallback if custom getLocalIdent returns null/undefined (#1193) (0f95841)

4.3.0 (2020-09-08)

Features

Bug Fixes

... (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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/427 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/27/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/css-loader-5.1.0` --- ### 📝 Commits (1) - [`b1016d4`](https://github.com/nextcloud/twofactor_gateway/commit/b1016d471f33d1dc04500ee9d79a13ecacfd6868) Bump css-loader from 3.6.0 to 5.1.0 ### 📊 Changes **2 files changed** (+119 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+118 -90) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/releases">css-loader's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v5.0.2...v5.1.0">5.1.0</a> (2021-02-25)</h2> <h3>Features</h3> <ul> <li>added support webpackIgnore comment (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1264">#1264</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/53d40a9bb35a79e6a15308bbb7a01358f39816df">53d40a9</a>)</li> </ul> <h2>v5.0.2</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.0.1...v5.0.2">5.0.2</a> (2021-02-08)</h3> <h3>Bug Fixes</h3> <ul> <li>pass query with hash to other loaders (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1261">#1261</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/729a314529cd0607c374b07bdf425337f9a778d4">729a314</a>)</li> </ul> <h2>v5.0.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.0.0...v5.0.1">5.0.1</a> (2020-11-04)</h3> <h3>Bug Fixes</h3> <ul> <li>sources in source maps have relative paths (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1219">#1219</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/3229b3cca3cb5d762daeff57239a965b06fd7593">3229b3c</a>)</li> </ul> <h2>v5.0.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>migrate on PostCSS 8</li> <li>runtime doesn't contain source maps code without <code>sourceMap: true</code></li> <li>returned value from the <code>getLocalIdent</code> escapes by default, the <code>exportName</code> value is always unescaped</li> <li>Auto enable icss modules for all files for which <code>/\.icss\.\w+$/i</code> is <code>true</code> (the <code>modules.compileType</code> option is <code>icss</code>)</li> <li><code>[emoji]</code> placeholder was deprecated</li> <li>the <code>icss</code> option was removed (it was deprecated previously)</li> </ul> <h3>Features</h3> <ul> <li>allowed named exports to have underscores in names (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1209">#1209</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/747d62b75a878d8881f4819b96297667dc689b8f">747d62b</a>)</li> <li>no warnings when you don't need handle <code>url()</code>/<code>@import</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1195">#1195</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/dd52931150ed42f122d9017642437c26cc1b2422">dd52931</a>)</li> <li>improved error message (<a href="https://github.com/webpack-contrib/css-loader/commit/52412f6d5a54745ee37a4a67f038455c26ba5772">52412f6</a>)</li> <li>reduced runtime (<a href="https://github.com/webpack-contrib/css-loader/commit/9f974be81f5942d3afaf783529677bd541952fa3">9f974be</a>)</li> <li>added fallback if custom getLocalIdent returns <code>null</code>/<code>undefined</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1193">#1193</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/0f9584135e63f9f354043e7f414e0c1aad0edc6e">0f95841</a>)</li> </ul> <h2>v4.3.0</h2> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v4.2.2...v4.3.0">4.3.0</a> (2020-09-08)</h2> <h3>Features</h3> <ul> <li>the <code>importLoaders</code> option can be <code>string</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1178">#1178</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/ec58a7cfda46443e35539d66b86685195fa5db03">ec58a7c</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md">css-loader's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v5.0.2...v5.1.0">5.1.0</a> (2021-02-25)</h2> <h3>Features</h3> <ul> <li>added support webpackIgnore comment (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1264">#1264</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/53d40a9bb35a79e6a15308bbb7a01358f39816df">53d40a9</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.0.1...v5.0.2">5.0.2</a> (2021-02-08)</h3> <h3>Bug Fixes</h3> <ul> <li>pass query with hash to other loaders (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1261">#1261</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/729a314529cd0607c374b07bdf425337f9a778d4">729a314</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.0.0...v5.0.1">5.0.1</a> (2020-11-04)</h3> <h3>Bug Fixes</h3> <ul> <li>sources in source maps have relative paths (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1219">#1219</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/3229b3cca3cb5d762daeff57239a965b06fd7593">3229b3c</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v4.3.0...v5.0.0">5.0.0</a> (2020-10-13)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>migrate on PostCSS 8</li> <li>runtime doesn't contain source maps code without <code>sourceMap: true</code></li> <li>returned value from the <code>getLocalIdent</code> escapes by default, the <code>exportName</code> value is always unescaped</li> <li>Auto enable icss modules for all files for which <code>/\.icss\.\w+$/i</code> (the <code>modules.compileType</code> option is <code>icss</code>)</li> <li><code>[emoji]</code> placeholder was deprecated</li> <li><code>icss</code> option was removed (it was deprecated previously)</li> </ul> <h3>Features</h3> <ul> <li>allow named exports to have underscores in names (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1209">#1209</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/747d62b75a878d8881f4819b96297667dc689b8f">747d62b</a>)</li> <li>hide warning when you don't need handle <code>url()</code>/<code>@import</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1195">#1195</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/dd52931150ed42f122d9017642437c26cc1b2422">dd52931</a>)</li> <li>improve error message (<a href="https://github.com/webpack-contrib/css-loader/commit/52412f6d5a54745ee37a4a67f038455c26ba5772">52412f6</a>)</li> <li>reduce runtime (<a href="https://github.com/webpack-contrib/css-loader/commit/9f974be81f5942d3afaf783529677bd541952fa3">9f974be</a>)</li> <li>add fallback if custom getLocalIdent returns <code>null</code>/<code>undefined</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1193">#1193</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/0f9584135e63f9f354043e7f414e0c1aad0edc6e">0f95841</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v4.2.2...v4.3.0">4.3.0</a> (2020-09-08)</h2> <h3>Features</h3> <ul> <li>the <code>importLoaders</code> can be <code>string</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1178">#1178</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/ec58a7cfda46443e35539d66b86685195fa5db03">ec58a7c</a>)</li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/f1e0f00472fdd8fc1971c0602665b357b339e3b8"><code>f1e0f00</code></a> chore(release): 5.1.0</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/53d40a9bb35a79e6a15308bbb7a01358f39816df"><code>53d40a9</code></a> feat: added support webpackIgnore comment (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1264">#1264</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/e18c5a92a08c31a4244387ef70d966d07db0e957"><code>e18c5a9</code></a> chore(deps): update</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/28fb950c12af69401d575939838cfce4bb3159dc"><code>28fb950</code></a> docs: update (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1263">#1263</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/e76ef2c0667b143bfa383efe379fa67142664319"><code>e76ef2c</code></a> docs: fix outdated docs</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/34a382e1a8acab7aae0f0d4718844f9bad3e971d"><code>34a382e</code></a> chore(release): 5.0.2</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/729a314529cd0607c374b07bdf425337f9a778d4"><code>729a314</code></a> fix: pass query with hash to other loaders (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1261">#1261</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/4bae2e661effc05d23c432488b2249bc971355eb"><code>4bae2e6</code></a> test: filter root relative urls (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1260">#1260</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/a28612202091b1756a3123bc7e320db48da9f0a9"><code>a286122</code></a> docs: asset modules (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1254">#1254</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/fdb5e85295a6a203d1e9151ae8a065d34d013ad0"><code>fdb5e85</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1253">#1253</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=3.6.0&new-version=5.1.0)](https://dependabot.com/compatibility-score/?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=3.6.0&new-version=5.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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:30:56 +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#472
No description provided.