Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Update dependency cypress-pipe to v2 #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress-pipe 1.7.0 -> 2.0.0 age adoption passing confidence

Release Notes

NicholasBoll/cypress-pipe

v2.0.0

Compare Source

  • 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 - "every weekend" 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch 4 times, most recently from 32946fd to 21406c6 Compare January 23, 2021 19:09
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch 9 times, most recently from ea31ef3 to 9292ec8 Compare February 20, 2021 06:13
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch from 9292ec8 to 97ee37c Compare March 6, 2021 05:32
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch 3 times, most recently from 9424782 to d01bbb2 Compare March 20, 2021 10:14
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch 3 times, most recently from 37806d9 to f5d7f14 Compare April 3, 2021 05:20
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch 2 times, most recently from 3a8916e to 5635f59 Compare April 10, 2021 05:03
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch 4 times, most recently from 157e6e3 to a897a96 Compare April 24, 2021 07:15
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch 2 times, most recently from 53f9809 to 771f6dd Compare May 8, 2021 04:52
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch from 771f6dd to f989e54 Compare May 22, 2021 05:26
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch from f989e54 to b3225d5 Compare June 19, 2021 07:17
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch from b3225d5 to 991f03a Compare June 26, 2021 06:59
@renovate renovate bot force-pushed the renovate/cypress-pipe-2.x branch from 991f03a to 6d62112 Compare June 26, 2021 08:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant