Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump sass-loader from 14.2.1 to 16.0.2 in /reacnetge…
…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: [ "style-loader", "css-loader", { loader: "sass-loader", options: { api: "legacy", // Your options }, }, ], }, ], </tr></table> </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: [ "style-loader", "css-loader", { loader: "sass-loader", options: { api: "legacy", // 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