dependabot[bot] opened a new pull request, #84:
URL: https://github.com/apache/netbeans-antora-ui/pull/84

   Bumps the all-dependencies group with 3 updates in the / directory: 
[fs-extra](https://github.com/jprichardson/node-fs-extra), 
[gulp-rename](https://github.com/hparra/gulp-rename) and 
[sass](https://github.com/sass/dart-sass).
   
   Updates `fs-extra` from 11.3.0 to 11.3.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md";>fs-extra's
 changelog</a>.</em></p>
   <blockquote>
   <h2>11.3.1 / 2025-08-05</h2>
   <ul>
   <li>Fix case where <code>move</code>/<code>moveSync</code> could incorrectly 
think files are identical on Windows (<a 
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1050";>#1050</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jprichardson/node-fs-extra/commit/5e62bb79e6a0305033e69422101ecc8494b53a54";><code>5e62bb7</code></a>
 11.3.1</li>
   <li><a 
href="https://github.com/jprichardson/node-fs-extra/commit/b897b36648860e9c0b12050163d98d9228422316";><code>b897b36</code></a>
 fix incorrect identical result for windows node v22+ (<a 
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1050";>#1050</a>)</li>
   <li><a 
href="https://github.com/jprichardson/node-fs-extra/commit/22583f7bbe1b6b573a74faf8d0fa83c9ee4779d5";><code>22583f7</code></a>
 Test on more modern Node versions (<a 
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1051";>#1051</a>)</li>
   <li><a 
href="https://github.com/jprichardson/node-fs-extra/commit/83ff8ca965d16f69c49cfebe717114363a3783bd";><code>83ff8ca</code></a>
 Do not mutate args in ensure symlink tests (<a 
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1052";>#1052</a>)</li>
   <li>See full diff in <a 
href="https://github.com/jprichardson/node-fs-extra/compare/11.3.0...11.3.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `gulp-rename` from 2.0.0 to 2.1.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hparra/gulp-rename/blob/master/CHANGELOG.md";>gulp-rename's
 changelog</a>.</em></p>
   <blockquote>
   <h1>v2.1.0</h1>
   <ul>
   <li>Updated deps to gulp 5 + vinyl 3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hparra/gulp-rename/commit/d5a11681749fe3232cc3696c0cca3ca095ee47f9";><code>d5a1168</code></a>
 fix: update deps, closes <a 
href="https://redirect.github.com/hparra/gulp-rename/issues/108";>#108</a></li>
   <li><a 
href="https://github.com/hparra/gulp-rename/commit/976d8e416a60d8978705a316054ecd67e549660c";><code>976d8e4</code></a>
 chore: add github actions ci (<a 
href="https://redirect.github.com/hparra/gulp-rename/issues/103";>#103</a>)</li>
   <li>See full diff in <a 
href="https://github.com/hparra/gulp-rename/compare/v2.0.0...v2.1.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/~yocontra";>yocontra</a>, a new releaser for 
gulp-rename since your current version.</p>
   </details>
   <br />
   
   Updates `sass` from 1.89.2 to 1.90.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/sass/dart-sass/releases";>sass's releases</a>.</em></p>
   <blockquote>
   <h2>Dart Sass 1.90.0</h2>
   <p>To install Sass 1.90.0, download one of the packages below and <a 
href="https://katiek2.github.io/path-doc/";>add it to your PATH</a>, or see <a 
href="https://sass-lang.com/install";>the Sass website</a> for full installation 
instructions.</p>
   <h1>Changes</h1>
   <ul>
   <li>Allow a <code>@forward</code>ed module to be loaded with a configuration 
when that module has already been loaded with a different configuration 
<em>and</em> the module doesn't define any variables that would have been 
configured anyway.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1900";>full 
changelog</a> for changes in earlier releases.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md";>sass's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.90.0</h2>
   <ul>
   <li>Allow a <code>@forward</code>ed module to be loaded with a configuration 
when that module
   has already been loaded with a different configuration <em>and</em> the 
module
   doesn't define any variables that would have been configured anyway.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sass/dart-sass/commit/d6f4f17eef454d870feae0b302d870ffa75beb76";><code>d6f4f17</code></a>
 Allow unused configurations to go past <code>@forward</code> (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2600";>#2600</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/02fa098afa81bbd3ae9bef2549fabab28a6e285a";><code>02fa098</code></a>
 Bump <code>@​types/jest</code> from 29.5.14 to 30.0.0 in /pkg/sass-parser (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2591";>#2591</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/008bbefad0f5c1dd75fcbd853693b26c7e89b126";><code>008bbef</code></a>
 Update embedded-host-node release pipeline (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2609";>#2609</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/d3e1abf24fdf0663067c9d2750497dbc23bce5a4";><code>d3e1abf</code></a>
 Bump jest from 29.7.0 to 30.0.4 in /pkg/sass-parser (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2603";>#2603</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/b27c3ae9415ba83e3f44c34f6c2847bff1bc3e5d";><code>b27c3ae</code></a>
 Fix CI by pinning postcss version to 8.5.5 and disable app armor for browser 
...</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/a42380fcf817e8765d1237c1bb5bfbd98ee73ad9";><code>a42380f</code></a>
 Bump jest-extended from 5.0.3 to 6.0.0 in /pkg/sass-parser (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2587";>#2587</a>)</li>
   <li>See full diff in <a 
href="https://github.com/sass/dart-sass/compare/1.89.2...1.90.0";>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 <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to