deps: update eslint-plugin-playwright to 2.5.0 #13

Open
minori wants to merge 2 commits from dependencies/update-eslint-plugin-playwright into main
Owner

Dependency Update

Updates eslint-plugin-playwright from 2.1.0 to 2.5.0.

Type

dependencies

Changelog

Changelog

v2.5.0

2.5.0 (2026-01-12)

Bug Fixes

Features

  • Add enforce-consistent-spacing-between-blocks rule (#411) (a9b78d5)
  • Add no-restricted-locators rule (a65200b), closes #407
  • prefer-web-first-assertions: Support allInnerTexts() and allTextContents() (36917a8), closes #362

v2.4.1

2.4.1 (2026-01-09)

Bug Fixes

  • no-conditional-in-test: allow nullish coalescing operator (2c25b4f), closes #406

v2.4.0

2.4.0 (2025-11-30)

Bug Fixes

  • missing-playwright-await: prevent infinite recursion in checkValidity (9ce346d)

Features

  • expect-expect: Support regex patterns (#390) (fdd0253)

v2.3.0

2.3.0 (2025-10-31)

Bug Fixes

Features

v2.2.2

2.2.2 (2025-07-30)

Bug Fixes

  • prefer-web-first-assertions: Fix false positive (#384) (38a559e)
  • valid-test-tags: disallow extra properties in rule options and add to recommended (#381) (4762bbd)

v2.2.1

2.2.1 (2025-07-28)

Features

  • Support addInitScript in no-unsafe-references
  • Add toContainClass method
  • Add valid-test-tags rule
  • Add no-wait-for-navigation rule

Bug Fixes

  • clean published package.json (#371) (b8401e5), closes #360
  • no-conditional-in-test does not trigger for conditionals in test metadata (fixes #363) (#372) (12b0832)
  • Remove no-slowed-test from recommended list (#348) (6baec3a)
  • Support non-awaited expressions in prefer-web-first-assertions
  • Allow valid locators declared as variables
  • Fix false positive when using allowConditional

v2.2.0

2.2.0 (2025-01-23)

Features

Bug Fixes

  • expect-expert: report on test function identifier rather than body (#337) (35e37a1)
  • prefer-comparison-matcher: Fix typo in docs (c269371), closes #343

This PR was created by Minori, your friendly dependency updater! 🌸

## Dependency Update Updates **eslint-plugin-playwright** from `2.1.0` to `2.5.0`. ### Type dependencies ### Changelog ## Changelog ### v2.5.0 # [2.5.0](https://github.com/mskelton/eslint-plugin-playwright/compare/v2.4.1...v2.5.0) (2026-01-12) ### Bug Fixes * Fix lint ([4e8461d](https://github.com/mskelton/eslint-plugin-playwright/commit/4e8461dc5b73018d706782c729fbcce67347b7f6)) * Fix TypeScript types ([af7d870](https://github.com/mskelton/eslint-plugin-playwright/commit/af7d8702121f58eb5974b81a514470542162823c)) ### Features * Add `enforce-consistent-spacing-between-blocks` rule ([#411](https://github.com/mskelton/eslint-plugin-playwright/issues/411)) ([a9b78d5](https://github.com/mskelton/eslint-plugin-playwright/commit/a9b78d5d0c7a7c051d9bee85a584ca483dd22777)) * Add no-restricted-locators rule ([a65200b](https://github.com/mskelton/eslint-plugin-playwright/commit/a65200b1773b49ccafbd9a9b8a81e4e9f700bd67)), closes [#407](https://github.com/mskelton/eslint-plugin-playwright/issues/407) * **prefer-web-first-assertions:** Support `allInnerTexts()` and `allTextContents()` ([36917a8](https://github.com/mskelton/eslint-plugin-playwright/commit/36917a86fb7e4ef49837e7657a8363d55f06e461)), closes [#362](https://github.com/mskelton/eslint-plugin-playwright/issues/362) ### v2.4.1 ## [2.4.1](https://github.com/mskelton/eslint-plugin-playwright/compare/v2.4.0...v2.4.1) (2026-01-09) ### Bug Fixes * **no-conditional-in-test:** allow nullish coalescing operator ([2c25b4f](https://github.com/mskelton/eslint-plugin-playwright/commit/2c25b4fe3b7d487a8cc06c43a1bf91fea3f3c7ea)), closes [#406](https://github.com/mskelton/eslint-plugin-playwright/issues/406) ### v2.4.0 # [2.4.0](https://github.com/playwright-community/eslint-plugin-playwright/compare/v2.3.0...v2.4.0) (2025-11-30) ### Bug Fixes * **missing-playwright-await:** prevent infinite recursion in checkValidity ([9ce346d](https://github.com/playwright-community/eslint-plugin-playwright/commit/9ce346ddde659050714bbe770363e3cbe1361c9c)) ### Features * **expect-expect:** Support regex patterns ([#390](https://github.com/playwright-community/eslint-plugin-playwright/issues/390)) ([fdd0253](https://github.com/playwright-community/eslint-plugin-playwright/commit/fdd025339b68173cb5aec57f83c8bc9792388be1)) ### v2.3.0 # [2.3.0](https://github.com/playwright-community/eslint-plugin-playwright/compare/v2.2.2...v2.3.0) (2025-10-31) ### Bug Fixes * Check for test tags in titles ([377238c](https://github.com/playwright-community/eslint-plugin-playwright/commit/377238ccdecb88c8fd62abbb8dd8e89d8397236b)), closes [#392](https://github.com/playwright-community/eslint-plugin-playwright/issues/392) ### Features * Add no-unused-locators rule ([#396](https://github.com/playwright-community/eslint-plugin-playwright/issues/396)) ([c0937d7](https://github.com/playwright-community/eslint-plugin-playwright/commit/c0937d72d2f102fd7531c86fb135256293e9be85)) ### v2.2.2 ## [2.2.2](https://github.com/playwright-community/eslint-plugin-playwright/compare/v2.2.1...v2.2.2) (2025-07-30) ### Bug Fixes * **prefer-web-first-assertions:** Fix false positive ([#384](https://github.com/playwright-community/eslint-plugin-playwright/issues/384)) ([38a559e](https://github.com/playwright-community/eslint-plugin-playwright/commit/38a559e69978c19206d4a7a032f8fb4227306a11)) * **valid-test-tags:** disallow extra properties in rule options and add to recommended ([#381](https://github.com/playwright-community/eslint-plugin-playwright/issues/381)) ([4762bbd](https://github.com/playwright-community/eslint-plugin-playwright/commit/4762bbdc13a5832266538b6fbcace391cc3aadfd)) ### v2.2.1 ## [2.2.1](https://github.com/playwright-community/eslint-plugin-playwright/compare/v2.2.0...v2.2.1) (2025-07-28) ### Features * Support addInitScript in no-unsafe-references * Add toContainClass method * Add valid-test-tags rule * Add no-wait-for-navigation rule ### Bug Fixes * clean published package.json ([#371](https://github.com/playwright-community/eslint-plugin-playwright/issues/371)) ([b8401e5](https://github.com/playwright-community/eslint-plugin-playwright/commit/b8401e51669c251ae31b4cdc610bdc4a0b3e9aba)), closes [#360](https://github.com/playwright-community/eslint-plugin-playwright/issues/360) * no-conditional-in-test does not trigger for conditionals in test metadata (fixes [#363](https://github.com/playwright-community/eslint-plugin-playwright/issues/363)) ([#372](https://github.com/playwright-community/eslint-plugin-playwright/issues/372)) ([12b0832](https://github.com/playwright-community/eslint-plugin-playwright/commit/12b083248e50f6e23e95f7d3fbc6034672e87ba7)) * Remove no-slowed-test from recommended list ([#348](https://github.com/playwright-community/eslint-plugin-playwright/issues/348)) ([6baec3a](https://github.com/playwright-community/eslint-plugin-playwright/commit/6baec3ac2861b6cd2c8fcb83c61d00b4e3c82128)) * Support non-awaited expressions in prefer-web-first-assertions * Allow valid locators declared as variables * Fix false positive when using allowConditional ### v2.2.0 ## [2.2.0](https://github.com/playwright-community/eslint-plugin-playwright/compare/v2.1.0...v2.2.0) (2025-01-23) ### Features * Add `no-slowed-test` rule ([#302](https://github.com/playwright-community/eslint-plugin-playwright/issues/302)) ([53df693](https://github.com/playwright-community/eslint-plugin-playwright/commit/53df693a1c9348205d453c1b791adf4f60242f0d)), closes [#296](https://github.com/playwright-community/eslint-plugin-playwright/issues/296) * Add support for Playwright 1.50 ([#347](https://github.com/playwright-community/eslint-plugin-playwright/issues/347)) ([956fe62](https://github.com/playwright-community/eslint-plugin-playwright/commit/956fe626c06bd12f57a1ed6fa009421bb0ce296a)) ### Bug Fixes * **expect-expert:** report on test function identifier rather than body ([#337](https://github.com/playwright-community/eslint-plugin-playwright/issues/337)) ([35e37a1](https://github.com/playwright-community/eslint-plugin-playwright/commit/35e37a12fb0691f6e549b01621c75c9556121899)) * **prefer-comparison-matcher:** Fix typo in docs ([c269371](https://github.com/playwright-community/eslint-plugin-playwright/commit/c269371be2dbc4557dcd24c24e06b8db056f681a)), closes [#343](https://github.com/playwright-community/eslint-plugin-playwright/issues/343) --- ✨ This PR was created by Minori, your friendly dependency updater! 🌸
minori added 1 commit 2026-02-03 19:21:40 -08:00
deps: update eslint-plugin-playwright to 2.5.0
Node.js CI / CI (pull_request) Failing after 14s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m21s
b9a6cbb027
minori added 1 commit 2026-02-05 07:00:57 -08:00
deps: update eslint-plugin-playwright to 2.5.1
Node.js CI / CI (pull_request) Failing after 15s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m20s
91ca5df182
Some required checks failed
Node.js CI / CI (pull_request) Failing after 15s
Required
Details
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m20s
This pull request doesn't have enough required approvals yet. 0 of 1 approvals granted from users or teams on the allowlist.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependencies/update-eslint-plugin-playwright:dependencies/update-eslint-plugin-playwright
git checkout dependencies/update-eslint-plugin-playwright
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/eslint-config#13