Skip to content

Commit 752eeff

Browse files
jaredwrayclaude
andauthored
@cacheable/benchmark - fix: upgrade @faker-js/faker to 10.4.0 (breaking) (#1632)
Upgrade @faker-js/faker dependency from 9.8.0 to 10.4.0 to align with the workspace root which is already on 10.4.0. Faker 10 dropped CommonJS support and requires Node.js >= 20. The benchmark package is private (not published) and only consumes the modern API, so this should be a no-op at the call sites. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c53ebbd commit 752eeff

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

packages/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@cacheable/memory": "workspace:^",
51-
"@faker-js/faker": "^9.8.0",
51+
"@faker-js/faker": "^10.4.0",
5252
"@monstermann/tinybench-pretty-printer": "^0.1.0",
5353
"bentocache": "^1.6.1",
5454
"cache-manager": "workspace:^",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)