From 9fa3df4cfa9f15824fbbc4df193174bb6887919d Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Thu, 16 Jan 2025 17:32:25 -0500 Subject: [PATCH] chore: update to Cypress 14 (#922) --- .circleci/config.yml | 3 +-- package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 642b05e75..68b00a868 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,8 +18,7 @@ executors: resource_class: macos.m1.medium.gen1 browsers: docker: - - image: 'cypress/browsers:node-22.11.0-chrome-130.0.6723.69-1-ff-132.0-edge-130.0.2849.56-1' - + - image: 'cypress/browsers:node-22.13.0-chrome-132.0.6834.83-1-ff-134.0.1-edge-131.0.2903.147-1' jobs: win-test: working_directory: ~/app diff --git a/package-lock.json b/package-lock.json index 6d2ab4486..996dc00a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@bahmutov/print-env": "1.3.0", "@stylistic/eslint-plugin-js": "2.10.1", - "cypress": "13.17.0", + "cypress": "14.0.0", "eslint": "9.14.0", "eslint-plugin-cypress": "4.1.0", "eslint-plugin-jsonc": "2.17.0", @@ -2414,9 +2414,9 @@ } }, "node_modules/cypress": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", - "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.0.tgz", + "integrity": "sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -2469,7 +2469,7 @@ "cypress": "bin/cypress" }, "engines": { - "node": "^16.0.0 || ^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" } }, "node_modules/dashdash": { diff --git a/package.json b/package.json index 0c59b7e65..86ee8ae36 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "devDependencies": { "@bahmutov/print-env": "1.3.0", "@stylistic/eslint-plugin-js": "2.10.1", - "cypress": "13.17.0", + "cypress": "14.0.0", "eslint": "9.14.0", "eslint-plugin-cypress": "4.1.0", "eslint-plugin-jsonc": "2.17.0",