[PR #433] [CLOSED] Bump css-loader from 3.6.0 to 5.1.3 #477

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/433
Author: @dependabot-preview[bot]
Created: 3/20/2021
Status: Closed

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


📝 Commits (1)

  • 14d9341 Bump css-loader from 3.6.0 to 5.1.3

📊 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.3.

Release notes

Sourced from css-loader's releases.

v5.1.3

5.1.3 (2021-03-15)

Bug Fixes

  • the auto option works using inline module syntax (#1274) (1db2f4d)
  • ident generation for CSS modules using inline module syntax (#1274) (1db2f4d)

v5.1.2

5.1.2 (2021-03-10)

Bug Fixes

  • handling @import with spaces before and after and any extensions (#1272) (0c47cf7)
  • inline loader syntax in @import and modules (3f49ed0)

v5.1.1

5.1.1 (2021-03-01)

Bug Fixes

  • crash on modified AST from postcss-loader (#1268) (d2a1a84)

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)

... (truncated)

Changelog

Sourced from css-loader's changelog.

5.1.3 (2021-03-15)

Bug Fixes

  • the auto option works using inline module syntax (#1274) (1db2f4d)
  • ident generation for CSS modules using inline module syntax (#1274) (1db2f4d)

5.1.2 (2021-03-10)

Bug Fixes

  • handling @import with spaces before and after and any extensions (#1272) (0c47cf7)
  • inline loader syntax in @import and modules (3f49ed0)

5.1.1 (2021-03-01)

Bug Fixes

  • crash on modified AST from postcss-loader (#1268) (d2a1a84)

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

... (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/433 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/20/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/css-loader-5.1.3` --- ### 📝 Commits (1) - [`14d9341`](https://github.com/nextcloud/twofactor_gateway/commit/14d934163afa2a8bb9b8f5eb4426591d01f3c4ef) Bump css-loader from 3.6.0 to 5.1.3 ### 📊 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.3. <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.3</h2> <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> <h3>Bug Fixes</h3> <ul> <li>the <code>auto</code> option works using inline module syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1274">#1274</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/1db2f4df3ff9ae8f0667a2304853c8e7cdd0afc1">1db2f4d</a>)</li> <li>ident generation for CSS modules using inline module syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1274">#1274</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/1db2f4df3ff9ae8f0667a2304853c8e7cdd0afc1">1db2f4d</a>)</li> </ul> <h2>v5.1.2</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.1...v5.1.2">5.1.2</a> (2021-03-10)</h3> <h3>Bug Fixes</h3> <ul> <li>handling <code>@import</code> with spaces before and after and any extensions (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1272">#1272</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/0c47cf7ccbe3635900e8e8840650f69a7eca004d">0c47cf7</a>)</li> <li>inline loader syntax in <code>@import</code> and modules (<a href="https://github.com/webpack-contrib/css-loader/commit/3f49ed0864457f9467f560856377c890c392aee7">3f49ed0</a>)</li> </ul> <h2>v5.1.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.0...v5.1.1">5.1.1</a> (2021-03-01)</h3> <h3>Bug Fixes</h3> <ul> <li>crash on modified AST from <code>postcss-loader</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1268">#1268</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/d2a1a84afc63fdfb2a4ce6668ed9f2d7f1ba56ca">d2a1a84</a>)</li> </ul> <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> <!-- 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.1.2...v5.1.3">5.1.3</a> (2021-03-15)</h3> <h3>Bug Fixes</h3> <ul> <li>the <code>auto</code> option works using inline module syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1274">#1274</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/1db2f4df3ff9ae8f0667a2304853c8e7cdd0afc1">1db2f4d</a>)</li> <li>ident generation for CSS modules using inline module syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1274">#1274</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/1db2f4df3ff9ae8f0667a2304853c8e7cdd0afc1">1db2f4d</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.1...v5.1.2">5.1.2</a> (2021-03-10)</h3> <h3>Bug Fixes</h3> <ul> <li>handling <code>@import</code> with spaces before and after and any extensions (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1272">#1272</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/0c47cf7ccbe3635900e8e8840650f69a7eca004d">0c47cf7</a>)</li> <li>inline loader syntax in <code>@import</code> and modules (<a href="https://github.com/webpack-contrib/css-loader/commit/3f49ed0864457f9467f560856377c890c392aee7">3f49ed0</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.0...v5.1.1">5.1.1</a> (2021-03-01)</h3> <h3>Bug Fixes</h3> <ul> <li>crash on modified AST from <code>postcss-loader</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1268">#1268</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/d2a1a84afc63fdfb2a4ce6668ed9f2d7f1ba56ca">d2a1a84</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/e194e6b3bd833b635bc991c1fea657c43988dae6"><code>e194e6b</code></a> chore(release): 5.1.3</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/1db2f4df3ff9ae8f0667a2304853c8e7cdd0afc1"><code>1db2f4d</code></a> fix: the <code>auto</code> option for inline module syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1274">#1274</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/c13f3690e16b408d3bdb86ea26c788c95e833cae"><code>c13f369</code></a> chore(release): 5.1.2</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/0c47cf7ccbe3635900e8e8840650f69a7eca004d"><code>0c47cf7</code></a> fix: handling <code>@import</code> with spaces and any extensions (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1272">#1272</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/3f49ed0864457f9467f560856377c890c392aee7"><code>3f49ed0</code></a> fix: inline loader syntax in <code>@import</code> and modules</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/5e18d7e99b37fa56a518f4263c40bc08c6dee5bd"><code>5e18d7e</code></a> chore(release): 5.1.1</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/d2a1a84afc63fdfb2a4ce6668ed9f2d7f1ba56ca"><code>d2a1a84</code></a> fix: crash on modified AST from <code>postcss-loader</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1268">#1268</a>)</li> <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>Additional commits viewable in <a href="https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.1.3">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.3)](https://dependabot.com/compatibility-score/?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=3.6.0&new-version=5.1.3) 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:57 +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#477
No description provided.