chore(deps): update dependency @cypress/eslint-plugin-dev to v5.3.3 #884
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.0.2
->5.3.3
Release Notes
cypress-io/cypress (@cypress/eslint-plugin-dev)
v5.3.3
Compare Source
v5.3.2
Compare Source
v5.3.1
Compare Source
v5.3.0
: 5.3.0Compare Source
Released 9/28/2020
Features:
firefoxGcInterval
workaround. The desktop GUI will display a warning if such versions are used.Bugfixes:
cy.route2
would not automatically JSONify an empty array handler. Addresses #8532.cy.wait
on acy.route2
alias would not always have aresponse
property. Addresses #8536.cy.route2
routes would not be able to intercept requests to HTTPS destinations on a different origin. Addresses #8487.undefined
after certain assertion failures. Addresses #5763.cy.task
with no arguments passed would receivenull
as the first argument instead ofundefined
. Addresses #5913.cy.visit()
s to a relative URL containing..
would not work. Addresses #5090.cy.setCookie
failed when given a cookie name with a__Host-
prefix. Addresses #8261.Error
object. Addresses #7870.Misc:
Content-Security-Policy-Report-Only
header the same way that it does forContent-Security-Policy
. Addresses #7936.status
property toCypressRunResult
objects. Addresses #8580.CYPRESS_INSTALL_BINARY
now takes precedence over npm config. Addresses #8488.v5.2.0
: 5.2.0Compare Source
Released 9/15/2020
Features:
includeShadowDom
for enabling shadow DOM querying globally, per-suite, per-test, or programmatically. Addresses #8442.followRedirect
option to request interception withcy.route2()
, allowing redirects to be followed before continuing to response interception. Addresses #7967.delayMs
andthrottleKbps
when stubbing static responses withcy.route2()
. Addresses #7661.CYPRESS_BINARY_INSTALL
environment 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 acontenteditable
element. Addresses #8465.cy.type()
now fires aKeyboardEvent
event instead of anEvent
event. Addresses #6125 and #5650.cy.getCookie()
would be called twice. Addresses #6672.Documentation Changes:
cy.route2()
. Addresses #8489.cy.route2()
. Addresses #8468.Misc:
experimentalShadowDomSupport
configuration 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()
, addingPromise
to the list of allowed return types. Addresses #7807.v5.1.0
: 5.1.0Compare Source
Released 9/1/2020
Features:
experimentalNetworkStubbing
enabled, thecy.route2
command is available.XMLHttpRequest
s,fetch
requests, beacons, and subresources (like iframes and scripts).cy.trigger()
now accepts aneventConstructor
option for specifying the constructor with which to create the event to trigger. Addresses #5650.Bugfixes:
retries
toTestOptions
types. Addresses #8405.specType
field onCypress.spec
. Addresses #8256.noproxy
is set, unexpected behavior could occur. Addresses #8287..mjs
files. Addresses #8361..should
with only chainer assertions will now throw an error. Addresses #883.cy.trigger()
now includes theview
property in the event object when appropriate. Addresses #3686.Dependency Updates:
iconv-lite
to version0.6.2
. Addresses #8387.command-exists
to version1.2.9
. Addresses #8388.electron
to version9.2.1
. Addresses #8436.Configuration
📅 Schedule: Branch creation - "after 2am and before 3am on sunday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.