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

chore(deps): update dependency cypress-expect to v3 #67

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 7 times, most recently from febb88d to d6885ee Compare March 30, 2023 06:13
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from d6885ee to 2e6fda9 Compare April 1, 2023 19:16
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from 1853794 to 5e2a0d6 Compare April 19, 2023 05:55
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 3 times, most recently from 534aa94 to 6f74ba3 Compare April 29, 2023 05:55
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 3 times, most recently from d16a984 to c824130 Compare May 11, 2023 03:47
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from a5b705d to b1e83b7 Compare May 25, 2023 05:56
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 4 times, most recently from 85e8671 to 7a54b01 Compare June 10, 2023 06:06
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 4 times, most recently from 38ff855 to 5889fb3 Compare June 28, 2023 04:01
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 5889fb3 to ed9ad64 Compare June 29, 2023 07:08
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 03422c9 to bf52cc9 Compare July 7, 2023 07:38
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from a0a6cce to ea1a336 Compare June 6, 2024 04:50
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from fda4a72 to c1b13a4 Compare June 20, 2024 04:27
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from 7996f0e to fdc4b12 Compare July 3, 2024 04:10
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from f923c76 to 64a3f37 Compare July 18, 2024 05:05
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 3 times, most recently from d69781d to 8573c43 Compare August 2, 2024 04:51
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 3 times, most recently from 845c7e0 to 17fbb77 Compare August 17, 2024 17:12
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 4 times, most recently from 3b94d09 to c3b2f77 Compare August 31, 2024 04:54
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 3 times, most recently from a88690c to af3e4df Compare September 11, 2024 06:11
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 3 times, most recently from fa1ef06 to 1ef9a49 Compare September 28, 2024 07:31
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 4 times, most recently from 0a681a3 to 560c964 Compare October 26, 2024 08:08
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 560c964 to ed0e3c2 Compare November 6, 2024 08:06
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from ed0e3c2 to 5d2ff25 Compare November 7, 2024 04:08
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