Skip to content

Commit 089e8d2

Browse files
build(deps-dev): bump sinon from 20.0.0 to 21.0.0 (#345)
Bumps [sinon](https://github.com/sinonjs/sinon) from 20.0.0 to 21.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/main/docs/changelog.md">sinon's changelog</a>.</em></p> <blockquote> <h2>21.0.0</h2> <ul> <li><a href="https://github.com/sinonjs/sinon/commit/fd10f13f3fed7853dd489dd9e84f28c22df715c2"><code>fd10f13f</code></a> chore!: remove assert.failException property (<a href="https://redirect.github.com/sinonjs/sinon/issues/2659">#2659</a>) (Morgan Roderick) <blockquote> <p>This was used for allowing customisation of the thrown error between sandboxes and for customisation for integrations (most likely from the days of BusterJS).</p> <p>To my knowledge and what I've been able to find on GitHub, this has never had any <em>production</em> use by end users.</p> <p>BREAKING CHANGE: this removes assert.failException from the API</p> </blockquote> </li> <li><a href="https://github.com/sinonjs/sinon/commit/c7202351b62f171169ea1c0c6b7cb94be6a2e413"><code>c7202351</code></a> Revert &quot;chore: npm audit&quot; (Morgan Roderick) <blockquote> <p>This reverts commit 824da531173204e4106bf15ab2677b6193802893.</p> </blockquote> </li> <li><a href="https://github.com/sinonjs/sinon/commit/824da531173204e4106bf15ab2677b6193802893"><code>824da531</code></a> chore: npm audit (Morgan Roderick)</li> <li><a href="https://github.com/sinonjs/sinon/commit/14edd78eaa9cc80c3810b8b020b973ddff6dfda2"><code>14edd78e</code></a> chore: upgrade esbuild (Morgan Roderick)</li> <li><a href="https://github.com/sinonjs/sinon/commit/1ac5af9c24a6a66fbdbba8d4ceb9399f6272baa3"><code>1ac5af9c</code></a> npm audit (Morgan Roderick)</li> </ul> <p><em>Released by Morgan Roderick on 2025-06-13.</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sinonjs/sinon/commits">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=20.0.0&new-version=21.0.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf7f076 commit 089e8d2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"glob": "^11.0.3",
181181
"minimatch": "^10.0.1",
182182
"mocha": "^11.7.1",
183-
"sinon": "^20.0.0",
183+
"sinon": "^21.0.0",
184184
"split2": "^4.2.0",
185185
"stacktrace-parser": "^0.1.11",
186186
"supports-color": "^10.0.0",

0 commit comments

Comments
 (0)