Skip to content

Update dependency cypress-expect to v3 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 25, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress-expect 2.5.3 -> 3.1.5 age adoption passing confidence

Release Notes

bahmutov/cypress-expect (cypress-expect)

v3.1.5

Compare Source

Bug Fixes

v3.1.4

Compare Source

Bug Fixes

v3.1.3

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.7 (0336e62)

v3.1.2

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.6 (7ed629b)

v3.1.1

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.5 (ea47792)

v3.1.0

Compare Source

Features
  • empty expected spec support (ae2c3eb)

v3.0.0

Compare Source

Features
  • expect-exactly should specify spec structure (#​54) (8d052af)
BREAKING CHANGES
  • the "expected" JSON file now includes the spec file structure

before

{
  "1 passing 1 failing": {
    "passes": "passed",
    "fails": "fail"
  }
}

after

The file should include the structure matching the specs. For example, if the above test was from cypress/failing/spec.js file:

{
  "cypress": {
    "failing": {
      "spec.js": {
        "1 passing 1 failing": {
          "passes": "passed",
          "fails": "fail"
        }
      }
    }
  }
}

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency cypress-expect to v3 Update dependency cypress-expect to v3 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/cypress-expect-3.x branch April 3, 2023 23:22
@renovate renovate bot changed the title Update dependency cypress-expect to v3 - autoclosed Update dependency cypress-expect to v3 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/cypress-expect-3.x branch April 4, 2023 09:44
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 938503f to f3a9612 Compare June 1, 2024 05:18
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from f3a9612 to 05067ee Compare July 27, 2024 13:29
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 05067ee to 789913a Compare September 6, 2024 06:02
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 789913a to 30c3547 Compare December 7, 2024 07:19
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 30c3547 to 43376a3 Compare May 14, 2025 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants