Skip to content

Commit 09abfa1

Browse files
committed
fix(deps)!: update fake-timers to v15
1 parent 8508296 commit 09abfa1

File tree

5 files changed

+22
-63
lines changed

5 files changed

+22
-63
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@
8787
]
8888
},
8989
"patchedDependencies": {
90-
"@sinonjs/fake-timers@14.0.0": "patches/@sinonjs__fake-timers@14.0.0.patch",
90+
"@sinonjs/fake-timers@15.0.0": "patches/@sinonjs__fake-timers@15.0.0.patch",
9191
92-
"@types/[email protected]": "patches/@[email protected]",
9392
9493
},
9594
"onlyBuiltDependencies": [

packages/vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"@edge-runtime/vm": "^5.0.0",
204204
"@jridgewell/trace-mapping": "catalog:",
205205
"@opentelemetry/api": "^1.9.0",
206-
"@sinonjs/fake-timers": "14.0.0",
206+
"@sinonjs/fake-timers": "15.0.0",
207207
"@types/debug": "catalog:",
208208
"@types/estree": "catalog:",
209209
"@types/istanbul-lib-coverage": "catalog:",
@@ -212,7 +212,7 @@
212212
"@types/node": "^24.10.1",
213213
"@types/picomatch": "^4.0.2",
214214
"@types/prompts": "^2.4.9",
215-
"@types/sinonjs__fake-timers": "^8.1.5",
215+
"@types/sinonjs__fake-timers": "^15.0.0",
216216
"acorn-walk": "catalog:",
217217
"birpc": "catalog:",
218218
"cac": "catalog:",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/src/fake-timers-src.js b/src/fake-timers-src.js
2-
index 11dab90bd4bafd8c3a232df20f82ec5bcf06e76d..1f633e6293bc4bff97ccf9a23214944c0f6f8395 100644
2+
index a9bcfd1ca..942539085 100644
33
--- a/src/fake-timers-src.js
44
+++ b/src/fake-timers-src.js
55
@@ -2,14 +2,14 @@
@@ -20,7 +20,7 @@ index 11dab90bd4bafd8c3a232df20f82ec5bcf06e76d..1f633e6293bc4bff97ccf9a23214944c
2020
} catch (e) {
2121
// ignored
2222
}
23-
@@ -172,7 +172,7 @@ function withGlobal(_global) {
23+
@@ -197,7 +197,7 @@ function withGlobal(_global) {
2424
isPresent.hrtime && typeof _global.process.hrtime.bigint === "function";
2525
isPresent.nextTick =
2626
_global.process && typeof _global.process.nextTick === "function";

patches/@[email protected]

Lines changed: 0 additions & 42 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)