Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
cypress-expect 2.5.3 -> 3.1.5 age 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 force-pushed the renovate/cypress-expect-3.x branch from f4c7d5e to ac5f7b8 Compare June 4, 2024 23:47
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from ac5f7b8 to c1d590e Compare July 27, 2024 16:59
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from c1d590e to cd49928 Compare September 6, 2024 04:36
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from cd49928 to 5ddb8fe Compare December 7, 2024 07:28
@renovate renovate bot changed the title Update dependency cypress-expect to v3 Update dependency cypress-expect to v3 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/cypress-expect-3.x branch December 8, 2024 18:48
@renovate renovate bot changed the title Update dependency cypress-expect to v3 - autoclosed Update dependency cypress-expect to v3 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from a5d89f4 to 5ddb8fe Compare December 8, 2024 22:00
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 5ddb8fe to 280022e Compare May 14, 2025 09:32
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