0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Update dependency sinon to v17.0.1 (#22691)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sinon](https://sinonjs.org/)
([source](https://redirect.github.com/sinonjs/sinon)) | [`17.0.0` ->
`17.0.1`](https://renovatebot.com/diffs/npm/sinon/17.0.0/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/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sinon/17.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sinon/17.0.0/17.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sinon/17.0.0/17.0.1?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`](5fde5aebc7)
fix returns does not override call through
([#&#8203;2567](https://redirect.github.com/sinonjs/sinon/issues/2567))
(Raz Luvaton)
-
[`b5fc3671`](b5fc3671ff)
Documentation for assertion options for the sandbox
([#&#8203;2564](https://redirect.github.com/sinonjs/sinon/issues/2564))
(Carl-Erik Kopseng)
-
[`f7d180cc`](f7d180ccc1)
fix: assertion log limit
([#&#8203;2485](https://redirect.github.com/sinonjs/sinon/issues/2485))
(Spencer Goossens)
-
[`4f538e3e`](4f538e3e74)
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.*

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, 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/TryGhost/Ghost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-30 16:46:06 +00:00 committed by GitHub
parent fb9ffe3a30
commit 58d530230e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 15 deletions

View file

@ -52,7 +52,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup-plugin-node-builtins": "2.1.2",
"sinon": "17.0.0",
"sinon": "17.0.1",
"storybook": "7.6.20",
"ts-node": "10.9.2",
"typescript": "5.4.5",

View file

@ -77,7 +77,7 @@
"mocha": "10.8.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"sinon": "17.0.0",
"sinon": "17.0.1",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},

View file

@ -53,7 +53,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup-plugin-node-builtins": "2.1.2",
"sinon": "17.0.0",
"sinon": "17.0.1",
"storybook": "7.6.20",
"ts-node": "10.9.2",
"typescript": "5.4.5",

View file

@ -29290,18 +29290,6 @@ sinon@15.2.0:
nise "^5.1.4"
supports-color "^7.2.0"
sinon@17.0.0:
version "17.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.0.tgz#626fde5d903c16dba16fd52afdb9917508dd26ae"
integrity sha512-p4lJiYKBoOEVUxxVIC9H1MM2znG1/c8gud++I2BauJA5hsz7hHsst35eurNWXTusBsIq66FzOQbZ/uMdpvbPIQ==
dependencies:
"@sinonjs/commons" "^3.0.0"
"@sinonjs/fake-timers" "^11.2.2"
"@sinonjs/samsam" "^8.0.0"
diff "^5.1.0"
nise "^5.1.5"
supports-color "^7.2.0"
sinon@17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"