From 2e1bb4a63b1b9c1bbf102c3183f58988eeb10db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 04:19:04 +0000 Subject: [PATCH] Bump eslint-plugin-playwright from 0.20.0 to 2.2.0 in /tracker Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.20.0 to 2.2.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/v0.20.0...v2.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tracker/package-lock.json | 23 ++++++++++++----------- tracker/package.json | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/tracker/package-lock.json b/tracker/package-lock.json index 975fe9bb734c..bdb828d3d2d5 100644 --- a/tracker/package-lock.json +++ b/tracker/package-lock.json @@ -15,7 +15,7 @@ "@playwright/test": "^1.48.1", "@types/node": "^22.7.7", "eslint": "^8.56.0", - "eslint-plugin-playwright": "^0.20.0" + "eslint-plugin-playwright": "^2.2.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -570,21 +570,22 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.20.0.tgz", - "integrity": "sha512-JWTSwUyPPipSOm6AK8z78bQXtKRCykvhSGUewcmZuxstSZ5oGsykW2JaRXJQ2IIfzKJToCBeKD2ISc8Li8qVEQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.2.0.tgz", + "integrity": "sha512-qSQpAw7RcSzE3zPp8FMGkthaCWovHZ/BsXtpmnGax9vQLIovlh1bsZHEa2+j2lv9DWhnyeLM/qZmp7ffQZfQvg==", "dev": true, + "license": "MIT", + "workspaces": [ + "examples" + ], "dependencies": { "globals": "^13.23.0" }, - "peerDependencies": { - "eslint": ">=7", - "eslint-plugin-jest": ">=25" + "engines": { + "node": ">=16.6.0" }, - "peerDependenciesMeta": { - "eslint-plugin-jest": { - "optional": true - } + "peerDependencies": { + "eslint": ">=8.40.0" } }, "node_modules/eslint-scope": { diff --git a/tracker/package.json b/tracker/package.json index ef202664c872..438692159fa6 100644 --- a/tracker/package.json +++ b/tracker/package.json @@ -17,6 +17,6 @@ "@playwright/test": "^1.48.1", "@types/node": "^22.7.7", "eslint": "^8.56.0", - "eslint-plugin-playwright": "^0.20.0" + "eslint-plugin-playwright": "^2.2.0" } }