Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps eslint-plugin-playwright from 0.22.2 to 1.0.1.

Release notes

Sourced from eslint-plugin-playwright's releases.

v1.0.1

1.0.1 (2024-02-11)

Bug Fixes

  • Add missing no-get-by-title config (c0e0fde)

v1.0.0

1.0.0 (2024-02-11)

Features

  • Add no-get-by-title rule (d7c0753), closes #196
  • Add support for settings.globalAliases to support custom test/expect names (40759e7)
  • Remove support for global assertFunctionNames (cc3159a)
  • Rename additionalAssertFunctionNames to assertFunctionNames (ed5d7bc)

BREAKING CHANGES

  • Rename the additionalAssertFunctionNames option to assertFunctionNames. The accepted values are the same, the setting name is the only change.
  • assertFunctionNames is now only available at the rule level
Commits
  • 2e66a66 test: Add test to ensure all rules are exported
  • c0e0fde fix: Add missing no-get-by-title config
  • d7c0753 feat: Add no-get-by-title rule
  • 3ccac8a Merge pull request #209 from playwright-community/aliased-globals
  • 40759e7 feat: Add support for settings.globalAliases to support custom test/expect ...
  • ece2939 Merge remote-tracking branch 'origin' into aliased-globals
  • ed5d7bc feat: Rename additionalAssertFunctionNames to assertFunctionNames
  • cc3159a feat: Remove support for global assertFunctionNames
  • 25731fc chore: Add additional tests (#193)
  • See full diff 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 it's up-to-date and CI passes on it, as requested by @NSeydoux.


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 12, 2024 04:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2024
Copy link
Contributor

@NSeydoux NSeydoux 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.0.1 branch from e198daa to 81ced74 Compare February 12, 2024 08:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-playwright-1.0.1 branch from 81ced74 to b8fc0f2 Compare February 12, 2024 08:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-playwright-1.0.1 branch from b8fc0f2 to 4cac81c Compare February 12, 2024 08:27
Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.22.2 to 1.0.1.
- [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@v0.22.2...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-playwright-1.0.1 branch from 4cac81c to 659ee90 Compare February 12, 2024 08:29
@dependabot dependabot bot merged commit e7e09e5 into main Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-playwright-1.0.1 branch February 12, 2024 08:31
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