Skip to content

Commit 4f35f92

Browse files
chore(deps): update dependency cypress to v14.3.0 (#1631)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`14.2.1` -> `14.3.0`](https://renovatebot.com/diffs/npm/cypress/14.2.1/14.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/14.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/14.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/14.2.1/14.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/14.2.1/14.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v14.3.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v14.3.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v14.2.1...v14.3.0) Changelog: https://docs.cypress.io/app/references/changelog#14-3-0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 1e539f7 commit 4f35f92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/react-dom": "18.3.6",
8181
"@types/request-ip": "0.0.41",
8282
"core-js": "3.41.0",
83-
"cypress": "14.2.1",
83+
"cypress": "14.3.0",
8484
"eslint": "8.57.1",
8585
"eslint-config-next": "15.2.4",
8686
"husky": "9.1.7",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -5198,9 +5198,9 @@ __metadata:
51985198
languageName: node
51995199
linkType: hard
52005200

5201-
"cypress@npm:14.2.1":
5202-
version: 14.2.1
5203-
resolution: "cypress@npm:14.2.1"
5201+
"cypress@npm:14.3.0":
5202+
version: 14.3.0
5203+
resolution: "cypress@npm:14.3.0"
52045204
dependencies:
52055205
"@cypress/request": "npm:^3.0.8"
52065206
"@cypress/xvfb": "npm:^1.2.4"
@@ -5247,7 +5247,7 @@ __metadata:
52475247
yauzl: "npm:^2.10.0"
52485248
bin:
52495249
cypress: bin/cypress
5250-
checksum: 10c0/d6fb64193098a9d4e55c42d81f427c42eaf1fc015179a4d17706f8c808fe672e1f400bdac90ea280dc8da7c3c80feaf58aa3b230e90877e04199e3c1394381be
5250+
checksum: 10c0/c331d748498c4b309aa5c94c1372723c690deb6d7c644167cd45fd2079dc8b9a2c32fe4f4a64a0828449faac32e62fbe680ee048e623488b903c2c9742683f07
52515251
languageName: node
52525252
linkType: hard
52535253

@@ -10343,7 +10343,7 @@ __metadata:
1034310343
class-transformer: "npm:0.5.1"
1034410344
class-validator: "npm:0.14.1"
1034510345
core-js: "npm:3.41.0"
10346-
cypress: "npm:14.2.1"
10346+
cypress: "npm:14.3.0"
1034710347
dotenv: "npm:16.4.7"
1034810348
eslint: "npm:8.57.1"
1034910349
eslint-config-next: "npm:15.2.4"

0 commit comments

Comments
 (0)