Skip to content

Commit

Permalink
Update Cypress Version (#39)
Browse files Browse the repository at this point in the history
This adds a cypress version of 12.12.0 to the aspect build tool.
  • Loading branch information
justinba1010 authored Jul 24, 2023
1 parent 961cc57 commit a321136
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions cypress/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
# Use /scripts/mirror_release.sh to add a newer version below.
# Versions should be descending order so TOOL_VERSIONS.keys()[0] is the latest version.
TOOL_VERSIONS = {
"12.12.0": {
"darwin-x64": "53ddd917112a2c5c3c22d12f5bcffda596474c7cd0932a997e575b2b97ae36c0",
"darwin-arm64": "2daadfe4431a98f9dc6442c155239aaed2746b12a59721424e3b5fdaaf27c766",
"linux-x64": "18bf251f683e0b0ca70918c2a51b7a457be6e5298be52203bd16d4e0eb361837",
"linux-arm64": "1f754c912eb719d4ac4abe31f3cc6d5b65cf08e0266cf6808f376c099928c88e",
"win32-x64": "ffc47314ce5f74888066bc4a15ee18d375ee9680f9cca1b94eda7293e1dea4e5",
},
"12.3.0": {
"darwin-x64": "beae3678dd859ce89cc45c377eef97b67558ee1f2a0079e9b4c824260ef3801a",
"darwin-arm64": "bb08f247110dda9b180d2552a661b8669441f931b0332d818c306a14e8c7071a",
Expand Down
2 changes: 1 addition & 1 deletion cypress/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Tests for cypress bazel rules",
"dependencies": {
"cypress": "12.3.0",
"cypress": "12.12.0",
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion e2e/workspace/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ rules_cypress_dependencies()

cypress_register_toolchains(
name = "cypress",
cypress_version = "12.3.0",
cypress_version = "12.12.0",
)

0 comments on commit a321136

Please sign in to comment.