chore(deps): update dependency cypress to version 5.2.0 🌟 (minor) #567
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:
5.1.0->5.2.04.0.4->4.1.14.11.0->4.12.0Release Notes
cypress-io/cypress
v5.2.0Released 9/15/2020
Features:
includeShadowDomfor enabling shadow DOM querying globally, per-suite, per-test, or programmatically. Addresses #8442.followRedirectoption to request interception withcy.route2(), allowing redirects to be followed before continuing to response interception. Addresses #7967.delayMsandthrottleKbpswhen stubbing static responses withcy.route2(). Addresses #7661.CYPRESS_BINARY_INSTALLenvironment variable. Addresses #8482.Performance Improvements:
Bugfixes:
cy.contains()within a shadow root would not yield the correct element. Addresses #8494.cy.within()callback would throw the errorroot.getRootNode is not a function. Addresses #8478.cy.type(){moveToStart}/{moveToEnd}special characters moving the cursor to the current line instead of the entire text editable when typing in acontenteditableelement. Addresses #8465.cy.type()now fires aKeyboardEventevent instead of anEventevent. Addresses #6125 and #5650.cy.getCookie()would be called twice. Addresses #6672.Documentation Changes:
cy.route2(). Addresses #8489.cy.route2(). Addresses #8468.Misc:
experimentalShadowDomSupportconfiguration flag has been removed. It is no longer necessary to enable shadow DOM testing.cy.shadow()is not a shadow host. Addresses #8530.cy.route2()command.Cypress.Commands.add(), addingPromiseto the list of allowed return types. Addresses #7807.abramenal/cypress-file-upload
v4.1.1Compare Source
#225 fix cypress v5 error:
binaryStringToBlob() no longer returns a Promise. Update the use of binaryStringToBlob() to expect a returned Blob(shoutout to @danielcaballero)v4.1.0Compare Source
Huge shoutout and a glass of beer for @josephzidell for becoming project maintainer and making this release happen! 🥇
#211 [Typo] in README.md
fixtures->fixture(shoutout to @Ebazhanov)#215 Update Blob use to be compatible with Cypress 5.0 (shoutout to @emilong)
v4.0.7Compare Source
#198 avoid throwing error if subject element disappears
#199 add built-in support for doc, docx, mp3
#200 fix json content upload
v4.0.6Compare Source
#187 build data transfer object using proper constructor (shout out to @jdcl32 again 😎)
v4.0.5Compare Source
#184 #186 fix regression bugs, add ability to change file name of uploaded file (shout out to @jdcl32 🥂)
bahmutov/cypress-react-unit-test
v4.12.0Compare Source
Features
v4.11.2Compare Source
Bug Fixes
v4.11.1Compare Source
Bug Fixes
Renovate configuration
📅 Schedule: "after 2am and before 4am" 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.