12 Commits
Author SHA1 Message Date
renovate cc8baf9dd6 fix(deps): update dependency graphql to v17
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Failing after 31s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-07-06 07:04:27 +00:00
renovate 9761c013bc chore(deps): update dependency vuetify to v4.1.3 (#2976)
dancefinder-app / build (push) Successful in 2m16s
dancefinder-app / deploy-prod (push) Successful in 1m11s
2026-07-05 16:09:41 +00:00
renovate 571c20345a fix(deps): update grafana faro to v2.8.2 (#2975)
dancefinder-app / build (push) Successful in 1m7s
dancefinder-app / deploy-prod (push) Successful in 1m14s
2026-07-04 09:03:45 +00:00
renovate f807f6c531 chore(deps): update commitlint monorepo to v21.2.0 (#2974)
dancefinder-app / build (push) Successful in 59s
dancefinder-app / deploy-prod (push) Successful in 1m14s
2026-07-03 10:05:55 +00:00
renovate a5e0667f58 chore(deps): update typescript-eslint monorepo to v8.62.1 (#2973)
dancefinder-app / build (push) Successful in 1m25s
dancefinder-app / deploy-prod (push) Successful in 1m29s
2026-07-02 19:06:49 +00:00
renovate d9b0260532 fix(deps): update grafana faro to v2.8.1 (#2972)
dancefinder-app / build (push) Successful in 55s
dancefinder-app / deploy-prod (push) Successful in 1m25s
2026-07-02 10:09:20 +00:00
renovate 2648480356 chore(deps): update eslint monorepo to v10.6.0 (#2971)
dancefinder-app / build (push) Successful in 1m13s
dancefinder-app / deploy-prod (push) Successful in 1m23s
2026-06-29 21:05:52 +00:00
renovate c326265960 chore(deps): update stylelint to v17.14.0 (#2970)
dancefinder-app / build (push) Successful in 1m6s
dancefinder-app / deploy-prod (push) Successful in 1m24s
2026-06-28 17:09:02 +00:00
renovate 1a07460fcb fix(deps): update grafana faro to v2.8.0 (#2969)
dancefinder-app / build (push) Successful in 1m3s
dancefinder-app / deploy-prod (push) Successful in 1m10s
2026-06-28 14:08:51 +00:00
renovate 92d60cdb39 chore(deps): update vue monorepo to v3.5.39 (#2968)
dancefinder-app / build (push) Successful in 1m35s
dancefinder-app / deploy-prod (push) Successful in 1m29s
2026-06-28 11:03:06 +00:00
renovate a5d2b9e130 chore(deps): update graphqlcodegenerator monorepo to v6.0.5 (#2967)
dancefinder-app / build (push) Successful in 1m13s
dancefinder-app / deploy-prod (push) Successful in 1m33s
2026-06-27 15:09:29 +00:00
renovate 4ce8a3f84c chore(deps): update commitlint monorepo to v21.1.0 (#2966)
dancefinder-app / build (push) Successful in 2m9s
dancefinder-app / deploy-prod (push) Successful in 1m11s
2026-06-26 15:59:01 +00:00
2 changed files with 434 additions and 395 deletions
+423 -384
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -16,12 +16,12 @@
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix" "codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "21.0.2", "@commitlint/cli": "21.2.0",
"@commitlint/config-conventional": "21.0.2", "@commitlint/config-conventional": "21.2.0",
"@graphql-codegen/cli": "7.1.3", "@graphql-codegen/cli": "7.1.3",
"@graphql-codegen/fragment-matcher": "7.0.1", "@graphql-codegen/fragment-matcher": "7.0.1",
"@graphql-codegen/typescript": "6.0.2", "@graphql-codegen/typescript": "6.0.2",
"@graphql-codegen/typescript-operations": "6.0.4", "@graphql-codegen/typescript-operations": "6.0.5",
"@graphql-codegen/typescript-vue-apollo": "5.0.1", "@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4", "@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.16.0", "@nuxt/eslint": "1.16.0",
@@ -29,33 +29,33 @@
"@stylistic/eslint-plugin": "5.10.0", "@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.11", "@vue/test-utils": "2.4.11",
"esbuild": "0.28.1", "esbuild": "0.28.1",
"eslint": "10.5.0", "eslint": "10.6.0",
"eslint-plugin-simple-import-sort": "13.0.0", "eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-vue": "10.9.2", "eslint-plugin-vue": "10.9.2",
"nuxt": "4.4.8", "nuxt": "4.4.8",
"postcss-html": "1.8.1", "postcss-html": "1.8.1",
"sass": "1.101.0", "sass": "1.101.0",
"stylelint": "17.13.0", "stylelint": "17.14.0",
"stylelint-config-recommended-vue": "1.6.1", "stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0", "stylelint-config-standard": "40.0.0",
"typescript": "6.0.3", "typescript": "6.0.3",
"typescript-eslint": "8.62.0", "typescript-eslint": "8.62.1",
"vite-plugin-vuetify": "2.1.3", "vite-plugin-vuetify": "2.1.3",
"vue": "3.5.38", "vue": "3.5.39",
"vue-eslint-parser": "10.4.1", "vue-eslint-parser": "10.4.1",
"vue-router": "5.1.0", "vue-router": "5.1.0",
"vuetify": "4.1.2" "vuetify": "4.1.3"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "3.14.1", "@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.7.0", "@auth0/auth0-vue": "2.7.0",
"@grafana/faro-web-sdk": "2.7.1", "@grafana/faro-web-sdk": "2.8.2",
"@grafana/faro-web-tracing": "2.7.1", "@grafana/faro-web-tracing": "2.8.2",
"@mdi/font": "7.4.47", "@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3", "@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"date-fns": "4.4.0", "date-fns": "4.4.0",
"graphql": "17.0.1", "graphql": "17.0.2",
"graphql-tag": "2.12.7", "graphql-tag": "2.12.7",
"pinia": "3.0.4", "pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1" "pinia-plugin-persistedstate": "4.7.1"