Skip to content

Commit 24e037e

Browse files
authored
chore(deps): update cypress to 15.9.0 (cypress-io#1631)
update Docker image to cypress/browsers:24.13.0
1 parent 76ac25c commit 24e037e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+128
-128
lines changed

.github/workflows/example-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Cypress Docker image documentation on https://github.com/cypress-io/cypress-docker-images
1717
# Available cypress/browsers tags listed on https://hub.docker.com/r/cypress/browsers/tags
1818
container:
19-
image: cypress/browsers:24.11.0
19+
image: cypress/browsers:24.13.0
2020
options: --user 1001
2121
steps:
2222
- name: Checkout

.github/workflows/example-install-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
3030

3131
- name: Install Cypress 📥
32-
run: npm install cypress@15.8.2 --save-dev
32+
run: npm install cypress@15.9.0 --save-dev
3333

3434
- name: Cypress tests 🧪
3535
uses: ./ # if copying, replace with cypress-io/github-action@v6

examples/basic-pnpm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"private": true,
1010
"devDependencies": {
11-
"cypress": "15.8.2"
11+
"cypress": "15.9.0"
1212
}
1313
}

examples/basic-pnpm/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"private": true,
1010
"devDependencies": {
11-
"cypress": "15.8.2"
11+
"cypress": "15.9.0"
1212
}
1313
}

examples/browser/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"private": true,
1515
"devDependencies": {
16-
"cypress": "15.8.2",
16+
"cypress": "15.9.0",
1717
"image-size": "^1.0.2"
1818
}
1919
}

examples/component-tests/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/component-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.1.10",
1818
"@types/react-dom": "^19.1.7",
1919
"@vitejs/plugin-react": "^5.0.0",
20-
"cypress": "15.8.2",
20+
"cypress": "15.9.0",
2121
"vite": "^7.1.5"
2222
}
2323
}

0 commit comments

Comments
 (0)