Skip to content

Commit ac25eff

Browse files
chore(deps): update dependency sinon to v20 (#974)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [sinon](https://sinonjs.org/) ([source](https://redirect.github.com/sinonjs/sinon)) | devDependencies | major | [`19.0.5` -> `20.0.0`](https://renovatebot.com/diffs/npm/sinon/19.0.5/20.0.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/sinonjs/sinon/badge)](https://securityscorecards.dev/viewer/?uri=github.com/sinonjs/sinon) | --- ### Release Notes <details> <summary>sinonjs/sinon (sinon)</summary> ### [`v20.0.0`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#2000) [Compare Source](https://redirect.github.com/sinonjs/sinon/compare/v19.0.5...v20.0.0) - [`b6daed26`](https://redirect.github.com/sinonjs/sinon/commit/b6daed26cd4ba2c045d3d2fc2cadbdcbf43c61e6) chore!: remove usingPromise (Morgan Roderick) > Everyone should be using native promises by now, or should know how to stub natives - [`95d4b8fc`](https://redirect.github.com/sinonjs/sinon/commit/95d4b8fc89316c7af82c02750e8ca71e5bc76d07) chore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick) > BREAKING CHANGE: remove fakeXMLHttpRequest and fakeServer from the API *Released by Morgan Roderick on 2025-03-24.* </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * 10,25 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kelektiv/node-cron). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJ0ZXN0cyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Brandon der Blätter <[email protected]>
1 parent 7d457cf commit ac25eff

File tree

2 files changed

+5
-54
lines changed

2 files changed

+5
-54
lines changed

package-lock.json

Lines changed: 4 additions & 53 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
@@ -55,7 +55,7 @@
5555
"lint-staged": "15.5.0",
5656
"prettier": "3.5.3",
5757
"semantic-release": "24.2.3",
58-
"sinon": "19.0.5",
58+
"sinon": "20.0.0",
5959
"typescript": "5.8.3",
6060
"typescript-eslint": "7.18.0"
6161
},

0 commit comments

Comments
 (0)