mirror of
https://github.com/CryptKeeperZK/crypt-keeper-extension.git
synced 2026-01-08 21:47:56 -05:00
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:
@@ -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)],
|
||||
};
|
||||
|
||||
@@ -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
8
pnpm-lock.yaml
generated
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user