This repository has been archived by the owner on Aug 5, 2019. It is now read-only.
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:
3.4.0
->3.4.1
Release Notes
cypress-io/cypress
v3.4.1
Compare Source
Released 7/29/2019
Dashboard Features:
Bugfixes:
and
chainable getter. Fixes #4833.include
andincludes
assertion chainers now correctly work the same ascontain
andcontains
assertion chainers. Fixes #4833.cy.type()
now factors in thereadonly
property of<input />
elements, and will wait for this property to befalse
before attempting to type. Fixes #1246.top
andlocation
in your application code are no longer modified whenmodifyObstructiveCode
istrue
. Fixes #4794.mocha-teamcity-reporter
dependency so that it no longer errors in certain situations when trying to access duration on tests. Fixes #4654.lodash
dependency to fix a security vulnerability warning. Fixes #4699, #4730, #4743.Misc:
react
,mobx
, etc. This should help to prevent conflicts with Developer Tools extensions and increase performance by reducing memory, heap allocation, and overall JS bundle size. Addresses #4844.npm install
. Addresses #4719.npm
package. Addresses #1573.cy.location()
and.should()
. Addresses #3684 and #4715.cy.contains(content, options)
syntax have been added. Addresses #4727.cy.once()
have been added. Addressed in #4788.{ parseSpecialCharSequences: false }
option tocy.type()
that disables parsing the special character sequences found between the{}
characters. This will now type what you've provided literally without any special parsing. Fixes #4287.Documentation Changes:
Dependency Updates
@ffmpeg-installer/ffmpeg
from1.0.17
to1.0.19
. Addressed in #4792.browserify
from13.3.0
to16.3.0
. Addressed in #4751, #4825 and #4826.data-uri-to-buffer
from1.2.0
to2.0.1
. Addressed in #4622.duplexify
from4.0.0
to4.1.1
. Addressed in #4853.graceful-fs
from4.1.15
to4.2.0
. Addressed in #4818.lodash
from4.17.11
to4.17.15
. Addressed in #4684, #4709, #4784.mocha-junit-reporter
from1.23.0
to1.23.1
. Addressed in #4785.p-queue
from1.2.0
to6.1.0
. Addressed in #4750.semver
from6.0.0
to6.3.0
. Addressed in #4797.Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.