Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps eslint-plugin-playwright from 1.0.1 to 1.2.0.

Release notes

Sourced from eslint-plugin-playwright's releases.

v1.2.0

1.2.0 (2024-02-18)

Features

  • Add max-expects rule (acf80a0)
  • Add no-commented-out-tests rule (718d900)
  • Add no-conditional-expect rule (dbf91cc)
  • Add no-duplicate-hooks rule (0a28d25)
  • Add no-standalone-expect rule (#223) (8aa75d2)
  • Add prefer-hooks-in-order rule (10babed)
  • Add prefer-hooks-on-top rule (24a51d2)

v1.1.2

1.1.2 (2024-02-16)

Bug Fixes

  • no-unsafe-references: Ignore TypeScript type references (3b3cafd), closes #214
  • Update ESLint peer requirements to 8.40.0 (3a9c302)

v1.1.1

1.1.1 (2024-02-16)

Bug Fixes

  • False positives for no-unsafe-references when using Promise, window, or console (c2e9e10)
  • no-unsafe-references: Add arguments after existing array elements (50df5ba)
  • no-unsafe-references: Convert non-array params to array when adding references (b4ef27c)

v1.1.0

1.1.0 (2024-02-15)

Features

  • Add no-unsafe-references rule to check for unsafe references to variables within page.evaluate() (27f6236)
  • Support variable references in prefer-web-first-assertions (#210) (8dae81e)

Bug Fixes

  • Set lowest Node.js version to 16.6.0 (c8938e0)

Tests

... (truncated)

Commits
  • 71004af Merge pull request #228 from playwright-community/max-expects
  • acf80a0 feat: Add max-expects rule
  • 3f3113f Merge pull request #227 from playwright-community/no-duplicate-hooks
  • 0a28d25 feat: Add no-duplicate-hooks rule
  • 9dd834b Merge pull request #226 from playwright-community/no-conditional-expect
  • dbf91cc feat: Add no-conditional-expect rule
  • 0a02e06 Merge pull request #225 from playwright-community/prefer-hooks-in-order
  • a42513c chore: Add rule to index
  • 10babed feat: Add prefer-hooks-in-order rule
  • 39610ae Merge pull request #224 from playwright-community/prefer-hooks-on-top
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @edwardsph.


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)

@dependabot dependabot bot requested a review from a team as a code owner February 19, 2024 04:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 19, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-playwright-1.2.0 branch from 798821d to 206bbd0 Compare February 19, 2024 09:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-playwright-1.2.0 branch from 206bbd0 to 0ceb325 Compare February 19, 2024 09:06
Copy link
Contributor

@edwardsph edwardsph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-playwright-1.2.0 branch from 0ceb325 to 06e6781 Compare February 19, 2024 09:11
Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 1.0.1 to 1.2.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](mskelton/eslint-plugin-playwright@v1.0.1...v1.2.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-playwright-1.2.0 branch from 06e6781 to 5f4b8bd Compare February 19, 2024 09:23
@dependabot dependabot bot merged commit 90ea6cd into main Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-playwright-1.2.0 branch February 19, 2024 09:25
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant