Skip to content

support for cypress v4 #118

Closed
Closed
@travi

Description

@travi
  • cypress-testing-library version: v5.2.1
  • node version: v10.19.0
  • npm (or yarn) version: v6.13.4

Relevant code or config

"cypress": "^2.1.0 || ^3.0.0"

What you did:

installed v4.0.0 of cypress and ran npm ls

What happened:

slightly different versions in this project, but was the first i found with public logs: https://travis-ci.com/travi-org/theme-components/builds/147829710#L301-L313

Reproduction repository:

travi-org/theme-components#4

Problem description:

the peer ranges defined as compatible for cypress do not include v4.0.0 that was released today: https://docs.cypress.io/guides/references/changelog.html#4-0-0

Suggested solution:

add ^4.0.0 to the allowed peer ranges:

"cypress": "^2.1.0 || ^3.0.0" 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions