dependabot[bot] opened a new pull request, #861:
URL: https://github.com/apache/dubbo-go-pixiu/pull/861

   Removes [elliptic](https://github.com/indutny/elliptic). It's no longer used 
after updating ancestor dependencies 
[elliptic](https://github.com/indutny/elliptic), 
[webpack](https://github.com/webpack/webpack), 
[less-loader](https://github.com/webpack-contrib/less-loader) and 
[sass-loader](https://github.com/webpack/sass-loader). These dependencies need 
to be updated together.
   
   Removes `elliptic`
   
   Updates `webpack` from 4.28.4 to 5.104.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/releases";>webpack's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.104.1</h2>
   <h2>5.104.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>2efd21b: Reexports runtime calculation should not accessing 
<strong>WEBPACK_IMPORT_KEY</strong> decl with var.</li>
   <li>c510070: Fixed a user information bypass vulnerability in the 
HttpUriPlugin plugin.</li>
   </ul>
   <h2>v5.104.0</h2>
   <h2>5.104.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>d3dd841: Use method shorthand to render module content in 
<code>__webpack_modules__</code> object.</li>
   <li>d3dd841: Enhance <code>import.meta.env</code> to support object 
access.</li>
   <li>4baab4e: Optimize dependency sorting in updateParent: sort each module 
only once by deferring to finishUpdateParent(), and reduce traversal count in 
sortWithSourceOrder by caching WeakMap values upfront.</li>
   <li>04cd530: Handle more at-rules for CSS modules.</li>
   <li>cafae23: Added options to control the renaming of at-rules and various 
identifiers in CSS modules.</li>
   <li>d3dd841: Added <code>base64url</code>, <code>base62</code>, 
<code>base58</code>, <code>base52</code>, <code>base49</code>, 
<code>base36</code>, <code>base32</code> and <code>base25</code> digests.</li>
   <li>5983843: Provide a stable runtime function variable 
<code>__webpack_global__</code>.</li>
   <li>d3dd841: Improved <code>localIdentName</code> hashing for CSS.</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>22c48fb: Added module existence check for informative error message in 
development mode.</li>
   <li>50689e1: Use the fully qualified class name (or export name) for 
<code>[fullhash]</code> placeholder in CSS modules.</li>
   <li>d3dd841: Support universal lazy compilation.</li>
   <li>d3dd841: Fixed module library export definitions when multiple 
runtimes.</li>
   <li>d3dd841: Fixed CSS nesting and CSS custom properties parsing.</li>
   <li>d3dd841: Don't write fragment from URL to filename and apply fragment to 
module URL.</li>
   <li>aab1da9: Fixed bugs for <code>css/global</code> type.</li>
   <li>d3dd841: Compatibility <code>import.meta.filename</code> and 
<code>import.meta.dirname</code> with <code>eval</code> devtools.</li>
   <li>d3dd841: Handle nested <code>__webpack_require__</code>.</li>
   <li>728ddb7: The speed of identifier parsing has been improved.</li>
   <li>0f8b31b: Improve types.</li>
   <li>d3dd841: Don't corrupt <code>debugId</code> injection when 
<code>hidden-source-map</code> is used.</li>
   <li>2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, 
restrict to http(s) and add a conservative redirect limit to prevent SSRF and 
untrusted content inclusion. Redirects failing policy are rejected before 
caching/lockfile writes.</li>
   <li>d3dd841: Serialize <code>HookWebpackError</code>.</li>
   <li>d3dd841: Added ability to use built-in properties in dotenv and define 
plugin.</li>
   <li>3c4319f: Optimizing the regular expression character class by specifying 
ranges for runtime code.</li>
   <li>d3dd841: Reduce collision for local indent name in CSS.</li>
   <li>d3dd841: Remove CSS link tags when CSS imports are removed.</li>
   </ul>
   <h2>v5.103.0</h2>
   <h3>Features</h3>
   <ul>
   <li>Added <code>DotenvPlugin</code> and top level <code>dotenv</code> option 
to enable this plugin</li>
   <li>Added <code>WebpackManifestPlugin</code></li>
   <li>Added support the <code>ignoreList</code> option in devtool plugins</li>
   <li>Allow to use custom javascript parse function</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md";>webpack's 
changelog</a>.</em></p>
   <blockquote>
   <h2>5.104.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>2efd21b: Reexports runtime calculation should not accessing 
<strong>WEBPACK_IMPORT_KEY</strong> decl with var.</li>
   <li>c510070: Fixed a user information bypass vulnerability in the 
HttpUriPlugin plugin.</li>
   </ul>
   <h2>5.104.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>d3dd841: Use method shorthand to render module content in 
<code>__webpack_modules__</code> object.</li>
   <li>d3dd841: Enhance <code>import.meta.env</code> to support object 
access.</li>
   <li>4baab4e: Optimize dependency sorting in updateParent: sort each module 
only once by deferring to finishUpdateParent(), and reduce traversal count in 
sortWithSourceOrder by caching WeakMap values upfront.</li>
   <li>04cd530: Handle more at-rules for CSS modules.</li>
   <li>cafae23: Added options to control the renaming of at-rules and various 
identifiers in CSS modules.</li>
   <li>d3dd841: Added <code>base64url</code>, <code>base62</code>, 
<code>base58</code>, <code>base52</code>, <code>base49</code>, 
<code>base36</code>, <code>base32</code> and <code>base25</code> digests.</li>
   <li>5983843: Provide a stable runtime function variable 
<code>__webpack_global__</code>.</li>
   <li>d3dd841: Improved <code>localIdentName</code> hashing for CSS.</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>22c48fb: Added module existence check for informative error message in 
development mode.</li>
   <li>50689e1: Use the fully qualified class name (or export name) for 
<code>[fullhash]</code> placeholder in CSS modules.</li>
   <li>d3dd841: Support universal lazy compilation.</li>
   <li>d3dd841: Fixed module library export definitions when multiple 
runtimes.</li>
   <li>d3dd841: Fixed CSS nesting and CSS custom properties parsing.</li>
   <li>d3dd841: Don't write fragment from URL to filename and apply fragment to 
module URL.</li>
   <li>aab1da9: Fixed bugs for <code>css/global</code> type.</li>
   <li>d3dd841: Compatibility <code>import.meta.filename</code> and 
<code>import.meta.dirname</code> with <code>eval</code> devtools.</li>
   <li>d3dd841: Handle nested <code>__webpack_require__</code>.</li>
   <li>728ddb7: The speed of identifier parsing has been improved.</li>
   <li>0f8b31b: Improve types.</li>
   <li>d3dd841: Don't corrupt <code>debugId</code> injection when 
<code>hidden-source-map</code> is used.</li>
   <li>2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, 
restrict to http(s) and add a conservative redirect limit to prevent SSRF and 
untrusted content inclusion. Redirects failing policy are rejected before 
caching/lockfile writes.</li>
   <li>d3dd841: Serialize <code>HookWebpackError</code>.</li>
   <li>d3dd841: Added ability to use built-in properties in dotenv and define 
plugin.</li>
   <li>3c4319f: Optimizing the regular expression character class by specifying 
ranges for runtime code.</li>
   <li>d3dd841: Reduce collision for local indent name in CSS.</li>
   <li>d3dd841: Remove CSS link tags when CSS imports are removed.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/24e3c2d2c9f8c6d60810302b2ea70ed86e2863dc";><code>24e3c2d</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack/issues/20253";>#20253</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/2efd21b0b06baa9b1a7f009b336379dcef24c1a5";><code>2efd21b</code></a>
 fix(re-exports): reexports runtime calculation should not accessing 
`__WEBPAC...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/c5100702335a9cdcb75558ccd80def2329bd4abf";><code>c510070</code></a>
 fix(security): userinfo bypass vulnerability in HttpUriPlugin allowedUris</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/4b0501c69700963bad1285b56f9cfa74704cb963";><code>4b0501c</code></a>
 ci: fix release (<a 
href="https://redirect.github.com/webpack/webpack/issues/20252";>#20252</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/0c213cecf2906bc41102c3a4cfdd1ad3522d0171";><code>0c213ce</code></a>
 ci: use <code>\&lt;@&amp;1450591255485743204&gt;</code> over 
<code>@here</code> for discord notificationw</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/5bf8bc51bcfb49d25b73aae450b246cd8b8b423a";><code>5bf8bc5</code></a>
 refactor: types for benchmarks and tests</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/505a5e744fbcf4471ddb534bf1d4aebea9643c1b";><code>505a5e7</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack/issues/20188";>#20188</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/0c066808d59e4f9406e11bab4ffa2e0feacbd0e2";><code>0c06680</code></a>
 refactor: update eslint configuration</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/2eb0d6a410513960bd7d65bf15baf15704a612eb";><code>2eb0d6a</code></a>
 ci: release announcement (<a 
href="https://redirect.github.com/webpack/webpack/issues/20238";>#20238</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/b2b24590a08755b706d2009ca97a226addf9e83b";><code>b2b2459</code></a>
 ci: cancel in progress (<a 
href="https://redirect.github.com/webpack/webpack/issues/20239";>#20239</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v4.28.4...v5.104.1";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~evilebottnawi";>evilebottnawi</a>, a new releaser 
for webpack since your current version.</p>
   </details>
   <br />
   
   Updates `less-loader` from 4.1.0 to 12.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack-contrib/less-loader/releases";>less-loader's 
releases</a>.</em></p>
   <blockquote>
   <h2>v12.3.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/less-loader/compare/v12.2.0...v12.3.0";>12.3.0</a>
 (2025-05-01)</h2>
   <h3>Features</h3>
   <ul>
   <li>add support for using only webpackImporter (<a 
href="https://github.com/webpack-contrib/less-loader/commit/12839c8c2af52662b79c54021d903ce88e68f894";>12839c8</a>)</li>
   </ul>
   <h2>v12.2.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/less-loader/compare/v12.1.0...v12.2.0";>12.2.0</a>
 (2024-01-30)</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>@rspack/core</code> as an optional peer dependency (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/537";>#537</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/71dd711fd1ac796d5c7d972c61acfe5036df3a40";>71dd711</a>)</li>
   </ul>
   <h2>v12.1.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/less-loader/compare/v12.0.0...v12.1.0";>12.1.0</a>
 (2024-01-19)</h2>
   <h3>Features</h3>
   <ul>
   <li>added the <code>lessLogAsWarnOrErr</code> option (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/536";>#536</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/3c4e6e0293e268b76a22c203024fdf248980a893";>3c4e6e0</a>)</li>
   </ul>
   <h2>v12.0.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/less-loader/compare/v11.1.4...v12.0.0";>12.0.0</a>
 (2024-01-15)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>minimum supported Node.js version is <code>18.12.0</code> (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/533";>#533</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/f70e832485cc1b54bf2f57c9b707eb96aeaf52c8";>f70e832</a>)</li>
   </ul>
   <h2>v11.1.4</h2>
   <h3><a 
href="https://github.com/webpack-contrib/less-loader/compare/v11.1.3...v11.1.4";>11.1.4</a>
 (2023-12-27)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>invalid dependencies with working directory (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/531";>#531</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/2ec31a6e4725ed245c10253f10e60f7f222722a5";>2ec31a6</a>)</li>
   </ul>
   <h2>v11.1.3</h2>
   <h3><a 
href="https://github.com/webpack-contrib/less-loader/compare/v11.1.2...v11.1.3";>11.1.3</a>
 (2023-06-08)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>perf:</strong> avoid using <code>klona</code> for 
<code>less</code> options (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/520";>#520</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/8a6315985b63c1fbb6b31ada1824951a2d2fbaa8";>8a63159</a>)</li>
   </ul>
   <h2>v11.1.2</h2>
   <h3><a 
href="https://github.com/webpack-contrib/less-loader/compare/v11.1.1...v11.1.2";>11.1.2</a>
 (2023-05-31)</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/less-loader/blob/main/CHANGELOG.md";>less-loader's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/webpack-contrib/less-loader/compare/v12.2.0...v12.3.0";>12.3.0</a>
 (2025-05-01)</h2>
   <h3>Features</h3>
   <ul>
   <li>add support for using only webpackImporter (<a 
href="https://github.com/webpack-contrib/less-loader/commit/12839c8c2af52662b79c54021d903ce88e68f894";>12839c8</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/less-loader/compare/v12.1.0...v12.2.0";>12.2.0</a>
 (2024-01-30)</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>@rspack/core</code> as an optional peer dependency (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/537";>#537</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/71dd711fd1ac796d5c7d972c61acfe5036df3a40";>71dd711</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/less-loader/compare/v12.0.0...v12.1.0";>12.1.0</a>
 (2024-01-19)</h2>
   <h3>Features</h3>
   <ul>
   <li>added the <code>lessLogAsWarnOrErr</code> option (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/536";>#536</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/3c4e6e0293e268b76a22c203024fdf248980a893";>3c4e6e0</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/less-loader/compare/v11.1.4...v12.0.0";>12.0.0</a>
 (2024-01-15)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>minimum supported Node.js version is <code>18.12.0</code> (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/533";>#533</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/f70e832485cc1b54bf2f57c9b707eb96aeaf52c8";>f70e832</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/less-loader/compare/v11.1.3...v11.1.4";>11.1.4</a>
 (2023-12-27)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>invalid dependencies with working directory (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/531";>#531</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/2ec31a6e4725ed245c10253f10e60f7f222722a5";>2ec31a6</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/less-loader/compare/v11.1.2...v11.1.3";>11.1.3</a>
 (2023-06-08)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>perf:</strong> avoid using <code>klona</code> for 
<code>less</code> options (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/520";>#520</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/8a6315985b63c1fbb6b31ada1824951a2d2fbaa8";>8a63159</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/less-loader/compare/v11.1.1...v11.1.2";>11.1.2</a>
 (2023-05-31)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>remove unused <code>v</code> dependency (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/517";>#517</a>)
 (<a 
href="https://github.com/webpack-contrib/less-loader/commit/8fd9206aa607ba989fdcccd8f1c000dfc65c9017";>8fd9206</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/less-loader/compare/v11.1.0...v11.1.1";>11.1.1</a>
 (2023-05-28)</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/less-loader/commit/ca57a9f84198ec5b64d12342ed8454d38b40bf68";><code>ca57a9f</code></a>
 chore(release): 12.3.0</li>
   <li><a 
href="https://github.com/webpack/less-loader/commit/12839c8c2af52662b79c54021d903ce88e68f894";><code>12839c8</code></a>
 feat: add support for using only webpackImporter</li>
   <li><a 
href="https://github.com/webpack/less-loader/commit/200d836b1cf2a8f122b4fcda7f1adde67fa42f03";><code>200d836</code></a>
 chore: update codecov-action from v4 to v5 (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/559";>#559</a>)</li>
   <li><a 
href="https://github.com/webpack/less-loader/commit/7f84494843aa85d69cde7c1bfe5cab6b9e61ec8f";><code>7f84494</code></a>
 docs: fix outdated broken link (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/558";>#558</a>)</li>
   <li><a 
href="https://github.com/webpack/less-loader/commit/8bdd31249ca578e0d372f767751b670c4148ea82";><code>8bdd312</code></a>
 ci: add Node.js v23 (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/556";>#556</a>)</li>
   <li><a 
href="https://github.com/webpack/less-loader/commit/34d69bba23f9a8f72a0840fb49e7fea13ec68d21";><code>34d69bb</code></a>
 chore(deps-dev): bump webpack from 5.92.1 to 5.94.0 (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/554";>#554</a>)</li>
   <li><a 
href="https://github.com/webpack/less-loader/commit/4b6ae7aaa35b834bd20e061316802b9a017f66ec";><code>4b6ae7a</code></a>
 chore: update husky hooks (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/552";>#552</a>)</li>
   <li><a 
href="https://github.com/webpack/less-loader/commit/17979f4f169472e47c1365fb70ef2ed4fb64690d";><code>17979f4</code></a>
 chore: update dependencies to latest version (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/549";>#549</a>)</li>
   <li><a 
href="https://github.com/webpack/less-loader/commit/f3d3881e50f43150a9716eabe5c987c990462236";><code>f3d3881</code></a>
 docs: update github syntax of note (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/548";>#548</a>)</li>
   <li><a 
href="https://github.com/webpack/less-loader/commit/fff6580e0141c2c53e10e7fc3edc24916023c345";><code>fff6580</code></a>
 chore: upgrade dependencies to latest version (<a 
href="https://redirect.github.com/webpack-contrib/less-loader/issues/547";>#547</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack-contrib/less-loader/compare/v4.1.0...v12.3.0";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~evilebottnawi";>evilebottnawi</a>, a new releaser 
for less-loader since your current version.</p>
   </details>
   <br />
   
   Updates `sass-loader` from 7.3.1 to 16.0.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/sass-loader/releases";>sass-loader's 
releases</a>.</em></p>
   <blockquote>
   <h2>v16.0.6</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>cache fs calls for modern API</li>
   </ul>
   <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>
   <h2>v16.0.4</h2>
   <h3><a 
href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.3...v16.0.4";>16.0.4</a>
 (2024-12-04)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>include sources map сontent for modern api by default (<a 
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1250";>#1250</a>)
 (<a 
href="https://github.com/webpack-contrib/sass-loader/commit/70a10fffa4b7fc971bccb3bb0a95d3f1d74f765a";>70a10ff</a>)</li>
   </ul>
   <h2>v16.0.3</h2>
   <h3><a 
href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.2...v16.0.3";>16.0.3</a>
 (2024-11-01)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>modern-compiler:</strong> dispose redundant compilers (<a 
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1245";>#1245</a>)
 (<a 
href="https://github.com/webpack-contrib/sass-loader/commit/004ed385084b3fa1e47bfc061124049716386b1b";>004ed38</a>)</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md";>sass-loader's
 changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://github.com/webpack/sass-loader/compare/v16.0.5...v16.0.6";>16.0.6</a>
 (2025-10-23)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>cache fs calls for modern API</li>
   </ul>
   <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>
   <h3><a 
href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.3...v16.0.4";>16.0.4</a>
 (2024-12-04)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>include sources map сontent for modern api by default (<a 
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1250";>#1250</a>)
 (<a 
href="https://github.com/webpack-contrib/sass-loader/commit/70a10fffa4b7fc971bccb3bb0a95d3f1d74f765a";>70a10ff</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/sass-loader/compare/v16.0.2...v16.0.3";>16.0.3</a>
 (2024-11-01)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>modern-compiler:</strong> dispose redundant compilers (<a 
href="https://redirect.github.com/webpack-contrib/sass-loader/issues/1245";>#1245</a>)
 (<a 
href="https://github.com/webpack-contrib/sass-loader/commit/004ed385084b3fa1e47bfc061124049716386b1b";>004ed38</a>)</li>
   </ul>
   <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.</p>
   </blockquote>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/57c92820777e911395ff53a0092fd3e87d77e99b";><code>57c9282</code></a>
 chore(release): 16.0.6</li>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/fbc1af91182c50faa828b02c8707ca371bb04ac0";><code>fbc1af9</code></a>
 perf: cache fs calls for modern API (<a 
href="https://redirect.github.com/webpack/sass-loader/issues/1284";>#1284</a>)</li>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/900a5f8d03e56ce5dd6334cc37d3d8354a18decd";><code>900a5f8</code></a>
 chore: rewrite link to correct location (<a 
href="https://redirect.github.com/webpack/sass-loader/issues/1282";>#1282</a>)</li>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/4d54d53e2a331f3580efab5b900a15619380a995";><code>4d54d53</code></a>
 chore: restore to old content</li>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/e9dab32e7e57c3b3c9be1156b3163fce71b19595";><code>e9dab32</code></a>
 chore: revise readme information (<a 
href="https://redirect.github.com/webpack/sass-loader/issues/1280";>#1280</a>)</li>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/1acdbd071f301ddb11b239852ea810185b5fe678";><code>1acdbd0</code></a>
 chore: remove some redundant stuff (<a 
href="https://redirect.github.com/webpack/sass-loader/issues/1279";>#1279</a>)</li>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/9aed7a89ddba7f2e2163b40c6625c9715495fe49";><code>9aed7a8</code></a>
 chore: update links (<a 
href="https://redirect.github.com/webpack/sass-loader/issues/1278";>#1278</a>)</li>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/aacb63d8664cec984b4d86017452d4b06325008a";><code>aacb63d</code></a>
 chore: update readme (<a 
href="https://redirect.github.com/webpack/sass-loader/issues/1277";>#1277</a>)</li>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/01a94cbf6794c6f1ac6af5d8aeb2719c1caeed57";><code>01a94cb</code></a>
 chore: remove old issue/pr templates (<a 
href="https://redirect.github.com/webpack/sass-loader/issues/1276";>#1276</a>)</li>
   <li><a 
href="https://github.com/webpack/sass-loader/commit/0b3dc438a31cbcbc3b801d91aaf9502dae60251b";><code>0b3dc43</code></a>
 chore: move from master to main branch (<a 
href="https://redirect.github.com/webpack/sass-loader/issues/1273";>#1273</a>) 
(<a 
href="https://redirect.github.com/webpack/sass-loader/issues/1274";>#1274</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/sass-loader/compare/v7.3.1...v16.0.6";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/dubbo-go-pixiu/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to