From 006c39d496c8121c184372ae0c3e086d37592a3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 05:26:35 +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..acadb9b1 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.5.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..ad3e9c27 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.5.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 fb253c88..8a939fc4 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.5.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 19a42495..15e0cb8f 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.5.0", "eslint": "~8.57.0", "eslint-plugin-jest": "~29.0.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..10047038 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.5.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..2e7bdc45 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.5.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..34d24673 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.5.0", "eslint": "~8.57.0", "eslint-plugin-lodash-template": "file:../../.." },