From 4703505444d1b63765e92aafaaff93b13772915e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:14:19 +0800 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v4 (#118) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/type-checked/package.json | 2 +- examples/with-cypress/package.json | 2 +- pnpm-lock.yaml | 24 +++++++++++++++--------- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index aa30e33..c40b1c9 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -33,7 +33,7 @@ "@vue/tsconfig": "^0.7.0", "cypress": "^13.16.1", "eslint": "^9.17.0", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", "npm-run-all2": "^7.0.1", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index c20ab79..4da898a 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -26,7 +26,7 @@ "@vue/tsconfig": "^0.7.0", "cypress": "^13.16.1", "eslint": "^9.17.0", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "start-server-and-test": "^2.0.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc29aa6..83c6f97 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,8 +181,8 @@ importers: specifier: ^9.17.0 version: 9.17.0 eslint-plugin-cypress: - specifier: ^3.6.0 - version: 3.6.0(eslint@9.17.0) + specifier: ^4.1.0 + version: 4.1.0(eslint@9.17.0) eslint-plugin-vue: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) @@ -242,8 +242,8 @@ importers: specifier: ^9.17.0 version: 9.17.0 eslint-plugin-cypress: - specifier: ^3.6.0 - version: 3.6.0(eslint@9.17.0) + specifier: ^4.1.0 + version: 4.1.0(eslint@9.17.0) eslint-plugin-vue: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) @@ -2878,10 +2878,10 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-plugin-cypress@3.6.0: - resolution: {integrity: sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==} + eslint-plugin-cypress@4.1.0: + resolution: {integrity: sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==} peerDependencies: - eslint: '>=7' + eslint: '>=9' eslint-plugin-playwright@2.1.0: resolution: {integrity: sha512-wMbHOehofSB1cBdzz2CLaCYaKNLeTQ0YnOW+7AHa281TJqlpEJUBgTHbRUYOUxiXphfWwOyTPvgr6vvEmArbSA==} @@ -3233,6 +3233,10 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} + globals@15.13.0: + resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==} + engines: {node: '>=18'} + gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} @@ -7166,10 +7170,10 @@ snapshots: dependencies: eslint: 9.17.0 - eslint-plugin-cypress@3.6.0(eslint@9.17.0): + eslint-plugin-cypress@4.1.0(eslint@9.17.0): dependencies: eslint: 9.17.0 - globals: 13.24.0 + globals: 15.13.0 eslint-plugin-playwright@2.1.0(eslint@9.17.0): dependencies: @@ -7634,6 +7638,8 @@ snapshots: globals@14.0.0: {} + globals@15.13.0: {} + gopd@1.0.1: dependencies: get-intrinsic: 1.2.4