Skip to content

Commit d489245

Browse files
Bump sinon from 19.0.4 to 20.0.0 in /vscode
Bumps [sinon](https://github.com/sinonjs/sinon) from 19.0.4 to 20.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v19.0.4...v20.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22047f1 commit d489245

File tree

2 files changed

+6
-33
lines changed

2 files changed

+6
-33
lines changed

Diff for: vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@
810810
"mocha": "^11.1.0",
811811
"ovsx": "^0.10.1",
812812
"prettier": "^3.5.3",
813-
"sinon": "^19.0.4",
813+
"sinon": "^20.0.0",
814814
"typescript": "^5.8.3",
815815
"typescript-eslint": "8",
816816
"vscode-oniguruma": "^2.0.1",

Diff for: vscode/yarn.lock

+5-32
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@
647647
dependencies:
648648
type-detect "4.0.8"
649649

650-
"@sinonjs/fake-timers@^13.0.1", "@sinonjs/fake-timers@^13.0.5":
650+
"@sinonjs/fake-timers@^13.0.5":
651651
version "13.0.5"
652652
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz#36b9dbc21ad5546486ea9173d6bea063eb1717d5"
653653
integrity sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==
@@ -663,11 +663,6 @@
663663
lodash.get "^4.4.2"
664664
type-detect "^4.1.0"
665665

666-
"@sinonjs/text-encoding@^0.7.3":
667-
version "0.7.3"
668-
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz#282046f03e886e352b2d5f5da5eb755e01457f3f"
669-
integrity sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==
670-
671666
"@tybys/wasm-util@^0.9.0":
672667
version "0.9.0"
673668
resolved "https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.9.0.tgz#3e75eb00604c8d6db470bf18c37b7d984a0e3355"
@@ -3579,11 +3574,6 @@ jszip@^3.10.1:
35793574
readable-stream "~2.3.6"
35803575
setimmediate "^1.0.5"
35813576

3582-
just-extend@^6.2.0:
3583-
version "6.2.0"
3584-
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
3585-
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
3586-
35873577
jwa@^1.4.1:
35883578
version "1.4.1"
35893579
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -3929,17 +3919,6 @@ natural-compare@^1.4.0:
39293919
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
39303920
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
39313921

3932-
nise@^6.1.1:
3933-
version "6.1.1"
3934-
resolved "https://registry.yarnpkg.com/nise/-/nise-6.1.1.tgz#78ea93cc49be122e44cb7c8fdf597b0e8778b64a"
3935-
integrity sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==
3936-
dependencies:
3937-
"@sinonjs/commons" "^3.0.1"
3938-
"@sinonjs/fake-timers" "^13.0.1"
3939-
"@sinonjs/text-encoding" "^0.7.3"
3940-
just-extend "^6.2.0"
3941-
path-to-regexp "^8.1.0"
3942-
39433922
no-case@^3.0.4:
39443923
version "3.0.4"
39453924
resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d"
@@ -4266,11 +4245,6 @@ path-scurry@^2.0.0:
42664245
lru-cache "^11.0.0"
42674246
minipass "^7.1.2"
42684247

4269-
path-to-regexp@^8.1.0:
4270-
version "8.1.0"
4271-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.1.0.tgz#4d687606ed0be8ed512ba802eb94d620cb1a86f0"
4272-
integrity sha512-Bqn3vc8CMHty6zuD+tG23s6v2kwxslHEhTj4eYaVKGIEB+YX/2wd0/rgXLFD9G9id9KCtbVy/3ZgmvZjpa0UdQ==
4273-
42744248
path-type@^4.0.0:
42754249
version "4.0.0"
42764250
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -4788,16 +4762,15 @@ simple-get@^4.0.0:
47884762
once "^1.3.1"
47894763
simple-concat "^1.0.0"
47904764

4791-
sinon@^19.0.4:
4792-
version "19.0.4"
4793-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-19.0.4.tgz#6cab2dc7165a2bb53fd0a1b4131a60ca68262825"
4794-
integrity sha512-myidFob7fjmYHJb+CHNLtAYScxn3sngGq4t75L2rCGGpE/k4OQVkN3KE5FsN+XkO2+fcDZ65PGvq3KHrlLAm7g==
4765+
sinon@^20.0.0:
4766+
version "20.0.0"
4767+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-20.0.0.tgz#4b653468735f7152ba694d05498c2b5d024ab006"
4768+
integrity sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==
47954769
dependencies:
47964770
"@sinonjs/commons" "^3.0.1"
47974771
"@sinonjs/fake-timers" "^13.0.5"
47984772
"@sinonjs/samsam" "^8.0.1"
47994773
diff "^7.0.0"
4800-
nise "^6.1.1"
48014774
supports-color "^7.2.0"
48024775

48034776
slash@^3.0.0:

0 commit comments

Comments
 (0)