Compare commits

...

11 Commits

Author SHA1 Message Date
ceb36a4aff chore(deps): update dependency eslint to v9
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is failing
2025-01-07 21:38:30 +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
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
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 411 additions and 352 deletions

View File

@ -27,7 +27,7 @@ steps:
- 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
@ -109,7 +109,7 @@ steps:
- 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

@ -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

745
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": "9.17.0",
"eslint-plugin-vue": "9.32.0",
"sass": "1.83.1",
"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"
}
}