Skip to content
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

Update dependency cypress-expect to v3 #104

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2023

This PR contains the following updates:

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

Release Notes

bahmutov/cypress-expect (cypress-expect)

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" 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.


  • 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 force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from 5cce8a8 to ba5c39c Compare January 25, 2023 09:39
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from ba5c39c to 86431d1 Compare February 3, 2023 04:32
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 8 times, most recently from a7794a1 to 7ef6e84 Compare March 4, 2023 10:07
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 3 times, most recently from 7ceecc2 to 3bdfe98 Compare March 10, 2023 08:30
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 11 times, most recently from d68609f to 0b3752a Compare March 22, 2023 05:16
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 3 times, most recently from 7960a69 to 7f7f74e Compare March 30, 2023 04:42
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 4 times, most recently from b4c92e6 to 9222158 Compare August 3, 2024 04:25
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from b93b4d2 to 7d312e9 Compare August 8, 2024 06:18
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from e1877dc to 70885f1 Compare August 16, 2024 04:43
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 5 times, most recently from 550ab3e to cab70b1 Compare August 30, 2024 06:34
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 4 times, most recently from 2c000c3 to d0c45f9 Compare September 6, 2024 04:44
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 4 times, most recently from f19008c to 6ada729 Compare September 13, 2024 03:29
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 4 times, most recently from 381670b to eddddfc Compare September 28, 2024 06:07
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from e04d204 to 6c4cc61 Compare September 29, 2024 04:11
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 6c4cc61 to 8db5344 Compare October 25, 2024 06:30
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 8db5344 to fc1a050 Compare October 26, 2024 07:57
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