From 0ffc6521948f2c454dcd6645fb93632182b20a8a Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 12 May 2025 13:34:53 +0200 Subject: [PATCH] Dependabot: @stylistic/eslint-plugin blocked by eslint version. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64ef0fce..ce81fc13 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,9 @@ updates: - dependency-name: eslint versions: - ">=9.0.0" # not ready for v9, missing dependencies. + - dependency-name: "@stylistic/eslint-plugin" + versions: + - ">=4.0.0" # needs eslint >= 9.0.0 - dependency-name: got versions: - ">=12.0.0" # breaking changes, must adapt code.