Skip to content

Commit 9250db2

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

File tree

6 files changed

+181
-177
lines changed

6 files changed

+181
-177
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Generate dependencies
8383
run: make fake_assets shared_key.pem shared_cert.pem
8484
- name: Stactic checker
85-
uses: dominikh/staticcheck-action@v1.3.1
85+
uses: dominikh/staticcheck-action@v1.4.0
8686
with:
8787
install-go: false
8888
int-test:

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.53.1-jammy
98+
image: mcr.microsoft.com/playwright:v1.53.2-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
@@ -4,7 +4,7 @@ require (
44
github.com/Microsoft/go-winio v0.6.2 // indirect
55
github.com/alexflint/go-arg v1.5.1
66
github.com/beme/abide v0.0.0-20190723115211-635a09831760
7-
github.com/docker/docker v28.3.0+incompatible
7+
github.com/docker/docker v28.3.1+incompatible
88
github.com/docker/go-connections v0.5.0 // indirect
99
github.com/docker/go-units v0.5.0 // indirect
1010
github.com/dustin/go-humanize v1.0.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5Jxw
4848
github.com/docker/docker v28.2.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
4949
github.com/docker/docker v28.3.0+incompatible h1:ffS62aKWupCWdvcee7nBU9fhnmknOqDPaJAMtfK0ImQ=
5050
github.com/docker/docker v28.3.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
51+
github.com/docker/docker v28.3.1+incompatible h1:20+BmuA9FXlCX4ByQ0vYJcUEnOmRM6XljDnFWR+jCyY=
52+
github.com/docker/docker v28.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
5153
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
5254
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
5355
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@intlify/unplugin-vue-i18n": "^6.0.8",
4242
"@tailwindcss/typography": "^0.5.16",
4343
"@tailwindcss/vite": "4.1.11",
44-
"@vueuse/components": "^13.4.0",
45-
"@vueuse/core": "^13.4.0",
46-
"@vueuse/integrations": "^13.4.0",
47-
"@vueuse/router": "^13.4.0",
44+
"@vueuse/components": "^13.5.0",
45+
"@vueuse/core": "^13.5.0",
46+
"@vueuse/integrations": "^13.5.0",
47+
"@vueuse/router": "^13.5.0",
4848
"@xterm/addon-web-links": "^0.11.0",
4949
"@xterm/xterm": "^5.5.0",
5050
"ansi-to-html": "^0.7.2",
@@ -68,12 +68,12 @@
6868
"unplugin-vue-components": "^28.8.0",
6969
"unplugin-vue-macros": "^2.14.5",
7070
"unplugin-vue-router": "^0.14.0",
71-
"vite": "7.0.0",
71+
"vite": "7.0.1",
7272
"vite-plugin-vue-layouts": "^0.11.0",
7373
"vite-svg-loader": "^5.1.0",
7474
"vitepress": "1.6.3",
7575
"vue": "^3.5.17",
76-
"vue-i18n": "^11.1.7",
76+
"vue-i18n": "^11.1.9",
7777
"vue-router": "^4.5.1"
7878
},
7979
"devDependencies": {
@@ -82,15 +82,15 @@
8282
"@iconify-json/material-symbols-light": "^1.2.28",
8383
"@iconify-json/ri": "^1.2.5",
8484
"@pinia/testing": "^1.0.2",
85-
"@playwright/test": "^1.53.1",
85+
"@playwright/test": "^1.53.2",
8686
"@types/d3-array": "^3.2.1",
8787
"@types/d3-ease": "^3.0.2",
8888
"@types/d3-scale": "^4.0.9",
8989
"@types/d3-selection": "^3.0.11",
9090
"@types/d3-shape": "^3.1.7",
9191
"@types/d3-transition": "^3.0.9",
9292
"@types/lodash.debounce": "^4.0.9",
93-
"@types/node": "^24.0.7",
93+
"@types/node": "^24.0.10",
9494
"@vitejs/plugin-vue": "6.0.0",
9595
"@vue/compiler-sfc": "^3.5.17",
9696
"@vue/test-utils": "^2.4.6",
@@ -106,8 +106,8 @@
106106
"ts-node": "^10.9.2",
107107
"typescript": "^5.8.3",
108108
"vitest": "^3.2.4",
109-
"vue-component-type-helpers": "3.0.0-beta.5",
110-
"vue-tsc": "3.0.0-beta.5"
109+
"vue-component-type-helpers": "3.0.1",
110+
"vue-tsc": "3.0.1"
111111
},
112112
"lint-staged": {
113113
"*.{js,vue,css,ts,html,md}": [

0 commit comments

Comments
 (0)