dependabot[bot] opened a new pull request, #108: URL: https://github.com/apache/netbeans-antora-ui/pull/108
Bumps the all-dependencies group with 4 updates in the / directory: [fs-extra](https://github.com/jprichardson/node-fs-extra), [gulp-eslint-new](https://github.com/origin-1/gulp-eslint-new), [jquery](https://github.com/jquery/jquery) and [sass](https://github.com/sass/dart-sass). Updates `fs-extra` from 11.3.2 to 11.3.3 <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.3 / 2025-12-18</h2> <ul> <li>Fix copying symlink when destination is a symlink to the same target (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1019">#1019</a>, <a href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1060">#1060</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/1de81e98a8ff3afb5cf4a6b4dc63a93216728dd3"><code>1de81e9</code></a> 11.3.3</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/ddc46f7cb980e5f2cc2174c73342cfe18e875895"><code>ddc46f7</code></a> Fix symlink copy failing when source and dest symlinks point to same target (...</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/5023c22431e2341385d6c4b7645bb896d2e477b6"><code>5023c22</code></a> Use macos-15-intel runner (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1061">#1061</a>)</li> <li>See full diff in <a href="https://github.com/jprichardson/node-fs-extra/compare/11.3.2...11.3.3">compare view</a></li> </ul> </details> <br /> Updates `gulp-eslint-new` from 2.5.0 to 2.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/origin-1/gulp-eslint-new/releases">gulp-eslint-new's releases</a>.</em></p> <blockquote> <h2>2.6.0</h2> <h2><a href="https://github.com/origin-1/gulp-eslint-new/releases/tag/2.6.0">2.6.0</a> (2026-02-08)</h2> <p>ESLint 10 is now supported.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/origin-1/gulp-eslint-new/blob/main/CHANGELOG.md">gulp-eslint-new's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/origin-1/gulp-eslint-new/releases/tag/2.6.0">2.6.0</a> (2026-02-08)</h2> <p>ESLint 10 is now supported.</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/origin-1/gulp-eslint-new/commit/2d233482867a33f9279dde09a06ff68fc5b952e9"><code>2d23348</code></a> Release 2.6.0</li> <li><a href="https://github.com/origin-1/gulp-eslint-new/commit/903c2f9aa24dbbb763e0f2e8ab47e739625d30c9"><code>903c2f9</code></a> Update for ESLint 10</li> <li>See full diff in <a href="https://github.com/origin-1/gulp-eslint-new/compare/2.5.0...2.6.0">compare view</a></li> </ul> </details> <br /> Updates `jquery` from 3.7.1 to 4.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jquery/jquery/releases">jquery's releases</a>.</em></p> <blockquote> <h2>Release 4.0.0</h2> <h1>Changelog</h1> <p><a href="https://blog.jquery.com/2026/01/17/jquery-4-0-0/">https://blog.jquery.com/2026/01/17/jquery-4-0-0/</a></p> <h2>Ajax</h2> <ul> <li>Don't treat array data as binary (<a href="https://github.com/jquery/jquery/commit/992a1911d0b6195012edc25fd5a48810d4be64b5">992a1911</a>)</li> <li>Allow <code>processData: true</code> even for binary data (<a href="https://github.com/jquery/jquery/commit/ce264e0789116e37fe371503537a217c038dfae8">ce264e07</a>)</li> <li>Support binary data (including FormData) (<a href="https://github.com/jquery/jquery/commit/a7ed9a7b6364273b1b964fd2cf9691dec2cbec6b">a7ed9a7b</a>)</li> <li>Support <code>headers</code> for script transport even when cross-domain (<a href="https://redirect.github.com/jquery/jquery/issues/5142">#5142</a>, <a href="https://github.com/jquery/jquery/commit/6d1364431b63b0d3bbe1c5fd604131f9db453396">6d136443</a>)</li> <li>Support <code>null</code> as success functions in <code>jQuery.get</code> (<a href="https://redirect.github.com/jquery/jquery/issues/4989">#4989</a>, <a href="https://github.com/jquery/jquery/commit/74978b7e892537559850cda7332bdab8106e6354">74978b7e</a>)</li> <li>Don't auto-execute scripts unless dataType provided (<a href="https://redirect.github.com/jquery/jquery/issues/4822">#4822</a>, <a href="https://github.com/jquery/jquery/commit/025da4dd343e6734f3d3c1b4785b1548498115d8">025da4dd</a>)</li> <li>Make responseJSON work for erroneous same-domain JSONP requests (<a href="https://github.com/jquery/jquery/commit/68b4ec59c8f290d680e9db4bc980655660817dd1">68b4ec59</a>)</li> <li>Execute JSONP error script responses (<a href="https://redirect.github.com/jquery/jquery/issues/4771">#4771</a>, <a href="https://github.com/jquery/jquery/commit/a1e619b03a557b47c3e26a5e74af12b63a0d5e73">a1e619b0</a>)</li> <li>Avoid CSP errors in the script transport for async requests (<a href="https://redirect.github.com/jquery/jquery/issues/3969">#3969</a>, <a href="https://github.com/jquery/jquery/commit/07a8e4a177550025c1a08d7ac754839733943f55">07a8e4a1</a>)</li> <li>Drop the json to jsonp auto-promotion logic (<a href="https://redirect.github.com/jquery/jquery/issues/1799">#1799</a>, <a href="https://redirect.github.com/jquery/jquery/issues/3376">#3376</a>, <a href="https://github.com/jquery/jquery/commit/e7b3bc488d01d584262e12a7c5c25f935d0d034b">e7b3bc48</a>)</li> <li>Overwrite s.contentType with content-type header value, if any (<a href="https://redirect.github.com/jquery/jquery/issues/4119">#4119</a>, <a href="https://github.com/jquery/jquery/commit/7fb90a6beaeffe16699800f73746748f6a5cc2de">7fb90a6b</a>)</li> <li>Deprecate AJAX event aliases, inline event/alias into deprecated (<a href="https://github.com/jquery/jquery/commit/23d53928f383b0e7440bf4b08b7524e6af232fad">23d53928</a>)</li> <li>Do not execute scripts for unsuccessful HTTP responses (<a href="https://redirect.github.com/jquery/jquery/issues/4250">#4250</a>, <a href="https://github.com/jquery/jquery/commit/50871a5a85cc802421b40cc67e2830601968affe">50871a5a</a>)</li> <li>Simplify jQuery.ajaxSettings.xhr (<a href="https://redirect.github.com/jquery/jquery/issues/1967">#1967</a>, <a href="https://github.com/jquery/jquery/commit/abdc89ac2e581392b800c0364e0f5f2b6a82cdc6">abdc89ac</a>)</li> </ul> <h2>Attributes</h2> <ul> <li>Make <code>.attr( name, false )</code> remove for all non-ARIA attrs (<a href="https://redirect.github.com/jquery/jquery/issues/5388">#5388</a>, <a href="https://github.com/jquery/jquery/commit/063831b6378d518f9870ec5c4f1e7d5d16e04f36">063831b6</a>)</li> <li>Shave off a couple of bytes (<a href="https://github.com/jquery/jquery/commit/b40a4807b604efbde51faf075d11e25441af1990">b40a4807</a>)</li> <li>Don't stringify attributes in the setter (<a href="https://redirect.github.com/jquery/jquery/issues/4948">#4948</a>, <a href="https://github.com/jquery/jquery/commit/4250b628783d7bfa92ec6c5550c6e4b22fab6034">4250b628</a>)</li> <li>Drop the <code>toggleClass(boolean|undefined)</code> signature (<a href="https://redirect.github.com/jquery/jquery/issues/3388">#3388</a>, <a href="https://github.com/jquery/jquery/commit/a4421101fd6d9d7b0550210f8e8690641733dd9a">a4421101</a>)</li> <li>Refactor val(): don't strip carriage return, isolate IE workarounds (<a href="https://github.com/jquery/jquery/commit/ff2819911da6cbbed5ee42c35d695240f06e65e3">ff281991</a>)</li> <li>Don't set the type attr hook at all outside of IE (<a href="https://github.com/jquery/jquery/commit/9e66fe9acf0ef27681f5a21149fc61678f791641">9e66fe9a</a>)</li> </ul> <h2>CSS</h2> <ul> <li>Fix dimensions of table <code><col></code> elements (<a href="https://redirect.github.com/jquery/jquery/issues/5628">#5628</a>, <a href="https://github.com/jquery/jquery/commit/eca2a56457e1c40c071aeb3ac87efeb8bbb8013e">eca2a564</a>)</li> <li>Drop the cache in finalPropName (<a href="https://github.com/jquery/jquery/commit/640d5825df5ff223560c5690f1a268681c32f9fa">640d5825</a>)</li> <li>Tests: Fix tests & support tests under CSS Zoom (<a href="https://redirect.github.com/jquery/jquery/issues/5489">#5489</a>, <a href="https://github.com/jquery/jquery/commit/071f6dba6bd1d8db3f36ce4694aab5ff437b9e36">071f6dba</a>)</li> <li>Fix reliableTrDimensions support test for initially hidden iframes (<a href="https://github.com/jquery/jquery/commit/b1e66a5faaf46ffcbcc27c79a9a224aaf851a987">b1e66a5f</a>)</li> <li>Selector: Align with 3.x, remove the outer <code>selector.js</code> wrapper (<a href="https://github.com/jquery/jquery/commit/53cf7244da2a2040333335c36e435b1c12efdff9">53cf7244</a>)</li> <li>Make the reliableTrDimensions support test work with Bootstrap CSS (<a href="https://redirect.github.com/jquery/jquery/issues/5270">#5270</a>, <a href="https://github.com/jquery/jquery/commit/65b85031fb5688361c077bc04e641e4b502671e1">65b85031</a>)</li> <li>Make <code>offsetHeight( true )</code>, etc. include negative margins (<a href="https://redirect.github.com/jquery/jquery/issues/3982">#3982</a>, <a href="https://github.com/jquery/jquery/commit/bce13b72c1753e16cc0db53ebf0f0456bdcf6b48">bce13b72</a>)</li> <li>Return <code>undefined</code> for whitespace-only CSS variable values (<a href="https://redirect.github.com/jquery/jquery/issues/5120">#5120</a>) (<a href="https://github.com/jquery/jquery/commit/7eb0019640a5856c42b451551eb7f995d913eba9">7eb00196</a>)</li> <li>Don’t trim whitespace of undefined custom property (<a href="https://redirect.github.com/jquery/jquery/issues/5105">#5105</a>, <a href="https://github.com/jquery/jquery/commit/ed306c0261ab63746040e5d58bb4477c3069a427">ed306c02</a>)</li> <li>Skip falsy values in <code>addClass( array )</code>, compress code (<a href="https://redirect.github.com/jquery/jquery/issues/4998">#4998</a>, <a href="https://github.com/jquery/jquery/commit/a338b407f2479f82df40635055effc163835183f">a338b407</a>)</li> <li>Justify use of rtrim on CSS property values (<a href="https://github.com/jquery/jquery/commit/655c0ed5e204b1f6427e09d615a49586a7bc84eb">655c0ed5</a>)</li> <li>Trim whitespace surrounding CSS Custom Properties values (<a href="https://redirect.github.com/jquery/jquery/issues/4926">#4926</a>, <a href="https://github.com/jquery/jquery/commit/efadfe991a5c287af561a9326bf1427d726c91c1">efadfe99</a>)</li> <li>Include <code>show</code>, <code>hide</code> & <code>toggle</code> methods in the jQuery slim build (<a href="https://github.com/jquery/jquery/commit/297d18dd13f7b810ea5a4afeefa4cb15d9e16e16">297d18dd</a>)</li> <li>Remove the opacity CSS hook (<a href="https://github.com/jquery/jquery/commit/865469f5e60f55feb28469bb0a7526dd22f04b4e">865469f5</a>)</li> <li>Workaround buggy getComputedStyle on table rows in IE/Edge (<a href="https://redirect.github.com/jquery/jquery/issues/4490">#4490</a>, <a href="https://github.com/jquery/jquery/commit/26415e081b318dbe1d46d2b7c30e05f14c339b75">26415e08</a>)</li> <li>Don't automatically add "px" to properties with a few exceptions (<a href="https://redirect.github.com/jquery/jquery/issues/2795">#2795</a>, <a href="https://github.com/jquery/jquery/commit/00a9c2e5f4c855382435cec6b3908eb9bd5a53b7">00a9c2e5</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jquery/jquery/commit/4f2fae08f23b54ce09322e62e73cce6161b8d3cb"><code>4f2fae0</code></a> Release: 4.0.0</li> <li><a href="https://github.com/jquery/jquery/commit/c838cfb5bb0c6cd17cfaa1dd83aca8d20589de99"><code>c838cfb</code></a> Release: remove dist files from main branch</li> <li><a href="https://github.com/jquery/jquery/commit/97525193735ed32c332f0dbaf2f782df8b1b949b"><code>9752519</code></a> Release: 4.0.0-rc.2</li> <li><a href="https://github.com/jquery/jquery/commit/c128d5d8a8fd9e9b3dcd3efa493e71f6a1649bd8"><code>c128d5d</code></a> Release: Update AUTHORS.txt</li> <li><a href="https://github.com/jquery/jquery/commit/5fe9c298c0538f7cffc1c92c3abc8fadca644dde"><code>5fe9c29</code></a> Build: De-dupe three authors via mailmap</li> <li><a href="https://github.com/jquery/jquery/commit/afdd032fdbc90e22f49a69627f4dec0dd3a2f0a4"><code>afdd032</code></a> Build: Post beta browser tests errors to jquery/dev on Matrix</li> <li><a href="https://github.com/jquery/jquery/commit/546a1eb03c345e1bafb72ae1aeb898abb5b3e51b"><code>546a1eb</code></a> Build: Bump the github-actions group with 4 updates</li> <li><a href="https://github.com/jquery/jquery/commit/ec738b3190a3b67d08f51451e1faa15f1f4bf916"><code>ec738b3</code></a> Build: Fix Chrome beta tests</li> <li><a href="https://github.com/jquery/jquery/commit/c28c26aef0b3238f578690d73703382951cb355d"><code>c28c26a</code></a> Build: Add periodic tests on beta versions of browsers</li> <li><a href="https://github.com/jquery/jquery/commit/f513413ac81acabe68769e8879ce19c10eff1f59"><code>f513413</code></a> Build: Bump the github-actions group with 2 updates</li> <li>Additional commits viewable in <a href="https://github.com/jquery/jquery/compare/3.7.1...4.0.0">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.94.2 to 1.97.3 <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.97.3</h2> <p>To install Sass 1.97.3, 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>Fix a bug where nesting an at-rule within multiple style rules in plain CSS could cause outer style rules to be omitted.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1973">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.97.2</h2> <p>To install Sass 1.97.2, 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>Additional fixes for implicit configuration when nested imports are involved.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1972">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.97.1</h2> <p>To install Sass 1.97.1, 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>Fix a bug with the new CSS-style <code>if()</code> syntax where values would be evaluated even if their conditions didn't match.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1971">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.97.0</h2> <p>To install Sass 1.97.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>Add support for the <code>display-p3-linear</code> color space.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1970">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.96.0</h2> <p>To install Sass 1.96.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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.97.3</h2> <ul> <li>Fix a bug where nesting an at-rule within multiple style rules in plain CSS could cause outer style rules to be omitted.</li> </ul> <h2>1.97.2</h2> <ul> <li>Additional fixes for implicit configuration when nested imports are involved.</li> </ul> <h2>1.97.1</h2> <ul> <li>Fix a bug with the new CSS-style <code>if()</code> syntax where values would be evaluated even if their conditions didn't match.</li> </ul> <h2>1.97.0</h2> <ul> <li>Add support for the <code>display-p3-linear</code> color space.</li> </ul> <h2>1.96.0</h2> <ul> <li>Allow numbers with complex units (more than one numerator unit or more than zero denominator units) to be emitted to CSS. These are now emitted as <code>calc()</code> expressions, which now support complex units in plain CSS.</li> </ul> <h2>1.95.1</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.95.0</h2> <ul> <li> <p>Add support for the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/if">CSS-style <code>if()</code> function</a>. In addition to supporting the plain CSS syntax, this also supports a <code>sass()</code> query that takes a Sass expression that evaluates to <code>true</code> or <code>false</code> at preprocessing time depending on whether the Sass value is truthy. If there are no plain-CSS queries, the function will return the first value whose query returns true during preprocessing. For example, <code>if(sass(false): 1; sass(true): 2; else: 3)</code> returns <code>2</code>.</p> </li> <li> <p>The old Sass <code>if()</code> syntax is now deprecated. Users are encouraged to migrate to the new CSS syntax. <code>if($condition, $if-true, $if-false)</code> can be changed to <code>if(sass($condition): $if-true; else: $if-false)</code>.</p> <p>See <a href="https://sass-lang.com/d/if-function">the Sass website</a> for details.</p> </li> <li> <p>Plain-CSS <code>if()</code> functions are now considered "special numbers", meaning that they can be used in place of arguments to CSS color functions.</p> </li> <li> <p>Plain-CSS <code>if()</code> functions and <code>attr()</code> functions are now considered "special</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/080eaef584a03d0034931a6eabb2db9e60a3fc3f"><code>080eaef</code></a> Fix at-rules combined with plain CSS nesting (<a href="https://redirect.github.com/sass/dart-sass/issues/2725">#2725</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/f6f73f8e0f9605c80d43d03b76f676601642f7d4"><code>f6f73f8</code></a> Bump gts from 6.0.2 to 7.0.0 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2711">#2711</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/0b87dd745130a0af0daf79073d2d5a570cb8cf96"><code>0b87dd7</code></a> Bump protobuf and protoc_plugin (<a href="https://redirect.github.com/sass/dart-sass/issues/2723">#2723</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/d12cc7d8fdac5c976082d5bc20a8b7513da2b220"><code>d12cc7d</code></a> Fix bug with implicit configuration for nested imports (<a href="https://redirect.github.com/sass/dart-sass/issues/2658">#2658</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/340bfd20b113501202e7ecac1f4830b5e9f6322e"><code>340bfd2</code></a> Bump actions/download-artifact from 6 to 7 (<a href="https://redirect.github.com/sass/dart-sass/issues/2706">#2706</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/a795ab39e57a0fa5ce3e55e566382759a2b2e7cd"><code>a795ab3</code></a> Bump actions/upload-artifact from 5 to 6 (<a href="https://redirect.github.com/sass/dart-sass/issues/2705">#2705</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/add7e6fa2fb181fc4f5dcf10f0036aae55d733ed"><code>add7e6f</code></a> Bump protoc_plugin from 23.0.0 to 24.0.0 (<a href="https://redirect.github.com/sass/dart-sass/issues/2696">#2696</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/62ec6627905c790405da06b5ee41955491733f52"><code>62ec662</code></a> Use <code>pwsh</code> instead of <code>powershell</code> (<a href="https://redirect.github.com/sass/dart-sass/issues/2710">#2710</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/b2f2532eeba1e6085d828555725c082cfdcd6449"><code>b2f2532</code></a> Don't evaluate if() values if the condition doesn't match (<a href="https://redirect.github.com/sass/dart-sass/issues/2707">#2707</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/0c7083ac165fd30234c90a4342e7f7792a686c7d"><code>0c7083a</code></a> Add support for the display-p3-linear color space (<a href="https://redirect.github.com/sass/dart-sass/issues/2703">#2703</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.94.2...1.97.3">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 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
