Remove Linux OS and Node.js deprecation notes #6090
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
The Linux section of App > Get Started > Install Cypress > System requirements > Operating System contains the following deprecation notices:
With the release of Cypress 14.0.0 the deprecation notes are no longer necessary in this location as the information is now covered in the release notes. Leaving them here is likely to be confusing for readers, since Node.js
16.x
is not simply deprecated, it is now no longer supported.Cypress documentation is not versioned and, apart from history lists, it only documents the latest major version of Cypress.
Node.js min 18.x
18.x
glib min 2.17
glibc
>=22.17
.18.x
. Node.js18
requires a minimum of GLIBC2.28
onx64
Linux systems (see https://github.com/nodejs/node/blob/v18.0.0/BUILDING.md#unix-prerequisites). Node.js18.0.0
and later versions output the error message and will not run:glibc
minimum2.28
glibc min 2.28
glibc
>=22.28
Change
In the Linux section of App > Get Started > Install Cypress > System requirements > Operating System remove the deprecation notices which are now covered in the Cypress 14.0.0 > Breaking Changes release notes.
Remove the periods at the end of each operating system unordered list item to match formatting on the rest of the page for phrases which are not full sentences.
In the App > Get Started > Install Cypress > System requirements > Linux Prerequisites section, remove the outdated reference to
glibc
minimum of22.17
.