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'