3 Commits

Author SHA1 Message Date
renovate 4b46833be6 chore(deps): update dependency vue-router to v5
renovate/artifacts Artifact file update failure
dancefinder-app / build (pull_request) Failing after 41s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-02-14 03:02:45 +00:00
renovate 45f48bda0f chore(deps): update dependency vue-eslint-parser to v10.4.0 (#2789)
dancefinder-app / build (push) Successful in 3m18s
dancefinder-app / deploy-prod (push) Successful in 1m38s
2026-02-14 02:08:51 +00:00
renovate 2902ebdac3 chore(deps): update dependency eslint-plugin-vue to v10.8.0 (#2788)
dancefinder-app / build (push) Successful in 3m12s
dancefinder-app / deploy-prod (push) Successful in 1m45s
2026-02-14 02:08:29 +00:00
2 changed files with 11 additions and 11 deletions
+9 -9
View File
@@ -41,7 +41,7 @@
"eslint": "9.39.2",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.7.0",
"eslint-plugin-vue": "10.8.0",
"nuxt": "4.3.1",
"postcss-html": "1.8.1",
"sass": "1.97.3",
@@ -52,7 +52,7 @@
"typescript-eslint": "8.55.0",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.28",
"vue-eslint-parser": "10.3.0",
"vue-eslint-parser": "10.4.0",
"vue-router": "4.6.4",
"vuetify": "3.11.8"
},
@@ -13845,9 +13845,9 @@
"license": "MIT"
},
"node_modules/eslint-plugin-vue": {
"version": "10.7.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.7.0.tgz",
"integrity": "sha512-r2XFCK4qlo1sxEoAMIoTTX0PZAdla0JJDt1fmYiworZUX67WeEGqm+JbyAg3M+pGiJ5U6Mp5WQbontXWtIW7TA==",
"version": "10.8.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.8.0.tgz",
"integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -13864,7 +13864,7 @@
"peerDependencies": {
"@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
"eslint": "^8.57.0 || ^9.0.0",
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"vue-eslint-parser": "^10.0.0"
},
"peerDependenciesMeta": {
@@ -23525,9 +23525,9 @@
"license": "MIT"
},
"node_modules/vue-eslint-parser": {
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.3.0.tgz",
"integrity": "sha512-Aj1cCjD3HQjp5B8cLr6zJjISEOkr0MCrqvwLg3MeyGDjKlL8uMFLKfVbP7Te09cG9Y9KmzJwwnD7hf884CpcOg==",
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.4.0.tgz",
"integrity": "sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==",
"dev": true,
"license": "MIT",
"dependencies": {
+2 -2
View File
@@ -33,7 +33,7 @@
"eslint": "9.39.2",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.7.0",
"eslint-plugin-vue": "10.8.0",
"nuxt": "4.3.1",
"postcss-html": "1.8.1",
"sass": "1.97.3",
@@ -44,7 +44,7 @@
"typescript-eslint": "8.55.0",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.28",
"vue-eslint-parser": "10.3.0",
"vue-eslint-parser": "10.4.0",
"vue-router": "5.0.2",
"vuetify": "3.11.8"
},