From 73701f13259e600b4a9927b64abb8321e0010363 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 06:52:30 +0000 Subject: [PATCH] chore(deps): update dependency @stylistic/eslint-plugin to ~2.9.0 --- 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 20200cd5..9bd45687 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": "^1.2.2", - "@stylistic/eslint-plugin": "~2.0.0", + "@stylistic/eslint-plugin": "~2.9.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "cpx2": "^8.0.0", "cross-env": "^7.0.2", 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 93fdfe91..1ae0a1aa 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": "~2.9.0", "eslint": "~8.57.0", "eslint-config-airbnb-base": "~15.0.0", "eslint-plugin-import": "~2.31.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 2431182b..bfd8b1c7 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": "~2.9.0", "eslint": "~8.57.0", "eslint-config-standard": "~17.1.0", "eslint-plugin-import": "~2.31.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 7abbabb2..7847de4e 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": "~2.9.0", "eslint": "~8.57.0", "eslint-plugin-jest": "~28.8.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 faeff6a3..f8dac0a3 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": "~2.9.0", "eslint": "~8.57.0", "eslint-config-standard": "~17.1.0", "eslint-plugin-import": "~2.31.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..cc0a6dfd 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": "~2.9.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..d4bc94ed 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": "~2.9.0", "eslint": "~8.57.0", "eslint-plugin-lodash-template": "file:../../.." },