cypress-fiddle
cypress-fiddle copied to clipboard
chore(deps): update dependency cypress-pipe to v2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| cypress-pipe | 1.7.0 -> 2.0.0 |
Release Notes
NicholasBoll/cypress-pipe
v2.0.0
- feat: Add support for
cy.within.
BREAKING CHANGE:
Previously cy.pipe() without a previous chain would fall back to using the body element always. Now, if the cy.pipe is inside a cy.within, the withinSubject will be used instead.
Before:
cy.get('.foobar').within(() => {
cy.pipe(el => el) // el is the body element
})
After:
cy.get('.foobar').within(() => {
cy.pipe(el => el) // el is the element with a `foobar` class name
})
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am on saturday" in timezone America/New_York, 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.