Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sass-loader from 11.1.1 to 13.3.2 #1813

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2023

Bumps sass-loader from 11.1.1 to 13.3.2.

Release notes

Sourced from sass-loader's releases.

v13.3.2

13.3.2 (2023-06-09)

Bug Fixes

  • perf: avoid using klona for sass options (#1145) (9e87b6b)

v13.3.1

13.3.1 (2023-05-28)

Bug Fixes

v13.3.0

13.3.0 (2023-05-22)

Features

v13.2.2

13.2.2 (2023-03-27)

Bug Fixes

v13.2.1

13.2.1 (2023-03-18)

Bug Fixes

  • do not crash on a custom scheme in @import/@use for the modern API (21966ee)

v13.2.0

13.2.0 (2022-11-09)

Features

v13.1.0

... (truncated)

Changelog

Sourced from sass-loader's changelog.

13.3.2 (2023-06-09)

Bug Fixes

  • perf: avoid using klona for sass options (#1145) (9e87b6b)

13.3.1 (2023-05-28)

Bug Fixes

13.3.0 (2023-05-22)

Features

13.2.2 (2023-03-27)

Bug Fixes

13.2.1 (2023-03-18)

Bug Fixes

  • do not crash on a custom scheme in @import/@use for the modern API (21966ee)

13.2.0 (2022-11-09)

Features

13.1.0 (2022-10-06)

Features

... (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 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 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)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 11.1.1 to 13.3.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v11.1.1...v13.3.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@williamjallen williamjallen added this pull request to the merge queue Nov 16, 2023
Merged via the queue into master with commit 29caf22 Nov 16, 2023
2 checks passed
@williamjallen williamjallen deleted the dependabot/npm_and_yarn/sass-loader-13.3.2 branch November 16, 2023 19:56
sbelsk pushed a commit to sbelsk/CDash that referenced this pull request Nov 20, 2023
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from
11.1.1 to 13.3.2.
<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>v13.3.2</h2>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.3.1...v13.3.2">13.3.2</a>
(2023-06-09)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>perf:</strong> avoid using <code>klona</code> for
<code>sass</code> options (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1145">#1145</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/9e87b6b103c4f8a32f89235f97f006c3a1115355">9e87b6b</a>)</li>
</ul>
<h2>v13.3.1</h2>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.3.0...v13.3.1">13.3.1</a>
(2023-05-28)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>error handling better (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1141">#1141</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/1f9947441ae95f7bd396886ec7a7d0ecbe939f8c">1f99474</a>)</li>
<li>warnings and errors serialization (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1142">#1142</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/ed6f3136f067e4c863077cb0d6c89c7ea8638bf8">ed6f313</a>)</li>
</ul>
<h2>v13.3.0</h2>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.2.2...v13.3.0">13.3.0</a>
(2023-05-22)</h2>
<h3>Features</h3>
<ul>
<li>add support for node-sass v9 (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1140">#1140</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/9a03c87b192866a616a3fbab37dbeb3ea132de6b">9a03c87</a>)</li>
</ul>
<h2>v13.2.2</h2>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.2.1...v13.2.2">13.2.2</a>
(2023-03-27)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix dependencies in modern API (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1125">#1125</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/50987bceca61b270375719ec6b731a071ecd83c2">50987bc</a>)</li>
</ul>
<h2>v13.2.1</h2>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.2.0...v13.2.1">13.2.1</a>
(2023-03-18)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>do not crash on a custom scheme in
<code>@import</code>/<code>@use</code> for the modern API (<a
href="https://github.com/webpack-contrib/sass-loader/commit/21966ee01efde0368996ac743a90efcb51c8d591">21966ee</a>)</li>
</ul>
<h2>v13.2.0</h2>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.1.0...v13.2.0">13.2.0</a>
(2022-11-09)</h2>
<h3>Features</h3>
<ul>
<li>add support for node-sass v8 (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1100">#1100</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/e5581b75e84879f27e221d67caa8507897e7051d">e5581b7</a>)</li>
</ul>
<h2>v13.1.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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/v13.3.1...v13.3.2">13.3.2</a>
(2023-06-09)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>perf:</strong> avoid using <code>klona</code> for
<code>sass</code> options (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1145">#1145</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/9e87b6b103c4f8a32f89235f97f006c3a1115355">9e87b6b</a>)</li>
</ul>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.3.0...v13.3.1">13.3.1</a>
(2023-05-28)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>error handling better (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1141">#1141</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/1f9947441ae95f7bd396886ec7a7d0ecbe939f8c">1f99474</a>)</li>
<li>warnings and errors serialization (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1142">#1142</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/ed6f3136f067e4c863077cb0d6c89c7ea8638bf8">ed6f313</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.2.2...v13.3.0">13.3.0</a>
(2023-05-22)</h2>
<h3>Features</h3>
<ul>
<li>add support for node-sass v9 (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1140">#1140</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/9a03c87b192866a616a3fbab37dbeb3ea132de6b">9a03c87</a>)</li>
</ul>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.2.1...v13.2.2">13.2.2</a>
(2023-03-27)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix dependencies in modern API (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1125">#1125</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/50987bceca61b270375719ec6b731a071ecd83c2">50987bc</a>)</li>
</ul>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.2.0...v13.2.1">13.2.1</a>
(2023-03-18)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>do not crash on a custom scheme in
<code>@import</code>/<code>@use</code> for the modern API (<a
href="https://github.com/webpack-contrib/sass-loader/commit/21966ee01efde0368996ac743a90efcb51c8d591">21966ee</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.1.0...v13.2.0">13.2.0</a>
(2022-11-09)</h2>
<h3>Features</h3>
<ul>
<li>add support for node-sass v8 (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1100">#1100</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/e5581b75e84879f27e221d67caa8507897e7051d">e5581b7</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v13.0.2...v13.1.0">13.1.0</a>
(2022-10-06)</h2>
<h3>Features</h3>
<ul>
<li>allow to extend <code>conditionNames</code> (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1092">#1092</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/6e02c64da80e3c8b3b6399923b7268aaf957d2cb">6e02c64</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/b87cb11c3d33dfb48b09553ee78cf8c5ae109c84"><code>b87cb11</code></a>
chore(release): 13.3.2</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/77e7a8b7c4316cd3ed8369d0fa3f6cd9eb03f967"><code>77e7a8b</code></a>
refactor: load <code>neo-async</code> lazily (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1147">#1147</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/fb4217ce308417b6a4819bb7b1e15931e1dcfb9e"><code>fb4217c</code></a>
docs: update readme for the <code>production</code> mode and
<code>outputStyle</code> (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1146">#1146</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/9e87b6b103c4f8a32f89235f97f006c3a1115355"><code>9e87b6b</code></a>
fix(perf): avoid using <code>klona</code> for <code>sass</code> options
(<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1145">#1145</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/7d2deb3017dc2487e324094fc69471665c76e9bc"><code>7d2deb3</code></a>
docs: remove Gitter from issue templates (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1144">#1144</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/6e2bfaa01949b534d5c47bbc598b7d77b9f08295"><code>6e2bfaa</code></a>
chore(release): 13.3.1</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/ed6f3136f067e4c863077cb0d6c89c7ea8638bf8"><code>ed6f313</code></a>
fix: warnings and errors serialization (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1142">#1142</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/1f9947441ae95f7bd396886ec7a7d0ecbe939f8c"><code>1f99474</code></a>
fix: error handling better (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1141">#1141</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/daf62bed2a217c4be69d6284425cb38379ba860a"><code>daf62be</code></a>
chore(release): 13.3.0</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/9a03c87b192866a616a3fbab37dbeb3ea132de6b"><code>9a03c87</code></a>
feat: add support for node-sass v9 (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1140">#1140</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack-contrib/sass-loader/compare/v11.1.1...v13.3.2">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=11.1.1&new-version=13.3.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 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant