[PR #446] [CLOSED] Bump css-loader from 3.6.0 to 5.2.5 #488

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/446
Author: @dependabot[bot]
Created: 5/22/2021
Status: Closed

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


📝 Commits (1)

  • 5f2530b Bump css-loader from 3.6.0 to 5.2.5

📊 Changes

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

View changed files

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

📄 Description

Bumps css-loader from 3.6.0 to 5.2.5.

Release notes

Sourced from css-loader's releases.

v5.2.5

5.2.5 (2021-05-20)

Bug Fixes

v5.2.4

5.2.4 (2021-04-19)

Bug Fixes

v5.2.3

5.2.3 (2021-04-19)

Bug Fixes

  • improve performance

v5.2.2

5.2.2 (2021-04-16)

Bug Fixes

  • avoid escape nonASCII characters in local names (0722733)

v5.2.1

5.2.1 (2021-04-09)

Bug Fixes

v5.2.0

5.2.0 (2021-03-24)

Features

  • support async functions for url and import options (#1277) (c5062db)

v5.1.4

5.1.4 (2021-03-24)

... (truncated)

Changelog

Sourced from css-loader's changelog.

5.2.5 (2021-05-20)

Bug Fixes

5.2.4 (2021-04-19)

Bug Fixes

5.2.3 (2021-04-19)

Bug Fixes

  • improve performance

5.2.2 (2021-04-16)

Bug Fixes

  • avoid escape nonASCII characters in local names (0722733)

5.2.1 (2021-04-09)

Bug Fixes

5.2.0 (2021-03-24)

Features

  • support async functions for url and import options (#1277) (c5062db)

5.1.4 (2021-03-24)

Bug Fixes

5.1.3 (2021-03-15)

... (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 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)

🔄 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/446 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/22/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/css-loader-5.2.5` --- ### 📝 Commits (1) - [`5f2530b`](https://github.com/nextcloud/twofactor_gateway/commit/5f2530b6851d6c1a21557d5ed8ae8259cdaa64ee) Bump css-loader from 3.6.0 to 5.2.5 ### 📊 Changes **2 files changed** (+116 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+115 -96) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.2.5. <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.2.5</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.4...v5.2.5">5.2.5</a> (2021-05-20)</h3> <h3>Bug Fixes</h3> <ul> <li>compatibility with named export and es5 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1314">#1314</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/0cf8cdedd8667b1ba13d3b4322087943a25176f6">0cf8cde</a>)</li> </ul> <h2>v5.2.4</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.3...v5.2.4">5.2.4</a> (2021-04-19)</h3> <h3>Bug Fixes</h3> <ul> <li>do not crash on 'false' aliases (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1292">#1292</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/e913cb1d73a4f5c3c4464e0446a885e9f677a005">e913cb1</a>)</li> </ul> <h2>v5.2.3</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.2...v5.2.3">5.2.3</a> (2021-04-19)</h3> <h3>Bug Fixes</h3> <ul> <li>improve performance</li> </ul> <h2>v5.2.2</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.1...v5.2.2">5.2.2</a> (2021-04-16)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid escape nonASCII characters in local names (<a href="https://github.com/webpack-contrib/css-loader/commit/072273308a8ab4b7efdae31440689dc81978ca1d">0722733</a>)</li> </ul> <h2>v5.2.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.0...v5.2.1">5.2.1</a> (2021-04-09)</h3> <h3>Bug Fixes</h3> <ul> <li>do not crash on unescaped svg data uri (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1288">#1288</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/4f289c5e4df6c666fdf6dd3402560ae74d4bf7ee">4f289c5</a>)</li> </ul> <h2>v5.2.0</h2> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.4...v5.2.0">5.2.0</a> (2021-03-24)</h2> <h3>Features</h3> <ul> <li>support async functions for <code>url</code> and <code>import</code> options (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1277">#1277</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/c5062db3fc849d882a07b9f2c9f66f00325c8896">c5062db</a>)</li> </ul> <h2>v5.1.4</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.3...v5.1.4">5.1.4</a> (2021-03-24)</h3> <!-- 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> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.4...v5.2.5">5.2.5</a> (2021-05-20)</h3> <h3>Bug Fixes</h3> <ul> <li>compatibility with named export and es5 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1314">#1314</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/0cf8cdedd8667b1ba13d3b4322087943a25176f6">0cf8cde</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.3...v5.2.4">5.2.4</a> (2021-04-19)</h3> <h3>Bug Fixes</h3> <ul> <li>do not crash on 'false' aliases (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1292">#1292</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/e913cb1d73a4f5c3c4464e0446a885e9f677a005">e913cb1</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.2...v5.2.3">5.2.3</a> (2021-04-19)</h3> <h3>Bug Fixes</h3> <ul> <li>improve performance</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.1...v5.2.2">5.2.2</a> (2021-04-16)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid escape nonASCII characters in local names (<a href="https://github.com/webpack-contrib/css-loader/commit/072273308a8ab4b7efdae31440689dc81978ca1d">0722733</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.2.0...v5.2.1">5.2.1</a> (2021-04-09)</h3> <h3>Bug Fixes</h3> <ul> <li>do not crash on unescaped svg data uri (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1288">#1288</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/4f289c5e4df6c666fdf6dd3402560ae74d4bf7ee">4f289c5</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.4...v5.2.0">5.2.0</a> (2021-03-24)</h2> <h3>Features</h3> <ul> <li>support async functions for <code>url</code> and <code>import</code> options (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1277">#1277</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/c5062db3fc849d882a07b9f2c9f66f00325c8896">c5062db</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.3...v5.1.4">5.1.4</a> (2021-03-24)</h3> <h3>Bug Fixes</h3> <ul> <li>crash with thread-loader (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1281">#1281</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/7095a7ca7d985d5447aed80cf3e41a4f8c19b954">7095a7c</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.2...v5.1.3">5.1.3</a> (2021-03-15)</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/fa9d4c421ffaf469144af1e0007e8b2321ce9876"><code>fa9d4c4</code></a> chore(release): 5.2.5</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/0cf8cdedd8667b1ba13d3b4322087943a25176f6"><code>0cf8cde</code></a> fix: compatibility with named export and es5 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1314">#1314</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/8f1a6fce0fff8971d28ca4a68ca0e7d8b6838cf2"><code>8f1a6fc</code></a> chore: <code>husky</code> updated (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1312">#1312</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/417aaba7bd7b4d8fa453b21f9eee1a78a0b916ac"><code>417aaba</code></a> docs: recommend (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1313">#1313</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/ab92c82c085edf9dfffe062e5dad7d32c13a7612"><code>ab92c82</code></a> chore: removed <code>camelCase</code> package from dependencies (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1311">#1311</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/a3ca8c0a563c0f7795389c7af1a469fa29262298"><code>a3ca8c0</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1310">#1310</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/bb2a6495dd6e52fbc5585c74f967032ac6e7ce52"><code>bb2a649</code></a> docs: clarify behavior of URL option (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1308">#1308</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/13b7458be2ef0d7a6b334e5e8149d83de6478403"><code>13b7458</code></a> chore(release): 5.2.4</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/e913cb1d73a4f5c3c4464e0446a885e9f677a005"><code>e913cb1</code></a> fix: do not crash on 'false' aliases (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1292">#1292</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/238843917682fbf8cd6b412dd714ccb9d9221726"><code>2388439</code></a> chore(release): 5.2.3</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.2.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=3.6.0&new-version=5.2.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-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) </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:31:00 +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#488
No description provided.