From abe6ef61cbee097e7991698e32001ff624273368 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 20:59:59 +0000 Subject: [PATCH] chore(deps): update dependency @stylistic/eslint-plugin to v5 --- package.json | 2 +- .../Qonfucius/nuxt-fontawesome/package.json | 2 +- .../bootstrap-vue/bootstrap-vue/package.json | 2 +- .../script-processor-repos/nuxt-community/_summary/package.json | 2 +- .../script-processor-repos/nuxt-community/modules/package.json | 2 +- .../script-processor-repos/test-with-ts01/package.json | 2 +- tests_fixtures/script-processor-repos/test01/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ef5b3e0b..958c91aa 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@eslint-community/eslint-utils": "^4.4.0", "@ota-meshi/eslint-plugin": "^0.15.0", "@shikijs/vitepress-twoslash": "^3.0.0", - "@stylistic/eslint-plugin": "~2.0.0", + "@stylistic/eslint-plugin": "~5.6.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "cpx2": "^8.0.0", "cross-env": "^10.0.0", diff --git a/tests_fixtures/script-processor-repos/Qonfucius/nuxt-fontawesome/package.json b/tests_fixtures/script-processor-repos/Qonfucius/nuxt-fontawesome/package.json index 611760ec..1865b2a1 100644 --- a/tests_fixtures/script-processor-repos/Qonfucius/nuxt-fontawesome/package.json +++ b/tests_fixtures/script-processor-repos/Qonfucius/nuxt-fontawesome/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@stylistic/eslint-plugin": "~2.0.0", + "@stylistic/eslint-plugin": "~5.6.0", "eslint": "~8.57.0", "eslint-config-airbnb-base": "~15.0.0", "eslint-plugin-import": "~2.32.0", diff --git a/tests_fixtures/script-processor-repos/bootstrap-vue/bootstrap-vue/package.json b/tests_fixtures/script-processor-repos/bootstrap-vue/bootstrap-vue/package.json index 398260d9..a0cc9d4e 100644 --- a/tests_fixtures/script-processor-repos/bootstrap-vue/bootstrap-vue/package.json +++ b/tests_fixtures/script-processor-repos/bootstrap-vue/bootstrap-vue/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@stylistic/eslint-plugin": "~2.0.0", + "@stylistic/eslint-plugin": "~5.6.0", "eslint": "~8.57.0", "eslint-config-standard": "~17.1.0", "eslint-plugin-import": "~2.32.0", diff --git a/tests_fixtures/script-processor-repos/nuxt-community/_summary/package.json b/tests_fixtures/script-processor-repos/nuxt-community/_summary/package.json index 34f8a755..aae30281 100644 --- a/tests_fixtures/script-processor-repos/nuxt-community/_summary/package.json +++ b/tests_fixtures/script-processor-repos/nuxt-community/_summary/package.json @@ -2,7 +2,7 @@ "devDependencies": { "@nuxtjs/eslint-config": "~12.0.0", "@nuxtjs/eslint-config-typescript": "~12.1.0", - "@stylistic/eslint-plugin": "~2.0.0", + "@stylistic/eslint-plugin": "~5.6.0", "eslint": "~8.57.0", "eslint-plugin-jest": "~29.2.0", "eslint-plugin-lodash-template": "file:../../../..", diff --git a/tests_fixtures/script-processor-repos/nuxt-community/modules/package.json b/tests_fixtures/script-processor-repos/nuxt-community/modules/package.json index a0038018..b8521cb8 100644 --- a/tests_fixtures/script-processor-repos/nuxt-community/modules/package.json +++ b/tests_fixtures/script-processor-repos/nuxt-community/modules/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@stylistic/eslint-plugin": "~2.0.0", + "@stylistic/eslint-plugin": "~5.6.0", "eslint": "~8.57.0", "eslint-config-standard": "~17.1.0", "eslint-plugin-import": "~2.32.0", diff --git a/tests_fixtures/script-processor-repos/test-with-ts01/package.json b/tests_fixtures/script-processor-repos/test-with-ts01/package.json index 8aee0b99..8902807a 100644 --- a/tests_fixtures/script-processor-repos/test-with-ts01/package.json +++ b/tests_fixtures/script-processor-repos/test-with-ts01/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@stylistic/eslint-plugin": "~2.0.0", + "@stylistic/eslint-plugin": "~5.6.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "~8.57.0", "eslint-plugin-lodash-template": "file:../../.." diff --git a/tests_fixtures/script-processor-repos/test01/package.json b/tests_fixtures/script-processor-repos/test01/package.json index 9f019d9b..e0fce246 100644 --- a/tests_fixtures/script-processor-repos/test01/package.json +++ b/tests_fixtures/script-processor-repos/test01/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@stylistic/eslint-plugin": "~2.0.0", + "@stylistic/eslint-plugin": "~5.6.0", "eslint": "~8.57.0", "eslint-plugin-lodash-template": "file:../../.." },