Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps eslint-plugin-playwright from 1.5.2 to 2.2.2.

Release notes

Sourced from eslint-plugin-playwright's releases.

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

v2.1.0

2.1.0 (2024-11-18)

Features

... (truncated)

Commits
  • 38a559e fix(prefer-web-first-assertions): Fix false positive (#384)
  • 4762bbd fix(valid-test-tags): disallow extra properties in rule options and add to re...
  • 45af975 chore: Fix tests
  • 85d8e48 Fix false positive when using allowConditional (#379)
  • 917aced Allow valid locators declared as variables (#376)
  • 059f41a Support non-awaited expressions in prefer-web-first-assertions (#378)
  • 41297dc Add no-wait-for-navigation rule (#375)
  • 663e2d7 Add valid-test-tags rule (#358)
  • 12b0832 fix: no-conditional-in-test does not trigger for conditionals in test metadat...
  • 543ce16 chore(deps-dev): Bump vitest from 1.3.1 to 1.6.1 (#370)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance labels Aug 12, 2025
Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.88%. Comparing base (de07086) to head (820d4a7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8132      +/-   ##
==========================================
- Coverage   57.12%   56.88%   -0.25%     
==========================================
  Files         692      692              
  Lines       27890    27890              
  Branches     2741     2741              
==========================================
- Hits        15933    15866      -67     
- Misses      11619    11684      +65     
- Partials      338      340       +2     
Flag Coverage Δ
e2e-ci 63.39% <ø> (+0.92%) ⬆️
e2e-full 23.84% <ø> (-18.92%) ⬇️
unit 48.59% <ø> (-0.06%) ⬇️
see 21 files with indirect coverage changes

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de07086...820d4a7. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 1.5.2 to 2.2.2.
- [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](mskelton/eslint-plugin-playwright@v1.5.2...v2.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-playwright-2.2.2 branch from 927c18a to 820d4a7 Compare August 18, 2025 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants