[Snyk] Upgrade cypress from 3.7.0 to 3.8.3 #1
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.
Snyk has created this PR to upgrade cypress from 3.7.0 to 3.8.3.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.Release notes
Package name: cypress
Released 1/24/2020
Bugfixes:
cypress run
indicatingcould not find CRI target
when Cypress was unable to find the tab to control. Fixes #6053.cypress verify
will no longer error on some systems when-screen
is not defined. Fixes #6184.cy.type({ force: true })
to no longer forcibly type characters for readonly inputs. Fixes #6116.file
property. Fixes #1495.Misc:
cy.get()
are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #6145.Dependency Updates:
electron
from7.1.9
to7.1.10
. Addressed in #6242.electron
from7.1.7
to7.1.9
. Addressed in #6180.http-status-codes
from1.3.2
to1.4.0
. Addressed in #6134.socket.io
andsocket.io-client
from2.2.0
to2.3.0
. Addressed in #6179.Released 01/10/2020
Bugfixes:
unzip
is not installed where the progress ofcypress install
would show up to 200%. Fixes #5967transform
andheight
orwidth
are now properly seen as visible during visiblity checks. Addresses #5974.transform-style: preserve-3d
. Fixes #5682.overflow: hidden
are now properly calculated as invisible during visibility checks. Fixes #6093..type()
on number inputs to type non-number characters would not type the correct value. Fixes #6055.Misc:
cy.log()
are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #5625.CI_JOB_NAME
environment variable. Addressed in #6111.removeListener
andremoveAllListeners
have been added toCypress
andcy
. Addresses #5228.runUrl
property returned fromcypress.run()
has been added. Addresses #6087.Dependency Updates:
ansi_up
from4.0.3
to4.0.4
. Addressed in #6074.electron
from7.1.4
to7.1.7
. Addressed in #6085.Released 12/26/2019
Bugfixes:
cypress run --headless
would not run Chrome-family browsers headlessly. Fixes #5949.cy.setCookie()
,cy.clearCookie()
, andcy.getCookie()
has been removed. Fixes #5642..type()
on number inputs to type non-number characters or the{enter}
special character would not type the correct value. Fixes #5968 and #5997.Misc:
cy.location()
have been improved. Addresses #5574.Dependency Updates:
get-port
from5.0.0
to5.1.0
. Addressed in #6004.chrome-remote-interface
from0.28.0
to0.28.1
. Addressed in #6008.which
from1.3.1
to2.0.2
. Addressed in #6017.ansi_up
from1.3.0
to4.0.3
. Addressed in #4331.jimp
from0.6.4
to0.9.3
. Addressed in #4331.Released 12/12/2019
Features:
cypress run --headless --browser chrome
. Addresses #832.--tag
argument to be used to identify separate runs. Any tags assigned will be shown on the run in the Cypress Dashboard. Addresses #2561..its()
and.invoke()
now accept anoptions
object to allow changing logging options. Addresses #1450.unzip
binary duringcypress install
before trying the slower, Node.js-based unzipping method. Addresses #3803.Bugfixes:
--config
or--env
command line flags. Fixes #5466.Cookie
header during "cy.visit()
visit orcy.request()
would be overwritten by theCookie
header generated from the browser's cookie store. Fixes #5894.cy.getCookie()
would incorrectly filter cookies by their domain, leading to unexpected results. Fixes #5656..type({ force: true })
on hidden inputs would not type the correct characters. Fixes #5835..type()
was not respecting previous selections if the current value of the input was the same as the key. This also fixed an where.type()
would not respect previous selections in non-selectionRange inputs (like email or number inputs). Fixes #5703.scale(0)
orrotateY(90deg)
as not visible. Fixes #723.env
configuration option displays properly within the settings panel. Previously, setting env options would incorrectly render"undefined"
as the value. Fixes #5859.Misc:
0
forcy.viewport()
Addresses #5871 and #5892.config.browser
that are not of the Chrome family. It also supports showing the Firefox logo (in preparation for Firefox browser support). Fixes #5745.cy.request
will now automatically encode special characters in the request URL, including Unicode. Addresses #5274.ELECTRON_EXTRA_LAUNCH_ARGS
. Addresses #5807.Dependency Updates:
ansi-escapes
from4.2.1
to4.3.0
. Addressed in #5815.electron-context-menu
from0.11.0
to0.15.1
. Addressed in #5495.Released 11/27/2019
Features:
browsers
array is also editable within plugins by accessingconfig.browsers
via the Configuration API. The currently available browsers are also displayed within the configuration panel under Settings in the Test Runner. Addresses #5067.Bugfixes:
cy.visit
that changes superdomain would incorrectly clear cookies of other domains. Fixes #5756.cy.visit
or in acy.request
with a customDomain
that is not a subdomain of the current domain would fail to set. Fixes #5656.cy.type
to send duplicate modifier keys. Fixes #5622.followRedirect: false
would fail if aSet-Cookie
header was present in the response. Fixes #5654.window
is no longerundefined
within the application under test when called within asetTimeout
during strict mode. Fixes #5707.--ci-build-id
andgroup
flag arguments duringcypress run
. Fixes #5686.have.all.keys
assertion now correctly display. Fixes #753.cy.visit()
on acleverapp.io
domain. Fixes #5722.null
would cause an error. Fixes #472.Misc:
position: fixed
and is being overflowed over. Addresses #1379.cy.visit
s that cause a superdomain change will now result in 2 requests to the origin server. This should not affect tests, as tests will still re-run on a superdomain change. This is a side-effect of the fix for #5756.Dependency Updates:
parse-domain
from2.0.0
to2.3.4
. Addressed in #5726.Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs