Skip to content

Commit b9ef911

Browse files
chore(deps): update dependency sinon to v17 (#53)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [sinon](https://sinonjs.org/) ([source](https://redirect.github.com/sinonjs/sinon)) | [`16.1.3` -> `17.0.1`](https://renovatebot.com/diffs/npm/sinon/16.1.3/17.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sinon/17.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sinon/16.1.3/17.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/sinon](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon)) | [`10.0.20` -> `17.0.4`](https://renovatebot.com/diffs/npm/@types%2fsinon/10.0.20/17.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fsinon/17.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fsinon/10.0.20/17.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sinonjs/sinon (sinon)</summary> ### [`v17.0.1`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1701) [Compare Source](https://redirect.github.com/sinonjs/sinon/compare/v17.0.0...v17.0.1) - [`5fde5aeb`](https://redirect.github.com/sinonjs/sinon/commit/5fde5aebc74dec12bacd84d00a2f22906a7ebcc0) fix returns does not override call through ([#&#8203;2567](https://redirect.github.com/sinonjs/sinon/issues/2567)) (Raz Luvaton) - [`b5fc3671`](https://redirect.github.com/sinonjs/sinon/commit/b5fc3671fff2481ab9b66486242f2c2ceb8d08e5) Documentation for assertion options for the sandbox ([#&#8203;2564](https://redirect.github.com/sinonjs/sinon/issues/2564)) (Carl-Erik Kopseng) - [`f7d180cc`](https://redirect.github.com/sinonjs/sinon/commit/f7d180ccc15b8dce958c08a780d384044d39bb2b) fix: assertion log limit ([#&#8203;2485](https://redirect.github.com/sinonjs/sinon/issues/2485)) (Spencer Goossens) - [`4f538e3e`](https://redirect.github.com/sinonjs/sinon/commit/4f538e3e74580a44e9b0cfcfdec9ca5f76d16fad) Fix mochify breaking on node:assert ([#&#8203;2559](https://redirect.github.com/sinonjs/sinon/issues/2559)) (Carl-Erik Kopseng) *Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on 2023-11-01.* ### [`v17.0.0`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1700) [Compare Source](https://redirect.github.com/sinonjs/sinon/compare/v16.1.3...v17.0.0) - [`11a8e3f2`](https://redirect.github.com/sinonjs/sinon/commit/11a8e3f24ccec981a280dbe63df316d1fbde4ddd) Remove Proxyquire as it did not handle newer syntax (Carl-Erik Kopseng) - [`ec37d634`](https://redirect.github.com/sinonjs/sinon/commit/ec37d6346fd51dd9b9ccf95d41c3339a0c88f539) Drop Node 16, as it is out of maintenance (Carl-Erik Kopseng) - [`75e2b691`](https://redirect.github.com/sinonjs/sinon/commit/75e2b6910ca40ee5f3a39295ec654e124a6a325b) Upgrade [email protected]: new Intl mirroring and bugfixes (Carl-Erik Kopseng) *Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83) on 2023-10-20.* </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 1-7 day on Sunday" (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 these updates 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/emartech/json-logger-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7b9bc4 commit b9ef911

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/lodash": "4.17.20",
4747
"@types/mocha": "10.0.10",
4848
"@types/node": "18.19.115",
49-
"@types/sinon": "10.0.20",
49+
"@types/sinon": "17.0.4",
5050
"@types/sinon-chai": "3.2.12",
5151
"@typescript-eslint/eslint-plugin": "6.21.0",
5252
"@typescript-eslint/parser": "6.21.0",
@@ -61,7 +61,7 @@
6161
"mocha": "10.8.2",
6262
"prettier": "3.6.2",
6363
"semantic-release": "19.0.5",
64-
"sinon": "16.1.3",
64+
"sinon": "17.0.1",
6565
"sinon-chai": "3.7.0",
6666
"ts-node": "10.9.2",
6767
"typescript": "4.9.5"

0 commit comments

Comments
 (0)