Skip to content

Commit

Permalink
build(deps-dev): bump sass-loader from 14.2.1 to 16.0.2 in /reacnetge…
Browse files Browse the repository at this point in the history
…nerator/static/webpack (#2281)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from
14.2.1 to 16.0.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>v16.0.2</h2>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.1...v16.0.2">16.0.2</a>
(2024-09-20)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>error message from sass (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1231">#1231</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/c75c6061266a6df6a7c736de407fcbf05ef5b2be">c75c606</a>)</li>
</ul>
<h2>v16.0.1</h2>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.0...v16.0.1">16.0.1</a>
(2024-08-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>generate correct sourceMaps for <code>modern-compiler</code> api (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1228">#1228</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/f862f7a8382fab11c9c2a897ab1e26d35167cd10">f862f7a</a>)</li>
</ul>
<h2>v16.0.0</h2>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v15.0.0...v16.0.0">16.0.0</a>
(2024-07-26)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>use modern Sass JS API by default for <code>sass</code> and
<code>sass-embedded</code></li>
</ul>
<blockquote>
<p>[!WARNING]</p>
<p>The sass options are different for the <code>legacy</code> (before)
and <code>modern</code> APIs. Please look at <a
href="https://sass-lang.com/documentation/js-api">docs</a> how to
migrate to the modern options.
Legacy options - <a
href="https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/">https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/</a>
Modern options - <a
href="https://sass-lang.com/documentation/js-api/interfaces/options/">https://sass-lang.com/documentation/js-api/interfaces/options/</a></p>
</blockquote>
<p>To return to the previous logic use:</p>
<pre lang="js"><code>module.exports = {
  module: {
    rules: [
      {
        test: /\.s[ac]ss$/i,
        use: [
          &quot;style-loader&quot;,
          &quot;css-loader&quot;,
          {
            loader: &quot;sass-loader&quot;,
            options: {
              api: &quot;legacy&quot;,
              // Your options
            },
          },
        ],
      },
    ],
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</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/v16.0.1...v16.0.2">16.0.2</a>
(2024-09-20)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>error message from sass (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1231">#1231</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/c75c6061266a6df6a7c736de407fcbf05ef5b2be">c75c606</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.0...v16.0.1">16.0.1</a>
(2024-08-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>generate correct sourceMaps for <code>modern-compiler</code> api (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1228">#1228</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/f862f7a8382fab11c9c2a897ab1e26d35167cd10">f862f7a</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v15.0.0...v16.0.0">16.0.0</a>
(2024-07-26)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>use modern Sass JS API by default for <code>sass</code> and
<code>sass-embedded</code></li>
</ul>
<blockquote>
<p>[!WARNING]</p>
<p>The sass options are different for the <code>legacy</code> (before)
and <code>modern</code> APIs. Please look at <a
href="https://sass-lang.com/documentation/js-api">docs</a> how to
migrate to the modern options.
Legacy options - <a
href="https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/">https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/</a>
Modern options - <a
href="https://sass-lang.com/documentation/js-api/interfaces/options/">https://sass-lang.com/documentation/js-api/interfaces/options/</a></p>
</blockquote>
<p>To return to the previous logic use:</p>
<pre lang="js"><code>module.exports = {
  module: {
    rules: [
      {
        test: /\.s[ac]ss$/i,
        use: [
          &quot;style-loader&quot;,
          &quot;css-loader&quot;,
          {
            loader: &quot;sass-loader&quot;,
            options: {
              api: &quot;legacy&quot;,
              // Your options
            },
          },
        ],
      },
    ],
  },
};
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/4bc3848cea6efaa21fc3b337ef5d1075963603f8"><code>4bc3848</code></a>
chore(release): 16.0.2</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/c75c6061266a6df6a7c736de407fcbf05ef5b2be"><code>c75c606</code></a>
fix: error message from sass (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1231">#1231</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/ce1ffc77600f9f604fd590c7af61b7da8ad2506c"><code>ce1ffc7</code></a>
chore(release): 16.0.1</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/93b8d83eceedb63f7f7db8c20e16c0fc3b4e7f6a"><code>93b8d83</code></a>
docs: fix version</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/f862f7a8382fab11c9c2a897ab1e26d35167cd10"><code>f862f7a</code></a>
fix: generate correct sourceMaps for <code>modern-compiler</code> api
(<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1228">#1228</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/ef02dadaf7183c7f5b63295dc606bd4f3c0272e9"><code>ef02dad</code></a>
docs: remove incorrect parameter documentation of
<code>sassOptions</code> function (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1227">#1227</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/c1997de00aaa922b86cb33a62b40cf9c055e0d2d"><code>c1997de</code></a>
chore: update husky hooks (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1221">#1221</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/c7ca4ee0bbd7303c29211593028b595d430e96ad"><code>c7ca4ee</code></a>
feat!: use modern Sass JS API by default for <code>sass</code> and
<code>sass-embedded</code> (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1220">#1220</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/57eee6b19b4c30a60835081c94f26594e1540073"><code>57eee6b</code></a>
test: added for asset modules (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1219">#1219</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/3f0332f99867bfbe27d743554e520af3b8182db9"><code>3f0332f</code></a>
ci: node@22 (<a
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1218">#1218</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack-contrib/sass-loader/compare/v14.2.1...v16.0.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=14.2.1&new-version=16.0.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 7ed705b commit fef64b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion reacnetgenerator/static/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"postcss-import": "16.1.0",
"postcss-loader": "8.1.1",
"sass": "1.79.4",
"sass-loader": "14.2.1",
"sass-loader": "16.0.2",
"script-ext-html-webpack-plugin": "2.1.5",
"string-replace-webpack-plugin": "0.1.3",
"style-loader": "4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions reacnetgenerator/static/webpack/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3276,7 +3276,7 @@ __metadata:
postcss-loader: "npm:8.1.1"
regenerator-runtime: "npm:0.14.1"
sass: "npm:1.79.4"
sass-loader: "npm:14.2.1"
sass-loader: "npm:16.0.2"
script-ext-html-webpack-plugin: "npm:2.1.5"
smiles-drawer: "npm:2.0.3"
startbootstrap-creative: "npm:7.0.7"
Expand Down Expand Up @@ -3451,9 +3451,9 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:14.2.1":
version: 14.2.1
resolution: "sass-loader@npm:14.2.1"
"sass-loader@npm:16.0.2":
version: 16.0.2
resolution: "sass-loader@npm:16.0.2"
dependencies:
neo-async: "npm:^2.6.2"
peerDependencies:
Expand All @@ -3473,7 +3473,7 @@ __metadata:
optional: true
webpack:
optional: true
checksum: 10/9cb864fd8d4c4f73d05f6cedae9ff4500f15fa742385e1f1cffcc0f994270810288fe99009f233ac6516fdc497570ce21f53c63f079c70e841c1e5bf994bc27d
checksum: 10/a24ae7f6b7ef2159274b47c0a7e35cb3bfb56367a192d362ff7674f2b85b2c7bfd021e83e9351d3af36b66524efd85ebf70e242971c0b807af6622ba4ee8e298
languageName: node
linkType: hard

Expand Down

0 comments on commit fef64b6

Please sign in to comment.