You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/11/11 17:14:04 UTC

[GitHub] [netbeans] dependabot[bot] opened a new pull request, #4960: Bump minimatch and mocha in /java/java.lsp.server/vscode

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

   Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
   
   Updates `minimatch` from 3.0.4 to 3.1.2
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/isaacs/minimatch/commit/699c459443a6bd98f5b28197978f76e7f71467ac"><code>699c459</code></a> 3.1.2</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/2f2b5ff1bb1b6a01f4404f7e475f0a2cba578ab7"><code>2f2b5ff</code></a> fix: trim pattern</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/25d7c0d09c47063c9b0d2ace17ef8e951d90eccc"><code>25d7c0d</code></a> 3.1.1</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/55dda291dfb595bd11b4edb19b45dd98eda76de0"><code>55dda29</code></a> fix: treat nocase:true as always having magic</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/5e1fb8dd2bb78c0ae22101b9229fac4c76ef039e"><code>5e1fb8d</code></a> 3.1.0</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/f8145c54f34075069f4a23cb214d871da4cd4006"><code>f8145c5</code></a> Add 'allowWindowsEscape' option</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/570e8b1aef6c9e823a824aa0b9be10db43857cd7"><code>570e8b1</code></a> add publishConfig for v3 publishes</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/5b7cd3372be253759fb4d865eb3f38f189a5fcdf"><code>5b7cd33</code></a> 3.0.6</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/20b4b562830680867feb75f9c635aca08e5c86ff"><code>20b4b56</code></a> [fix] revert all breaking syntax changes</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/2ff038852ec03e85e60e0eb333005c680ac8a543"><code>2ff0388</code></a> document, expose, and test 'partial:true' option</li>
   <li>Additional commits viewable in <a href="https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `mocha` from 9.2.0 to 9.2.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/mochajs/mocha/releases">mocha's releases</a>.</em></p>
   <blockquote>
   <h2>v9.2.2</h2>
   <h1>9.2.2 / 2022-03-11</h1>
   <p>Please also note our <a href="https://github.com/mochajs/mocha/discussions/categories/announcements">announcements</a>.</p>
   <h2>:bug: Fixes</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4842">#4842</a>: Loading of reporter throws wrong error (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4839">#4839</a>: <code>dry-run</code>: prevent potential call-stack crash (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   </ul>
   <h2>:nut_and_bolt: Other</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4843">#4843</a>: Update production dependencies (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</li>
   </ul>
   <h2>v9.2.1</h2>
   <h1>9.2.1 / 2022-02-19</h1>
   <p>Please also note our <a href="https://github.com/mochajs/mocha/discussions/categories/announcements">announcements</a>.</p>
   <h2>:bug: Fixes</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4832">#4832</a>: Loading of config files throws wrong error (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4799">#4799</a>: Reporter: configurable <code>maxDiffSize</code> reporter-option (<a href="https://github.com/norla"><strong><code>@​norla</code></strong></a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/mochajs/mocha/blob/master/CHANGELOG.md">mocha's changelog</a>.</em></p>
   <blockquote>
   <h1>9.2.2 / 2022-03-11</h1>
   <h2>:bug: Fixes</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4842">#4842</a>: Loading of reporter throws wrong error (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4839">#4839</a>: <code>dry-run</code>: prevent potential call-stack crash (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   </ul>
   <h2>:nut_and_bolt: Other</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4843">#4843</a>: Update production dependencies (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</li>
   </ul>
   <h1>9.2.1 / 2022-02-19</h1>
   <h2>:bug: Fixes</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4832">#4832</a>: Loading of config files throws wrong error (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4799">#4799</a>: Reporter: configurable <code>maxDiffSize</code> reporter-option (<a href="https://github.com/norla"><strong><code>@​norla</code></strong></a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mochajs/mocha/commit/24b5243514fee35bb78cf81d7fa541112a566a22"><code>24b5243</code></a> build(v9.2.2): release</li>
   <li><a href="https://github.com/mochajs/mocha/commit/22a156064ccfffca8595171cdf0d8401272a7912"><code>22a1560</code></a> build(v9.2.2): update CHANGELOG [ci skip]</li>
   <li><a href="https://github.com/mochajs/mocha/commit/632e6023584bcc877685de4fb5c5128e370b2b6a"><code>632e602</code></a> chore: update dependencies (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4843">#4843</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/241964b71c7839263a33a18f0f36a0c6c43f73e2"><code>241964b</code></a> fix: wrong error thrown while loading reporter (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4842">#4842</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/22f9306265287eee3d273e174873fa16046376b6"><code>22f9306</code></a> fix(dry-run): potential call-stack crash with 'dry-run' option (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4839">#4839</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/547ffd73535088322579d3d2026432112eae3d4b"><code>547ffd7</code></a> build(v9.2.1): release</li>
   <li><a href="https://github.com/mochajs/mocha/commit/ca7432a86541d1b3f8285403d11c8aa3acad2166"><code>ca7432a</code></a> build(v9.2.1): update CHANGELOG [ci skip]</li>
   <li><a href="https://github.com/mochajs/mocha/commit/86305cfed39de6fdfe0cead10759b19dce037370"><code>86305cf</code></a> fix: wrong error thrown while loading config files (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4832">#4832</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/11c45609b56dda11460b1f8e0d2a415cf8f9915d"><code>11c4560</code></a> fix: configurable max diff size (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4799">#4799</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/509938d89e8f269030ed1d514062cb554efd2a51"><code>509938d</code></a> doc: fix to show sponsors in narrow view (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4793">#4793</a>)</li>
   <li>See full diff in <a href="https://github.com/mochajs/mocha/compare/v9.2.0...v9.2.2">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 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/netbeans/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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] ebarboni commented on pull request #4960: Bump minimatch and mocha in /java/java.lsp.server/vscode

Posted by "ebarboni (via GitHub)" <gi...@apache.org>.
ebarboni commented on PR #4960:
URL: https://github.com/apache/netbeans/pull/4960#issuecomment-1711404070

   @dependabot rebase


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien commented on pull request #4960: Bump minimatch and mocha in /java/java.lsp.server/vscode

Posted by GitBox <gi...@apache.org>.
mbien commented on PR #4960:
URL: https://github.com/apache/netbeans/pull/4960#issuecomment-1312203773

   no way. dependabot adding labels all by itself :)


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] dependabot[bot] commented on pull request #4960: Bump minimatch and mocha in /java/java.lsp.server/vscode

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #4960:
URL: https://github.com/apache/netbeans/pull/4960#issuecomment-1711405254

   Looks like these dependencies are up-to-date now, so this is no longer needed.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] dependabot[bot] closed pull request #4960: Bump minimatch and mocha in /java/java.lsp.server/vscode

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #4960: Bump minimatch and mocha in /java/java.lsp.server/vscode
URL: https://github.com/apache/netbeans/pull/4960


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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