From d89fda838ed06197b6583b0cb4d28df74c282d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 11:44:14 -0500 Subject: [PATCH] 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] * chore: ignore commitlint for dependabot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 0xmad <0xmad@users.noreply.github.com> --- commitlint.config.js | 5 ++++- packages/e2e/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/commitlint.config.js b/commitlint.config.js index 5073c20d..e6ec2f43 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -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)], +}; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 979318ba..1963ca63 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 556243fe..cdbc1b5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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'