You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2022/02/07 07:54:55 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #217: Bump sinon from 12.0.1 to 13.0.1

dependabot[bot] opened a new pull request #217:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/217


   Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 13.0.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/master/docs/changelog.md">sinon's changelog</a>.</em></p>
   <blockquote>
   <h2>13.0.1</h2>
   <ul>
   <li><a href="https://github.com/sinonjs/sinon/commit/ec4223f94076d809483e3c6a7536cfc1278dd3c9"><code>ec4223f9</code></a>
   Bump nise to fix <a href="https://github-redirect.dependabot.com/sinonjs/nise/issues/193">sinonjs/nise#193</a> (Carl-Erik Kopseng)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/f329a01040bfa5a79e039419220b21eda56935d6"><code>f329a010</code></a>
   Add unimported to workflow (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2441">#2441</a>) (Morgan Roderick)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/7f16cec968c3c8d4e580267fb00195916d6f827d"><code>7f16cec9</code></a>
   Enable updates to same major version (Carl-Erik Kopseng)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/f784d7ad2c86be0fc65477d69f8bdafca846ef2c"><code>f784d7ad</code></a>
   Re-introduce new version.sh script to version hook (Joel Bradshaw)
   <blockquote>
   <p>This was inadvertently removed during merge conflicts, and is required
   for any of the new release process stuff to work</p>
   </blockquote>
   </li>
   <li><a href="https://github.com/sinonjs/sinon/commit/51c508ab77cf0f9fb8c5305ff626f6a2eada178f"><code>51c508ab</code></a>
   Add dry run mode to <code>npm version</code> (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2436">#2436</a>) (Joel Bradshaw)
   <blockquote>
   <ul>
   <li>
   <p>Add DRY_RUN flag to skip publish/push</p>
   </li>
   <li>
   <p>Allow overriding branch names for testing</p>
   </li>
   </ul>
   </blockquote>
   </li>
   <li><a href="https://github.com/sinonjs/sinon/commit/05341dcf92ddca4a1d4c90966b1fcdc7039cff18"><code>05341dcf</code></a>
   Update npm version scripts to manage new releases branch (Joel Bradshaw)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/fe65826171db69ed2986a1060db77944dbc98a6d"><code>fe658261</code></a>
   Remove release archives from master (Joel Bradshaw)
   <blockquote>
   <p>These archives made it difficult to find things in the GitHub interface,
   and take up a lot of space in a checked-out repo for something that is
   not useful to most people checking out the repository.</p>
   <p>The main purpose of these archives is to make old versions and
   documentation available on the Sinon website that is run out of this
   repo. This can be supported by using a separate branch for website
   releases, and to maintain the archives.</p>
   <p>Following this commit, the <code>npm version</code> scripts will be updated to
   automatically handle archiving the releases in the new releases branch
   and keeping it up to date with master.</p>
   <p>Also remove the directories we removed from .prettierignore, since they
   don't exist any more.</p>
   </blockquote>
   </li>
   </ul>
   <p><em>Released by <a href="https://github.com/fatso83">Carl-Erik Kopseng</a> on 2022-02-01.</em></p>
   <h2>13.0.0</h2>
   <ul>
   <li><a href="https://github.com/sinonjs/sinon/commit/cf3d6c0cd9689c0ee673b3daa8bf9abd70304392"><code>cf3d6c0c</code></a>
   Upgrade packages (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2431">#2431</a>) (Carl-Erik Kopseng)
   <blockquote>
   <ul>
   <li>
   <p>Update all @sinonjs/ packages</p>
   </li>
   <li>
   <p>Upgrade to fake-timers 9</p>
   </li>
   <li>
   <p>chore: ensure always using latest LTS release</p>
   </li>
   </ul>
   </blockquote>
   </li>
   <li><a href="https://github.com/sinonjs/sinon/commit/417104670d575e96a1b645ea40ce763afa76fb1b"><code>41710467</code></a>
   Adjust deploy scripts to archive old releases in a separate branch, move existing releases out of master (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2426">#2426</a>) (Joel Bradshaw)
   <blockquote>
   <p>Co-authored-by: Carl-Erik Kopseng <a href="mailto:carlerik@gmail.com">carlerik@gmail.com</a></p>
   </blockquote>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/sinonjs/sinon/commit/698fe79f01f5954bd1acc35d43d342cd82ab65cf"><code>698fe79</code></a> 13.0.1</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/a21ad7a6a923e4a85335ab5b4d9a9ff85e7a41c8"><code>a21ad7a</code></a> omission :hankey:</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/ec4223f94076d809483e3c6a7536cfc1278dd3c9"><code>ec4223f</code></a> Bump nise to fix <a href="https://github-redirect.dependabot.com/sinonjs/nise/issues/193">sinonjs/nise#193</a></li>
   <li><a href="https://github.com/sinonjs/sinon/commit/f329a01040bfa5a79e039419220b21eda56935d6"><code>f329a01</code></a> Add unimported to workflow (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2441">#2441</a>)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/209f71f591bf20c74cbdec6a0beb3b68fa49b21c"><code>209f71f</code></a> Fix fake tests (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2439">#2439</a>)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/7f16cec968c3c8d4e580267fb00195916d6f827d"><code>7f16cec</code></a> Enable updates to same major version</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/0dd4d930f203c9f88a7637572a5306548b96e2bb"><code>0dd4d93</code></a> Merge branch 'single-release-per-major__master'</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/91dab22c400099ac4bce2310ae4b409b6b3955b9"><code>91dab22</code></a> Persist prettier fix to the script that generates this</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/f784d7ad2c86be0fc65477d69f8bdafca846ef2c"><code>f784d7a</code></a> Re-introduce new version.sh script to version hook</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/51c508ab77cf0f9fb8c5305ff626f6a2eada178f"><code>51c508a</code></a> Add dry run mode to <code>npm version</code> (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2436">#2436</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/sinonjs/sinon/compare/v12.0.1...v13.0.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sinon&package-manager=npm_and_yarn&previous-version=12.0.1&new-version=13.0.1)](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 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@flagon.apache.org

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