build(deps-dev): bump eslint-plugin-playwright from 0.14.3 to 0.15.1 (#530)

* build(deps-dev): bump eslint-plugin-playwright from 0.14.3 to 0.15.1

Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.14.3 to 0.15.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](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.14.3...v0.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: ignore commitlint for dependabot

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 0xmad <0xmad@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-06-22 11:44:14 -05:00
committed by GitHub
parent b91b7d95ee
commit d89fda838e
3 changed files with 9 additions and 6 deletions

View File

@@ -1 +1,4 @@
module.exports = { extends: ["@commitlint/config-conventional"] };
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(message) => /Signed-off-by: dependabot\[bot]/m.test(message)],
};

View File

@@ -33,7 +33,7 @@
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-playwright": "^0.14.3",
"eslint-plugin-playwright": "^0.15.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"lint-staged": "^13.2.2",

8
pnpm-lock.yaml generated
View File

@@ -451,8 +451,8 @@ importers:
specifier: ^3.1.0
version: 3.1.0
eslint-plugin-playwright:
specifier: ^0.14.3
version: 0.14.3(eslint@8.43.0)
specifier: ^0.15.1
version: 0.15.1(eslint@8.43.0)
eslint-plugin-prettier:
specifier: ^4.2.1
version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.43.0)(prettier@2.8.8)
@@ -8358,8 +8358,8 @@ packages:
semver: 6.3.0
dev: true
/eslint-plugin-playwright@0.14.3(eslint@8.43.0):
resolution: {integrity: sha512-kTuFzoh/8HuSlxZQCnuGcY02ErUI9BPfxLhiNozpJ5ZZXStmEwBaP+GfYSXqSHoN9pvc0ZqPW2sNLGDxQAVr6w==}
/eslint-plugin-playwright@0.15.1(eslint@8.43.0):
resolution: {integrity: sha512-JyzskjLkCZqswRZ+ZZNH+jS8qnI/w0qTHOA2i5IJxXC+MfaKv03YqOFb+aoJukxTpOp0rOnm9FQ/jsF+lj/cBg==}
peerDependencies:
eslint: '>=7'
eslint-plugin-jest: '>=25'