From 9b9a5dd4e9415be71449f7ef35006c7bfa408a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:57:56 +0000 Subject: [PATCH] upgrade(deps): bump eslint-plugin-cypress from 2.12.1 to 2.15.2 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.12.1 to 2.15.2. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.12.1...v2.15.2) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 +++++++++++++++++++++++++++------- packages/sui-lint/package.json | 2 +- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 483083d91..c7c1daad3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10687,16 +10687,41 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz", - "integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", + "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", "dependencies": { - "globals": "^11.12.0" + "globals": "^13.20.0" }, "peerDependencies": { "eslint": ">= 3.2.1" } }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-plugin-es": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz", @@ -26287,7 +26312,7 @@ "eslint-config-standard-react": "13.0.0", "eslint-config-standard-with-typescript": "22.0.0", "eslint-plugin-chai-friendly": "0.7.4", - "eslint-plugin-cypress": "2.12.1", + "eslint-plugin-cypress": "2.15.2", "eslint-plugin-import": "2.30.0", "eslint-plugin-jest": "27.2.1", "eslint-plugin-jest-dom": "4.0.3", @@ -26588,7 +26613,7 @@ }, "packages/sui-logger": { "name": "@s-ui/logger", - "version": "1.0.0-beta0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@s-ui/react-router": "1", @@ -26897,7 +26922,7 @@ }, "packages/sui-pde": { "name": "@s-ui/pde", - "version": "2.26.0", + "version": "2.28.0", "license": "MIT", "dependencies": { "@optimizely/optimizely-sdk": "5.3.4", @@ -27153,7 +27178,7 @@ }, "packages/sui-segment-wrapper": { "name": "@s-ui/segment-wrapper", - "version": "4.4.0", + "version": "4.5.0", "license": "ISC", "dependencies": { "@s-ui/js": "2", diff --git a/packages/sui-lint/package.json b/packages/sui-lint/package.json index 57361d5d7..7a13aeb9c 100644 --- a/packages/sui-lint/package.json +++ b/packages/sui-lint/package.json @@ -27,7 +27,7 @@ "eslint-config-standard-react": "13.0.0", "eslint-config-standard-with-typescript": "22.0.0", "eslint-plugin-chai-friendly": "0.7.4", - "eslint-plugin-cypress": "2.12.1", + "eslint-plugin-cypress": "2.15.2", "eslint-plugin-import": "2.30.0", "eslint-plugin-jest": "27.2.1", "eslint-plugin-jest-dom": "4.0.3",