Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-plugin-playwright from 1.0.1 to 1.2.0 in /env #125

Merged

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 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)

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](playwright-community/eslint-plugin-playwright@v1.0.1...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 19, 2024
@swissspidy swissspidy merged commit 8c74252 into main Feb 19, 2024
9 checks passed
@swissspidy swissspidy deleted the dependabot/npm_and_yarn/env/eslint-plugin-playwright-1.2.0 branch February 19, 2024 11:29
@swissspidy
Copy link
Owner

Performance Test Results

Performance test results for 468e8ef are in 🛎️!

Tests

Run wpLoadAlloptionsQuery wpDbQueries wpMemoryUsage wpBeforeTemplate wpTemplate wpTotal largestContentfulPaint timeToFirstByte lcpMinusTtfb
0 0.43 ms 26 3.43 MB 12.05 ms 19.38 ms 33.06 ms 101.10 ms 36.70 ms 66.15 ms
1 0.43 ms 26 3.43 MB 12.15 ms 19.13 ms 31.28 ms 99.90 ms 34.25 ms 65.80 ms

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