Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: playwright-community/eslint-plugin-playwright
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: playwright-community/eslint-plugin-playwright
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 30 files changed
  • 8 contributors

Commits on Jan 24, 2025

  1. fix: Remove no-slowed-test from recommended list (#348)

    * fix: Add no-slowed-test to sharedConfig
    
    * fix: remove no-slowed-test from recommended list
    rothsandro authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    6baec3a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Add toContainClass method (#361)

    mskelton authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    a710bd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Support addInitScript in no-unsafe-references (#369)

    * no-unsafe-references for addInitScript
    
    * Update src/rules/no-unsafe-references.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    mskelton and Copilot authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    ef5e251 View commit details
    Browse the repository at this point in the history
  2. fix: clean published package.json (#371)

    * fix: remove workspaces and other dev fields from published package.json
    
    - Fixes #360: Yarn v1 warning about workspaces in published packages
    - Adds CI step to clean package.json before publishing
    - Removes workspaces, packageManager, scripts, and devDependencies from published package
    - Restores original package.json after publishing
    - Uses 'if: always()' to ensure restoration even if release fails
    
    * refactor: use @anolilab/semantic-release-clean-package-json plugin
    
    - Replace manual CI package.json cleaning with semantic-release plugin
    - Plugin automatically removes workspaces, packageManager, scripts, devDependencies
    - Maintains clean published package.json while preserving development setup
    - More maintainable and follows semantic-release best practices
    
    * Cursor rules
    mskelton authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    b8401e5 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump vitest from 1.3.1 to 1.6.1 (#370)

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.3.1 to 1.6.1.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-version: 1.6.1
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    543ce16 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. fix: no-conditional-in-test does not trigger for conditionals in test…

    … metadata (fixes #363) (#372)
    
    * fix: no-conditional-in-test rule triggers for test metadata conditionals
    
    * Agents win
    
    * Sync
    
    * Sync
    mskelton authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    12b0832 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Add valid-test-tags rule (#358)

    * Add valid-test-tags rule and associated docs and tests
    
    * Format
    
    ---------
    
    Co-authored-by: Aaron Goff <aaron@willowtreeapps.com>
    Co-authored-by: Mark Skelton <mdskelton99@gmail.com>
    3 people authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    663e2d7 View commit details
    Browse the repository at this point in the history
  2. Add no-wait-for-navigation rule (#375)

    * Added no-wait-for-navigation rule
    
    * Format
    
    * Examples
    
    * Fix lint
    
    ---------
    
    Co-authored-by: Mark Skelton <mdskelton99@gmail.com>
    MSroczynski3 and mskelton authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    41297dc View commit details
    Browse the repository at this point in the history
  3. Support non-awaited expressions in prefer-web-first-assertions (#378)

    * Support non-awaited expressions in `prefer-web-first-assertions`
    
    * Sync
    mskelton authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    059f41a View commit details
    Browse the repository at this point in the history
  4. Allow valid locators declared as variables (#376)

    * Allow valid locators declared as variables
    
    * Format
    
    ---------
    
    Co-authored-by: Mark Skelton <mdskelton99@gmail.com>
    MSroczynski3 and mskelton authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    917aced View commit details
    Browse the repository at this point in the history
  5. Fix false positive when using allowConditional (#379)

    * Fix false positive when using `allowConditional`
    
    * Sync
    mskelton authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    85d8e48 View commit details
    Browse the repository at this point in the history
  6. chore: Fix tests

    mskelton committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    45af975 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4762bbd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. fix(prefer-web-first-assertions): Fix false positive (#384)

    * Fix JS prototype chain issue
    
    * Lint
    MSroczynski3 authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    38a559e View commit details
    Browse the repository at this point in the history
Loading