Skip to content

Commit f831dc6

Browse files
fix(deps): update all non-major dependencies (#4378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ff0d48 commit f831dc6

File tree

6 files changed

+243
-242
lines changed

6 files changed

+243
-242
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build assets
2-
FROM --platform=$BUILDPLATFORM node:25-alpine AS node
2+
FROM --platform=$BUILDPLATFORM node:25.4.0-alpine AS node
33

44
RUN npm install -g --force corepack && corepack enable
55

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ services:
9595

9696
playwright:
9797
container_name: playwright
98-
image: mcr.microsoft.com/playwright:v1.57.0-jammy
98+
image: mcr.microsoft.com/playwright:v1.58.0-jammy
9999
working_dir: /app
100100
volumes:
101101
- .:/app

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
require (
5151
dario.cat/mergo v1.0.2 // indirect
5252
github.com/agnivade/levenshtein v1.2.1 // indirect
53-
github.com/air-verse/air v1.64.3 // indirect
53+
github.com/air-verse/air v1.64.4 // indirect
5454
github.com/alexflint/go-scalar v1.2.0 // indirect
5555
github.com/andybalholm/cascadia v1.3.3 // indirect
5656
github.com/bahlo/generic-list-go v0.2.0 // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ github.com/agnivade/levenshtein v1.2.1 h1:EHBY3UOn1gwdy/VbFwgo4cxecRznFk7fKWN1KO
1616
github.com/agnivade/levenshtein v1.2.1/go.mod h1:QVVI16kDrtSuwcpd0p1+xMC6Z/VfhtCyDIjcwga4/DU=
1717
github.com/air-verse/air v1.64.3 h1:bCLjOVQUvHd7e8FjQjYNDQsSSeXa6/S2s7uYhAVogdk=
1818
github.com/air-verse/air v1.64.3/go.mod h1:SOwv08NTvKextanAY819AK0FK6XzQO5/tC6s1R+rk8o=
19+
github.com/air-verse/air v1.64.4/go.mod h1:OaJZSfZqf7wyjS2oP/CcEVyIt0JmZuPh5x1gdtklmmY=
1920
github.com/alecthomas/chroma/v2 v2.20.0 h1:sfIHpxPyR07/Oylvmcai3X/exDlE8+FA820NTz+9sGw=
2021
github.com/alecthomas/chroma/v2 v2.20.0/go.mod h1:e7tViK0xh/Nf4BYHl00ycY6rV7b8iXBksI9E359yNmA=
2122
github.com/alexflint/go-arg v1.6.1 h1:uZogJ6VDBjcuosydKgvYYRhh9sRCusjOvoOLZopBlnA=

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@iconify-json/carbon": "^1.2.18",
4141
"@iconify-json/cil": "^1.2.3",
4242
"@iconify-json/ic": "^1.2.4",
43-
"@iconify-json/material-symbols": "^1.2.52",
43+
"@iconify-json/material-symbols": "^1.2.53",
4444
"@iconify-json/mdi": "^1.2.3",
4545
"@iconify-json/mdi-light": "^1.2.2",
4646
"@iconify-json/octicon": "^1.2.20",
@@ -60,7 +60,7 @@
6060
"ansi-to-html": "^0.7.2",
6161
"codemirror": "^6.0.2",
6262
"daisyui": "5.5.14",
63-
"entities": "^7.0.0",
63+
"entities": "^7.0.1",
6464
"fuse.js": "^7.1.0",
6565
"lodash.debounce": "^4.0.8",
6666
"pinia": "^3.0.4",
@@ -90,12 +90,12 @@
9090
"@graphql-codegen/typescript-operations": "^5.0.7",
9191
"@graphql-typed-document-node/core": "^3.2.0",
9292
"@iconify-json/ion": "^1.2.6",
93-
"@iconify-json/material-symbols-light": "^1.2.52",
93+
"@iconify-json/material-symbols-light": "^1.2.53",
9494
"@iconify-json/ri": "^1.2.7",
9595
"@pinia/testing": "^1.0.3",
96-
"@playwright/test": "^1.57.0",
96+
"@playwright/test": "^1.58.0",
9797
"@types/lodash.debounce": "^4.0.9",
98-
"@types/node": "^25.0.9",
98+
"@types/node": "^25.0.10",
9999
"@vitejs/plugin-vue": "6.0.3",
100100
"@vue/compiler-sfc": "^3.5.27",
101101
"@vue/test-utils": "^2.4.6",
@@ -106,14 +106,14 @@
106106
"graphql": "^16.12.0",
107107
"jsdom": "^27.4.0",
108108
"lint-staged": "^16.2.7",
109-
"prettier": "^3.8.0",
109+
"prettier": "^3.8.1",
110110
"prettier-plugin-tailwindcss": "^0.7.2",
111111
"simple-git-hooks": "^2.13.1",
112112
"ts-node": "^10.9.2",
113113
"typescript": "^5.9.3",
114-
"vitest": "^4.0.17",
115-
"vue-component-type-helpers": "3.2.2",
116-
"vue-tsc": "3.2.2"
114+
"vitest": "^4.0.18",
115+
"vue-component-type-helpers": "3.2.3",
116+
"vue-tsc": "3.2.3"
117117
},
118118
"lint-staged": {
119119
"*.{js,vue,css,ts,html,md}": [

0 commit comments

Comments
 (0)