Commit 2c81df15 authored by David Sveningsson's avatar David Sveningsson
Browse files

feat(deps): remove support for cypress v12

BREAKING CHANGE: Cypress v13 or later is now required.
parent c6b4ca3b
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ Cypress compatibility:
  parallel:
    matrix:
      - CYPRESS_MATRIX:
          - 12
          - 13
          - 14
          - 15
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ It automatically fetches the active source markup from the browser and validates

- Node.js v22 or later.
- `html-validate` v8 or later.
- `cypress` v12 or later.
- `cypress` v13 or later.

## Installation

@@ -18,7 +18,7 @@ With NPM 7 or later it will be satisfied by the peer dependency but for a more c

## Usage

### Setup (Cypress 12+)
### Setup (Cypress 13+)

Import the plugin:

+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
        "node": "^22.16 || >= 24.0.0"
      },
      "peerDependencies": {
        "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
        "cypress": "^13.0.0 || ^14.0.0 || ^15.0.0",
        "html-validate": "^8.10.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
      }
    },
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@
    "typescript": "6.0.3"
  },
  "peerDependencies": {
    "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
    "cypress": "^13.0.0 || ^14.0.0 || ^15.0.0",
    "html-validate": "^8.10.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
  },
  "engines": {