4 Commits
Author SHA1 Message Date
renovate cf2a178632 fix(deps): update dependency @apollo/client to v4
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (pull_request) Failing after 28s
schemas-app / deploy-prod (pull_request) Has been skipped
2026-07-09 23:09:21 +00:00
renovate 9a81ab84c9 chore(deps): update dependency typescript-eslint to v8.63.0 (#282)
schemas-app / build (push) Successful in 55s
schemas-app / deploy-prod (push) Successful in 1m20s
2026-07-09 19:15:12 +00:00
renovate b5218a08ce chore(deps): update graphqlcodegenerator monorepo (#281)
schemas-app / deploy-prod (push) Successful in 1m20s
schemas-app / build (push) Successful in 37s
2026-07-09 15:14:04 +00:00
renovate d982e07535 chore(deps): update vitest monorepo to v4.1.10 (#280)
schemas-app / build (push) Successful in 32s
schemas-app / deploy-prod (push) Successful in 1m9s
2026-07-09 08:10:22 +00:00
2 changed files with 295 additions and 295 deletions
+287 -287
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -18,7 +18,7 @@
"lintfix": "eslint --fix . && npm run lint:style --fix" "lintfix": "eslint --fix . && npm run lint:style --fix"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "4.2.5", "@apollo/client": "4.2.6",
"@auth0/auth0-vue": "2.8.0", "@auth0/auth0-vue": "2.8.0",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"graphql": "16.14.2", "graphql": "16.14.2",
@@ -36,17 +36,17 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "21.2.0", "@commitlint/cli": "21.2.0",
"@commitlint/config-conventional": "21.2.0", "@commitlint/config-conventional": "21.2.0",
"@graphql-codegen/cli": "7.1.3", "@graphql-codegen/cli": "7.2.0",
"@graphql-codegen/typed-document-node": "7.0.3", "@graphql-codegen/typed-document-node": "7.1.0",
"@graphql-codegen/typescript": "6.0.2", "@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.0.5", "@graphql-codegen/typescript-operations": "6.1.0",
"@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",
"@nuxtjs/stylelint-module": "5.2.1", "@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.10.0", "@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-vue": "6.0.7", "@vitejs/plugin-vue": "6.0.7",
"@vitest/coverage-v8": "4.1.9", "@vitest/coverage-v8": "4.1.10",
"@vue/test-utils": "2.4.11", "@vue/test-utils": "2.4.11",
"eslint": "10.6.0", "eslint": "10.6.0",
"eslint-plugin-simple-import-sort": "13.0.0", "eslint-plugin-simple-import-sort": "13.0.0",
@@ -57,8 +57,8 @@
"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.1", "typescript-eslint": "8.63.0",
"vitest": "4.1.9", "vitest": "4.1.10",
"vue-eslint-parser": "10.4.1" "vue-eslint-parser": "10.4.1"
}, },
"overrides": { "overrides": {