From 435b6c5ce352b4fe8c85e4b26b4f0f2ba395c3e6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 19 Nov 2024 03:06:29 +0000 Subject: [PATCH] chore(deps): update dependency @nuxt/eslint to v0.7.1 --- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index a692f61..750fbae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@graphql-codegen/typescript-operations": "4.3.1", "@graphql-codegen/typescript-vue-apollo": "4.1.1", "@nuxt/devtools": "1.6.0", - "@nuxt/eslint": "0.7.0", + "@nuxt/eslint": "0.7.1", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "9.1.0", "@vue/test-utils": "2.4.6", @@ -4006,16 +4006,16 @@ } }, "node_modules/@nuxt/eslint": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-0.7.0.tgz", - "integrity": "sha512-9yeQzWUCqqBv3KngFJknP4OXyKOd50ELAmMvIZ8PZrx9IZ5WDi9nRWd/dKHmcDmO0NsvGhxr0WochxxGzAXyYg==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-0.7.1.tgz", + "integrity": "sha512-UO7buQvhmiBArcuWrK1XFuC4drHxRgWxldwN1pvVKxKOeVhaomp4TlkOJAiyw2p3xIItQX4jV+SSVxnzoaF7UQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint/config-inspector": "^0.5.6", "@nuxt/devtools-kit": "^1.6.0", - "@nuxt/eslint-config": "0.7.0", - "@nuxt/eslint-plugin": "0.7.0", + "@nuxt/eslint-config": "0.7.1", + "@nuxt/eslint-plugin": "0.7.1", "@nuxt/kit": "^3.14.159", "chokidar": "^4.0.1", "eslint-flat-config-utils": "^0.4.0", @@ -4041,19 +4041,19 @@ } }, "node_modules/@nuxt/eslint-config": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-0.7.0.tgz", - "integrity": "sha512-HAQuyAAFqfLKevIXDlkm+hrts7LpZYofY5DcB1n1nWO8a83GJfgOLwLN1MnPFt4Y3oix/FiUDu9gws+yWOMYHA==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-0.7.1.tgz", + "integrity": "sha512-y0sO0+gle+FV7g4tKQgiB8PT2sTnpND63K/PmwU+VAucz4XTCbMlI2l0tCdfQCreXtFhskFKQrJ9dGcna5eakg==", "dev": true, "license": "MIT", "dependencies": { "@antfu/install-pkg": "^0.4.1", "@clack/prompts": "^0.8.1", - "@eslint/js": "^9.14.0", - "@nuxt/eslint-plugin": "0.7.0", + "@eslint/js": "^9.15.0", + "@nuxt/eslint-plugin": "0.7.1", "@stylistic/eslint-plugin": "^2.10.1", - "@typescript-eslint/eslint-plugin": "^8.14.0", - "@typescript-eslint/parser": "^8.14.0", + "@typescript-eslint/eslint-plugin": "^8.15.0", + "@typescript-eslint/parser": "^8.15.0", "eslint-config-flat-gitignore": "0.2.0", "eslint-flat-config-utils": "^0.4.0", "eslint-merge-processors": "^0.1.0", @@ -4091,14 +4091,14 @@ } }, "node_modules/@nuxt/eslint-plugin": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-0.7.0.tgz", - "integrity": "sha512-mwQRPlXaMVNC0B1lt7HhTvGlOy2jG43dZkcyGsACAEPGMv2QOhmcG146Zsq94iWeXlX2VFKsDFmR1mgS1OnB4Q==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-0.7.1.tgz", + "integrity": "sha512-/COfuye/C6PBlsKq1u9gZXN4recYe9bcmgNVPNnc8cSs55iilS1vPg7uBXG/nANzwdrngJ9j7hMP1PUKOiRiEg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "^8.14.0", - "@typescript-eslint/utils": "^8.14.0" + "@typescript-eslint/types": "^8.15.0", + "@typescript-eslint/utils": "^8.15.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0" diff --git a/package.json b/package.json index 4d58801..889abde 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@graphql-codegen/typescript-operations": "4.3.1", "@graphql-codegen/typescript-vue-apollo": "4.1.1", "@nuxt/devtools": "1.6.0", - "@nuxt/eslint": "0.7.0", + "@nuxt/eslint": "0.7.1", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "9.1.0", "@vue/test-utils": "2.4.6",