[PR #29] [MERGED] chore(deps-dev): bump css-loader from 5.1.1 to 5.1.2 #31

Closed
opened 2025-12-01 17:05:40 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/29
Author: @dependabot[bot]
Created: 3/11/2021
Status: Merged
Merged: 3/11/2021
Merged by: @ArthurDanjou

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


📝 Commits (1)

  • 4887c1f chore(deps-dev): bump css-loader from 5.1.1 to 5.1.2

📊 Changes

2 files changed (+7 additions, -16 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+6 -15)

📄 Description

Bumps css-loader from 5.1.1 to 5.1.2.

Release notes

Sourced from css-loader's releases.

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)
Changelog

Sourced from css-loader's changelog.

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)
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/ArthurDanjou/website-old/pull/29 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2021 **Status:** ✅ Merged **Merged:** 3/11/2021 **Merged by:** [@ArthurDanjou](https://github.com/ArthurDanjou) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/css-loader-5.1.2` --- ### 📝 Commits (1) - [`4887c1f`](https://github.com/ArthurDanjou/website-old/commit/4887c1f1e781486121728ee77e60b27981cbfb8f) chore(deps-dev): bump css-loader from 5.1.1 to 5.1.2 ### 📊 Changes **2 files changed** (+7 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+6 -15) </details> ### 📄 Description Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.1.1 to 5.1.2. <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.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> </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> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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>See full diff in <a href="https://github.com/webpack-contrib/css-loader/compare/v5.1.1...v5.1.2">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=5.1.1&new-version=5.1.2)](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>
arthur added the pull-request label 2025-12-01 17:05:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#31