From 252628415c07f86df70cd1ad7094c28d3d93b66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:53:26 +0000 Subject: [PATCH] Bump eslint-plugin-playwright from 1.1.0 to 1.4.0 in /cli-tests (#2850) Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 1.1.0 to 1.4.0. - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v1.1.0...v1.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cli-tests/package-lock.json | 10 +++++----- cli-tests/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli-tests/package-lock.json b/cli-tests/package-lock.json index f23740adcf..67cdd836bd 100644 --- a/cli-tests/package-lock.json +++ b/cli-tests/package-lock.json @@ -26,7 +26,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-plugin-import": "^2.29.0", - "eslint-plugin-playwright": "^1.1.0" + "eslint-plugin-playwright": "^1.4.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1400,9 +1400,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.1.0.tgz", - "integrity": "sha512-HYh91H2I5Tf7HZ2LNnP7l9bRbharWomN1RzXMA/8KcTf1UDoc7OJxulny2O5QWxghBJk0MoElG6sil0fkPwnSA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.4.0.tgz", + "integrity": "sha512-eSD586aFREpmhWKjx4qyty5PaKsqUeEXfx5TfjyZgrti4Y+Q386uPiY3JDEA5cmPUj/6D3rrQWT1E+g7nCwaTA==", "dev": true, "dependencies": { "globals": "^13.23.0" @@ -1411,7 +1411,7 @@ "node": ">=16.6.0" }, "peerDependencies": { - "eslint": ">=7", + "eslint": ">=8.40.0", "eslint-plugin-jest": ">=25" }, "peerDependenciesMeta": { diff --git a/cli-tests/package.json b/cli-tests/package.json index e537cce3e4..2d30466556 100644 --- a/cli-tests/package.json +++ b/cli-tests/package.json @@ -30,6 +30,6 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-plugin-import": "^2.29.0", - "eslint-plugin-playwright": "^1.1.0" + "eslint-plugin-playwright": "^1.4.0" } }