Compare commits

..

2 Commits

Author SHA1 Message Date
renovate 9085d9a801 chore(deps): update dev-dependencies
continuous-integration/drone/pr Build is failing Details
2024-01-04 17:23:59 +00:00
kolaente 654806211e
fix(ci): use working image for crowdin update step
continuous-integration/drone/push Build is passing Details
2024-01-04 13:22:27 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -486,7 +486,7 @@ trigger:
steps:
- name: download
pull: always
image: ghcr.io/lcomrade/drone-crowdin-v2
image: ghcr.io/lcomrade/lcomrade/drone-crowdin-v2:latest
settings:
crowdin_key:
from_secret: crowdin_key
@ -513,14 +513,14 @@ steps:
author_name: Frederick [Bot]
branch: main
commit: true
commit_message: "[skip ci] Updated translations via Crowdin"
commit_message: "chore(i18n): update translations via Crowdin"
remote: "ssh://git@kolaente.dev:9022/vikunja/frontend.git"
ssh_key:
from_secret: git_push_ssh_key
- name: upload
pull: always
image: ghcr.io/lcomrade/drone-crowdin-v2
image: ghcr.io/lcomrade/lcomrade/drone-crowdin-v2:latest
depends_on:
- clone
settings:
@ -532,6 +532,6 @@ steps:
src/i18n/lang/en.json: en.json
---
kind: signature
hmac: 2d39d1c93e83aae7101a3f8c2607542c1ed0a33fa723a91d12c17dcca4cefafc
hmac: 1b78e92ee8a9aa94df14c35ea544abc0bec991ec59465c328a6aaa6cea4430b3
...

View File

@ -172,7 +172,7 @@
"vite-plugin-pwa": "0.17.4",
"vite-plugin-sentry": "1.3.0",
"vite-svg-loader": "5.1.0",
"vitest": "1.1.1",
"vitest": "1.1.2",
"vue-tsc": "1.8.27",
"wait-on": "7.2.0",
"workbox-cli": "7.0.0"