chore(deps): update dependency @cypress/vite-plugin-cypress-esm to v1.1.2 #609
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:
1.0.0
->1.1.2
Release Notes
cypress-io/cypress (@cypress/vite-plugin-cypress-esm)
v1.1.2
: 1.1.2Compare Source
Released 11/26/2017
Bugfixes:
.type()
adhering tomaxlength
incorrectly. Special character sequences were not respected. Now.type()
works with special characters and implements a complete fix formaxlength
. In addition to it working, it now fires all applicable browser events without modifying the actual input value. Fixes #955.Documentation Changes:
v1.1.1
: 1.1.1Compare Source
Released 11/20/2017
Bugfixes:
reject
function. Fixes #934..type()
now respects themaxlength
attribute and will not type beyond it. Fixes #928.v1.1.0
: 1.1.0Compare Source
Released 11/19/2017
Summary:
cypress/plugins/index.js
file to new and existing projects. Using this file will enable you to modify the internals of Cypress running in the backgroundnode
process. This means you will be able to usenode
API's that are executed outside of the browser.browserify
preprocessor into its own package - @cypress/browserify-preprocessor://github.com/cypress-io/cypress-browserify-preprocessor. This is bundled with Cypress, but it is extracted so it can be used / modified by you to change the default options we pass tobrowserify
. Additionally, you can swap out this preprocessor for something else entirely.Features:
file:preprocessor
. Fixes #580 and #581.browserify
preprocessor. Fixes #343 and #905.browserify
preprocessor. Fixes #663.Bugfixes:
cy.contains(selector, regexp)
now works as intended. Fixes #801.cy.viewport()
resolves if only width or only height changes. Fixes #873.Misc:
--global
option useful withcypress open
to force Cypress to open in global mode. This is helpful when you have multiple nested Cypress projects but only want to install Cypress once in the root project. Fixes #889.reporterOptions
as an object literal like it does for theenv
andconfig
properties. Fixes #899.Documentation Changes:
v1.0.1
Compare Source
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" 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.