You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upgrade was pretty much seamless, except the test suite, which
hard-codes values in a way that ties them to the seed used.
I opted for a regex approach that would make the broken tests work
before and after, and for future seeds. That may not be desirable,
though. Let me know if you want me to just update the values to
effectively be snapshots.
Closes#186
---
This release upgrades to Faker v9, which introduces several breaking
changes:
- **Node.js v18+ required**: Faker v9 requires Node.js v18 or higher
- **TypeScript v5+ required**: Faker v9 requires TypeScript v5 or higher
- **Different mock values**: Due to Faker v9's improved RNG (53-bit vs
32-bit), generated mock values will be different even with the same seed
- **Removed deprecated code**: Faker v8 had deprecated many methods,
[which have now been
removed](https://fakerjs.dev/guide/upgrading.html#removals-of-deprecated-code)
For more details, see the [Faker v9 migration
guide](https://fakerjs.dev/guide/upgrading.html).
0 commit comments