Merge branch 'renovate/eslint-plugin-vue-10.x' into 'main'

chore(deps): update dependency eslint-plugin-vue to v10.6.0

See merge request unboundsoftware/dancefinder/dancefinder-app!2636
This commit was merged in pull request #2685.
This commit is contained in:
2025-11-22 10:01:19 +01:00
2 changed files with 20 additions and 6 deletions
+19 -5
View File
@@ -41,7 +41,7 @@
"eslint": "9.39.1", "eslint": "9.39.1",
"eslint-plugin-nuxt": "4.0.0", "eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.5.1", "eslint-plugin-vue": "10.6.0",
"nuxt": "4.2.1", "nuxt": "4.2.1",
"postcss-html": "1.8.0", "postcss-html": "1.8.0",
"sass": "1.94.2", "sass": "1.94.2",
@@ -13033,16 +13033,16 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/eslint-plugin-vue": { "node_modules/eslint-plugin-vue": {
"version": "10.5.1", "version": "10.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.5.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.6.0.tgz",
"integrity": "sha512-SbR9ZBUFKgvWAbq3RrdCtWaW0IKm6wwUiApxf3BVTNfqUIo4IQQmreMg2iHFJJ6C/0wss3LXURBJ1OwS/MhFcQ==", "integrity": "sha512-TsoFluWxOpsJlE/l2jJygLQLWBPJ3Qdkesv7tBIunICbTcG0dS1/NBw/Ol4tJw5kHWlAVds4lUmC29/vlPUcEQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-community/eslint-utils": "^4.4.0", "@eslint-community/eslint-utils": "^4.4.0",
"natural-compare": "^1.4.0", "natural-compare": "^1.4.0",
"nth-check": "^2.1.1", "nth-check": "^2.1.1",
"postcss-selector-parser": "^6.0.15", "postcss-selector-parser": "^7.1.0",
"semver": "^7.6.3", "semver": "^7.6.3",
"xml-name-validator": "^4.0.0" "xml-name-validator": "^4.0.0"
}, },
@@ -13064,6 +13064,20 @@
} }
} }
}, },
"node_modules/eslint-plugin-vue/node_modules/postcss-selector-parser": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
"dev": true,
"license": "MIT",
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
},
"engines": {
"node": ">=4"
}
},
"node_modules/eslint-processor-vue-blocks": { "node_modules/eslint-processor-vue-blocks": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/eslint-processor-vue-blocks/-/eslint-processor-vue-blocks-2.0.0.tgz", "resolved": "https://registry.npmjs.org/eslint-processor-vue-blocks/-/eslint-processor-vue-blocks-2.0.0.tgz",
+1 -1
View File
@@ -33,7 +33,7 @@
"eslint": "9.39.1", "eslint": "9.39.1",
"eslint-plugin-nuxt": "4.0.0", "eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.5.1", "eslint-plugin-vue": "10.6.0",
"nuxt": "4.2.1", "nuxt": "4.2.1",
"postcss-html": "1.8.0", "postcss-html": "1.8.0",
"sass": "1.94.2", "sass": "1.94.2",