Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-01-10 17:39:48 +00:00
parent ccdb046177
commit 6e496528ad
76 changed files with 282 additions and 209 deletions

View file

@ -8,7 +8,7 @@ This package contains type definitions for sinon (https://sinonjs.org).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon.
### Additional Details
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Last updated: Wed, 10 Jan 2024 09:07:08 GMT
* Dependencies: [@types/sinonjs__fake-timers](https://npmjs.com/package/@types/sinonjs__fake-timers)
# Credits

View file

@ -1165,7 +1165,7 @@ declare namespace Sinon {
*/
calledOnceWithMatch<TArgs extends any[]>(
spyOrSpyCall: SinonSpy<TArgs> | SinonSpyCall<TArgs>,
...args: TArgs
...args: MatchPartialArguments<TArgs>
): void;
/**
* Passes if spy was always called with matching arguments.

View file

@ -1,6 +1,6 @@
{
"name": "@types/sinon",
"version": "17.0.2",
"version": "17.0.3",
"description": "TypeScript definitions for sinon",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon",
"license": "MIT",
@ -57,6 +57,6 @@
"dependencies": {
"@types/sinonjs__fake-timers": "*"
},
"typesPublisherContentHash": "65296cd19e57ccc899a95163b6680670be89186b854a97973d00f47afc62b4eb",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "cc1350cc55f70530a7cbb4c2a4cadd237011448aa601750d7ea7eac59e83bf53",
"typeScriptVersion": "4.6"
}