From d135e48613d5ba09e011d8587326e423c6989853 Mon Sep 17 00:00:00 2001 From: Minori Date: Thu, 5 Feb 2026 07:23:28 -0800 Subject: [PATCH 01/13] deps: update eslint-plugin-cypress to 5.2.1 --- package.json | 2 +- pnpm-lock.yaml | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d3ca0b5..a07eb42 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "3.6.0", + "eslint-plugin-cypress": "5.2.1", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dcea136..6982e57 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 3.6.0 - version: 3.6.0(eslint@9.39.2(jiti@2.6.1)) + specifier: 5.2.1 + version: 5.2.1(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,10 +5157,10 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@3.6.0: - resolution: {integrity: sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==} + eslint-plugin-cypress@5.2.1: + resolution: {integrity: sha512-HTJLbcd7fwJ4agbHinZ4FUIl38bUTJT3BmH8zdgS2V32LETmPqCtWHi3xlgZ2vpX0aW6kQoHCVVqHm8NxZJ9sA==} peerDependencies: - eslint: '>=7' + eslint: '>=9' eslint-plugin-deprecation@3.0.0: resolution: {integrity: sha512-JuVLdNg/uf0Adjg2tpTyYoYaMbwQNn/c78P1HcccokvhtRphgnRjZDKmhlxbxYptppex03zO76f97DD/yQHv7A==} @@ -5704,6 +5704,10 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} + globals@16.5.0: + resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} + engines: {node: '>=18'} + globalthis@1.0.4: resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} @@ -16031,10 +16035,10 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@3.6.0(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@5.2.1(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) - globals: 13.24.0 + globals: 16.5.0 eslint-plugin-deprecation@3.0.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): dependencies: @@ -16799,6 +16803,8 @@ snapshots: globals@15.15.0: {} + globals@16.5.0: {} + globalthis@1.0.4: dependencies: define-properties: 1.2.1 -- 2.52.0 From 2216a04ab39c5bbb09765d10cf7ca108038153d5 Mon Sep 17 00:00:00 2001 From: Minori Date: Fri, 20 Feb 2026 07:15:12 -0800 Subject: [PATCH 02/13] deps: update eslint-plugin-cypress to 5.3.0 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a07eb42..cfaa38f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "5.2.1", + "eslint-plugin-cypress": "5.3.0", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6982e57..fb4dc41 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 5.2.1 - version: 5.2.1(eslint@9.39.2(jiti@2.6.1)) + specifier: 5.3.0 + version: 5.3.0(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@5.2.1: - resolution: {integrity: sha512-HTJLbcd7fwJ4agbHinZ4FUIl38bUTJT3BmH8zdgS2V32LETmPqCtWHi3xlgZ2vpX0aW6kQoHCVVqHm8NxZJ9sA==} + eslint-plugin-cypress@5.3.0: + resolution: {integrity: sha512-qjHF2Sdi3VkXSMnfQeUqsbYnessgc6T2dus/Q1U+e5102GpPy9eLd8MWW2Xp2SS9bMpPNLnSHwktMhCKr0dIBg==} peerDependencies: eslint: '>=9' @@ -16035,7 +16035,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@5.2.1(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@5.3.0(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) globals: 16.5.0 -- 2.52.0 From 1838e9d0afe82ca914a5a3c72a56f7371e43675d Mon Sep 17 00:00:00 2001 From: Minori Date: Fri, 27 Feb 2026 07:05:23 -0800 Subject: [PATCH 03/13] deps: update eslint-plugin-cypress to 5.4.0 --- package.json | 2 +- pnpm-lock.yaml | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index cfaa38f..afb2745 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "5.3.0", + "eslint-plugin-cypress": "5.4.0", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fb4dc41..727ff52 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 5.3.0 - version: 5.3.0(eslint@9.39.2(jiti@2.6.1)) + specifier: 5.4.0 + version: 5.4.0(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,9 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@5.3.0: - resolution: {integrity: sha512-qjHF2Sdi3VkXSMnfQeUqsbYnessgc6T2dus/Q1U+e5102GpPy9eLd8MWW2Xp2SS9bMpPNLnSHwktMhCKr0dIBg==} + eslint-plugin-cypress@5.4.0: + resolution: {integrity: sha512-XAQYuzMpLWJdFRQorPO3GDx4XHqI362qr1/XIp0N6SNTAa8lyzmpTA26qNRc99I53NnqX9l0SHwbHXX7TAKIkg==} + deprecated: 'deprecate: accidentally includes breaking changes from 6.0.0' peerDependencies: eslint: '>=9' @@ -5704,8 +5705,8 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} - globals@16.5.0: - resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} + globals@17.3.0: + resolution: {integrity: sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==} engines: {node: '>=18'} globalthis@1.0.4: @@ -16035,10 +16036,10 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@5.3.0(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@5.4.0(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) - globals: 16.5.0 + globals: 17.3.0 eslint-plugin-deprecation@3.0.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): dependencies: @@ -16803,7 +16804,7 @@ snapshots: globals@15.15.0: {} - globals@16.5.0: {} + globals@17.3.0: {} globalthis@1.0.4: dependencies: -- 2.52.0 From f9b943d4a81be32f35fc70bcacd4aa9c7d00bce6 Mon Sep 17 00:00:00 2001 From: Minori Date: Sat, 28 Feb 2026 07:05:41 -0800 Subject: [PATCH 04/13] deps: update eslint-plugin-cypress to 6.0.0 --- package.json | 2 +- pnpm-lock.yaml | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index afb2745..8967b54 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "5.4.0", + "eslint-plugin-cypress": "6.0.0", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 727ff52..f6c0b93 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 5.4.0 - version: 5.4.0(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.0.0 + version: 6.0.0(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,9 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@5.4.0: - resolution: {integrity: sha512-XAQYuzMpLWJdFRQorPO3GDx4XHqI362qr1/XIp0N6SNTAa8lyzmpTA26qNRc99I53NnqX9l0SHwbHXX7TAKIkg==} - deprecated: 'deprecate: accidentally includes breaking changes from 6.0.0' + eslint-plugin-cypress@6.0.0: + resolution: {integrity: sha512-J96t5BLt8lYSiQ5b4vZ2IpUcsAc3XOw9Esy5sFSvgbx4Od/MIwlbXM8QazrcbEKrKKsynOnyXzZwiAQTtGCEyA==} peerDependencies: eslint: '>=9' @@ -16036,7 +16035,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@5.4.0(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.0.0(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) globals: 17.3.0 -- 2.52.0 From d071f8f945af3a071448b55d229af4af4bbec0a8 Mon Sep 17 00:00:00 2001 From: Minori Date: Mon, 2 Mar 2026 07:04:30 -0800 Subject: [PATCH 05/13] deps: update eslint-plugin-cypress to 6.1.0 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8967b54..0cc2668 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "6.0.0", + "eslint-plugin-cypress": "6.1.0", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f6c0b93..dc5fd18 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 6.0.0 - version: 6.0.0(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.1.0 + version: 6.1.0(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@6.0.0: - resolution: {integrity: sha512-J96t5BLt8lYSiQ5b4vZ2IpUcsAc3XOw9Esy5sFSvgbx4Od/MIwlbXM8QazrcbEKrKKsynOnyXzZwiAQTtGCEyA==} + eslint-plugin-cypress@6.1.0: + resolution: {integrity: sha512-B8sxtNpINDxFkmsu1qKYjg70VsP8SGneEXgLcZMk1bUZcW08S+JyaiMdof1x6dmt02FgOD7YkT4wOaOD5HotJw==} peerDependencies: eslint: '>=9' @@ -16035,7 +16035,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@6.0.0(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.1.0(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) globals: 17.3.0 -- 2.52.0 From fe624c2c42ba101e2224f5b80b260b69f76b4b1d Mon Sep 17 00:00:00 2001 From: Minori Date: Sat, 21 Mar 2026 07:03:46 -0700 Subject: [PATCH 06/13] deps: update eslint-plugin-cypress to 6.2.0 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0cc2668..1c72726 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "6.1.0", + "eslint-plugin-cypress": "6.2.0", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dc5fd18..8b088a3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 6.1.0 - version: 6.1.0(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.2.0 + version: 6.2.0(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@6.1.0: - resolution: {integrity: sha512-B8sxtNpINDxFkmsu1qKYjg70VsP8SGneEXgLcZMk1bUZcW08S+JyaiMdof1x6dmt02FgOD7YkT4wOaOD5HotJw==} + eslint-plugin-cypress@6.2.0: + resolution: {integrity: sha512-G/8XT9Si0GaqGRVM0sgnRACCI9mbzsC4CisvaaiuJlQoCseKz6C51kq5fcC/yKmwO4dTsWCdhbgaiQtZFGSONg==} peerDependencies: eslint: '>=9' @@ -16035,7 +16035,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@6.1.0(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.2.0(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) globals: 17.3.0 -- 2.52.0 From 75b053693151291c17069c68579e8748f557823e Mon Sep 17 00:00:00 2001 From: Minori Date: Sat, 4 Apr 2026 07:03:59 -0700 Subject: [PATCH 07/13] deps: update eslint-plugin-cypress to 6.2.1 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1c72726..95b324c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "6.2.0", + "eslint-plugin-cypress": "6.2.1", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b088a3..4653443 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 6.2.0 - version: 6.2.0(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.2.1 + version: 6.2.1(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@6.2.0: - resolution: {integrity: sha512-G/8XT9Si0GaqGRVM0sgnRACCI9mbzsC4CisvaaiuJlQoCseKz6C51kq5fcC/yKmwO4dTsWCdhbgaiQtZFGSONg==} + eslint-plugin-cypress@6.2.1: + resolution: {integrity: sha512-pbjvNE2GKG3hlerT3SIQcRnsMfzFnpAyg0V17D+Gm/a18cxBOVLUxWWANAs7LzykdTPn+SKgzczhF0+IODFs7w==} peerDependencies: eslint: '>=9' @@ -16035,7 +16035,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@6.2.0(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.2.1(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) globals: 17.3.0 -- 2.52.0 From 0f2318077e0278bd9ce1f1d3a420faf36d2032a7 Mon Sep 17 00:00:00 2001 From: Minori Date: Mon, 13 Apr 2026 07:04:01 -0700 Subject: [PATCH 08/13] deps: update eslint-plugin-cypress to 6.2.2 --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 95b324c..0085b6f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "6.2.1", + "eslint-plugin-cypress": "6.2.2", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4653443..f052266 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 6.2.1 - version: 6.2.1(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.2.2 + version: 6.2.2(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@6.2.1: - resolution: {integrity: sha512-pbjvNE2GKG3hlerT3SIQcRnsMfzFnpAyg0V17D+Gm/a18cxBOVLUxWWANAs7LzykdTPn+SKgzczhF0+IODFs7w==} + eslint-plugin-cypress@6.2.2: + resolution: {integrity: sha512-lOhmMWb5/+zv28EaDOT7C3lgGgWL8DMZglTUNUaaGfleK89joDBRXX8LV01ygx3dK1RbvG54b8t025/5QEUKgg==} peerDependencies: eslint: '>=9' @@ -5704,8 +5704,8 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} - globals@17.3.0: - resolution: {integrity: sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==} + globals@17.5.0: + resolution: {integrity: sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==} engines: {node: '>=18'} globalthis@1.0.4: @@ -16035,10 +16035,10 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@6.2.1(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.2.2(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) - globals: 17.3.0 + globals: 17.5.0 eslint-plugin-deprecation@3.0.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): dependencies: @@ -16803,7 +16803,7 @@ snapshots: globals@15.15.0: {} - globals@17.3.0: {} + globals@17.5.0: {} globalthis@1.0.4: dependencies: -- 2.52.0 From 21b278e0e0ae3abd2e39e8d3b76efd6451bf9eaf Mon Sep 17 00:00:00 2001 From: Minori Date: Fri, 17 Apr 2026 07:04:06 -0700 Subject: [PATCH 09/13] deps: update eslint-plugin-cypress to 6.2.3 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0085b6f..b5fa8aa 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "6.2.2", + "eslint-plugin-cypress": "6.2.3", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f052266..f92f0a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 6.2.2 - version: 6.2.2(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.2.3 + version: 6.2.3(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@6.2.2: - resolution: {integrity: sha512-lOhmMWb5/+zv28EaDOT7C3lgGgWL8DMZglTUNUaaGfleK89joDBRXX8LV01ygx3dK1RbvG54b8t025/5QEUKgg==} + eslint-plugin-cypress@6.2.3: + resolution: {integrity: sha512-Z2NqobTABOWJDga9bvmhZawAhRbEkgIk+HZPP95rF6B/AnS1o4vCXNmtfrs3J4evirHSHmPGKXj3Ty1nqXP0MQ==} peerDependencies: eslint: '>=9' @@ -16035,7 +16035,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@6.2.2(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.2.3(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) globals: 17.5.0 -- 2.52.0 From 8c8a98d391d16ce06d1de3aae4fd5b204b28b5d9 Mon Sep 17 00:00:00 2001 From: Minori Date: Sun, 19 Apr 2026 07:04:23 -0700 Subject: [PATCH 10/13] deps: update eslint-plugin-cypress to 6.3.0 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b5fa8aa..18b49f5 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "6.2.3", + "eslint-plugin-cypress": "6.3.0", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f92f0a1..2c4dfdc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 6.2.3 - version: 6.2.3(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.3.0 + version: 6.3.0(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@6.2.3: - resolution: {integrity: sha512-Z2NqobTABOWJDga9bvmhZawAhRbEkgIk+HZPP95rF6B/AnS1o4vCXNmtfrs3J4evirHSHmPGKXj3Ty1nqXP0MQ==} + eslint-plugin-cypress@6.3.0: + resolution: {integrity: sha512-4M3vgcMYgStgrYJn2uRtyWlAAJsY88//ctDJfBoQE2VtUWuBQ90W1Uiyar8MLQN2Ii52ZsEuzA3OBrnEW8Me/g==} peerDependencies: eslint: '>=9' @@ -16035,7 +16035,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@6.2.3(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.3.0(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) globals: 17.5.0 -- 2.52.0 From 2800d2ec3b502f7dae1e00081599ae21043d66fc Mon Sep 17 00:00:00 2001 From: Minori Date: Sat, 25 Apr 2026 07:04:27 -0700 Subject: [PATCH 11/13] deps: update eslint-plugin-cypress to 6.3.1 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 18b49f5..545688d 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "6.3.0", + "eslint-plugin-cypress": "6.3.1", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c4dfdc..44dd817 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 6.3.0 - version: 6.3.0(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.3.1 + version: 6.3.1(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@6.3.0: - resolution: {integrity: sha512-4M3vgcMYgStgrYJn2uRtyWlAAJsY88//ctDJfBoQE2VtUWuBQ90W1Uiyar8MLQN2Ii52ZsEuzA3OBrnEW8Me/g==} + eslint-plugin-cypress@6.3.1: + resolution: {integrity: sha512-iTJtdIZbyCUlagEI4YlVcwgPFV7X379Qi/upujaD4kvOaQkMvzmpt90vfSnaqgqprp/HPIvhnzv3fdI7mYV4QQ==} peerDependencies: eslint: '>=9' @@ -16035,7 +16035,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@6.3.0(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.3.1(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) globals: 17.5.0 -- 2.52.0 From 1eef360907509f658dd478a8b78be510975d9b3a Mon Sep 17 00:00:00 2001 From: Minori Date: Sat, 9 May 2026 07:11:28 -0700 Subject: [PATCH 12/13] deps: update eslint-plugin-cypress to 6.4.0 --- package.json | 2 +- pnpm-lock.yaml | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 545688d..286d337 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "6.3.1", + "eslint-plugin-cypress": "6.4.0", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 44dd817..d21855a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 6.3.1 - version: 6.3.1(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.4.0 + version: 6.4.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,10 +5157,14 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@6.3.1: - resolution: {integrity: sha512-iTJtdIZbyCUlagEI4YlVcwgPFV7X379Qi/upujaD4kvOaQkMvzmpt90vfSnaqgqprp/HPIvhnzv3fdI7mYV4QQ==} + eslint-plugin-cypress@6.4.0: + resolution: {integrity: sha512-zdGXFSmTH4w2A+2aU/Abna2s8Vcz5mDxDsnAXP5Vl+pERWRQxlSE2qrrmriNUEKZ62tlOA87b9AOnJX49tOhAQ==} peerDependencies: + '@typescript-eslint/parser': '>=8' eslint: '>=9' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true eslint-plugin-deprecation@3.0.0: resolution: {integrity: sha512-JuVLdNg/uf0Adjg2tpTyYoYaMbwQNn/c78P1HcccokvhtRphgnRjZDKmhlxbxYptppex03zO76f97DD/yQHv7A==} @@ -16035,10 +16039,12 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@6.3.1(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.4.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) globals: 17.5.0 + optionalDependencies: + '@typescript-eslint/parser': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint-plugin-deprecation@3.0.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): dependencies: -- 2.52.0 From 1777b0e5d420a7b6df5b90396909d87ca341df33 Mon Sep 17 00:00:00 2001 From: Minori Date: Sun, 17 May 2026 07:04:07 -0700 Subject: [PATCH 13/13] deps: update eslint-plugin-cypress to 6.4.1 --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 286d337..4133bc2 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress": "15.9.0", "esbuild": "0.19.12", "eslint": "9.39.2", - "eslint-plugin-cypress": "6.4.0", + "eslint-plugin-cypress": "6.4.1", "jest": "30.2.0", "jest-environment-node": "30.2.0", "jest-util": "30.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d21855a..12a32dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) eslint-plugin-cypress: - specifier: 6.4.0 - version: 6.4.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) + specifier: 6.4.1 + version: 6.4.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) jest: specifier: 30.2.0 version: 30.2.0(@types/node@20.19.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.18))(@types/node@20.19.9)(typescript@5.9.3)) @@ -5157,8 +5157,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-cypress@6.4.0: - resolution: {integrity: sha512-zdGXFSmTH4w2A+2aU/Abna2s8Vcz5mDxDsnAXP5Vl+pERWRQxlSE2qrrmriNUEKZ62tlOA87b9AOnJX49tOhAQ==} + eslint-plugin-cypress@6.4.1: + resolution: {integrity: sha512-8mnfR3q0Lr41Fu9SYZGeZ5nbSBgtS44+bbtSs7k0KvfoQ2pPmK43IvaTP6FGTfwBTN6S7w027CpqjrLAd65AYA==} peerDependencies: '@typescript-eslint/parser': '>=8' eslint: '>=9' @@ -5708,8 +5708,8 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} - globals@17.5.0: - resolution: {integrity: sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==} + globals@17.6.0: + resolution: {integrity: sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==} engines: {node: '>=18'} globalthis@1.0.4: @@ -16039,10 +16039,10 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-cypress@6.4.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-cypress@6.4.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) - globals: 17.5.0 + globals: 17.6.0 optionalDependencies: '@typescript-eslint/parser': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) @@ -16809,7 +16809,7 @@ snapshots: globals@15.15.0: {} - globals@17.5.0: {} + globals@17.6.0: {} globalthis@1.0.4: dependencies: -- 2.52.0