Bump eslint-plugin-playwright from 0.20.0 to 2.1.0 in /tracker

Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.20.0 to 2.1.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.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-playwright
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-19 04:54:04 +00:00 committed by GitHub
parent 73166774e0
commit 0925c0bec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 12 deletions

View File

@ -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.1.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -570,21 +570,18 @@
}
},
"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.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.1.0.tgz",
"integrity": "sha512-wMbHOehofSB1cBdzz2CLaCYaKNLeTQ0YnOW+7AHa281TJqlpEJUBgTHbRUYOUxiXphfWwOyTPvgr6vvEmArbSA==",
"dev": true,
"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": {

View File

@ -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.1.0"
}
}