Skip to content

Commit c83b76d

Browse files
Bump sass-loader from 16.0.4 to 16.0.5 (#2735)
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 16.0.4 to 16.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/sass-loader/releases">sass-loader's releases</a>.</em></p> <blockquote> <h2>v16.0.5</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.4...v16.0.5">16.0.5</a> (2025-02-14)</h3> <h3>Bug Fixes</h3> <ul> <li>allow to import CSS using <code>@use</code> with <code>css</code> extension (<a href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1254">#1254</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/3352e49f45ac9c7b0e9f6b42752443652e893e21">3352e49</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md">sass-loader's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.4...v16.0.5">16.0.5</a> (2025-02-14)</h3> <h3>Bug Fixes</h3> <ul> <li>allow to import CSS using <code>@use</code> with <code>css</code> extension (<a href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1254">#1254</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/3352e49f45ac9c7b0e9f6b42752443652e893e21">3352e49</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/300ac87f3cd04183fd0d6ec9b931d52764d8ca64"><code>300ac87</code></a> chore(release): 16.0.5</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/3352e49f45ac9c7b0e9f6b42752443652e893e21"><code>3352e49</code></a> fix: allow to import CSS using <code>@use</code> with <code>css</code> extension (<a href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1254">#1254</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/115b9a09360f49725e25acf6ba8e65f7a624cac7"><code>115b9a0</code></a> chore: update codecov-action from v4 to v5 (<a href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1251">#1251</a>)</li> <li>See full diff in <a href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.4...v16.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass-loader&package-manager=npm_and_yarn&previous-version=16.0.4&new-version=16.0.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4fa688 commit c83b76d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"nvd3": "^1.8.5",
5353
"resolve-url-loader": "^5.0.0",
5454
"sass": "^1.85.1",
55-
"sass-loader": "^16.0.4",
55+
"sass-loader": "^16.0.5",
5656
"tailwindcss": "^3.4.17",
5757
"tiny-emitter": "^2.1.0",
5858
"vue": "^3.5.13",

0 commit comments

Comments
 (0)