Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d20ccb871 | |||
| 5004196963 | |||
| 0eb5e3d9a7 | |||
| 43ad03d231 | |||
| 94a0369837 | |||
| 96aef48423 | |||
| bba485dacc | |||
| 9f98af50dc | |||
| 8dcc076aff | |||
| fc644d1a8f | |||
| 92b90d8c59 | |||
| 7f75130c17 | |||
| b4b439a585 | |||
| 0c27aaf41b | |||
| 2a30db552f | |||
| c450ee6a24 | |||
| 1ec274f348 | |||
| d64d756a8e | |||
| 7ef6dc7e0e | |||
| 30a440b785 | |||
| 6b309cea45 | |||
| 249fd203c6 | |||
| db72249482 |
@@ -28,7 +28,7 @@ repos:
|
||||
stages: [ commit-msg ]
|
||||
additional_dependencies: [ '@commitlint/config-conventional' ]
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v10.0.3
|
||||
rev: v10.2.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
types: [ file ]
|
||||
|
||||
+1
-1
@@ -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.6@sha256:5791d1ada3441acfb642e2519ab8becfb37e07e8663116aa1fa8bfea73703f17
|
||||
FROM amd64/nginx:1.29.7@sha256:e024ff0d0692587d16aecca603706b453428f476da24547b3df582ea65f54c8b
|
||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||
|
||||
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Generated
+1201
-1263
File diff suppressed because it is too large
Load Diff
+14
-14
@@ -21,10 +21,10 @@
|
||||
"@apollo/client": "3.14.1",
|
||||
"@auth0/auth0-vue": "2.5.0",
|
||||
"@vue/apollo-composable": "4.2.2",
|
||||
"graphql": "16.13.1",
|
||||
"graphql-ws": "6.0.7",
|
||||
"nuxt": "4.3.1",
|
||||
"vue": "3.5.30",
|
||||
"graphql": "16.13.2",
|
||||
"graphql-ws": "6.0.8",
|
||||
"nuxt": "4.4.2",
|
||||
"vue": "3.5.32",
|
||||
"vuetify-nuxt-module": "0.19.5"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
@@ -34,31 +34,31 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "20.4.4",
|
||||
"@commitlint/config-conventional": "20.4.4",
|
||||
"@commitlint/cli": "20.5.0",
|
||||
"@commitlint/config-conventional": "20.5.0",
|
||||
"@graphql-codegen/cli": "6.2.1",
|
||||
"@graphql-codegen/typed-document-node": "6.1.7",
|
||||
"@graphql-codegen/typescript": "5.0.9",
|
||||
"@graphql-codegen/typescript-operations": "5.0.9",
|
||||
"@graphql-codegen/typescript-vue-apollo": "5.0.0",
|
||||
"@nuxt/devtools": "3.2.3",
|
||||
"@nuxt/devtools": "3.2.4",
|
||||
"@nuxt/eslint": "1.15.2",
|
||||
"@nuxtjs/stylelint-module": "5.2.1",
|
||||
"@stylistic/eslint-plugin": "5.10.0",
|
||||
"@vitejs/plugin-vue": "6.0.5",
|
||||
"@vitest/coverage-v8": "4.1.0",
|
||||
"@vitest/coverage-v8": "4.1.2",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"eslint": "10.0.3",
|
||||
"eslint": "10.2.0",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"eslint-plugin-vue": "10.8.0",
|
||||
"jsdom": "29.0.0",
|
||||
"jsdom": "29.0.1",
|
||||
"postcss-html": "1.8.1",
|
||||
"stylelint": "17.4.0",
|
||||
"stylelint": "17.6.0",
|
||||
"stylelint-config-recommended-vue": "1.6.1",
|
||||
"stylelint-config-standard": "40.0.0",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.57.0",
|
||||
"vitest": "4.1.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript-eslint": "8.58.0",
|
||||
"vitest": "4.1.2",
|
||||
"vue-eslint-parser": "10.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"constraints": {
|
||||
"node": ">=24"
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
|
||||
Reference in New Issue
Block a user