[PR #366] [CLOSED] Bump css-loader from 3.6.0 to 4.2.0 #420

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/366
Author: @dependabot-preview[bot]
Created: 8/1/2020
Status: Closed

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


📝 Commits (1)

  • b51fafb Bump css-loader from 3.6.0 to 4.2.0

📊 Changes

2 files changed (+59 additions, -28 deletions)

View changed files

📝 package-lock.json (+58 -27)
📝 package.json (+1 -1)

📄 Description

Bumps css-loader from 3.6.0 to 4.2.0.

Release notes

Sourced from css-loader's releases.

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

Bug Fixes

v4.0.0

⚠ BREAKING CHANGES

  • minimum required Node.js version is 10.13.0
  • minimum required webpack version is 4.27.0
  • the esModule option is true by default
  • default value of the sourceMap option depends on the devtool option
  • icss plugin disable by default, you need to setup the modules option to enable it
  • the modules option is true by default for all files matching /\.module\.\w+$/i.test(filename) regular expression, module.auto is true by default
  • the modules.context option was renamed to the modules.localIdentContext option
  • default the modules.localIdentContext value is compiler.context for the module.getLocalIdent option
  • the modules.hashPrefix option was renamed to the modules.localIdentHashPrefix option
  • the localsConvention option was moved and renamed to the modules.exportLocalsConvention option
  • the getLocalIndent option should be always Function and should always return String value
  • the onlyLocals option was moved and renamed to the modules.exportOnlyLocals option
  • function arguments of the import option were changed, it is now funciton(url, media, resourcePath) {}
  • inline syntax was changed, please write ~ before the file request, i.e. rewrite url(~!!loader!package/img.png) to url(!!loader!~package/img.png)
Changelog

Sourced from css-loader's changelog.

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

4.0.0 (2020-07-25)

⚠ BREAKING CHANGES

  • minimum required Node.js version is 10.13.0
  • minimum required webpack version is 4.27.0
  • the esModule option is true by default
  • default value of the sourceMap option depends on the devtool option
  • icss plugin disable by default, you need to setup the modules option to enable it
  • the modules option is true by default for all files matching /\.module\.\w+$/i.test(filename) regular expression, module.auto is true by default
  • the modules.context option was renamed to the modules.localIdentContext option
  • default the modules.localIdentContext value is compiler.context for the module.getLocalIdent option
  • the modules.hashPrefix option was renamed to the modules.localIdentHashPrefix option
  • the localsConvention option was moved and renamed to the modules.exportLocalsConvention option
  • the getLocalIndent option should be always Function and should always return String value
  • the onlyLocals option was moved and renamed to the modules.exportOnlyLocals option
  • function arguments of the import option were changed, it is now function(url, media, resourcePath) {}
  • inline syntax was changed, please write ~ before the file request, i.e. rewrite url(~!!loader!package/img.png) to url(!!loader!~package/img.png)

Features

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/366 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/1/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/css-loader-4.2.0` --- ### 📝 Commits (1) - [`b51fafb`](https://github.com/nextcloud/twofactor_gateway/commit/b51fafb3834e2aa25cec1cddec6bbd6deea3f88a) Bump css-loader from 3.6.0 to 4.2.0 ### 📊 Changes **2 files changed** (+59 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+58 -27) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 4.2.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.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> <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> <ul> <li>do not crash with <code>data</code> URLs (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1142">#1142</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/91bc64b81abfeffd174639a8fdf2366412c11426">91bc64b</a>)</li> <li>performance (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1144">#1144</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/4f1baa211eb27b0b281ba9f262fa12e8aaefc0ba">4f1baa2</a>)</li> </ul> <h2>v4.0.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum required <code>Node.js</code> version is <code>10.13.0</code></li> <li>minimum required <code>webpack</code> version is <code>4.27.0</code></li> <li>the <code>esModule</code> option is <code>true</code> by default</li> <li>default value of the <code>sourceMap</code> option depends on the <code>devtool</code> option</li> <li><code>icss</code> plugin disable by default, you need to setup the <code>modules</code> option to enable it</li> <li>the <code>modules</code> option is <code>true</code> by default for all files matching <code>/\.module\.\w+$/i.test(filename)</code> regular expression, <code>module.auto</code> is <code>true</code> by default</li> <li>the <code>modules.context</code> option was renamed to the <code>modules.localIdentContext</code> option</li> <li>default the <code>modules.localIdentContext</code> value is <code>compiler.context</code> for the <code>module.getLocalIdent</code> option</li> <li>the <code>modules.hashPrefix</code> option was renamed to the <code>modules.localIdentHashPrefix</code> option</li> <li>the <code>localsConvention</code> option was moved and renamed to the <code>modules.exportLocalsConvention</code> option</li> <li>the <code>getLocalIndent</code> option should be always <code>Function</code> and should always return <code>String</code> value</li> <li>the <code>onlyLocals</code> option was moved and renamed to the <code>modules.exportOnlyLocals</code> option</li> <li>function arguments of the <code>import</code> option were changed, it is now <code>funciton(url, media, resourcePath) {}</code></li> <li>inline syntax was changed, please write <code>~</code> before the file request, i.e. rewrite <code>url(~!!loader!package/img.png)</code> to <code>url(!!loader!~package/img.png)</code></li> </ul> <!-- 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.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> <ul> <li>do not crash with <code>data</code> URLs (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1142">#1142</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/91bc64b81abfeffd174639a8fdf2366412c11426">91bc64b</a>)</li> <li>performance (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1144">#1144</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/4f1baa211eb27b0b281ba9f262fa12e8aaefc0ba">4f1baa2</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v4.0.0">4.0.0</a> (2020-07-25)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum required <code>Node.js</code> version is <code>10.13.0</code></li> <li>minimum required <code>webpack</code> version is <code>4.27.0</code></li> <li>the <code>esModule</code> option is <code>true</code> by default</li> <li>default value of the <code>sourceMap</code> option depends on the <code>devtool</code> option</li> <li><code>icss</code> plugin disable by default, you need to setup the <code>modules</code> option to enable it</li> <li>the <code>modules</code> option is <code>true</code> by default for all files matching <code>/\.module\.\w+$/i.test(filename)</code> regular expression, <code>module.auto</code> is <code>true</code> by default</li> <li>the <code>modules.context</code> option was renamed to the <code>modules.localIdentContext</code> option</li> <li>default the <code>modules.localIdentContext</code> value is <code>compiler.context</code> for the <code>module.getLocalIdent</code> option</li> <li>the <code>modules.hashPrefix</code> option was renamed to the <code>modules.localIdentHashPrefix</code> option</li> <li>the <code>localsConvention</code> option was moved and renamed to the <code>modules.exportLocalsConvention</code> option</li> <li>the <code>getLocalIndent</code> option should be always <code>Function</code> and should always return <code>String</code> value</li> <li>the <code>onlyLocals</code> option was moved and renamed to the <code>modules.exportOnlyLocals</code> option</li> <li>function arguments of the <code>import</code> option were changed, it is now <code>function(url, media, resourcePath) {}</code></li> <li>inline syntax was changed, please write <code>~</code> before the file request, i.e. rewrite <code>url(~!!loader!package/img.png)</code> to <code>url(!!loader!~package/img.png)</code></li> </ul> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/d24f9c72589b5da1f30ab549b9c474aecbe8921f"><code>d24f9c7</code></a> chore(release): 4.2.0</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/68f72af2a09111f74dcacbf7af019fe7eb40cb6c"><code>68f72af</code></a> feat: 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>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/9070ba94f6ffa7719733bebdccb613fd64de668c"><code>9070ba9</code></a> chore(release): 4.1.1</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/dcf2b617e1833119d91a52b0078d776fb7b01c20"><code>dcf2b61</code></a> docs: update options table (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1146">#1146</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/b1b90caaea8eb045177749729340c7906454a84b"><code>b1b90ca</code></a> fix: remove unnecessary <code>console</code> call (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1148">#1148</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/35dee96ee359b20d8a5b89f6ec57d53fcd55e6b0"><code>35dee96</code></a> chore(release): 4.1.0</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/6f41b58fd6605519d6bfd2b30db343eb74b9193e"><code>6f41b58</code></a> refactor: handle escaped absolute paths correctly</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/4f1baa211eb27b0b281ba9f262fa12e8aaefc0ba"><code>4f1baa2</code></a> fix: performance (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1144">#1144</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/f9ba0ce11789770c4c9220478e9c98dbd432a5d6"><code>f9ba0ce</code></a> feat: support absolute paths</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/91bc64b81abfeffd174639a8fdf2366412c11426"><code>91bc64b</code></a> fix: do not crash with <code>data</code> URLs (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1142">#1142</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v4.2.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.2.0)](https://dependabot.com/compatibility-score/?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=3.6.0&new-version=4.2.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:43 +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#420
No description provided.