You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/31 17:26:28 UTC

[PR] Bump mocha from 10.3.0 to 10.4.0 in /lang/js [avro]

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

   Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0.
   <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>v10.4.0</h2>
   <h2>10.4.0 / 2024-03-26</h2>
   <h3>:tada: Enhancements</h3>
   <ul>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/4829">#4829</a> feat: include <code>.cause</code> stacks in the error stack traces (<a href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/4985">#4985</a> feat: add file path to xunit reporter (<a href="https://github.com/bmish"><strong><code>@​bmish</code></strong></a>)</li>
   </ul>
   <h3>:bug: Fixes</h3>
   <ul>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5074">#5074</a> fix: harden error handling in <code>lib/cli/run.js</code> (<a href="https://github.com/stalet"><strong><code>@​stalet</code></strong></a>)</li>
   </ul>
   <h3>:nut_and_bolt: Other</h3>
   <ul>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5077">#5077</a> chore: add mtfoley/pr-compliance-action (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5060">#5060</a> chore: migrate ESLint config to flat config (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5095">#5095</a> chore: revert <a href="https://redirect.github.com/mochajs/mocha/pull/5069">#5069</a> to restore Netlify builds (<a href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5097">#5097</a> docs: add sponsored to sponsorship link rels (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5093">#5093</a> chore: add 'status: in triage' label to issue templates and docs (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5083">#5083</a> docs: fix CHANGELOG.md headings to start with a root-level h1 (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5100">#5100</a> chore: fix header generation and production build crashes  (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5104">#5104</a> chore: bump ESLint ecmaVersion to 2020 (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5116">#5116</a> fix: eleventy template builds crash with 'unexpected token at &quot;: string, msg...&quot;' (<a href="https://github.com/LcsK"><strong><code>@​LcsK</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/4869">#4869</a> docs: fix documentation concerning glob expansion on UNIX (<a href="https://github.com/binki"><strong><code>@​binki</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5122">#5122</a> test: fix xunit integration test (<a href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5123">#5123</a> chore: activate dependabot for workflows (<a href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5125">#5125</a> build(deps): bump the github-actions group with 2 updates (<a href="https://github.com/dependabot"><strong><code>@​dependabot</code></strong></a>)</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>
   <h2>10.4.0 / 2024-03-26</h2>
   <h3>:tada: Enhancements</h3>
   <ul>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/4829">#4829</a> feat: include <code>.cause</code> stacks in the error stack traces (<a href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/4985">#4985</a> feat: add file path to xunit reporter (<a href="https://github.com/bmish"><strong><code>@​bmish</code></strong></a>)</li>
   </ul>
   <h3>:bug: Fixes</h3>
   <ul>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5074">#5074</a> fix: harden error handling in <code>lib/cli/run.js</code> (<a href="https://github.com/stalet"><strong><code>@​stalet</code></strong></a>)</li>
   </ul>
   <h3>:nut_and_bolt: Other</h3>
   <ul>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5077">#5077</a> chore: add mtfoley/pr-compliance-action (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5060">#5060</a> chore: migrate ESLint config to flat config (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5095">#5095</a> chore: revert <a href="https://redirect.github.com/mochajs/mocha/pull/5069">#5069</a> to restore Netlify builds (<a href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5097">#5097</a> docs: add sponsored to sponsorship link rels (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5093">#5093</a> chore: add 'status: in triage' label to issue templates and docs (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5083">#5083</a> docs: fix CHANGELOG.md headings to start with a root-level h1 (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5100">#5100</a> chore: fix header generation and production build crashes  (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5104">#5104</a> chore: bump ESLint ecmaVersion to 2020 (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5116">#5116</a> fix: eleventy template builds crash with 'unexpected token at &quot;: string, msg...&quot;' (<a href="https://github.com/LcsK"><strong><code>@​LcsK</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/4869">#4869</a> docs: fix documentation concerning glob expansion on UNIX (<a href="https://github.com/binki"><strong><code>@​binki</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5122">#5122</a> test: fix xunit integration test (<a href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5123">#5123</a> chore: activate dependabot for workflows (<a href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
   <li><a href="https://redirect.github.com/mochajs/mocha/pull/5125">#5125</a> build(deps): bump the github-actions group with 2 updates (<a href="https://github.com/dependabot"><strong><code>@​dependabot</code></strong></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mochajs/mocha/commit/ffd9557ee291047f7beef71a24796ea2da256614"><code>ffd9557</code></a> Release v10.4.0</li>
   <li><a href="https://github.com/mochajs/mocha/commit/7ac67f3735b1ba6b1e1565ab9136d83c50f58abf"><code>7ac67f3</code></a> build(deps): bump the github-actions group with 2 updates (<a href="https://redirect.github.com/mochajs/mocha/issues/5125">#5125</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/7a2781c17d4924c620ce5b31c4aab6c88bed72ef"><code>7a2781c</code></a> chore: activate dependabot for workflows (<a href="https://redirect.github.com/mochajs/mocha/issues/5123">#5123</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/97dcbb28225105f16e90d2180aa2be3386d7ec1a"><code>97dcbb2</code></a> fix: harden error handling in <code>lib/cli/run.js</code> (<a href="https://redirect.github.com/mochajs/mocha/issues/5074">#5074</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/6f3f45e587a17463b75047631152429fa14b82a3"><code>6f3f45e</code></a> fix: xunit integration test (<a href="https://redirect.github.com/mochajs/mocha/issues/5122">#5122</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/a5b565289b40a839af086b13fb369e04e205ed4b"><code>a5b5652</code></a> docs: fix documentation concerning glob expansion on UNIX (<a href="https://redirect.github.com/mochajs/mocha/issues/4869">#4869</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/efbb147590dfd7ff290de40a9930b07334784054"><code>efbb147</code></a> feat: add file path to xunit reporter (<a href="https://redirect.github.com/mochajs/mocha/issues/4985">#4985</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/a2e600d70f4d7ca6ba8741ebe8c70cfec438ef1b"><code>a2e600d</code></a> fix: closes <a href="https://redirect.github.com/mochajs/mocha/issues/5115">#5115</a> (<a href="https://redirect.github.com/mochajs/mocha/issues/5116">#5116</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/37358738260cfae7c244c157aee21654f2b588f2"><code>3735873</code></a> feat: include <code>.cause</code> stacks in the error stack traces (<a href="https://redirect.github.com/mochajs/mocha/issues/4829">#4829</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/b88978deb3c12f9b95502828f6ac29ebe8be85ef"><code>b88978d</code></a> chore: bump ESLint ecmaVersion to 2020 (<a href="https://redirect.github.com/mochajs/mocha/issues/5104">#5104</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v10.3.0...v10.4.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/~voxpelli">voxpelli</a>, a new releaser for mocha since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=10.3.0&new-version=10.4.0)](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>


-- 
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: dev-unsubscribe@avro.apache.org

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


Re: [PR] Bump mocha from 10.3.0 to 10.4.0 in /lang/js [avro]

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g merged PR #2829:
URL: https://github.com/apache/avro/pull/2829


-- 
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: dev-unsubscribe@avro.apache.org

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