chore(deps): update dependency @nuxt/eslint to v1.15.0 #2781
Generated
+64
-32
@@ -32,7 +32,7 @@
|
||||
"@graphql-codegen/typescript-operations": "5.0.7",
|
||||
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
|
||||
"@nuxt/devtools": "3.1.1",
|
||||
"@nuxt/eslint": "1.14.0",
|
||||
"@nuxt/eslint": "1.15.0",
|
||||
"@nuxtjs/eslint-module": "4.1.0",
|
||||
"@nuxtjs/i18n": "10.2.3",
|
||||
"@stylistic/eslint-plugin": "5.8.0",
|
||||
@@ -5707,17 +5707,17 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@nuxt/eslint": {
|
||||
"version": "1.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-1.14.0.tgz",
|
||||
"integrity": "sha512-3gSJhCYAR7AV5k2xKJwfjXbr7kvpeaJhGZQ4E45hJQnnUjLIeWPDAqHlKaYKro/pYcXQJ0sIDPJHWJbsF5Ty8g==",
|
||||
"version": "1.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-1.15.0.tgz",
|
||||
"integrity": "sha512-kSxc3ZHAgzmwZbr7SHYb8SARSSok96CeMxDHLn3eAQqVZKIfDy7UB3KF6sOQxeqI4SP4wGbloRYMBCjzy4ZbjQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@eslint/config-inspector": "^1.4.2",
|
||||
"@nuxt/devtools-kit": "^3.1.1",
|
||||
"@nuxt/eslint-config": "1.14.0",
|
||||
"@nuxt/eslint-plugin": "1.14.0",
|
||||
"@nuxt/kit": "^4.3.0",
|
||||
"@nuxt/eslint-config": "1.15.0",
|
||||
"@nuxt/eslint-plugin": "1.15.0",
|
||||
"@nuxt/kit": "^4.3.1",
|
||||
"chokidar": "^5.0.0",
|
||||
"eslint-flat-config-utils": "^3.0.1",
|
||||
"eslint-typegen": "^2.3.0",
|
||||
@@ -5728,7 +5728,7 @@
|
||||
"unimport": "^5.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^9.0.0",
|
||||
"eslint": "^9.0.0 || ^10.0.0",
|
||||
"eslint-webpack-plugin": "^4.1.0",
|
||||
"vite-plugin-eslint2": "^5.0.0"
|
||||
},
|
||||
@@ -5742,25 +5742,25 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint-config": {
|
||||
"version": "1.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-1.14.0.tgz",
|
||||
"integrity": "sha512-WRSbCVR8eeOhKYkW5s79VleXvn9/Le81MFirTEpOyYyMQgHi2J5R5cmHWcx5A+Wugs8yDpW1Xn+7g8RWKpuTgA==",
|
||||
"version": "1.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-1.15.0.tgz",
|
||||
"integrity": "sha512-tYTlE8O960pX8MLlbdIMIlXg/0ZVGU1aeoMyv0RfW10f9k7j92FillQbnS9UNfo+kyNF+ZSdcy8mZXmK1T1uVg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@antfu/install-pkg": "^1.1.0",
|
||||
"@clack/prompts": "^1.0.0",
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@nuxt/eslint-plugin": "1.14.0",
|
||||
"@stylistic/eslint-plugin": "^5.7.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
||||
"@typescript-eslint/parser": "^8.54.0",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@nuxt/eslint-plugin": "1.15.0",
|
||||
"@stylistic/eslint-plugin": "^5.8.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.55.0",
|
||||
"@typescript-eslint/parser": "^8.55.0",
|
||||
"eslint-config-flat-gitignore": "^2.1.0",
|
||||
"eslint-flat-config-utils": "^3.0.1",
|
||||
"eslint-merge-processors": "^2.0.0",
|
||||
"eslint-plugin-import-lite": "^0.5.0",
|
||||
"eslint-plugin-import-x": "^4.16.1",
|
||||
"eslint-plugin-jsdoc": "^62.5.3",
|
||||
"eslint-plugin-jsdoc": "^62.5.4",
|
||||
"eslint-plugin-regexp": "^3.0.0",
|
||||
"eslint-plugin-unicorn": "^62.0.0",
|
||||
"eslint-plugin-vue": "^10.7.0",
|
||||
@@ -5771,7 +5771,7 @@
|
||||
"vue-eslint-parser": "^10.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^9.0.0",
|
||||
"eslint": "^9.0.0 || ^10.0.0",
|
||||
"eslint-plugin-format": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
@@ -5780,6 +5780,27 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint-config/node_modules/@eslint/js": {
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
|
||||
"integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://eslint.org/donate"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^10.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"eslint": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint-config/node_modules/globals": {
|
||||
"version": "17.3.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
|
||||
@@ -5794,23 +5815,23 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint-plugin": {
|
||||
"version": "1.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-1.14.0.tgz",
|
||||
"integrity": "sha512-NT53GrmGaCQVXzScKSPe8scflxOZeFLONmmwHYh8sUKlnNZyFoxsmnN/AiZcDKDZ+OUjWhBrirDgDIXTTdM6xg==",
|
||||
"version": "1.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-1.15.0.tgz",
|
||||
"integrity": "sha512-OMuzK4QBDO5Ibtu5HgrzSr6NGNz2bhX3AEkb7BW8qNv07k86RL9yald1CICHUEvZM1yxuHjKQRTDICRIe+REUQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/types": "^8.54.0",
|
||||
"@typescript-eslint/utils": "^8.54.0"
|
||||
"@typescript-eslint/types": "^8.55.0",
|
||||
"@typescript-eslint/utils": "^8.55.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^9.0.0"
|
||||
"eslint": "^9.0.0 || ^10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint/node_modules/@nuxt/kit": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.3.0.tgz",
|
||||
"integrity": "sha512-cD/0UU9RQmlnTbmyJTDyzN8f6CzpziDLv3tFQCnwl0Aoxt3KmFu4k/XA4Sogxqj7jJ/3cdX1kL+Lnsh34sxcQQ==",
|
||||
"version": "4.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.3.1.tgz",
|
||||
"integrity": "sha512-UjBFt72dnpc+83BV3OIbCT0YHLevJtgJCHpxMX0YRKWLDhhbcDdUse87GtsQBrjvOzK7WUNUYLDS/hQLYev5rA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -5827,9 +5848,9 @@
|
||||
"ohash": "^2.0.11",
|
||||
"pathe": "^2.0.3",
|
||||
"pkg-types": "^2.3.0",
|
||||
"rc9": "^2.1.2",
|
||||
"rc9": "^3.0.0",
|
||||
"scule": "^1.3.0",
|
||||
"semver": "^7.7.3",
|
||||
"semver": "^7.7.4",
|
||||
"tinyglobby": "^0.2.15",
|
||||
"ufo": "^1.6.3",
|
||||
"unctx": "^2.5.0",
|
||||
@@ -5855,6 +5876,17 @@
|
||||
"url": "https://paulmillr.com/funding/"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint/node_modules/rc9": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/rc9/-/rc9-3.0.0.tgz",
|
||||
"integrity": "sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"defu": "^6.1.4",
|
||||
"destr": "^2.0.5"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint/node_modules/readdirp": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
|
||||
@@ -13479,9 +13511,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-jsdoc": {
|
||||
"version": "62.5.3",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.5.3.tgz",
|
||||
"integrity": "sha512-wWUrEG9ACexVAg95gH0t0LobV5t4sAnwephEsp95Wv7y6s7Fc6DK3xBeLKi7imVpbSzdcyfo863bKCNYL8ld0g==",
|
||||
"version": "62.5.4",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.5.4.tgz",
|
||||
"integrity": "sha512-U+Q5ppErmC17VFQl542eBIaXcuq975BzoIHBXyx7UQx/i4gyHXxPiBkonkuxWyFA98hGLALLUuD+NJcXqSGKxg==",
|
||||
"dev": true,
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
"@graphql-codegen/typescript-operations": "5.0.7",
|
||||
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
|
||||
"@nuxt/devtools": "3.1.1",
|
||||
"@nuxt/eslint": "1.14.0",
|
||||
"@nuxt/eslint": "1.15.0",
|
||||
"@nuxtjs/eslint-module": "4.1.0",
|
||||
"@nuxtjs/i18n": "10.2.3",
|
||||
"@stylistic/eslint-plugin": "5.8.0",
|
||||
|
||||
Reference in New Issue
Block a user