16 Commits

Author SHA1 Message Date
argoyle a7e54dad6d chore(deps): group stylelint dependencies in renovate config
dancefinder-app / build (pull_request) Successful in 2m3s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-18 19:57:06 +01:00
renovate 094d89ca43 chore(deps): update dependency eslint-plugin-vue to v10.7.0 (#2749)
dancefinder-app / build (push) Successful in 1m59s
dancefinder-app / deploy-prod (push) Successful in 1m54s
2026-01-16 11:14:40 +00:00
renovate 02d705bc39 chore(deps): update dependency postcss-html to v1.8.1 (#2746)
dancefinder-app / build (push) Successful in 2m38s
dancefinder-app / deploy-prod (push) Successful in 1m37s
2026-01-13 16:04:27 +00:00
renovate 492be611d7 chore(deps): update nginx:1.29.4 docker digest to 14c5410 (#2745)
dancefinder-app / build (push) Successful in 1m1s
dancefinder-app / deploy-prod (push) Successful in 1m17s
2026-01-13 05:02:52 +00:00
renovate 0a23e4b05a chore(deps): update dependency typescript-eslint to v8.53.0 (#2744)
dancefinder-app / build (push) Successful in 2m51s
dancefinder-app / deploy-prod (push) Successful in 1m13s
2026-01-12 19:03:27 +00:00
renovate de721adc77 chore(deps): update dependency @graphql-codegen/cli to v6.1.1 (#2743)
dancefinder-app / build (push) Successful in 2m40s
dancefinder-app / deploy-prod (push) Successful in 44s
2026-01-11 12:44:42 +00:00
renovate 17342e7569 chore(deps): update nginx:1.29.4 docker digest to 506d6be (#2742)
dancefinder-app / build (push) Successful in 1m7s
dancefinder-app / deploy-prod (push) Successful in 1m37s
2026-01-10 01:03:20 +00:00
renovate a53799d07e chore(deps): update dependency @stylistic/eslint-plugin to v5.7.0 (#2740) 2026-01-09 15:04:10 +00:00
argoyle cf7d72ea0f Merge pull request 'fix: remove incorrect digest pinning from image reference' (#2741) from fix/remove-digest-pinning into main
dancefinder-app / build (push) Successful in 5m33s
dancefinder-app / deploy-prod (push) Failing after 2m39s
Reviewed-on: #2741
2026-01-09 12:02:22 +00:00
argoyle 3b686e5401 fix: remove incorrect digest pinning from image reference
dancefinder-app / build (pull_request) Successful in 2m25s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-09 11:54:48 +01:00
renovate d709ab8647 chore(deps): pin oci.unbound.se/dancefinder/dancefinder-app docker tag to f37fc22 (#2739)
dancefinder-app / build (push) Successful in 3m49s
dancefinder-app / deploy-prod (push) Failing after 2m48s
2026-01-09 08:04:10 +00:00
argoyle ddc785141c Merge pull request 'chore(deps): update dependency typescript-eslint to v8.52.0' (#2738) from renovate/typescript-eslint-monorepo into main
dancefinder-app / build (push) Successful in 1m56s
dancefinder-app / deploy-prod (push) Successful in 1m16s
Reviewed-on: #2738
2026-01-09 06:06:58 +00:00
argoyle c0eb10497c Merge pull request 'chore(deps): update commitlint monorepo to v20.3.1' (#2737) from renovate/commitlint-monorepo into main
dancefinder-app / build (push) Successful in 1m57s
dancefinder-app / deploy-prod (push) Failing after 2m32s
Reviewed-on: #2737
2026-01-09 04:14:32 +00:00
renovate f32ab5caea chore(deps): update dependency typescript-eslint to v8.52.0
dancefinder-app / build (pull_request) Successful in 1m59s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-08 21:09:05 +01:00
argoyle 044012d597 Merge pull request 'chore: remove GitLab CI pipeline' (#2735) from remove-gitlab-ci into main
dancefinder-app / build (push) Successful in 2m18s
dancefinder-app / deploy-prod (push) Successful in 1m21s
Reviewed-on: #2735
2026-01-08 19:48:23 +00:00
renovate 204e66a8d2 chore(deps): update commitlint monorepo to v20.3.1
dancefinder-app / build (pull_request) Successful in 1m42s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-08 16:02:45 +00:00
4 changed files with 511 additions and 228 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.4@sha256:1ead684dc0a33ef421caa42403272afeae59c8933edcedda6926d964a44d3f01
FROM amd64/nginx:1.29.4@sha256:14c54109a4bff01b4163013fc9509e7f097691c8484f5f0c6772d937c0a75a16
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
+496 -220
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -16,9 +16,9 @@
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "20.3.0",
"@commitlint/config-conventional": "20.3.0",
"@graphql-codegen/cli": "6.1.0",
"@commitlint/cli": "20.3.1",
"@commitlint/config-conventional": "20.3.1",
"@graphql-codegen/cli": "6.1.1",
"@graphql-codegen/fragment-matcher": "6.0.0",
"@graphql-codegen/typescript": "5.0.7",
"@graphql-codegen/typescript-operations": "5.0.7",
@@ -27,21 +27,21 @@
"@nuxt/eslint": "1.12.1",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/i18n": "10.2.1",
"@stylistic/eslint-plugin": "5.6.1",
"@stylistic/eslint-plugin": "5.7.0",
"@vue/test-utils": "2.4.6",
"esbuild": "0.27.2",
"eslint": "9.39.2",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.6.2",
"eslint-plugin-vue": "10.7.0",
"nuxt": "4.2.2",
"postcss-html": "1.8.0",
"postcss-html": "1.8.1",
"sass": "1.97.2",
"stylelint": "16.26.1",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "39.0.1",
"typescript": "5.9.3",
"typescript-eslint": "8.51.0",
"typescript-eslint": "8.53.0",
"vite-plugin-vuetify": "2.1.2",
"vue": "3.5.26",
"vue-eslint-parser": "10.2.0",
+7
View File
@@ -9,6 +9,13 @@
"matchPackageNames": [
"@grafana/faro-**"
]
},
{
"groupName": "stylelint",
"matchPackageNames": [
"stylelint",
"stylelint-config-standard"
]
}
]
}