This repository was archived by the owner on Jun 2, 2022. It is now read-only.
Update dependency cypress to v9 #77
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 contains the following updates:
8.7.0->9.0.0Release Notes
cypress-io/cypress
v9.0.0Compare Source
Released 11/10/2021
Breaking Changes:
nodeVersionconfiguration option now defaults tosystem. The behaviorof the
systemoption has changed to always use the Node.js binary/versionthat launched Cypress. If Cypress was not launched via the terminal, Cypress
will use the
bundledNode.js version. This could change the behavior of codewithin your
pluginsFilesince it may be run in yoursystemNode.jsversion. Addresses
#18684.
#17962.
Cypress.config.Previously invalid values were ignored and could cause unexpected behavior.
Addresses #18589.
cy.contains()no longer yields the<body>element when it matches thecontent of
<script>or<style>tags. Addresses#14861.
Cypress.Commands.add()will now throw an error, indicating thatCypress.Commands.overwrite()should be used instead to overwrite thebehavior of existing commands. Addresses
#18572.
chainables. Addresses
#17496.
14.17.0to16.5.0. Thiscould change the behavior of code within the
pluginsFilewhen using thebundled Node.js version of Cypress. Addressed in
#18317.
Deprecations:
nodeVersionconfiguration option has been deprecated and will be removedin a future release.
Features:
nullis passed as the encoding tocy.readFile()orcy.fixture(),the file is treated as binary and read as a Buffer. Similarly,
nullpassedas the encoding to
cy.writeFile()allows direct writing of buffers. If theencoding is unspecified, the default remains
utf8, matching the currentbehavior. Addresses
#18534.
Bugfixes:
scrolled to during action commands. Fixes
#4233.
document.referrerwill now correctly reflect the correct value from theapplication under test after
cy.visit(). Fixes#4295.
Dependencies:
cypress runand when selectingElectron browser in
cypress openfrom91to94. Addressed in#15292.
14.17.0to16.5.0. Addressed in#15292.
electronfrom14.1.0to15.2.0. Addressed in#15292.
Configuration
📅 Schedule: "before 3am on Monday" in timezone America/New_York.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.