1 Commits

Author SHA1 Message Date
renovate d55316e7a4 chore(deps): update dependency typescript to v6
renovate/artifacts Artifact file update failure
schemas-app / build (pull_request) Failing after 1m4s
schemas-app / deploy-prod (pull_request) Has been skipped
2026-03-24 08:07:05 +00:00
4 changed files with 311 additions and 295 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.2.0
rev: v10.1.0
hooks:
- id: eslint
types: [ file ]
+1 -1
View File
@@ -12,7 +12,7 @@ RUN npm run postinstall && npm run generate && npm run lint && npm run test:cove
FROM scratch as export
COPY --from=builder /build/coverage /
FROM amd64/nginx:1.29.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819
FROM amd64/nginx:1.29.6@sha256:d1073a71021ff031d41512329eb2ba01a1174faaef5f2ed0b10972a8a236ae14
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
+299 -283
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -21,10 +21,10 @@
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.5.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.13.2",
"graphql-ws": "6.0.8",
"graphql": "16.13.1",
"graphql-ws": "6.0.7",
"nuxt": "4.4.2",
"vue": "3.5.32",
"vue": "3.5.30",
"vuetify-nuxt-module": "0.19.5"
},
"version": "1.0.0",
@@ -46,19 +46,19 @@
"@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-vue": "6.0.5",
"@vitest/coverage-v8": "4.1.3",
"@vitest/coverage-v8": "4.1.1",
"@vue/test-utils": "2.4.6",
"eslint": "10.2.0",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint": "10.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.8.0",
"jsdom": "29.0.2",
"jsdom": "29.0.1",
"postcss-html": "1.8.1",
"stylelint": "17.6.0",
"stylelint": "17.5.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.2",
"typescript-eslint": "8.58.1",
"vitest": "4.1.3",
"typescript-eslint": "8.57.2",
"vitest": "4.1.1",
"vue-eslint-parser": "10.4.0"
}
}