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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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": [

0 commit comments

Comments
 (0)