Merge branch 'renovate/nuxt-eslint-1.x' into 'main'

chore(deps): update dependency @nuxt/eslint to v1.11.0

See merge request unboundsoftware/schemas-app!21
This commit was merged in pull request #22.
This commit is contained in:
2025-11-27 11:37:15 +01:00
2 changed files with 63 additions and 33 deletions
+62 -32
View File
@@ -29,7 +29,7 @@
"@graphql-codegen/typescript-operations": "5.0.5",
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
"@nuxt/devtools": "3.1.1",
"@nuxt/eslint": "1.10.0",
"@nuxt/eslint": "1.11.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.6.1",
@@ -2461,9 +2461,9 @@
}
},
"node_modules/@eslint/config-inspector": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@eslint/config-inspector/-/config-inspector-1.4.1.tgz",
"integrity": "sha512-4JPQg8LEgMax02AQoTMsTA9+LoRMAaO1w6Jn8ypKV0omorOwEXmPKMX7d5pxr3eLmoLM+fuHC6QQ9F/UIVTnag==",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/@eslint/config-inspector/-/config-inspector-1.4.2.tgz",
"integrity": "sha512-Ay8QcvV/Tq6YDeoltwZDQsQTrcS5flPkOp4ylk1WdV7L2UGotINwjatjbAIEqBTmP3G0g3Ah8dnuHC8DsnKPYQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@@ -5335,18 +5335,18 @@
}
},
"node_modules/@nuxt/eslint": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-1.10.0.tgz",
"integrity": "sha512-cuq7jRdhVtnqrU5vcy+jW8u/2A7BHwczPkrr/5XIRB10WOA1NLC9Jo+ts4NlWbCdLy/+9jCHcOV0U94pn9SQUw==",
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-1.11.0.tgz",
"integrity": "sha512-N3jq7AL2rsalVoLs0hKFjba9kmfQ8yx2KwAxCzHwq0hhaFOhwnoTfEMJo8JcKyQ+DCbWy1f38jfBk5RJhKadBg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint/config-inspector": "^1.3.0",
"@nuxt/devtools-kit": "^3.0.0",
"@nuxt/eslint-config": "1.10.0",
"@nuxt/eslint-plugin": "1.10.0",
"@nuxt/kit": "^4.2.0",
"chokidar": "^4.0.3",
"@eslint/config-inspector": "^1.4.2",
"@nuxt/devtools-kit": "^3.1.1",
"@nuxt/eslint-config": "1.11.0",
"@nuxt/eslint-plugin": "1.11.0",
"@nuxt/kit": "^4.2.1",
"chokidar": "^5.0.0",
"eslint-flat-config-utils": "^2.1.4",
"eslint-typegen": "^2.3.0",
"find-up": "^8.0.0",
@@ -5370,30 +5370,30 @@
}
},
"node_modules/@nuxt/eslint-config": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-1.10.0.tgz",
"integrity": "sha512-6Ry+sV5FaTBg3a0l+4gcxuz0IsQG5dSF6OxHNDlDx2yTygMOxeCn6vdc2Cz/e4LtYGvwZIlhH9wVlnWnD3+G+Q==",
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-1.11.0.tgz",
"integrity": "sha512-SIe05zqUzwp/3mLW1AhUtCPdLVKjpNDO2ODxniReb5lsuRzSp7q9OQhjUhC1QqEM2ANH3q3b8Qui9YpxUg3nMA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@antfu/install-pkg": "^1.1.0",
"@clack/prompts": "^0.11.0",
"@eslint/js": "^9.38.0",
"@nuxt/eslint-plugin": "1.10.0",
"@stylistic/eslint-plugin": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@eslint/js": "^9.39.1",
"@nuxt/eslint-plugin": "1.11.0",
"@stylistic/eslint-plugin": "^5.6.1",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"eslint-config-flat-gitignore": "^2.1.0",
"eslint-flat-config-utils": "^2.1.4",
"eslint-merge-processors": "^2.0.0",
"eslint-plugin-import-lite": "^0.3.0",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jsdoc": "^61.1.10",
"eslint-plugin-jsdoc": "^61.4.1",
"eslint-plugin-regexp": "^2.10.0",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-vue": "^10.5.1",
"eslint-plugin-vue": "^10.6.1",
"eslint-processor-vue-blocks": "^2.0.0",
"globals": "^16.4.0",
"globals": "^16.5.0",
"local-pkg": "^1.1.2",
"pathe": "^2.0.3",
"vue-eslint-parser": "^10.2.0"
@@ -5409,19 +5409,35 @@
}
},
"node_modules/@nuxt/eslint-plugin": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-1.10.0.tgz",
"integrity": "sha512-KL8eCdYGuEIVlts/B+MLgL7FCpaPt2HU6m3XBsUdl+LXPI7/eCMSLlFDmDmfz+PuMx0PCGo7ayyDN6cid12Rlw==",
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-1.11.0.tgz",
"integrity": "sha512-kTNwHJjdr5qW90ww4ct8kFKdWEVb/8X4KdkDJAmRTRqLRfkfTQDOKDfpQa62fRnsuRopMEPjab3Bsya4YLbb9g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/types": "^8.46.2",
"@typescript-eslint/utils": "^8.46.2"
"@typescript-eslint/types": "^8.48.0",
"@typescript-eslint/utils": "^8.48.0"
},
"peerDependencies": {
"eslint": "^9.0.0"
}
},
"node_modules/@nuxt/eslint/node_modules/chokidar": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
"integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
"dev": true,
"license": "MIT",
"dependencies": {
"readdirp": "^5.0.0"
},
"engines": {
"node": ">= 20.19.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@nuxt/eslint/node_modules/find-up": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-8.0.0.tgz",
@@ -5487,6 +5503,20 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@nuxt/eslint/node_modules/readdirp": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
"integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 20.19.0"
},
"funding": {
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@nuxt/eslint/node_modules/yocto-queue": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
@@ -11808,9 +11838,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "61.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.4.0.tgz",
"integrity": "sha512-Gbe6Z1QENj6jr5PVnEkWwm0PcVCGFwl9ju+e0BxFuRHHv6c8q2L+PRfCwDBO+veEEEGi5XO52nmoIRvhxb1A3Q==",
"version": "61.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.4.1.tgz",
"integrity": "sha512-3c1QW/bV25sJ1MsIvsvW+EtLtN6yZMduw7LVQNVt72y2/5BbV5Pg5b//TE5T48LRUxoEQGaZJejCmcj3wCxBzw==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
+1 -1
View File
@@ -43,7 +43,7 @@
"@graphql-codegen/typescript-operations": "5.0.5",
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
"@nuxt/devtools": "3.1.1",
"@nuxt/eslint": "1.10.0",
"@nuxt/eslint": "1.11.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.6.1",