chore(deps): update dependency cypress to v7.7.0#84
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
1638c58 to
a2cc632
Compare
a2cc632 to
59daa43
Compare
59daa43 to
ef438fa
Compare
ef438fa to
ac2d41a
Compare
ac2d41a to
3e9f71d
Compare
3e9f71d to
2c0337f
Compare
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
7.0.0->7.7.0Release Notes
cypress-io/cypress
v7.7.0: 7.7.0Compare Source
Released 07/07/2021
Features:
experimentalStudio, Cypress Studio can now copy all commands generated to your clipboard. Addressed in #16912.Bugfixes:
preventScrolloptions passed toelement.focus()calls within the application under test. Fixes #15294..contains(0)will now show the zero in the Command Log. Fixes #1119.showedOnBoardingModalwhen runningcypress open. Fixes #17095..contains()now correctly allow for theincludeShadowDomoption. Fixes #17066.Misc:
v7.6.0: 7.6.0Compare Source
Released 06/23/2021
Features:
.type()withCypress.Keyboard.defaults()or via test configuration. Addresses #566.cypress openhas been improved. Addressed in #15826.cy.intercept()(req) now has areq.queryproperty, which is a getter/setter for the query parameters on the request URL. Addresses #16327.ArrayBufferas a request / response body withcy.intercept(). Addresses #16722Bugfixes:
dev-server:startevent for component testing. Fixes #16860.cy.intercept()now correctly sets the response body as a string instead of an ArrayBuffer when it contains multi-byte characters. Fixes #16292.cy.intercept()won't corrupt certain binary responses. Fixes #16722.spawn UNKNOWNerrors when launching Cypress with code signing required by policy on Windows. Fixes #2543EPERMerrors when accessing the project directory instead of erroring. Fixes #16933.CyHttpMessages.BaseMessage.headersto support the value being an array of strings. Fixes #16734.Dependency Updates:
enquirerdependency. Fixes #16846.v7.5.0: 7.5.0Compare Source
Released 06/07/2021
Features:
cy.request()now accepts a generic in TypeScript for specifying the type of the request body. Addresses #9109.Bugfixes:
hasBinaryinfinite recursive call. Fixes #16476.--config-fileoption now correctly handles absolute paths. Fixes #6136.cy.location(<key>)will now retry if the remote location returns an empty string, which is possible during otherwise harmless redirects. Fixes #16463.<value>.should()syntax. Fixes #16548.Dependency Updates:
listrwithlistr2. Addressed in #16663.v7.4.0: 7.4.0Compare Source
Released 05/24/2021
Features:
.pause()and to toggle auto-scrolling of the Test Runner (a). Addresses #248.Bugfixes:
cy.request()can now send binary files in form data. Fixes #1647.cy.request()can now send blob data. Fixes #6178.cy.wait()could yield the incorrect result when used withcy.intercept()and several simultaneous requests. Fixes #16451.cy.intercept()matchers are displayed in the Command Log when usingRouteMatcherproperties besidesurlandmethod. Fixes #9403.cy.intercept()argument validation has been improved. Invalid hostnames and extra arguments passed tocy.intercept()now result in an error. Addressed in #16577.cy.screenshot()no longer incorrectly captures parts of the Test Runner UI during component testing. Fixes #16543.cypress open-ct. Fixes #16278.componentFolderandtestFilesvalues from returned from plugins in the component testing runner. Fixes #16424.projectRootwill now open in IDE and generate studio commands when saved. Fixes #16255.configin the plugins file will now display in alphabetical order. Fixes #16564.Dependency Updates:
dependency-treefrom7.0.2to8.1.0. Addressed in #16464.extract-zipfrom1.7.0to2.0.1. Fixes #6896v7.3.0: 7.3.0Compare Source
Released 05/10/2021
Features:
testingType: 'component'via the newtestingTypeproperty. ThetestingTypewill default toe2e. Addresses #16302.cy.intercept()now accepts atimesoption in theRouteMatcher.timeswill specify the number of times that a particularcy.intercept()should be applied. Addresses #4460 and #8531.cy.intercept()now accepts invocation usingcy.intercept(url, routeMatcher, handler), whereurlis a regular expression. Previously, this only worked ifurlwas a string. Addresses #16390.DEBUG=cypress:server:record:ci-infowill print commit information and CI provider information that's sent to the Dashboard as debug logs. Addresses #16236.CYPRESS_DOWNLOAD_USE_CAis specified. See "Using a custom CA" for more information. Addresses #8825.Bugfixes:
/__/whenlocation.hrefis set to a relative path within the call stack of an XHR event handler. Fixes #3975 and #7439._topor_parentso that it no longer redirects the parent frame. Fixes #1244.RangeError: Maximum call stack size exceeded at _deconstructPacketerror. Most commonly, this occurred when handling network errors withcy.request(). Fixes #15101.ERR_INVALID_ARG_TYPEtype error when testing a binary file upload. Fixes #15898 and #16223..then()only accepting functions to display. Fixes #15281.cy.intercept()now adds aaccess-control-expose-headers: '*'header by default for CORS requests unless overridden. Fixes #15050.cy.intercept()andcy.route()requests with multiple aliases are displayed in the command log. Addressed in #16382.Cypress.cookies.debug(true)will now correctly show cookie-related messages on the console. Fixes #15032.cy.log()will now show all arguments, not only the first 2. Fixes #16068..select()now correctly selects option elements with values that have characters. Fixes #16045.e2eandcomponentconfiguration values will now correctly show when previewing resolved configuration in the Test Runner. Fixes #16282.—quietflag, Cypress will no longer print uploading output to Stdout. Fixes #16268./hotkey in Firefox, Cypress will select the SpecList's SearchInput as it does in other browsers. Fixes #16309.Dependency Updates:
classnamesfrom2.2.6to2.3.1. Addressed in #8337.color-stringfrom1.5.4to1.5.5. Addressed in #16362.lodashfrom4.17.19to4.17.21. Addressed in #16406.registry-jsfrom1.13.0to1.15.0. Addressed in #16409.url-parsefrom1.4.7to1.5.0. Addressed in #16408.v7.2.0: 7.2.0Compare Source
Released 04/26/2021
Features:
Performance:
Bugfixes:
ERR_INVALID_ARG_TYPEtype error. We now correctly detect a utf8 request body with multi-byte Unicode characters. Fixes #15901.cy.intercept()aliases will now work as expected. Fixes #15823.cy.intercept. Fixes #16117.cypress run-ctno longer hangs on Windows machines. Fixes #15976.Cannot read property 'name' of null. Fixes #15816..select()an<option>within a disabled<fieldset>. Fixes #5951..type()will no longer change thevalueattribute of button-like inputs with type button, submit, reset, image, radio, or checkbox. Fixes #15913.componentFolderoutside of the root project when specifying--project. Fixes #16053.Misc:
Cypress.Cookies.defaults()now returns the correct type instead ofvoid. Addresses #15426..then()will show the correct type when a collection of HTMLElements is provided. Addressed in #15869.cy.intercept(). Addressed in #16167.Dependency Updates:
cypress runand when selecting Electron browser incypress openfrom89.0.4348.1to89.0.4328.0. This was done to address a performance regression introduced in 7.0.0. Addressed in #16113.systeminformationfrom5.3.1to5.6.4. Addressed in #15819.lolexwith@sinonjs/fake-timers. Addressed in #15595.v7.1.0: 7.1.0Compare Source
Released 04/12/2021
Features:
before:spec,after:spec,before:run, andafter:runnow fire in interactive mode in addition to run mode. This requires theexperimentalInteractiveRunEventsflag to be enabled. Addressed in #15787.Bugfixes:
cypress.jsonis now correctly applied in the Component Test Runner. Fixes #15899.cy.intercept(routeMatcher, staticResponse)would still be sent to the destination server. Fixes #15841.v7.0.1: 7.0.1Compare Source
Released 04/07/2021
Bugfixes:
Enter. Addressed in #15833.--ipc=host. Fixes #15814 and #350.stderrin production builds of Cypress. Addressed in #15817.stdoutwhen the video cannot be found after a run. Addressed in #15828.tsconfig.jsonfile present. Addressed in #15828.Misc:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Mend Renovate. View repository job log here.