[PR #383] [CLOSED] Bump css-loader from 3.6.0 to 4.3.0 #436

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/383
Author: @dependabot-preview[bot]
Created: 9/12/2020
Status: Closed

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


📝 Commits (1)

  • 0281918 Bump css-loader from 3.6.0 to 4.3.0

📊 Changes

2 files changed (+76 additions, -56 deletions)

View changed files

📝 package-lock.json (+75 -55)
📝 package.json (+1 -1)

📄 Description

Bumps css-loader from 3.6.0 to 4.3.0.

Release notes

Sourced from css-loader's releases.

v4.3.0

4.3.0 (2020-09-08)

Features

Bug Fixes

  • line breaks in the url function (88b8ddc)

v4.2.2

4.2.2 (2020-08-24)

Bug Fixes

  • source maps generation, source from source maps are now relative to compiler.context and use webpack:// protocol (#1169) (fb5c53d)

v4.2.1

4.2.1 (2020-08-06)

Bug Fixes

  • regression with the exportOnlyLocals option, now locals are not exported under the locals name, it was big regression, we apologize for that (24c0a12)

v4.2.0

4.2.0 (2020-07-31)

Features

  • add module.type option, the icss option is deprecated (#1150) (68f72af)

v4.1.1

4.1.1 (2020-07-30)

Bug Fixes

v4.1.0

4.1.0 (2020-07-29)

Features

Changelog

Sourced from css-loader's changelog.

4.3.0 (2020-09-08)

Features

Bug Fixes

  • line breaks in url function (88b8ddc)

4.2.2 (2020-08-24)

Bug Fixes

  • source maps generation, source from source maps are now relative to compiler.context and use webpack:// protocol (#1169) (fb5c53d)

4.2.1 (2020-08-06)

Bug Fixes

  • regression with the exportOnlyLocals option, now locals are not exported under the locals name, it was big regression, we apologize for that (24c0a12)

4.2.0 (2020-07-31)

Features

  • add module.type option, the icss option is deprecated (#1150) (68f72af)

4.1.1 (2020-07-30)

Bug Fixes

4.1.0 (2020-07-29)

Features

Bug Fixes

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/383 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/12/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/css-loader-4.3.0` --- ### 📝 Commits (1) - [`0281918`](https://github.com/nextcloud/twofactor_gateway/commit/0281918214f5e27a46a87dce7602bf4b58b5fcd2) Bump css-loader from 3.6.0 to 4.3.0 ### 📊 Changes **2 files changed** (+76 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+75 -55) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 4.3.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>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> <h3>Bug Fixes</h3> <ul> <li>line breaks in the <code>url</code> function (<a href="https://github.com/webpack-contrib/css-loader/commit/88b8ddc1d78a2b6a917ed2dfe2f2a37cf6a84190">88b8ddc</a>)</li> </ul> <h2>v4.2.2</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v4.2.1...v4.2.2">4.2.2</a> (2020-08-24)</h3> <h3>Bug Fixes</h3> <ul> <li>source maps generation, source from source maps are now relative to <code>compiler.context</code> and use <code>webpack://</code> protocol (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1169">#1169</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/fb5c53d80b10ee698762238bb7b122aec8c5048d">fb5c53d</a>)</li> </ul> <h2>v4.2.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v4.2.0...v4.2.1">4.2.1</a> (2020-08-06)</h3> <h3>Bug Fixes</h3> <ul> <li>regression with the <code>exportOnlyLocals</code> option, now <code>locals</code> are not exported under the <code>locals</code> name, it was big regression, we apologize for that (<a href="https://github.com/webpack-contrib/css-loader/commit/24c0a122d1396c08326a24f6184f5da09cf52ccc">24c0a12</a>)</li> </ul> <h2>v4.2.0</h2> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v4.1.1...v4.2.0">4.2.0</a> (2020-07-31)</h2> <h3>Features</h3> <ul> <li>add <code>module.type</code> option, the <code>icss</code> option is deprecated (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1150">#1150</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/68f72af2a09111f74dcacbf7af019fe7eb40cb6c">68f72af</a>)</li> </ul> <h2>v4.1.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v4.1.0...v4.1.1">4.1.1</a> (2020-07-30)</h3> <h3>Bug Fixes</h3> <ul> <li>remove unnecessary <code>console</code> call (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1148">#1148</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/b1b90caaea8eb045177749729340c7906454a84b">b1b90ca</a>)</li> </ul> <h2>v4.1.0</h2> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v4.0.0...v4.1.0">4.1.0</a> (2020-07-29)</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> </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/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> <ul> <li>line breaks in <code>url</code> function (<a href="https://github.com/webpack-contrib/css-loader/commit/88b8ddc1d78a2b6a917ed2dfe2f2a37cf6a84190">88b8ddc</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v4.2.1...v4.2.2">4.2.2</a> (2020-08-24)</h3> <h3>Bug Fixes</h3> <ul> <li>source maps generation, source from source maps are now relative to <code>compiler.context</code> and use <code>webpack://</code> protocol (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1169">#1169</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/fb5c53d80b10ee698762238bb7b122aec8c5048d">fb5c53d</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v4.2.0...v4.2.1">4.2.1</a> (2020-08-06)</h3> <h3>Bug Fixes</h3> <ul> <li>regression with the <code>exportOnlyLocals</code> option, now <code>locals</code> are not exported under the <code>locals</code> name, it was big regression, we apologize for that (<a href="https://github.com/webpack-contrib/css-loader/commit/24c0a122d1396c08326a24f6184f5da09cf52ccc">24c0a12</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v4.1.1...v4.2.0">4.2.0</a> (2020-07-31)</h2> <h3>Features</h3> <ul> <li>add <code>module.type</code> option, the <code>icss</code> option is deprecated (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1150">#1150</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/68f72af2a09111f74dcacbf7af019fe7eb40cb6c">68f72af</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v4.1.0...v4.1.1">4.1.1</a> (2020-07-30)</h3> <h3>Bug Fixes</h3> <ul> <li>remove unnecessary <code>console</code> call (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1148">#1148</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/b1b90caaea8eb045177749729340c7906454a84b">b1b90ca</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v4.0.0...v4.1.0">4.1.0</a> (2020-07-29)</h2> <h3>Features</h3> <ul> <li>add <code>icss</code> option (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1140">#1140</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/a8ec7da42234e0b2eb061d2a920669940bcbdf05">a8ec7da</a>)</li> <li>support absolute paths (<a href="https://github.com/webpack-contrib/css-loader/commit/f9ba0ce11789770c4c9220478e9c98dbd432a5d6">f9ba0ce</a>)</li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/57eb5059759f2ed1470b9c7efb6c457d90e6baeb"><code>57eb505</code></a> chore(release): 4.3.0</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/3ddcc7b687ec8b5392a57c4c115aa59769c7086e"><code>3ddcc7b</code></a> chore(deps): update deps (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1186">#1186</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/88b8ddc1d78a2b6a917ed2dfe2f2a37cf6a84190"><code>88b8ddc</code></a> fix: line breaks in <code>url</code> function</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/8b865fe4a4d708f7269e9f0a238ac8d9fdf85576"><code>8b865fe</code></a> test: source map (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1180">#1180</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/ec58a7cfda46443e35539d66b86685195fa5db03"><code>ec58a7c</code></a> feat: the <code>importLoaders</code> can be <code>string</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1178">#1178</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/df490c7d4b46301a348e3040475a11b2748fc1ee"><code>df490c7</code></a> test: sass-loader next (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1177">#1177</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/26a3062c1f28b9b29c821f1520d4facfaa0132a3"><code>26a3062</code></a> chore(release): 4.2.2</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/e42f04673c5bad032903b36c41b7b36f239e64d1"><code>e42f046</code></a> refactor: improve sources handling in source maps (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1176">#1176</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/4ce556abdbab11cb3bce5d746e38254aa6d3b795"><code>4ce556a</code></a> docs: fix type (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1174">#1174</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/da78403f75914458989bc3f4a559a052460fbe17"><code>da78403</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1172">#1172</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v4.3.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=4.3.0)](https://dependabot.com/compatibility-score/?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=3.6.0&new-version=4.3.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:47 +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#436
No description provided.