10 Commits

Author SHA1 Message Date
renovate f8455dde0c fix(deps): update apollo graphql packages to v4
dancefinder-app / build (pull_request) Failing after 2m0s
dancefinder-app / deploy-prod (pull_request) Has been skipped
renovate/stability-days Updates have met minimum release age requirement
2026-06-11 23:03:52 +00:00
renovate bcc40f11a3 chore(deps): update nuxtjs monorepo to v4.4.8 (#2948)
dancefinder-app / build (push) Successful in 2m20s
dancefinder-app / deploy-prod (push) Successful in 1m30s
2026-06-11 19:11:14 +00:00
renovate 7099a29950 chore(deps): update typescript-eslint monorepo to v8.61.0 (#2947)
dancefinder-app / build (push) Successful in 1m25s
dancefinder-app / deploy-prod (push) Successful in 1m53s
2026-06-11 18:11:39 +00:00
renovate c87eb1137a chore(deps): update dependency vuetify to v4.1.1 (#2946)
dancefinder-app / build (push) Successful in 6m46s
dancefinder-app / deploy-prod (push) Successful in 1m45s
2026-06-11 08:33:36 +00:00
renovate 1ed99f22ca chore(deps): update nginx:1.31.1 docker digest to c81b9fb (#2945)
dancefinder-app / build (push) Successful in 2m3s
dancefinder-app / deploy-prod (push) Successful in 2m27s
2026-06-11 04:08:52 +00:00
renovate dec44ac824 chore(deps): update stylelint to v17.13.0 (#2944)
dancefinder-app / build (push) Successful in 2m27s
dancefinder-app / deploy-prod (push) Successful in 1m32s
2026-06-09 17:14:53 +00:00
renovate 75ee34b65b chore(deps): update dependency @vue/test-utils to v2.4.11 (#2942)
dancefinder-app / build (push) Successful in 1m20s
dancefinder-app / deploy-prod (push) Successful in 1m23s
2026-06-07 17:07:47 +00:00
renovate c871604095 fix(deps): update grafana faro to v2.7.1 (#2941)
dancefinder-app / build (push) Successful in 2m7s
dancefinder-app / deploy-prod (push) Successful in 1m31s
2026-06-07 00:03:12 +00:00
renovate c70dbfad1e chore(deps): update dependency eslint-plugin-vue to v10.9.2 (#2940)
dancefinder-app / build (push) Successful in 1m37s
dancefinder-app / deploy-prod (push) Successful in 1m23s
2026-06-06 17:11:58 +00:00
renovate 95bd790203 chore(deps): update dependency nuxt to v4.4.7 (#2938)
dancefinder-app / build (push) Successful in 4m7s
dancefinder-app / deploy-prod (push) Successful in 1m32s
2026-06-05 16:07:42 +00:00
3 changed files with 483 additions and 457 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.31.1@sha256:517c2431e2b76faec21d2cc51608349b1856a92b7c9016ba479dde7f0fa553eb
FROM amd64/nginx:1.31.1@sha256:c81b9fbaf3132ca4bc93bce39d423fae676b4fe3ffc6368d8585b38f515f251a
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
+473 -447
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -27,30 +27,30 @@
"@nuxt/eslint": "1.15.2",
"@nuxtjs/i18n": "10.4.0",
"@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.10",
"@vue/test-utils": "2.4.11",
"esbuild": "0.28.0",
"eslint": "10.4.1",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-vue": "10.9.1",
"nuxt": "4.4.6",
"eslint-plugin-vue": "10.9.2",
"nuxt": "4.4.8",
"postcss-html": "1.8.1",
"sass": "1.100.0",
"stylelint": "17.12.0",
"stylelint": "17.13.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.60.1",
"typescript-eslint": "8.61.0",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.35",
"vue-eslint-parser": "10.4.1",
"vue-router": "5.1.0",
"vuetify": "4.1.0"
"vuetify": "4.1.1"
},
"dependencies": {
"@apollo/client": "3.14.1",
"@apollo/client": "4.2.3",
"@auth0/auth0-vue": "2.7.0",
"@grafana/faro-web-sdk": "2.7.0",
"@grafana/faro-web-tracing": "2.7.0",
"@grafana/faro-web-sdk": "2.7.1",
"@grafana/faro-web-tracing": "2.7.1",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2",