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 #39

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.4 age adoption passing confidence

Release Notes

bahmutov/cypress-expect (cypress-expect)

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 3 times, most recently from 9976143 to 0ba1d46 Compare February 3, 2023 03:26
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 0ba1d46 to 60f0b53 Compare February 18, 2023 05:07
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 60f0b53 to dbb5423 Compare February 25, 2023 07:52
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from 57a4612 to d005263 Compare March 16, 2023 01:22
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from d005263 to 6a97d00 Compare March 29, 2023 08:11
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 6a97d00 to afad2ef Compare April 18, 2023 00:06
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from afad2ef to 3ea0df7 Compare April 27, 2023 05:54
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 3ea0df7 to 977e7c6 Compare May 10, 2023 02:00
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 977e7c6 to cbd6ade Compare May 24, 2023 04:42
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from cbd6ade to a25916d Compare June 8, 2023 03:39
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from 4af87fc to 0f721eb Compare June 27, 2023 03:49
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch 2 times, most recently from 92ab621 to 5a1a956 Compare July 11, 2023 00:17
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 5a1a956 to 9b464d2 Compare July 21, 2023 00:51
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 9b464d2 to e697cfa Compare August 2, 2023 01:11
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from e697cfa to 22a1a6f Compare August 16, 2023 00:53
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 22a1a6f to 3eb6d4c Compare June 1, 2024 05:02
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 3eb6d4c to 95d1810 Compare July 27, 2024 16:48
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 95d1810 to 89b56fc Compare September 6, 2024 04:40
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 89b56fc to 435fca9 Compare December 7, 2024 07:54
@renovate renovate bot changed the title chore(deps): update dependency cypress-expect to v3 chore(deps): 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:30
@renovate renovate bot changed the title chore(deps): update dependency cypress-expect to v3 - autoclosed chore(deps): update dependency cypress-expect to v3 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from ef3ab6e to 435fca9 Compare December 9, 2024 00:20
@renovate renovate bot force-pushed the renovate/cypress-expect-3.x branch from 435fca9 to 95911b6 Compare December 9, 2024 04:06
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