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

infra(unicorn): prefer-at #2654

Merged
merged 9 commits into from
Feb 19, 2024
7 changes: 7 additions & 0 deletions docs/guide/upgrading_v9/2121.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Node 14 and 16 No Longer Supported

Support for Node.js versions 14 and 16 has been discontinued as these versions have reached their [end-of-life](https://github.com/nodejs/Release). Faker.js 9.0 requires a minimum of Node.js version 18.

#### Examples of code-upgrades that are now used:
Shinigami92 marked this conversation as resolved.
Show resolved Hide resolved

`at` is a feature that is only supported by Node >=v16.6, so this is a breaking change for users that are using Node < v16.6.
However, we dropped Node < v18 anyways.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at
6 changes: 0 additions & 6 deletions docs/guide/upgrading_v9/2654.md
Shinigami92 marked this conversation as resolved.
Outdated
Show resolved Hide resolved

This file was deleted.

Loading