From 387c7ded3c675edd431a5c43dbf3a49b7c0f2322 Mon Sep 17 00:00:00 2001 From: Jason Bedard Date: Tue, 2 May 2023 00:00:38 -0700 Subject: [PATCH] fix: rename LATEST_VERSION to LATEST_CYPRESS_VERSION (#38) See https://github.com/aspect-build/rules_js/issues/817 BREAKING CHANGE: LATEST_VERSION has been renamed to LATEST_CYPRESS_VERSION --- cypress/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/repositories.bzl b/cypress/repositories.bzl index fd87473..c48f1d1 100644 --- a/cypress/repositories.bzl +++ b/cypress/repositories.bzl @@ -7,7 +7,7 @@ See https://docs.bazel.build/versions/main/skylark/deploying.html#dependencies load("//cypress/private:toolchains_repo.bzl", "PLATFORMS", "toolchains_repo") load("//cypress/private:versions.bzl", "TOOL_VERSIONS") -LATEST_VERSION = TOOL_VERSIONS.keys()[0] +LATEST_CYPRESS_VERSION = TOOL_VERSIONS.keys()[0] ######## # Remaining content of the file is only used to support toolchains.