Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sinon to v17 #18346

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-visualizer": "5.9.2",
"serve-handler": "6.1.5",
"sinon": "16.1.3",
"sinon": "17.0.0",
"source-map-url": "0.4.1",
"systemjs": "6.14.2",
"tar": "6.2.0",
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3947,7 +3947,7 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:^10.0.2, @sinonjs/fake-timers@npm:^10.3.0":
"@sinonjs/fake-timers@npm:^10.0.2":
version: 10.3.0
resolution: "@sinonjs/fake-timers@npm:10.3.0"
dependencies:
Expand All @@ -3956,6 +3956,15 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:^11.2.2":
version: 11.2.2
resolution: "@sinonjs/fake-timers@npm:11.2.2"
dependencies:
"@sinonjs/commons": ^3.0.0
checksum: 68c29b0e1856fdc280df03ddbf57c726420b78e9f943a241b471edc018fb14ff36fdc1daafd6026cba08c3c7f50c976fb7ae11b88ff44cd7f609692ca7d25158
languageName: node
linkType: hard

"@sinonjs/samsam@npm:^8.0.0":
version: 8.0.0
resolution: "@sinonjs/samsam@npm:8.0.0"
Expand Down Expand Up @@ -9809,7 +9818,7 @@ __metadata:
rollup-plugin-visualizer: 5.9.2
rrule: 2.7.2
serve-handler: 6.1.5
sinon: 16.1.3
sinon: 17.0.0
sortablejs: 1.15.0
source-map-url: 0.4.1
stacktrace-js: 2.0.2
Expand Down Expand Up @@ -12278,7 +12287,7 @@ __metadata:
languageName: node
linkType: hard

"nise@npm:^5.1.4":
"nise@npm:^5.1.5":
version: 5.1.5
resolution: "nise@npm:5.1.5"
dependencies:
Expand Down Expand Up @@ -14386,17 +14395,17 @@ __metadata:
languageName: node
linkType: hard

"sinon@npm:16.1.3":
version: 16.1.3
resolution: "sinon@npm:16.1.3"
"sinon@npm:17.0.0":
version: 17.0.0
resolution: "sinon@npm:17.0.0"
dependencies:
"@sinonjs/commons": ^3.0.0
"@sinonjs/fake-timers": ^10.3.0
"@sinonjs/fake-timers": ^11.2.2
"@sinonjs/samsam": ^8.0.0
diff: ^5.1.0
nise: ^5.1.4
nise: ^5.1.5
supports-color: ^7.2.0
checksum: 83e5ccd724efdb5d1471e41b2cfaf4a46d9fe2cc76c15a23dedfbd741f7d448e6aec3d34a8253a79bdf8ddcc5bd889c5277ae71879e4709c621cb41094fbcdab
checksum: f7b5dee7676222d42c00ec30087d92780cee526ed3266cdddffce845a4d3775ba9e871a77aaee7a1c46b1f2b307aaa2fb6a1f99dde84a4f12ee4e80459f5a9dc
languageName: node
linkType: hard

Expand Down