Skip to content

fix(cypress-commands): allow peer-dependency cypress to use v12 & v13 #5023

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

Merged
merged 3 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.0",
"@ui5/webcomponents-cypress-commands": "^1.12.0",
"cypress": "^12.12.0",
"cypress": "^13.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@vitejs/plugin-react": "^4.0.0",
"chromatic": "^6.5.3",
"cssnano": "^6.0.1",
"cypress": "^12.1.0",
"cypress": "^13.0.0",
"cypress-real-events": "^1.8.1",
"dedent": "^1.0.0",
"eslint": "^8.35.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clean": "rimraf dist api.json"
},
"peerDependencies": {
"cypress": "^12.0.0"
"cypress": "^12.0.0 || ^13.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2275,9 +2275,9 @@ __metadata:
languageName: node
linkType: hard

"@cypress/request@npm:2.88.12":
version: 2.88.12
resolution: "@cypress/request@npm:2.88.12"
"@cypress/request@npm:^3.0.0":
version: 3.0.0
resolution: "@cypress/request@npm:3.0.0"
dependencies:
aws-sign2: ~0.7.0
aws4: ^1.8.0
Expand All @@ -2297,7 +2297,7 @@ __metadata:
tough-cookie: ^4.1.3
tunnel-agent: ^0.6.0
uuid: ^8.3.2
checksum: 2c6fbf7f3127d41bffca8374beaa8cf95450495a8a077b00309ea9d94dd2a4da450a77fe038e8ad26c97cdd7c39b65c53c850f8338ce9bc2dbe23ce2e2b48329
checksum: 8ec81075b800b84df8a616dce820a194d562a35df251da234f849344022979f3675baa0b82988843f979a488e39bc1eec6204cfe660c75ace9bf4d2951edec43
languageName: node
linkType: hard

Expand Down Expand Up @@ -6443,7 +6443,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ui5/webcomponents-cypress-commands@workspace:packages/cypress-commands"
peerDependencies:
cypress: ^12.0.0
cypress: ^12.0.0 || ^13.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9302,11 +9302,11 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:^12.1.0":
version: 12.17.4
resolution: "cypress@npm:12.17.4"
"cypress@npm:^13.0.0":
version: 13.0.0
resolution: "cypress@npm:13.0.0"
dependencies:
"@cypress/request": 2.88.12
"@cypress/request": ^3.0.0
"@cypress/xvfb": ^1.2.4
"@types/node": ^16.18.39
"@types/sinonjs__fake-timers": 8.1.1
Expand Down Expand Up @@ -9351,7 +9351,7 @@ __metadata:
yauzl: ^2.10.0
bin:
cypress: bin/cypress
checksum: c9c79f5493b23e9c8cfb92d45d50ea9d0fae54210dde203bfa794a79436faf60108d826fe9007a7d67fddf7919802ad8f006b7ae56c5c198c75d5bc85bbc851b
checksum: 223dddfd85dbde5e3a915e87b6cb176b99a9e5bcc24baa40cd5b9ca4a93315a95cf53c5c6ac3a6984f59be55ffc8b58b93a713c0ddcb63a5f4996229cce70329
languageName: node
linkType: hard

Expand Down Expand Up @@ -21607,7 +21607,7 @@ __metadata:
"@vitejs/plugin-react": ^4.0.0
chromatic: ^6.5.3
cssnano: ^6.0.1
cypress: ^12.1.0
cypress: ^13.0.0
cypress-real-events: ^1.8.1
dedent: ^1.0.0
eslint: ^8.35.0
Expand Down