Skip to content

Commit 8c3b9b6

Browse files
jdamore-linodeConal Ryan
authored andcommitted
tech-story: [M3-10569] - Upgrade Cypress from v14.3.0 to v15.4.0 (linode#12824)
* Upgrade Cypress from v14.3.0 to v15.4.0 * Add changeset
1 parent afe421c commit 8c3b9b6

4 files changed

Lines changed: 139 additions & 132 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Tech Stories
3+
---
4+
5+
Upgrade Cypress to v15.4.0 ([#12824](https://github.com/linode/manager/pull/12824))

packages/manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG IMAGE_REGISTRY=docker.io
66
ARG NODE_VERSION=22.19.0
77

88
# Cypress version.
9-
ARG CYPRESS_VERSION=14.3.0
9+
ARG CYPRESS_VERSION=15.4.0
1010

1111
# Node.js base image for Cloud Manager CI tasks.
1212
#

packages/manager/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@storybook/addon-docs": "^9.0.12",
131131
"@storybook/react-vite": "^9.0.12",
132132
"@swc/core": "^1.10.9",
133-
"@testing-library/cypress": "^10.0.3",
133+
"@testing-library/cypress": "^10.1.0",
134134
"@testing-library/dom": "^10.1.0",
135135
"@testing-library/jest-dom": "~6.4.2",
136136
"@testing-library/react": "~16.0.0",
@@ -163,14 +163,14 @@
163163
"chai-string": "^1.5.0",
164164
"concurrently": "^9.1.0",
165165
"css-mediaquery": "^0.1.2",
166-
"cypress": "14.3.0",
167-
"cypress-axe": "^1.6.0",
166+
"cypress": "15.4.0",
167+
"cypress-axe": "^1.7.0",
168168
"cypress-file-upload": "^5.0.8",
169169
"cypress-mochawesome-reporter": "^3.8.2",
170170
"cypress-multi-reporters": "^2.0.5",
171171
"cypress-on-fix": "^1.1.0",
172172
"cypress-real-events": "^1.14.0",
173-
"cypress-vite": "^1.6.0",
173+
"cypress-vite": "^1.7.0",
174174
"dotenv": "^16.0.3",
175175
"factory.ts": "^0.5.1",
176176
"glob": "^10.3.1",

0 commit comments

Comments
 (0)