dependabot[bot] opened a new pull request #999: URL: https://github.com/apache/avro/pull/999
Bumps [coveralls](https://github.com/nickmerwin/node-coveralls) from 3.0.7 to 3.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nickmerwin/node-coveralls/releases">coveralls's releases</a>.</em></p> <blockquote> <h2>Improved CircleCI / Travis parallelism support</h2> <ul> <li>Handle <code>service_job_number</code> for parallelism in Travis and CircleCI (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/290">#290</a>) 705c3b5</li> <li>Update sinon to v7.5.0. (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/288">#288</a>) eb6dc35</li> </ul> <p><a href="https://github.com/nickmerwin/node-coveralls/compare/v3.0.14...v3.1.0">https://github.com/nickmerwin/node-coveralls/compare/v3.0.14...v3.1.0</a></p> <hr /> <p>This is a <code>minor</code> release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs:</p> <pre lang="javascript"><code> options.service_number = process.env.CIRCLE_WORKFLOW_ID; options.service_job_number = process.env.CIRCLE_BUILD_NUM; </code></pre> <h2>Maintenance</h2> <ul> <li>Update safe dependencies and fix npm vulnerabilities (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/284">#284</a>) 59a57e2</li> <li>Move fixtures to test/fixtures. (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/286">#286</a>) a0c6941 <a href="https://github.com/XhmikosR">@XhmikosR</a></li> <li>GH Action workflow update (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/287">#287</a>) 1615297</li> <li>Minor lint tweaks (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/285">#285</a>) 3647673 <a href="https://github.com/XhmikosR">@XhmikosR</a></li> <li>remove redundant code (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/283">#283</a>) ff21930 <a href="https://github.com/lpinca">@lpinca</a></li> </ul> <h2>Maintenance release</h2> <p>No release notes provided.</p> <h2>COVERALLS_SERVICE_NUMBER environment variable support</h2> <h1>Improved:</h1> <ul> <li>If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (<a href="https://github.com/midgleyc">@midgleyc</a>)</li> </ul> <h2>CodeFresh support, Maintenance</h2> <h1>Added:</h1> <ul> <li>CodeFresh support (<a href="https://github.com/suda">@suda</a>)</li> </ul> <h1>Improved:</h1> <ul> <li>Travis Pro repo token handling (<a href="https://github.com/benpetty">@benpetty</a> <a href="https://github.com/derekherman">@derekherman</a>)</li> <li>Readme Jest example re: posting on success only (<a href="https://github.com/AndreMiras">@AndreMiras</a>)</li> </ul> <h1>Updated:</h1> <ul> <li>minimist version (<a href="https://github.com/ashishkujoy">@ashishkujoy</a>)</li> <li>GitHub CI actions checkout v2 (<a href="https://github.com/XhmikosR">@XhmikosR</a>)</li> </ul> <h2>Maintenance, dependency refinement</h2> <ul> <li>removed Istanbul, mocha dependencies</li> <li>reverted cobertura-parse support (package dependency archived)</li> <li>removed snyk (automated security updates from GitHub via Dependabot enabled)</li> <li>improved Windows support</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/2f95964f8a0b40f66d8376969b0b0eaa5d0d1ed1"><code>2f95964</code></a> 3.1.0</li> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/705c3b5963e3cc76f8e70381dbae20979008c9b8"><code>705c3b5</code></a> Handle service_job_number for parallelism in Travis and CircleCI (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/290">#290</a>)</li> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/eb6dc35294715ef07639eb93e6961861d05a1f67"><code>eb6dc35</code></a> Update sinon to v7.5.0. (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/288">#288</a>)</li> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/844d7658677c1422e98648b8727cd421d1a83e02"><code>844d765</code></a> 3.0.14</li> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/59a57e26339f1efbf77a3e5424b1d72156e0a338"><code>59a57e2</code></a> Update safe dependencies and fix npm vulnerabilities (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/284">#284</a>)</li> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/a0c69414b7dbeef7aaefdb00ad78dff2a724b192"><code>a0c6941</code></a> Move fixtures to test/fixtures. (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/286">#286</a>)</li> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/1615297a56f1eaa962ccf794c7b3596f8a146660"><code>1615297</code></a> GH Action workflow update (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/287">#287</a>)</li> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/3647673f9e43ea973ebed65a891e897415cb2389"><code>3647673</code></a> Minor lint tweaks (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/285">#285</a>)</li> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/ff21930515e15e367a3d033230d0c5def75fc206"><code>ff21930</code></a> remove redundant code (<a href="https://github-redirect.dependabot.com/nickmerwin/node-coveralls/issues/283">#283</a>)</li> <li><a href="https://github.com/nickmerwin/node-coveralls/commit/eaba7c60d3936ea0d73490486c36ed347149e8c0"><code>eaba7c6</code></a> 3.0.13</li> <li>Additional commits viewable in <a href="https://github.com/nickmerwin/node-coveralls/compare/v3.0.7...v3.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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) </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. For queries about this service, please contact Infrastructure at: [email protected]
