1 Commits
Author SHA1 Message Date
renovate ec216ffc6b chore(deps): update dependency typescript to v7
renovate/stability-days Updates have met minimum release age requirement
renovate/artifacts Artifact file update failure
dancefinder-app / build (push) Skipped
dancefinder-app / build (pull_request) Failing after 27s
dancefinder-app / deploy-prod (pull_request) Skipped
2026-08-06 20:04:00 +00:00
3 changed files with 3043 additions and 1317 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ COPY . /build
RUN npm run postinstall && npm run generate && npm run lint RUN npm run postinstall && npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress #RUN yarn start:ci & yarn wait && yarn test:cypress
FROM amd64/nginx:1.31.3@sha256:48d15d50712293218f8e39cac166d2dc51c10d569b7223d69ca495710cda9374 FROM amd64/nginx:1.31.3@sha256:1f1cd3af9bef5157e6f3956669aa67b4699ee21e7c6f4d7e749b86a01647ad96
MAINTAINER Joakim Olsson <joakim@unbound.se> MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/ COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
+3033 -1307
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -21,30 +21,30 @@
"@graphql-codegen/cli": "7.2.0", "@graphql-codegen/cli": "7.2.0",
"@graphql-codegen/fragment-matcher": "7.1.0", "@graphql-codegen/fragment-matcher": "7.1.0",
"@graphql-codegen/typescript": "6.1.0", "@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.5", "@graphql-codegen/typescript-operations": "6.1.2",
"@graphql-codegen/typescript-vue-apollo": "5.0.1", "@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.4.1", "@nuxt/devtools": "3.4.0",
"@nuxt/eslint": "1.17.0", "@nuxt/eslint": "1.16.0",
"@nuxtjs/i18n": "10.6.0", "@nuxtjs/i18n": "10.6.0",
"@stylistic/eslint-plugin": "5.10.0", "@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.11", "@vue/test-utils": "2.4.11",
"esbuild": "0.28.2", "esbuild": "0.28.1",
"eslint": "10.8.1", "eslint": "10.8.0",
"eslint-plugin-simple-import-sort": "14.0.0", "eslint-plugin-simple-import-sort": "14.0.0",
"eslint-plugin-vue": "10.10.0", "eslint-plugin-vue": "10.10.0",
"nuxt": "4.5.2", "nuxt": "4.5.1",
"postcss-html": "2.0.0", "postcss-html": "2.0.0",
"sass": "1.102.0", "sass": "1.102.0",
"stylelint": "17.14.1", "stylelint": "17.14.1",
"stylelint-config-recommended-vue": "2.0.0", "stylelint-config-recommended-vue": "2.0.0",
"stylelint-config-standard": "40.0.0", "stylelint-config-standard": "40.0.0",
"typescript": "7.0.2", "typescript": "7.0.2",
"typescript-eslint": "8.67.0", "typescript-eslint": "8.66.0",
"vite-plugin-vuetify": "2.1.3", "vite-plugin-vuetify": "2.1.3",
"vue": "3.5.41", "vue": "3.5.40",
"vue-eslint-parser": "10.4.1", "vue-eslint-parser": "10.4.1",
"vue-router": "5.2.0", "vue-router": "5.2.0",
"vuetify": "4.1.8" "vuetify": "4.1.7"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "3.14.1", "@apollo/client": "3.14.1",