rmwc
rmwc copied to clipboard
build(deps-dev): bump eslint-plugin-playwright from 0.22.1 to 1.5.2
Bumps eslint-plugin-playwright from 0.22.1 to 1.5.2.
Release notes
Sourced from eslint-plugin-playwright's releases.
v1.5.2
1.5.2 (2024-03-04)
Bug Fixes
- valid-describe-callback: Support unnamed describe (b3768f8)
v1.5.1
1.5.1 (2024-02-28)
Bug Fixes
- require-hook: False positive when using new options argument (8a06748)
- valid-describe-callback: False positive when using new options argument (c25d200), closes #266
Documentation
- Add missing URLs to rules (26998b5)
v1.5.0
1.5.0 (2024-02-28)
Features
- Add support for new test option syntax (e7155b6)
Bug Fixes
- no-useless-not: Add support for
visible
andenabled
options (e97a62b)Documentation
- no-standalone-expect: Improve documentation around best practices (95fcfd8)
v1.4.2
1.4.2 (2024-02-27)
Bug Fixes
- valid-describe-callback: False positive with
test.describe.configure
(91988d5)
... (truncated)
Commits
b3768f8
fix(valid-describe-callback): Support unnamed describe3b272af
chore: Fix formattingfbb6875
chore: Fix action4796f75
chore: Update Prettier config to disable semicolons1affb2e
chore: Update example folder26998b5
docs: Add missing URLs to rules8a06748
fix(require-hook): False positive when using new options argumentc25d200
fix(valid-describe-callback): False positive when using new options argument99f11c7
Merge pull request #265 from playwright-community/new-test-syntax-tagse7155b6
feat: Add support for new test option syntax- Additional commits viewable in compare view
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)
Review changes with SemanticDiff.
Analyzed 2 of 2 files.
Filename | Status | |
---|---|---|
:heavy_check_mark: | package-lock.json | 38.45% smaller |
:heavy_check_mark: | package.json | Analyzed |
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Superseded by #1369.