Compare commits

...

15 Commits

Author SHA1 Message Date
5fe6d9d974 chore(deps): lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2025-01-07 21:39:15 +00:00
c991dbdacc Merge pull request 'chore(deps): update vue monorepo to v3.5.13' (!149) from renovate/vue-monorepo into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #149
2025-01-07 21:57:07 +01:00
6adbcd7064 Merge pull request 'chore(deps): update plugins/docker docker tag to v20.18.6' (!147) from renovate/plugins-docker-20.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #147
2025-01-07 21:54:04 +01:00
e1bacd71b0 Merge pull request 'chore(deps): update dependency eslint-plugin-vue to v9.32.0' (!150) from renovate/linters into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #150
2025-01-07 21:49:20 +01:00
61164255d4 Merge pull request 'chore(deps): update dependency sass-embedded to v1.83.1' (!152) from renovate/sass-embedded-1.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #152
2025-01-07 21:47:16 +01:00
6206ba8b99 Merge pull request 'chore(deps): update nginx:1.27-alpine docker digest to 4efa432' (!142) from renovate/nginx-1.27-alpine into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #142
2025-01-07 21:45:10 +01:00
3fb08043f0 Merge pull request 'chore(deps): update dependency sass-loader to v16.0.4' (!148) from renovate/sass-loader-16.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #148
2025-01-07 21:11:09 +01:00
3fee765662 Merge pull request 'chore(deps): update node.js to v20.18.1' (!146) from renovate/node-20.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #146
2025-01-07 21:10:35 +01:00
1713fb5a68 chore(deps): update nginx:1.27-alpine docker digest to 4efa432
All checks were successful
continuous-integration/drone/pr Build is passing
2025-01-07 19:38:44 +00:00
49f0349e85 chore(deps): update dependency sass-embedded to v1.83.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-01-07 18:38:05 +00:00
063e63dbef chore(deps): update dependency eslint-plugin-vue to v9.32.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-01-07 18:37:55 +00:00
e242beb5a3 chore(deps): update dependency sass-loader to v16.0.4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-01-07 18:37:39 +00:00
7d69279774 chore(deps): update node.js to v20.18.1
All checks were successful
continuous-integration/drone/pr Build is passing
2025-01-07 17:41:58 +00:00
3bef514b4e chore(deps): update plugins/docker docker tag to v20.18.6
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-25 03:37:08 +00:00
c9c5bbe89f chore(deps): update vue monorepo to v3.5.13
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-12-08 19:37:40 +00:00
4 changed files with 1703 additions and 2165 deletions

View File

@ -17,17 +17,17 @@ steps:
- name: reuse
image: fsfe/reuse:5.0.2-debian@sha256:7928d25ed14a1bc22758d917ebc6aecbb8bcd1a4da7aa748d7179c9011bbfb0b
- name: lint
image: node:20.18.0-alpine@sha256:c13b26e7e602ef2f1074aef304ce6e9b7dd284c419b35d89fcf3cc8e44a8def9
image: node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a
commands:
- npm ci
- npm run lint -- --no-fix
- name: audit
image: node:20.18.0-alpine@sha256:c13b26e7e602ef2f1074aef304ce6e9b7dd284c419b35d89fcf3cc8e44a8def9
image: node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a
commands:
- npm install -g better-npm-audit
- better-npm-audit audit --production --level=moderate
- name: docker-dry-run
image: plugins/docker:20.18.4@sha256:a8d3d86853c721492213264815f1d00d3ed13f42f5c1855a02f47fa4d5f1e042
image: plugins/docker:20.18.6@sha256:59c993e3c4e6c097a0e2d274419aac0d7d8e929773f0ba1af44078e54389834f
settings:
registry: git.wtf-eg.de
repo: git.wtf-eg.de/kompetenzinventar/frontend
@ -53,7 +53,7 @@ depends_on:
steps:
- name: docker-publish
image: plugins/docker:20.18.4@sha256:a8d3d86853c721492213264815f1d00d3ed13f42f5c1855a02f47fa4d5f1e042
image: plugins/docker:20.18.6@sha256:59c993e3c4e6c097a0e2d274419aac0d7d8e929773f0ba1af44078e54389834f
settings:
registry: git.wtf-eg.de
repo: git.wtf-eg.de/kompetenzinventar/frontend
@ -104,12 +104,12 @@ steps:
- name: reuse
image: fsfe/reuse:5.0.2-debian@sha256:7928d25ed14a1bc22758d917ebc6aecbb8bcd1a4da7aa748d7179c9011bbfb0b
- name: lint
image: node:20.18.0-alpine@sha256:c13b26e7e602ef2f1074aef304ce6e9b7dd284c419b35d89fcf3cc8e44a8def9
image: node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a
commands:
- npm ci
- npm run lint -- --no-fix
- name: docker-publish
image: plugins/docker:20.18.4@sha256:a8d3d86853c721492213264815f1d00d3ed13f42f5c1855a02f47fa4d5f1e042
image: plugins/docker:20.18.6@sha256:59c993e3c4e6c097a0e2d274419aac0d7d8e929773f0ba1af44078e54389834f
settings:
registry: git.wtf-eg.de
repo: git.wtf-eg.de/kompetenzinventar/frontend

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM node:20.18.0-alpine@sha256:c13b26e7e602ef2f1074aef304ce6e9b7dd284c419b35d89fcf3cc8e44a8def9 as builder
FROM node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a as builder
COPY package.json package-lock.json ./
RUN npm install
@ -15,7 +15,7 @@ COPY src src
RUN npm ci && npm run build
FROM nginx:1.27-alpine@sha256:2140dad235c130ac861018a4e13a6bc8aea3a35f3a40e20c1b060d51a7efd250 as ki-frontend
FROM nginx:1.27-alpine@sha256:4efa432b751239898e576a2178702fb156fc483f6d456e0ad5899b3bf5c0445a as ki-frontend
LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki-frontend.git
LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-frontend

3842
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,20 +12,20 @@
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.5.6",
"@vue/compiler-sfc": "3.5.13",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"core-js": "3.39.0",
"eslint": "8.57.1",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue": "9.32.0",
"sass": "1.83.1",
"sass-loader": "16.0.3",
"sass-loader": "16.0.4",
"v-tooltip": "4.0.0-beta.17",
"vue": "3.5.6",
"vue": "3.5.13",
"vue-router": "4.4.5",
"vuex": "4.1.0"
},
"optionalDependencies": {
"sass-embedded": "1.80.4"
"sass-embedded": "1.83.1"
}
}