Skip to content

Commit 91d5a2e

Browse files
chore(deps): update dependency sinon-chai to v3.7.0 (#31716)
* chore(deps): update dependency sinon-chai to v3.7.0 * empty commit * bump circle cache * add sinon-chai to base package.json as its used to test base level scripts --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
1 parent 1ca963d commit 91d5a2e

File tree

13 files changed

+18
-48
lines changed

13 files changed

+18
-48
lines changed

.circleci/cache-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Bump this version to force CI to re-create the cache from scratch.
22

3-
5-12-2025
3+
5-14-2025

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/minimatch": "3.0.5",
8484
"@types/mocha": "8.0.3",
8585
"@types/sinon": "9.0.9",
86-
"@types/sinon-chai": "3.2.5",
86+
"@types/sinon-chai": "3.2.12",
8787
"chai": "3.5.0",
8888
"chai-as-promised": "7.1.1",
8989
"chai-string": "1.5.0",

npm/eslint-plugin-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-mocha": "^8.2.0",
2424
"eslint-plugin-promise": "^4.2.1",
2525
"sinon": "^7.3.2",
26-
"sinon-chai": "^3.3.0"
26+
"sinon-chai": "^3.7.0"
2727
},
2828
"peerDependencies": {
2929
"@babel/eslint-parser": "^7.25.1",

npm/webpack-preprocessor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"proxyquire": "2.1.3",
4040
"semantic-release": "22.0.12",
4141
"sinon": "^9.0.0",
42-
"sinon-chai": "^3.5.0",
42+
"sinon-chai": "^3.7.0",
4343
"snap-shot-it": "7.9.10",
4444
"ts-node": "^10.9.2",
4545
"webpack": "^5.39.0"

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@types/react-dom": "18.3.1",
118118
"@types/request-promise": "4.1.45",
119119
"@types/send": "^0.17.1",
120-
"@types/sinon-chai": "3.2.3",
120+
"@types/sinon-chai": "3.2.12",
121121
"@types/through2": "^2.0.36",
122122
"@types/underscore.string": "0.0.38",
123123
"@typescript-eslint/eslint-plugin": "7.2.0",
@@ -199,6 +199,7 @@
199199
"semver": "^7.7.1",
200200
"shelljs": "0.8.5",
201201
"sinon": "7.3.2",
202+
"sinon-chai": "3.7.0",
202203
"snap-shot-it": "7.9.10",
203204
"stop-only": "3.4.1",
204205
"strip-ansi": "6.0.1",

packages/data-context/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@types/parse-glob": "3.0.29",
8787
"@types/prettier": "2.4.3",
8888
"@types/sinon": "10.0.11",
89-
"@types/sinon-chai": "3.2.8",
89+
"@types/sinon-chai": "3.2.12",
9090
"@types/stringify-object": "^3.0.0",
9191
"mocha": "7.0.1",
9292
"mocha-junit-reporter": "2.2.0",

packages/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"mock-require": "3.0.3",
3535
"rimraf": "5.0.10",
3636
"sinon": "7.3.2",
37-
"sinon-chai": "3.3.0",
37+
"sinon-chai": "3.7.0",
3838
"ts-loader": "9.5.2",
3939
"webextension-polyfill": "0.4.0",
4040
"webpack": "^5.88.2"

packages/https-proxy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"mocha": "3.5.3",
3434
"sinon": "1.17.7",
3535
"sinon-as-promised": "4.0.3",
36-
"sinon-chai": "3.3.0",
36+
"sinon-chai": "3.7.0",
3737
"ssl-root-cas": "1.3.1",
3838
"supertest": "4.0.2"
3939
},

packages/launcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"mocha": "3.5.3",
3535
"mock-fs": "5.4.0",
3636
"sinon": "^10.0.0",
37-
"sinon-chai": "3.4.0",
37+
"sinon-chai": "3.7.0",
3838
"typescript": "~5.4.5"
3939
},
4040
"files": [

packages/network/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"express": "4.21.0",
3838
"mocha": "6.2.2",
3939
"sinon": "7.3.1",
40-
"sinon-chai": "3.3.0",
40+
"sinon-chai": "3.7.0",
4141
"typescript": "~5.4.5"
4242
},
4343
"files": [

packages/rewriter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"mocha": "3.5.3",
3131
"nock": "13.2.9",
3232
"sinon": "9.0.2",
33-
"sinon-chai": "3.5.0",
33+
"sinon-chai": "3.7.0",
3434
"snap-shot-it": "7.9.10"
3535
},
3636
"files": [

packages/web-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"resolve-url-loader": "5.0.0",
3838
"sass": "1.64.1",
3939
"sass-loader": "13.3.2",
40-
"sinon-chai": "3.3.0",
40+
"sinon-chai": "3.7.0",
4141
"stream-browserify": "3.0.0",
4242
"url": "0.11.1",
4343
"webpack": "^5.88.2",

yarn.lock

+5-36
Original file line numberDiff line numberDiff line change
@@ -8393,26 +8393,10 @@
83938393
dependencies:
83948394
"@types/node" "*"
83958395

8396-
8397-
version "3.2.3"
8398-
resolved "https://registry.yarnpkg.com/@types/sinon-chai/-/sinon-chai-3.2.3.tgz#afe392303dda95cc8069685d1e537ff434fa506e"
8399-
integrity sha512-TOUFS6vqS0PVL1I8NGVSNcFaNJtFoyZPXZ5zur+qlhDfOmQECZZM4H4kKgca6O8L+QceX/ymODZASfUfn+y4yQ==
8400-
dependencies:
8401-
"@types/chai" "*"
8402-
"@types/sinon" "*"
8403-
8404-
8405-
version "3.2.5"
8406-
resolved "https://registry.yarnpkg.com/@types/sinon-chai/-/sinon-chai-3.2.5.tgz#df21ae57b10757da0b26f512145c065f2ad45c48"
8407-
integrity sha512-bKQqIpew7mmIGNRlxW6Zli/QVyc3zikpGzCa797B/tRnD9OtHvZ/ts8sYXV+Ilj9u3QRaUEM8xrjgd1gwm1BpQ==
8408-
dependencies:
8409-
"@types/chai" "*"
8410-
"@types/sinon" "*"
8411-
8412-
8413-
version "3.2.8"
8414-
resolved "https://registry.yarnpkg.com/@types/sinon-chai/-/sinon-chai-3.2.8.tgz#5871d09ab50d671d8e6dd72e9073f8e738ac61dc"
8415-
integrity sha512-d4ImIQbT/rKMG8+AXpmcan5T2/PNeSjrYhvkwet6z0p8kzYtfgA32xzOBlbU0yqJfq+/0Ml805iFoODO0LP5/g==
8396+
8397+
version "3.2.12"
8398+
resolved "https://registry.yarnpkg.com/@types/sinon-chai/-/sinon-chai-3.2.12.tgz#c7cb06bee44a534ec84f3a5534c3a3a46fd779b6"
8399+
integrity sha512-9y0Gflk3b0+NhQZ/oxGtaAJDvRywCa5sIyaVnounqLvmf93yBF4EgIRspePtkMs3Tr844nCclYMlcCNmLCvjuQ==
84168400
dependencies:
84178401
"@types/chai" "*"
84188402
"@types/sinon" "*"
@@ -28456,22 +28440,7 @@ [email protected]:
2845628440
create-thenable "~1.0.0"
2845728441
native-promise-only "~0.8.1"
2845828442

28459-
28460-
version "3.3.0"
28461-
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.3.0.tgz#8084ff99451064910fbe2c2cb8ab540c00b740ea"
28462-
integrity sha512-r2JhDY7gbbmh5z3Q62pNbrjxZdOAjpsqW/8yxAZRSqLZqowmfGZPGUZPFf3UX36NLis0cv8VEM5IJh9HgkSOAA==
28463-
28464-
28465-
version "3.4.0"
28466-
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.4.0.tgz#06fb88dee80decc565106a3061d380007f21e18d"
28467-
integrity sha512-BpVxsjEkGi6XPbDXrgWUe7Cb1ZzIfxKUbu/MmH5RoUnS7AXpKo3aIYIyQUg0FMvlUL05aPt7VZuAdaeQhEnWxg==
28468-
28469-
28470-
version "3.5.0"
28471-
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.5.0.tgz#c9a78304b0e15befe57ef68e8a85a00553f5c60e"
28472-
integrity sha512-IifbusYiQBpUxxFJkR3wTU68xzBN0+bxCScEaKMjBvAQERg6FnTTc1F17rseLb1tjmkJ23730AXpFI0c47FgAg==
28473-
28474-
[email protected], sinon-chai@^3.3.0, sinon-chai@^3.5.0, sinon-chai@^3.7.0:
28443+
[email protected], sinon-chai@^3.7.0:
2847528444
version "3.7.0"
2847628445
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.7.0.tgz#cfb7dec1c50990ed18c153f1840721cf13139783"
2847728446
integrity sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==

0 commit comments

Comments
 (0)