This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Update dependency cypress to v6.9.1#537
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
c8af581 to
f791b22
Compare
f791b22 to
2cd00a0
Compare
2cd00a0 to
d7a1b7a
Compare
b78a17b to
329e915
Compare
329e915 to
81d4607
Compare
81d4607 to
9a2bdd5
Compare
9a2bdd5 to
bc0c3e3
Compare
41ebdce to
dc5ec75
Compare
fbc8222 to
1421109
Compare
1421109 to
fa9373b
Compare
12642f9 to
10c0904
Compare
10c0904 to
05d0c61
Compare
05d0c61 to
b32c17d
Compare
b32c17d to
7f94eac
Compare
7f94eac to
17ab57e
Compare
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
6.0.0->6.9.1ℹ️ Find our documentation at https://github.com/Financial-Times/next/wiki/Renovate.
Release Notes
cypress-io/cypress
v6.8.0: 6.8.0Compare Source
Released 3/17/2021
User Experience:
Bugfixes:
experimentalStudio, Cypress Studio the icon to add commands will now fully display on long test titles. Fixes #15182.v6.7.1: 6.7.1Compare Source
Released 3/15/2021
Bugfixes:
scroll-behavior: smoothno longer fails Cypress's actionability check. Fixes #15453.projectIdwill be written correctly to thecypress.jsonfile on initial creation without an extra config object. Fixes #15497.v6.7.0: 6.7.0Compare Source
Released 3/15/2021
Features:
experimentalRunEventsconfiguration flag has been removed. You can now listen tobefore:run,after:run,before:specandafter:specevents in the plugins file without needing theexperimentalRunEventsconfiguration option. See thebefore:run,after:run,before:specandafter:specdocs for more information. Addressed in #15276.Bugfixes:
cy.wait()no longer falsely returns a timeout when the user aborts an XHR. Fixes #9549..clear()and.type('{selectall}{del}')now behave the same when they're used against elements that contain text inputs. Fixes #8447.experimentalStudio, Cypress Studio now records typing by using the value of the input rather than the keys that were pressed. Studio also no longer records pressing special keys (such as arrows or ctrl) except for Enter. Fixes #15023.mouse downevent, fixes #8279.Misc:
Dependency Updates:
electronfrom11.2.3to11.3.0. Addressed in #15201.v6.6.0: 6.6.0Compare Source
Released 2/18/2021
Features:
Dependency Updates:
ramdato version0.27.1. Addressed in #14958.v6.5.0: 6.5.0Compare Source
Released 2/15/2021
Performance:
cypress openandcypress run. Addresses #15075.Bugfixes:
Cypress.ondid not support chaining. Addresses #14991..zipcould become corrupted and break the install process. Addresses #4595.Misc:
autoEndto the types forLogConfig. Addresses #9590.Dependency Updates:
electronto version11.2.3. Addresses #15056.v6.4.0: 6.4.0Compare Source
Released 2/1/2021
Features:
delayMsoption forcy.intercept()has been renamed todelay.delayMswill still work, but it is deprecated and will be removed in a future release. Addresses #14822.Bugfixes:
cy.type()commands. Addresses #14684.watchForFileChanges: false. Addresses #14744.cy.click()beforecy.type(). Addresses #14685.cy.interceptwhere aliases set viareq.aliascontaining a period character would not work as expected. Addresses #14444.cy.interceptwould not work as expected. Addresses #14446 and #14511.Misc:
Dependency Updates:
recastto version0.20.4. Addresses #14623.registry-jsto version1.13.0. Addresses #14668.@cypress/get-windows-proxyto version1.6.2. Addresses #14711.systeminformationto version4.31.1. Addresses #14715.semantic-releaseto version17.2.3. Addresses #14713.electron to version11.2.1`. Addresses #14764.v6.3.0: 6.3.0Compare Source
Released 1/19/2021
Features:
experimentalStudioattribute to your configuration,cypress.jsonby default. Address #73.downloadsFolderwhich is set tocypress/downloadsby default. ThedownloadsFolderwill be deleted before each run unlesstrashAssetsBeforeRunsis set tofalse. Addresses #949.Bugfixes:
.only, the error will now correctly display in the Command Log. Fixes #14455.--keyflag when followed by other CLI flags. Fixed #14593.afterEachhook. Fixes #9209.waitForAnimationsset tofalseno longer affects whether Cypress fires actions on inner elements. Fixes #14370.CYPRESS_prefixed env variables containing commas to be parsed as multiple values. Fixes #8818.have.valueon an undefined subject would throw an error. Fixes #14359.Misc:
Dependency Updates:
node-sasswithsass. Addressed in #14415.debugfrom4.1.1to4.3.1. Addressed in #14583.electronfrom11.0.3to11.2.0. Addressed in #14567.electron-builderfrom22.8.0to22.9.1. Addressed in #14493.shell-envfrom3.0.0to3.0.1. Addressed in #14622.uuidfrom8.2.0to8.3.2. Addressed in #14170.v6.2.1: 6.2.1Compare Source
Released 1/4/2021
Bugfixes:
cypress run. Fixes #9040.multipart/form-datais no longer wrongly encoded when usingcy.intercept(). This should preventUnexpected end of multipart dataerrors on the back end service where the request was pointing to. Fixes #9359.cy.contains()no longer throws an error when a single quote is used inside its argument when RegExp. Fixes #8626.capture: 'runner'to acy.screenshot()command inside.within()now screenshots the entire Test Runner as expected. Fixes #14253.Cypress.dom.isJquery()now always returns a boolean instead ofundefinedsometimes. Fixes #14278.calledOnceWithandcalledOnceWithExactlysinon matchers no longer throw an error when used within Cypress. Fixes #9644.--disable-backgrounding-occluded-windowsas a default flag to Chrome to prevent backgrounding rendering when the Cypress window is occluded. Fixes #9604.Misc:
Dependency Updates:
devtools-protocolfrom0.0.734984to0.0.839267. Addressed in #14353.electronfrom11.0.3to11.1.1. Addressed in #14352.v6.2.0: 6.2.0Compare Source
Released 12/21/2020
Features:
before:runandafter:runevents in the plugins file. See thebefore:runandafter:rundocs for more information. Addressed in #14238 and #14263.before:specandafter:specevents in the plugins file. See thebefore:specandafter:specdocs for more information. Addressed in #9646 and #14178.Timed out retryingerror message now displays the amount of time Cypress retried. Addresses #5781.Bugfixes:
cy.intercept()usingcy.get()will no longer always yieldnull. Fixes #9306.cy.intercept()will now automatically responds to CORS preflight requests (HTTPOPTIONSrequests) that match defined routes. Fixes #9599.forceNetworkErrorcan now be awaited usingcy.intercept()andcy.wait(). Fixes #9062.cy.log()inside.then()no longer breaks the subject value in the command chain. Fixes #8084.Cypress.Commands.overwriteto overwrite.then()now preserves the properthiscontext and sets aliases correctly. Fixes #5101.Cypress.Commands.overwriteto overwritecy.route()orcy.intercept()and wait on its alias now properly works. Fixes #3890 and #9580.Misc:
scrollBehavioris now an allowed type when passed as test configuration. Addresses #9643.FileObjecttype for the file argument of thefile:preprocessorevent now includes theEventEmittertype. Addresses #9276.Dependency Updates:
electronfrom11.0.2to11.0.3. Addressed in #9409.v6.1.0: 6.1.0Compare Source
Released 12/07/2020
Features:
scrollBehaviorconfiguration option that controls the viewport position when an element is scrolled prior to action commands. Possible values are'top','bottom','center','nearest', andfalse, with'top'being the default.scrollBehavior: falsedisables scrolling altogether.scrollBehaviorcan be specified in global configuration, test configuration or individual action commands viaoptions. Addresses #871 and #4356.Bugfixes:
cy.intercept()will now automatically setAccess-Control-Allow-OriginandAccess-Control-Allow-Credentialsto permissive values unless explicitly overridden. Fixes #9264.Cannot read property "fireChangeEvent" of undefinederror will no longer throw during a race condition when usingcy.intercept(). https://github.com/cypress-io/cypress/issues/9170cy.intercept(). Fixes #8934 and #8999.cy.intercept()unless dynamically intercepted. Addressed in #9097.before()hook. Fixes #9162./from URLs when they are explicitly passed with query paramaters. Fixes #9360.Cypress.dom.isVisiblebehavior for elements withposition: fixed, addresses #8998 and #9031.Deprecations:
Deprecations still work as before but will be removed from Cypress in a future release. We encourage you to update your code now to remove uses of deprecations.
Cypress.momenthas been deprecated and will be replaced in a future release. Consider migrating to a different datetime formatter. Addresses #8714.Misc:
waitForAnimationsandanimationDistanceThresholdtypes are now included for all actionable commands. Addresses #8854.Dependency Updates:
mocha-junit-reporterfrom1.23.1to2.0.0. Addressed in #9528.v6.0.1: 6.0.1Compare Source
Released 11/30/2020
Bugfixes:
Option 'sourceMap' cannot be specified with option 'inlineSourceMap'error to throw when settingsourceMapin your tsconfig. Fixes #8477.cy.screenshot()no longer throws an"offset" is out of rangeerror when Cypress attempts to crop the image. Fixes #2034.cy.screenshot()types won't mistakenly display the command as deprecated. Fixes #9303.cy.intercept(). Fixes #9313.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.