13 Commits

Author SHA1 Message Date
renovate 5dec513ed1 chore(deps): update dependency vue-router to v5
renovate/artifacts Artifact file update failure
dancefinder-app / build (pull_request) Failing after 1m1s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-03-19 16:02:24 +00:00
renovate 861cb590e7 chore(deps): update dependency @nuxt/devtools to v3.2.4 (#2835)
dancefinder-app / build (push) Successful in 6m10s
dancefinder-app / deploy-prod (push) Successful in 1m38s
2026-03-17 02:13:30 +00:00
renovate 93c6837923 chore(deps): update nginx:1.29.6 docker digest to d1073a7 (#2834)
dancefinder-app / build (push) Successful in 2m1s
dancefinder-app / deploy-prod (push) Successful in 1m35s
2026-03-17 01:08:27 +00:00
renovate 25b6215b9e chore(deps): update dependency typescript-eslint to v8.57.1 (#2833)
dancefinder-app / build (push) Successful in 1m48s
dancefinder-app / deploy-prod (push) Successful in 1m37s
2026-03-16 19:07:34 +00:00
renovate 2f41b80e21 chore(deps): update commitlint monorepo to v20.5.0 (#2832)
dancefinder-app / build (push) Successful in 1m51s
dancefinder-app / deploy-prod (push) Successful in 1m31s
2026-03-15 14:06:46 +00:00
argoyle 6e156712ab chore: add node >=24 constraint to renovate config (#2831)
dancefinder-app / build (push) Successful in 1m29s
dancefinder-app / deploy-prod (push) Successful in 1m34s
Adds constraints.node >= 24 to renovate.json so Renovate generates lock files with npm 11 (Node 24).

Reviewed-on: #2831
2026-03-15 11:14:06 +00:00
renovate c914939d0f fix(deps): update grafana faro to v2.3.0 (#2830)
dancefinder-app / build (push) Successful in 1m38s
dancefinder-app / deploy-prod (push) Successful in 1m40s
2026-03-12 23:05:26 +00:00
renovate c359c003ed fix(deps): update dependency @apollo/client to v3.14.1 (#2829)
dancefinder-app / build (push) Successful in 1m54s
dancefinder-app / deploy-prod (push) Successful in 1m26s
2026-03-12 22:06:16 +00:00
renovate 5595f43ac8 chore(deps): update dependency esbuild to v0.27.4 (#2828)
dancefinder-app / build (push) Successful in 2m10s
dancefinder-app / deploy-prod (push) Successful in 1m55s
2026-03-12 15:11:24 +00:00
renovate 1ff087fa92 chore(deps): update dependency @graphql-codegen/cli to v6.2.1 (#2827)
dancefinder-app / build (push) Successful in 2m19s
dancefinder-app / deploy-prod (push) Successful in 1m39s
2026-03-12 13:07:45 +00:00
renovate c5f03f9d90 chore(deps): update dependency nuxt to v4.4.2 (#2826)
dancefinder-app / build (push) Successful in 4m0s
dancefinder-app / deploy-prod (push) Successful in 1m35s
2026-03-12 12:07:04 +00:00
renovate e6a6c0d663 chore(deps): update dependency @graphql-codegen/cli to v6.2.0 (#2825)
dancefinder-app / build (push) Successful in 1m53s
dancefinder-app / deploy-prod (push) Successful in 1m32s
2026-03-12 11:07:26 +00:00
renovate 2fb7b09e8b chore(deps): update commitlint monorepo to v20.4.4 (#2824)
dancefinder-app / build (push) Successful in 4m10s
dancefinder-app / deploy-prod (push) Successful in 2m10s
2026-03-12 10:06:16 +00:00
4 changed files with 1209 additions and 1306 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ COPY . /build
RUN npm run postinstall && npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress
FROM amd64/nginx:1.29.6@sha256:5791d1ada3441acfb642e2519ab8becfb37e07e8663116aa1fa8bfea73703f17
FROM amd64/nginx:1.29.6@sha256:d1073a71021ff031d41512329eb2ba01a1174faaef5f2ed0b10972a8a236ae14
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
+1193 -1293
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -16,41 +16,41 @@
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "20.4.3",
"@commitlint/config-conventional": "20.4.3",
"@graphql-codegen/cli": "6.1.3",
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@graphql-codegen/cli": "6.2.1",
"@graphql-codegen/fragment-matcher": "6.0.0",
"@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/i18n": "10.2.3",
"@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.6",
"esbuild": "0.27.3",
"esbuild": "0.27.4",
"eslint": "10.0.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.8.0",
"nuxt": "4.3.1",
"nuxt": "4.4.2",
"postcss-html": "1.8.1",
"sass": "1.98.0",
"stylelint": "17.4.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.57.0",
"typescript-eslint": "8.57.1",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.30",
"vue-eslint-parser": "10.4.0",
"vue-router": "5.0.3",
"vue-router": "5.0.4",
"vuetify": "3.12.3"
},
"dependencies": {
"@apollo/client": "3.14.0",
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.5.0",
"@grafana/faro-web-sdk": "2.2.4",
"@grafana/faro-web-tracing": "2.2.4",
"@grafana/faro-web-sdk": "2.3.0",
"@grafana/faro-web-tracing": "2.3.0",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2",
+4 -1
View File
@@ -17,5 +17,8 @@
"stylelint-config-standard"
]
}
]
],
"constraints": {
"node": ">=24"
}
}