Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
9645fe0673
|
|||
| 2a52d40bbf | |||
| 30261b4cd7 | |||
| aa1c2b4880 | |||
| 3658bdec09 | |||
| 8969db1224 | |||
| 5d3a95fec3 | |||
| 4ece964d26 | |||
| c38b020459 | |||
| 02d9fce63a | |||
| 2728a5b213 | |||
| 76612a7aed | |||
| f8229076c8 | |||
| 4e53b45c9b | |||
| a914012699 | |||
| e4c8f5181b | |||
| 2f34286eda | |||
| ad502bde42 | |||
| 14757c93f2 | |||
| c4a795b96e | |||
| f8a50963df | |||
| c5a7cad348 | |||
| 4e8856625b | |||
|
0552af6477
|
@@ -28,13 +28,13 @@ repos:
|
||||
stages: [ commit-msg ]
|
||||
additional_dependencies: [ '@commitlint/config-conventional' ]
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v9.39.1
|
||||
rev: v10.0.3
|
||||
hooks:
|
||||
- id: eslint
|
||||
types: [ file ]
|
||||
types_or: [ javascript, ts, vue ]
|
||||
- repo: https://github.com/gitleaks/gitleaks
|
||||
rev: v8.30.0
|
||||
rev: v8.30.1
|
||||
hooks:
|
||||
- id: gitleaks
|
||||
exclude: '^app/graphql/generated\.ts$'
|
||||
|
||||
+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.5@sha256:e5e99d386e625a3ae9492f8496903a42bac0abc0b9103852f180679aef9bf8a2
|
||||
FROM amd64/nginx:1.29.6@sha256:5791d1ada3441acfb642e2519ab8becfb37e07e8663116aa1fa8bfea73703f17
|
||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||
|
||||
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
@@ -60,7 +60,6 @@ spec:
|
||||
cpu: 10m
|
||||
memory: 10Mi
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 300Mi
|
||||
|
||||
---
|
||||
|
||||
Generated
+1403
-2808
File diff suppressed because it is too large
Load Diff
+18
-22
@@ -18,14 +18,13 @@
|
||||
"lintfix": "eslint --fix . && npm run lint:style --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.14.0",
|
||||
"@apollo/client": "3.14.1",
|
||||
"@auth0/auth0-vue": "2.5.0",
|
||||
"@vue/apollo-composable": "4.2.2",
|
||||
"graphql": "16.13.0",
|
||||
"graphql": "16.13.1",
|
||||
"graphql-ws": "6.0.7",
|
||||
"nuxt": "4.3.1",
|
||||
"vue": "3.5.29",
|
||||
"vue-router": "4.6.4",
|
||||
"vue": "3.5.30",
|
||||
"vuetify-nuxt-module": "0.19.5"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
@@ -35,34 +34,31 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "20.4.2",
|
||||
"@commitlint/config-conventional": "20.4.2",
|
||||
"@graphql-codegen/cli": "6.1.2",
|
||||
"@graphql-codegen/typed-document-node": "6.1.6",
|
||||
"@graphql-codegen/typescript": "5.0.8",
|
||||
"@graphql-codegen/typescript-operations": "5.0.8",
|
||||
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
|
||||
"@nuxt/devtools": "3.2.2",
|
||||
"@commitlint/cli": "20.4.4",
|
||||
"@commitlint/config-conventional": "20.4.4",
|
||||
"@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/eslint": "1.15.2",
|
||||
"@nuxtjs/eslint-module": "4.1.0",
|
||||
"@nuxtjs/stylelint-module": "5.2.1",
|
||||
"@stylistic/eslint-plugin": "5.9.0",
|
||||
"@vitejs/plugin-vue": "6.0.4",
|
||||
"@vitest/coverage-v8": "4.0.18",
|
||||
"@stylistic/eslint-plugin": "5.10.0",
|
||||
"@vitejs/plugin-vue": "6.0.5",
|
||||
"@vitest/coverage-v8": "4.1.0",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"eslint": "9.39.3",
|
||||
"eslint-plugin-nuxt": "4.0.0",
|
||||
"eslint": "10.0.3",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"eslint-plugin-vue": "10.8.0",
|
||||
"jsdom": "28.1.0",
|
||||
"jsdom": "29.0.0",
|
||||
"postcss-html": "1.8.1",
|
||||
"stylelint": "17.4.0",
|
||||
"stylelint-config-recommended-vue": "1.6.1",
|
||||
"stylelint-config-standard": "40.0.0",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.56.1",
|
||||
"vite-plugin-eslint2": "5.0.5",
|
||||
"vitest": "4.0.18",
|
||||
"typescript-eslint": "8.57.0",
|
||||
"vitest": "4.1.0",
|
||||
"vue-eslint-parser": "10.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"constraints": {
|
||||
"node": ">=24"
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
|
||||
Reference in New Issue
Block a user