Compare commits

..

7 Commits

Author SHA1 Message Date
3815984161 chore(deps): update dev-dependencies
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-27 00:11:08 +00:00
412e6e77b4 chore(deps): update dependency @types/node to v20 (#3796)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3796
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 21:21:54 +00:00
45abdda680 fix(deps): update dependency vue-i18n to v9.6.0 (#3800)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3800
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 21:21:20 +00:00
0b2188d72d fix(deps): update sentry-javascript monorepo to v7.75.1 (#3798)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3798
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 21:20:56 +00:00
143a2a105d fix(deps): update dependency vue to v3.3.7 (#3799)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3799
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 20:51:14 +00:00
68d18934d8 chore(deps): update dev-dependencies (#3793)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3793
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 11:24:54 +00:00
cea3274a90 chore(deps): update dependency node (#3797)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #3797
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-26 10:55:57 +00:00
5 changed files with 249 additions and 213 deletions

View File

@ -42,7 +42,7 @@ steps:
# - .cache # - .cache
- name: dependencies - name: dependencies
image: node:20.8-alpine image: node:20.9-alpine
pull: always pull: always
environment: environment:
PNPM_CACHE_FOLDER: .cache/pnpm PNPM_CACHE_FOLDER: .cache/pnpm
@ -55,7 +55,7 @@ steps:
# - restore-cache # - restore-cache
- name: lint - name: lint
image: node:20.8-alpine image: node:20.9-alpine
pull: always pull: always
environment: environment:
PNPM_CACHE_FOLDER: .cache/pnpm PNPM_CACHE_FOLDER: .cache/pnpm
@ -66,7 +66,7 @@ steps:
- dependencies - dependencies
- name: build-prod - name: build-prod
image: node:20.8-alpine image: node:20.9-alpine
pull: always pull: always
environment: environment:
PNPM_CACHE_FOLDER: .cache/pnpm PNPM_CACHE_FOLDER: .cache/pnpm
@ -77,7 +77,7 @@ steps:
- dependencies - dependencies
- name: test-unit - name: test-unit
image: node:20.8-alpine image: node:20.9-alpine
pull: always pull: always
commands: commands:
- corepack enable && pnpm config set store-dir .cache/pnpm - corepack enable && pnpm config set store-dir .cache/pnpm
@ -87,7 +87,7 @@ steps:
- name: typecheck - name: typecheck
failure: ignore failure: ignore
image: node:20.8-alpine image: node:20.9-alpine
pull: always pull: always
environment: environment:
PNPM_CACHE_FOLDER: .cache/pnpm PNPM_CACHE_FOLDER: .cache/pnpm
@ -202,7 +202,7 @@ steps:
# - .cache # - .cache
- name: build - name: build
image: node:20.8-alpine image: node:20.9-alpine
pull: always pull: always
environment: environment:
PNPM_CACHE_FOLDER: .cache/pnpm PNPM_CACHE_FOLDER: .cache/pnpm
@ -285,7 +285,7 @@ steps:
# - .cache # - .cache
- name: build - name: build
image: node:20.8-alpine image: node:20.9-alpine
pull: always pull: always
environment: environment:
PNPM_CACHE_FOLDER: .cache/pnpm PNPM_CACHE_FOLDER: .cache/pnpm
@ -532,6 +532,6 @@ steps:
src/i18n/lang/en.json: en.json src/i18n/lang/en.json: en.json
--- ---
kind: signature kind: signature
hmac: 3678445f9053754ee4aae3e8888f8275e592711b84f0a1f013da117c9c1f44ce hmac: dab902060979f246df77641c995c843ea39f86dba2de9003da7e593ce6f6f08a
... ...

2
.nvmrc
View File

@ -1 +1 @@
18.18.2 20.9.0

View File

@ -3,7 +3,7 @@
# │─││ │││ │ │ # │─││ │││ │ │
# ┘─┘┘─┘┘┘─┘┘─┘ # ┘─┘┘─┘┘┘─┘┘─┘
FROM --platform=$BUILDPLATFORM node:20.8-alpine AS builder FROM --platform=$BUILDPLATFORM node:20.9-alpine AS builder
WORKDIR /build WORKDIR /build

View File

@ -53,8 +53,8 @@
"@infectoone/vue-ganttastic": "2.2.0", "@infectoone/vue-ganttastic": "2.2.0",
"@intlify/unplugin-vue-i18n": "1.4.0", "@intlify/unplugin-vue-i18n": "1.4.0",
"@kyvg/vue3-notification": "3.0.2", "@kyvg/vue3-notification": "3.0.2",
"@sentry/tracing": "7.74.1", "@sentry/tracing": "7.75.1",
"@sentry/vue": "7.74.1", "@sentry/vue": "7.75.1",
"@tiptap/core": "2.1.12", "@tiptap/core": "2.1.12",
"@tiptap/extension-blockquote": "2.1.12", "@tiptap/extension-blockquote": "2.1.12",
"@tiptap/extension-bold": "2.1.12", "@tiptap/extension-bold": "2.1.12",
@ -114,10 +114,10 @@
"sortablejs": "1.15.0", "sortablejs": "1.15.0",
"tippy.js": "6.3.7", "tippy.js": "6.3.7",
"ufo": "1.3.1", "ufo": "1.3.1",
"vue": "3.3.6", "vue": "3.3.7",
"vue-advanced-cropper": "2.8.8", "vue-advanced-cropper": "2.8.8",
"vue-flatpickr-component": "11.0.3", "vue-flatpickr-component": "11.0.3",
"vue-i18n": "9.5.0", "vue-i18n": "9.6.0",
"vue-router": "4.2.5", "vue-router": "4.2.5",
"workbox-precaching": "7.0.0", "workbox-precaching": "7.0.0",
"zhyswan-vuedraggable": "4.1.3" "zhyswan-vuedraggable": "4.1.3"
@ -137,7 +137,7 @@
"@types/is-touch-device": "1.0.1", "@types/is-touch-device": "1.0.1",
"@types/lodash.debounce": "4.0.8", "@types/lodash.debounce": "4.0.8",
"@types/marked": "5.0.2", "@types/marked": "5.0.2",
"@types/node": "18.18.7", "@types/node": "20.8.9",
"@types/postcss-preset-env": "7.7.0", "@types/postcss-preset-env": "7.7.0",
"@types/sortablejs": "1.15.4", "@types/sortablejs": "1.15.4",
"@typescript-eslint/eslint-plugin": "6.9.0", "@typescript-eslint/eslint-plugin": "6.9.0",
@ -156,7 +156,7 @@
"esbuild": "0.19.5", "esbuild": "0.19.5",
"eslint": "8.52.0", "eslint": "8.52.0",
"eslint-plugin-vue": "9.18.0", "eslint-plugin-vue": "9.18.0",
"happy-dom": "12.9.1", "happy-dom": "12.10.1",
"histoire": "0.17.4", "histoire": "0.17.4",
"postcss": "8.4.31", "postcss": "8.4.31",
"postcss-easing-gradients": "3.0.1", "postcss-easing-gradients": "3.0.1",
@ -174,7 +174,7 @@
"vite-plugin-sentry": "1.3.0", "vite-plugin-sentry": "1.3.0",
"vite-svg-loader": "4.0.0", "vite-svg-loader": "4.0.0",
"vitest": "0.34.6", "vitest": "0.34.6",
"vue-tsc": "1.8.21", "vue-tsc": "1.8.22",
"wait-on": "7.0.1", "wait-on": "7.0.1",
"workbox-cli": "7.0.0" "workbox-cli": "7.0.0"
}, },

File diff suppressed because it is too large Load Diff