bahmutov / cyclope

Cypress DOM snapshots and consistent image diffing in the cloud
13 stars 2 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

bahmutov/cypress-expect ### [`v3.1.0`](https://togithub.com/bahmutov/cypress-expect/releases/tag/v3.1.0) [Compare Source](https://togithub.com/bahmutov/cypress-expect/compare/v3.0.0...v3.1.0) ##### Features - empty expected spec support ([ae2c3eb](https://togithub.com/bahmutov/cypress-expect/commit/ae2c3eb4cc48519f8dfd438d5facc0f1303aee12)) ### [`v3.0.0`](https://togithub.com/bahmutov/cypress-expect/releases/tag/v3.0.0) [Compare Source](https://togithub.com/bahmutov/cypress-expect/compare/v2.5.3...v3.0.0) ##### Features - expect-exactly should specify spec structure ([#​54](https://togithub.com/bahmutov/cypress-expect/issues/54)) ([8d052af](https://togithub.com/bahmutov/cypress-expect/commit/8d052af4d51981d833f0b5b6d2eedaf214117305)) ##### BREAKING CHANGES - the "expected" JSON file now includes the spec file structure #### before ```json { "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: ```json { "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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.4.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: