fix(deps): update all non-major dependencies (#4378)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-23 19:25:58 +00:00
committed by GitHub
parent 0ff0d486b1
commit f831dc6ecd
6 changed files with 241 additions and 240 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Build assets
FROM --platform=$BUILDPLATFORM node:25-alpine AS node
FROM --platform=$BUILDPLATFORM node:25.4.0-alpine AS node
RUN npm install -g --force corepack && corepack enable
+1 -1
View File
@@ -95,7 +95,7 @@ services:
playwright:
container_name: playwright
image: mcr.microsoft.com/playwright:v1.57.0-jammy
image: mcr.microsoft.com/playwright:v1.58.0-jammy
working_dir: /app
volumes:
- .:/app
+1 -1
View File
@@ -50,7 +50,7 @@ require (
require (
dario.cat/mergo v1.0.2 // indirect
github.com/agnivade/levenshtein v1.2.1 // indirect
github.com/air-verse/air v1.64.3 // indirect
github.com/air-verse/air v1.64.4 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
+1
View File
@@ -16,6 +16,7 @@ github.com/agnivade/levenshtein v1.2.1 h1:EHBY3UOn1gwdy/VbFwgo4cxecRznFk7fKWN1KO
github.com/agnivade/levenshtein v1.2.1/go.mod h1:QVVI16kDrtSuwcpd0p1+xMC6Z/VfhtCyDIjcwga4/DU=
github.com/air-verse/air v1.64.3 h1:bCLjOVQUvHd7e8FjQjYNDQsSSeXa6/S2s7uYhAVogdk=
github.com/air-verse/air v1.64.3/go.mod h1:SOwv08NTvKextanAY819AK0FK6XzQO5/tC6s1R+rk8o=
github.com/air-verse/air v1.64.4/go.mod h1:OaJZSfZqf7wyjS2oP/CcEVyIt0JmZuPh5x1gdtklmmY=
github.com/alecthomas/chroma/v2 v2.20.0 h1:sfIHpxPyR07/Oylvmcai3X/exDlE8+FA820NTz+9sGw=
github.com/alecthomas/chroma/v2 v2.20.0/go.mod h1:e7tViK0xh/Nf4BYHl00ycY6rV7b8iXBksI9E359yNmA=
github.com/alexflint/go-arg v1.6.1 h1:uZogJ6VDBjcuosydKgvYYRhh9sRCusjOvoOLZopBlnA=
+9 -9
View File
@@ -40,7 +40,7 @@
"@iconify-json/carbon": "^1.2.18",
"@iconify-json/cil": "^1.2.3",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.52",
"@iconify-json/material-symbols": "^1.2.53",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/mdi-light": "^1.2.2",
"@iconify-json/octicon": "^1.2.20",
@@ -60,7 +60,7 @@
"ansi-to-html": "^0.7.2",
"codemirror": "^6.0.2",
"daisyui": "5.5.14",
"entities": "^7.0.0",
"entities": "^7.0.1",
"fuse.js": "^7.1.0",
"lodash.debounce": "^4.0.8",
"pinia": "^3.0.4",
@@ -90,12 +90,12 @@
"@graphql-codegen/typescript-operations": "^5.0.7",
"@graphql-typed-document-node/core": "^3.2.0",
"@iconify-json/ion": "^1.2.6",
"@iconify-json/material-symbols-light": "^1.2.52",
"@iconify-json/material-symbols-light": "^1.2.53",
"@iconify-json/ri": "^1.2.7",
"@pinia/testing": "^1.0.3",
"@playwright/test": "^1.57.0",
"@playwright/test": "^1.58.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^25.0.9",
"@types/node": "^25.0.10",
"@vitejs/plugin-vue": "6.0.3",
"@vue/compiler-sfc": "^3.5.27",
"@vue/test-utils": "^2.4.6",
@@ -106,14 +106,14 @@
"graphql": "^16.12.0",
"jsdom": "^27.4.0",
"lint-staged": "^16.2.7",
"prettier": "^3.8.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"simple-git-hooks": "^2.13.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vitest": "^4.0.17",
"vue-component-type-helpers": "3.2.2",
"vue-tsc": "3.2.2"
"vitest": "^4.0.18",
"vue-component-type-helpers": "3.2.3",
"vue-tsc": "3.2.3"
},
"lint-staged": {
"*.{js,vue,css,ts,html,md}": [
+228 -228
View File
File diff suppressed because it is too large Load Diff