This repository was archived by the owner on May 27, 2022. It is now read-only.
Update dependency cypress to v4.6.0 #51
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:
4.5.0->4.6.0Release Notes
cypress-io/cypress
v4.6.0Compare Source
Released 5/20/2020
Features:
@cypress/webpack-preprocessorshould upgrade to v5.4.1 or later of the package which will correctly inline source maps. Addresses #881, #1761 and #3966.experimentalSourceRewritingconfiguration option totrue. Addresses #5273.have.text,have.id,have.data,have.value, andhave.attrassertions chainers are now automatically cast to strings for comparison. Addresses #7314.Bugfixes:
module: commonJSwhich Node.js and the browser expect. This fixes a situation where setting a different module in atsconfig.jsonwould cause errors to throw if you hadexport,importorasynckeywords in your code. Fixes #7005, #7011, #7043, and #7151.experimentalSourceRewritingis enabled, settinglocationorlocation.hrefto a relative href, or usinglocation.replaceorlocation.assignwith a relative href will no longer navigate the AUT to the wrong URL. Fixes #3975 and #3994.experimentalSourceRewritingis enabled, the use ofwindow.topandwindow.parentwill no longer cause the AUT to break out of the Cypress iframe. Fixes #5271 and #1467.experimentalSourceRewritingis enabled, calls towindow.frames,window.parent.frames, and otherframeswill no longer point to the wrong reference after being proxied through Cypress. Fixes #2664.experimentalSourceRewritingis enabled, scripts using theintegrityattribute for sub-resource integrity (SRI) will now load after being proxied through Cypress. Fixes #2393.experimentalSourceRewritingis enabled, the use ofdocument.locationto set the URL will no longer navigate the AUT to the wrong URL. Fixes #7402..clickwill now click in the correct coordinates when either x or y coordinate options are zero. Fixes #7319.onError is not a functionwhen a browser can't connect. Fixes #7217.force: trueoption to.select()to select options within a disabled<select>. Addresses #107..select()an<option>within a disabled<optgroup>. Fixes #7226.Cypress._.capitalizenow correctly behaves the same as Lodash's capitalize method. Fixes #7222.experimentalComponentTestingis enabled, clicking on a component spec now watches the correct file without assuming it is an integration file. Fixes #7244.cy.visit(). Fixes #6193.Misc:
--versioncommand when looking for available browsers from 5 seconds to 30 seconds. Addressed in #7366.Cypress.ConfigOptionstypes as a partial of the full options interface. Addresses #7238.Dependency Updates:
@cypress/browserify-preprocessorfrom2.2.2to2.2.3. Addressed in #7291.cookie-parserfrom1.4.4to1.4.5. Addressed in #7389.cypress-multi-reportersfrom1.2.4to1.4.0. Addressed in #7431.electronfrom8.2.3to8.3.0. Addressed in #7236 and #7387.image-sizefrom0.7.4to0.8.3. Addressed in #7236.jimpfrom0.9.3to0.12.0. Addressed in #7408.return-deep-difffrom0.3.0to0.4.0. Addressed in #7292.Renovate configuration
📅 Schedule: "after 9pm every weekday,before 5pm every weekday" in timezone Europe/Madrid.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR is behind base branch, 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.