10 Commits

Author SHA1 Message Date
renovate 1ad1aadbd6 fix(deps): update dependency graphql to v17
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (pull_request) Failing after 49s
schemas-app / deploy-prod (pull_request) Has been skipped
2026-06-19 20:09:45 +00:00
renovate f449e47614 chore(deps): update graphqlcodegenerator monorepo to v7.1.3 (#265)
schemas-app / build (push) Successful in 1m34s
schemas-app / deploy-prod (push) Successful in 1m33s
2026-06-19 14:29:50 +00:00
renovate 6794bef180 chore(deps): update typescript-eslint monorepo to v8.61.1 (#263)
schemas-app / build (push) Successful in 49s
schemas-app / deploy-prod (push) Successful in 1m32s
2026-06-18 19:12:25 +00:00
renovate 2623756a73 chore(deps): update graphqlcodegenerator monorepo to v6.0.4 (#262)
schemas-app / build (push) Successful in 41s
schemas-app / deploy-prod (push) Successful in 1m20s
2026-06-18 16:12:15 +00:00
renovate ba28d0baaa chore(deps): update vitest monorepo to v4.1.9 (#261)
schemas-app / build (push) Successful in 2m50s
schemas-app / deploy-prod (push) Successful in 1m37s
2026-06-18 09:11:01 +00:00
renovate 6f013d1e8a chore(deps): update pre-commit hook pre-commit/mirrors-eslint to v10.5.0 (#260)
schemas-app / build (push) Successful in 1m37s
schemas-app / deploy-prod (push) Successful in 1m26s
2026-06-16 10:11:22 +00:00
renovate 4eaba9d55e chore(deps): update eslint monorepo to v10.5.0 (#259)
schemas-app / build (push) Successful in 57s
schemas-app / deploy-prod (push) Successful in 1m36s
2026-06-15 18:13:00 +00:00
renovate 469db702f3 fix(deps): update vue monorepo to v3.5.36 (#258)
schemas-app / build (push) Successful in 48s
schemas-app / deploy-prod (push) Successful in 1m26s
2026-06-14 08:18:20 +00:00
renovate 59fed567ed chore(deps): update dependency @nuxt/eslint to v1.16.0 (#257)
schemas-app / build (push) Successful in 53s
schemas-app / deploy-prod (push) Successful in 1m29s
2026-06-13 06:15:51 +00:00
renovate 7755e7f568 fix(deps): update dependency graphql to v16.14.2 (#256)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 1m35s
2026-06-12 10:12:01 +00:00
3 changed files with 1159 additions and 606 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ repos:
stages: [ commit-msg ]
additional_dependencies: [ '@commitlint/config-conventional' ]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v10.4.1
rev: v10.5.0
hooks:
- id: eslint
types: [ file ]
+1149 -596
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -21,10 +21,10 @@
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.7.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.14.1",
"graphql": "17.0.1",
"graphql-ws": "6.0.8",
"nuxt": "4.4.8",
"vue": "3.5.35",
"vue": "3.5.38",
"vuetify-nuxt-module": "0.19.5"
},
"version": "1.0.0",
@@ -36,19 +36,19 @@
"devDependencies": {
"@commitlint/cli": "21.0.2",
"@commitlint/config-conventional": "21.0.2",
"@graphql-codegen/cli": "7.1.2",
"@graphql-codegen/cli": "7.1.3",
"@graphql-codegen/typed-document-node": "7.0.3",
"@graphql-codegen/typescript": "6.0.2",
"@graphql-codegen/typescript-operations": "6.0.3",
"@graphql-codegen/typescript-operations": "6.0.4",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.15.2",
"@nuxt/eslint": "1.16.0",
"@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-vue": "6.0.7",
"@vitest/coverage-v8": "4.1.8",
"@vitest/coverage-v8": "4.1.9",
"@vue/test-utils": "2.4.11",
"eslint": "10.4.1",
"eslint": "10.5.0",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-vue": "10.9.2",
"jsdom": "29.1.1",
@@ -57,8 +57,8 @@
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.61.0",
"vitest": "4.1.8",
"typescript-eslint": "8.61.1",
"vitest": "4.1.9",
"vue-eslint-parser": "10.4.1"
},
"overrides": {