chore(deps): update cypress to 13.2.0 #1029
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.
This PR updates the examples to Cypress 13.2.0 released September 12, 2023.
Additionally, any
package-lock.json
lockfiles involved in the update of Cypress are updated from"lockfileVersion": 2
to the latest version:"lockfileVersion": 3
.lockfileVersion notes
package-lock.json
files are used exclusively for npm package managementlockfileVersion
3
v9
, which is shipped with Node.js18
and20
2
"lockfileVersion": 1
, is no longer required due to end-of-life of Node.js14
1
v5
and npmv6
. npmv6
was last used by Node.js14
which entered end-of-life status on April 30, 2023References
Cypress 13.2.0 Changelog
https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json for definition of
lockfileVersion
https://nodejs.org/en/download/releases for list of Node.js releases and their associated npm versions
https://github.com/nodejs/release#release-schedule for Node.js release schedule