Skip to content

Updating docs to reflect bumping node from 16 to 18#3748

Merged
arushikesarwani94 merged 2 commits intofacebook:mainfrom
arushikesarwani94:node_version_bump
Oct 17, 2023
Merged

Updating docs to reflect bumping node from 16 to 18#3748
arushikesarwani94 merged 2 commits intofacebook:mainfrom
arushikesarwani94:node_version_bump

Conversation

@arushikesarwani94
Copy link
Copy Markdown
Contributor

@arushikesarwani94 arushikesarwani94 commented Jun 5, 2023

React Native is increasing the minimum Node JS requirement from 16 to 18 in facebook/react-native#37709 since Node 16's EOL is 2023-09-11 https://nodejs.org/en/blog/announcements/nodejs16-eol/

Updating documentation to reflect the same.

@netlify
Copy link
Copy Markdown

netlify bot commented Jun 5, 2023

Deploy Preview for react-native ready!

Name Link
🔨 Latest commit 6859cd7
🔍 Latest deploy log https://app.netlify.com/sites/react-native/deploys/652ed0b7b17e580009190e27
😎 Deploy Preview https://deploy-preview-3748--react-native.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@cortinico cortinico added the Wait on future Release This indicates a PR that updates the doc to match a future release. label Jun 6, 2023
Copy link
Copy Markdown
Contributor

@cortinico cortinico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 We need to wait till 0.72 gets released to merge this otherwise the Docs for 72 will be affected

arushikesarwani94 added a commit to arushikesarwani94/metro that referenced this pull request Jun 7, 2023
Summary:
X-link: facebook/react-native#37709

## Bump minimum Node JS version to 18 via `react-native/package.json#engines`

In facebook/react-native#35443 we bumped up the node version from 16 to 18.

Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/), and bumping this minimum will allow other associated Node JS tools (CLI, Metro, Jest) to reduce their support burden.

This follows up by formally making Node 18 the minimum supported version.

**Docs PR:**
facebook/react-native-website#3748

**Changelog:**
[General][Breaking] Bump minimum Node JS version to 18

Differential Revision: D46462639

fbshipit-source-id: 7b95e8fead993ca5f6598993189632971a7db1af
arushikesarwani94 added a commit to arushikesarwani94/metro that referenced this pull request Jun 7, 2023
Summary:
Pull Request resolved: facebook#1002

X-link: facebook/react-native#37709

## Bump minimum Node JS version to 18 via `react-native/package.json#engines`

In facebook/react-native#35443 we bumped up the node version from 16 to 18.

Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/), and bumping this minimum will allow other associated Node JS tools (CLI, Metro, Jest) to reduce their support burden.

This follows up by formally making Node 18 the minimum supported version.

**Docs PR:**
facebook/react-native-website#3748

**Changelog:**
[General][Breaking] Bump minimum Node JS version to 18

Differential Revision: D46462639

fbshipit-source-id: e1e36f7d8bedb7b1a66a6cc33a4ccc2eb62ff17f
arushikesarwani94 added a commit to arushikesarwani94/metro that referenced this pull request Jun 7, 2023
Summary:
Pull Request resolved: facebook#1002

X-link: facebook/react-native#37709

## Bump minimum Node JS version to 18 via `react-native/package.json#engines`

In facebook/react-native#35443 we bumped up the node version from 16 to 18.

Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/), and bumping this minimum will allow other associated Node JS tools (CLI, Metro, Jest) to reduce their support burden.

This follows up by formally making Node 18 the minimum supported version.

**Docs PR:**
facebook/react-native-website#3748

**Changelog:**
[General][Breaking] Bump minimum Node JS version to 18

Differential Revision: D46462639

fbshipit-source-id: 109bd2b8069398ad6958168b22b5d86b60227e7a
arushikesarwani94 added a commit to arushikesarwani94/react-native that referenced this pull request Jun 22, 2023
Summary:
Pull Request resolved: facebook#37709

## Bump minimum Node JS version to 18 via `react-native/package.json#engines`

In facebook#35443 we bumped up the node version from 16 to 18.

Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/), and bumping this minimum will allow other associated Node JS tools (CLI, Metro, Jest) to reduce their support burden.

This follows up by formally making Node 18 the minimum supported version.

**Docs PR:**
facebook/react-native-website#3748

**Changelog:**
[General][Breaking] Bump minimum Node JS version to 18

Reviewed By: yungsters

Differential Revision: D46462639

fbshipit-source-id: 95d513197385bc993af49038aed11c4c082b5b77
arushikesarwani94 added a commit to arushikesarwani94/react-native that referenced this pull request Jun 22, 2023
Summary:
## Bump minimum Node JS version to 18 via `react-native/package.json#engines`

In facebook#35443 we bumped up the node version from 16 to 18.
Node 16's EOL is 2023-09-11

https://nodejs.org/en/blog/announcements/nodejs16-eol/

- this follows up by formally making Node 18 the minimum supported version.

Docs PR:
facebook/react-native-website#3748

Changelog:
[General][Breaking] Bump minimum Node JS version to 18

Differential Revision: D46462639

fbshipit-source-id: 1b2ab0b9646a8aee0c66149deaa14d417eeb0b45
arushikesarwani94 added a commit to arushikesarwani94/react-native that referenced this pull request Jun 22, 2023
Summary:
Pull Request resolved: facebook#37791

## Bump minimum Node JS version to 18 via `react-native/package.json#engines`

In facebook#35443 we bumped up the node version from 16 to 18.

Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/), and bumping this minimum will allow other associated Node JS tools (CLI, Metro, Jest) to reduce their support burden.

This follows up by formally making Node 18 the minimum supported version.

**Docs PR:**
facebook/react-native-website#3748

**Changelog:**
[General][Breaking] Bump minimum Node JS version to 18

Reviewed By: cortinico, NickGerleman

Differential Revision: D46583997

fbshipit-source-id: b6fb7d884a885d1913a281e4ac5af830ab4bed4e
facebook-github-bot pushed a commit to facebook/react-native that referenced this pull request Jun 22, 2023
Summary:
Pull Request resolved: #37709

## Bump minimum Node JS version to 18 via `react-native/package.json#engines`

In #35443 we bumped up the node version from 16 to 18.

Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/), and bumping this minimum will allow other associated Node JS tools (CLI, Metro, Jest) to reduce their support burden.

This follows up by formally making Node 18 the minimum supported version.

**Docs PR:**
facebook/react-native-website#3748

**Changelog:**
[General][Breaking] Bump minimum Node JS version to 18

Reviewed By: yungsters

Differential Revision: D46462639

fbshipit-source-id: d3b607788f596e8b5a9c4a6855d3b2f4bafe9a7a
facebook-github-bot pushed a commit to facebook/react-native that referenced this pull request Jun 22, 2023
Summary:
Pull Request resolved: #37791

## Bump minimum Node JS version to 18 via `react-native/package.json#engines`

In #35443 we bumped up the node version from 16 to 18.

Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/), and bumping this minimum will allow other associated Node JS tools (CLI, Metro, Jest) to reduce their support burden.

This follows up by formally making Node 18 the minimum supported version.

**Docs PR:**
facebook/react-native-website#3748

**Changelog:**
[General][Breaking] Bump minimum Node JS version to 18

Reviewed By: cortinico, NickGerleman

Differential Revision: D46583997

fbshipit-source-id: 1f31e2f205ac8b09494c2a7d3b73b9f36eff221b
@NickGerleman
Copy link
Copy Markdown
Contributor

@arushikesarwani94 @cortinico looks like we should merge this now.

@arushikesarwani94 arushikesarwani94 marked this pull request as ready for review October 17, 2023 18:22
@arushikesarwani94 arushikesarwani94 merged commit 97d99cf into facebook:main Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed p: Facebook Partner Wait on future Release This indicates a PR that updates the doc to match a future release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants