-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: playwright-community/eslint-plugin-playwright
base: v2.2.0
head repository: playwright-community/eslint-plugin-playwright
compare: main
- 14 commits
- 30 files changed
- 8 contributors
Commits on Jan 24, 2025
-
fix: Remove no-slowed-test from recommended list (#348)
* fix: Add no-slowed-test to sharedConfig * fix: remove no-slowed-test from recommended list
Configuration menu - View commit details
-
Copy full SHA for 6baec3a - Browse repository at this point
Copy the full SHA 6baec3aView commit details
Commits on Apr 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a710bd7 - Browse repository at this point
Copy the full SHA a710bd7View commit details
Commits on Jul 9, 2025
-
Support
addInitScript
inno-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>
Configuration menu - View commit details
-
Copy full SHA for ef5e251 - Browse repository at this point
Copy the full SHA ef5e251View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b8401e5 - Browse repository at this point
Copy the full SHA b8401e5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 543ce16 - Browse repository at this point
Copy the full SHA 543ce16View commit details
Commits on Jul 10, 2025
-
fix: no-conditional-in-test does not trigger for conditionals in test…
Configuration menu - View commit details
-
Copy full SHA for 12b0832 - Browse repository at this point
Copy the full SHA 12b0832View commit details
Commits on Jul 28, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 663e2d7 - Browse repository at this point
Copy the full SHA 663e2d7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 41297dc - Browse repository at this point
Copy the full SHA 41297dcView commit details -
Support non-awaited expressions in
prefer-web-first-assertions
(#378)* Support non-awaited expressions in `prefer-web-first-assertions` * Sync
Configuration menu - View commit details
-
Copy full SHA for 059f41a - Browse repository at this point
Copy the full SHA 059f41aView commit details -
Allow valid locators declared as variables (#376)
* Allow valid locators declared as variables * Format --------- Co-authored-by: Mark Skelton <mdskelton99@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 917aced - Browse repository at this point
Copy the full SHA 917acedView commit details -
Fix false positive when using
allowConditional
(#379)* Fix false positive when using `allowConditional` * Sync
Configuration menu - View commit details
-
Copy full SHA for 85d8e48 - Browse repository at this point
Copy the full SHA 85d8e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45af975 - Browse repository at this point
Copy the full SHA 45af975View commit details -
fix(valid-test-tags): disallow extra properties in rule options and a…
…dd to recommended (#381)
Configuration menu - View commit details
-
Copy full SHA for 4762bbd - Browse repository at this point
Copy the full SHA 4762bbdView commit details
Commits on Jul 30, 2025
-
fix(prefer-web-first-assertions): Fix false positive (#384)
* Fix JS prototype chain issue * Lint
Configuration menu - View commit details
-
Copy full SHA for 38a559e - Browse repository at this point
Copy the full SHA 38a559eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.0...main