fix(deps): update all non-major dependencies (#4816)
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-07-06 01:51:18 +00:00
committed by GitHub
parent 3062410b42
commit 84ac9e51ac
6 changed files with 221 additions and 255 deletions
+4 -4
View File
@@ -93,14 +93,14 @@ jobs:
packages: write packages: write
steps: steps:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v4.2.0 uses: docker/login-action@v4.4.0
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@v4.2.0 uses: docker/login-action@v4.4.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
@@ -124,7 +124,7 @@ jobs:
echo "${{ secrets.TTL_KEY }}" > shared_key.pem echo "${{ secrets.TTL_KEY }}" > shared_key.pem
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
- name: Build and push - name: Build and push
uses: docker/build-push-action@v7.2.0 uses: docker/build-push-action@v7.3.0
with: with:
push: true push: true
context: . context: .
+4 -4
View File
@@ -18,14 +18,14 @@ jobs:
if: ${{ !github.event.repository.fork && !github.event.pull_request.head.repo.fork && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'amir20/dozzle') }} if: ${{ !github.event.repository.fork && !github.event.pull_request.head.repo.fork && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'amir20/dozzle') }}
steps: steps:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v4.2.0 uses: docker/login-action@v4.4.0
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@v4.2.0 uses: docker/login-action@v4.4.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
@@ -47,7 +47,7 @@ jobs:
echo "${{ secrets.TTL_KEY }}" > shared_key.pem echo "${{ secrets.TTL_KEY }}" > shared_key.pem
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
- name: Build and push - name: Build and push
uses: docker/build-push-action@v7.2.0 uses: docker/build-push-action@v7.3.0
with: with:
context: . context: .
push: true push: true
+2 -2
View File
@@ -21,7 +21,7 @@ require (
require ( require (
github.com/PuerkitoBio/goquery v1.12.0 github.com/PuerkitoBio/goquery v1.12.0
github.com/andybalholm/brotli v1.2.2 github.com/andybalholm/brotli v1.2.2
github.com/compose-spec/compose-go/v2 v2.12.1 github.com/compose-spec/compose-go/v2 v2.13.0
github.com/expr-lang/expr v1.17.8 github.com/expr-lang/expr v1.17.8
github.com/go-chi/chi/v5 v5.3.0 github.com/go-chi/chi/v5 v5.3.0
github.com/go-chi/jwtauth/v5 v5.4.0 github.com/go-chi/jwtauth/v5 v5.4.0
@@ -39,7 +39,7 @@ require (
go.yaml.in/yaml/v3 v3.0.4 go.yaml.in/yaml/v3 v3.0.4
golang.org/x/crypto v0.53.0 golang.org/x/crypto v0.53.0
golang.org/x/sync v0.21.0 golang.org/x/sync v0.21.0
google.golang.org/grpc v1.81.1 google.golang.org/grpc v1.82.0
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
k8s.io/api v0.36.2 k8s.io/api v0.36.2
k8s.io/apimachinery v0.36.2 k8s.io/apimachinery v0.36.2
+4
View File
@@ -89,6 +89,8 @@ github.com/compose-spec/compose-go/v2 v2.11.0 h1:xoq/ootgIL6TsHmbJHrkuh7+bzjhPV3
github.com/compose-spec/compose-go/v2 v2.11.0/go.mod h1:ZU6zlcweCZKyiB7BVfCizQT9XmkEIMFE+PRZydVcsZg= github.com/compose-spec/compose-go/v2 v2.11.0/go.mod h1:ZU6zlcweCZKyiB7BVfCizQT9XmkEIMFE+PRZydVcsZg=
github.com/compose-spec/compose-go/v2 v2.12.1 h1:+xBZNxcgSus4atQJwXPEdhHRgCEyZmj/BuqN5m33Ou0= github.com/compose-spec/compose-go/v2 v2.12.1 h1:+xBZNxcgSus4atQJwXPEdhHRgCEyZmj/BuqN5m33Ou0=
github.com/compose-spec/compose-go/v2 v2.12.1/go.mod h1:ZU6zlcweCZKyiB7BVfCizQT9XmkEIMFE+PRZydVcsZg= github.com/compose-spec/compose-go/v2 v2.12.1/go.mod h1:ZU6zlcweCZKyiB7BVfCizQT9XmkEIMFE+PRZydVcsZg=
github.com/compose-spec/compose-go/v2 v2.13.0 h1:2+2oS3v4SrtAOBdZRAZYBsBy47D571p5EXMSCppmTtE=
github.com/compose-spec/compose-go/v2 v2.13.0/go.mod h1:ZU6zlcweCZKyiB7BVfCizQT9XmkEIMFE+PRZydVcsZg=
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI= github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=
github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M= github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M=
github.com/containerd/errdefs/pkg v0.3.0 h1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151Xdx3ZPPE= github.com/containerd/errdefs/pkg v0.3.0 h1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151Xdx3ZPPE=
@@ -570,6 +572,8 @@ google.golang.org/grpc v1.81.0 h1:W3G9N3KQf3BU+YuCtGKJk0CmxQNbAISICD/9AORxLIw=
google.golang.org/grpc v1.81.0/go.mod h1:xGH9GfzOyMTGIOXBJmXt+BX/V0kcdQbdcuwQ/zNw42I= google.golang.org/grpc v1.81.0/go.mod h1:xGH9GfzOyMTGIOXBJmXt+BX/V0kcdQbdcuwQ/zNw42I=
google.golang.org/grpc v1.81.1 h1:VnnIIZ88UzOOKLukQi+ImGz8O1Wdp8nAGGnvOfEIWQQ= google.golang.org/grpc v1.81.1 h1:VnnIIZ88UzOOKLukQi+ImGz8O1Wdp8nAGGnvOfEIWQQ=
google.golang.org/grpc v1.81.1/go.mod h1:xGH9GfzOyMTGIOXBJmXt+BX/V0kcdQbdcuwQ/zNw42I= google.golang.org/grpc v1.81.1/go.mod h1:xGH9GfzOyMTGIOXBJmXt+BX/V0kcdQbdcuwQ/zNw42I=
google.golang.org/grpc v1.82.0 h1:vguDnZUPjE26w09A63VoxZPnvPjB5Riyc0mkXPFmAIU=
google.golang.org/grpc v1.82.0/go.mod h1:yzTZ1TB1Z3SG+LIYaI+WiE8D5+PZ3ArnrSp8zF3+/ZA=
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1 h1:/WILD1UcXj/ujCxgoL/DvRgt2CP3txG8+FwkUbb9110= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1 h1:/WILD1UcXj/ujCxgoL/DvRgt2CP3txG8+FwkUbb9110=
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1/go.mod h1:YNKnb2OAApgYn2oYY47Rn7alMr1zWjb2U8Q0aoGWiNc= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1/go.mod h1:YNKnb2OAApgYn2oYY47Rn7alMr1zWjb2U8Q0aoGWiNc=
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.2/go.mod h1:iMEtFwDlAhjDU9L5mY6U1XLwlIId/G3h+QcBHDIvrJ8= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.2/go.mod h1:iMEtFwDlAhjDU9L5mY6U1XLwlIId/G3h+QcBHDIvrJ8=
+14 -14
View File
@@ -6,7 +6,7 @@
"bugs": { "bugs": {
"url": "https://github.com/amir20/dozzle/issues" "url": "https://github.com/amir20/dozzle/issues"
}, },
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b", "packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8",
"type": "module", "type": "module",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -35,21 +35,21 @@
"@codemirror/language": "^6.12.4", "@codemirror/language": "^6.12.4",
"@codemirror/state": "^6.7.0", "@codemirror/state": "^6.7.0",
"@codemirror/theme-one-dark": "^6.1.3", "@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.43.4", "@codemirror/view": "^6.43.5",
"@duckdb/duckdb-wasm": "1.33.1-dev57.0", "@duckdb/duckdb-wasm": "1.33.1-dev57.0",
"@fontsource/jetbrains-mono": "^5.2.8", "@fontsource/jetbrains-mono": "^5.2.8",
"@iconify-json/carbon": "^1.2.23", "@iconify-json/carbon": "^1.2.24",
"@iconify-json/cil": "^1.2.3", "@iconify-json/cil": "^1.2.3",
"@iconify-json/ic": "^1.2.4", "@iconify-json/ic": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.81", "@iconify-json/material-symbols": "^1.2.82",
"@iconify-json/mdi": "^1.2.3", "@iconify-json/mdi": "^1.2.3",
"@iconify-json/mdi-light": "^1.2.2", "@iconify-json/mdi-light": "^1.2.2",
"@iconify-json/octicon": "^1.2.28", "@iconify-json/octicon": "^1.2.29",
"@iconify-json/ph": "^1.2.2", "@iconify-json/ph": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^11.2.4", "@intlify/unplugin-vue-i18n": "^11.2.4",
"@lezer/highlight": "^1.2.3", "@lezer/highlight": "^1.2.3",
"@tailwindcss/typography": "^0.5.20", "@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "4.3.1", "@tailwindcss/vite": "4.3.2",
"@vueuse/components": "^14.3.0", "@vueuse/components": "^14.3.0",
"@vueuse/core": "^14.3.0", "@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0", "@vueuse/integrations": "^14.3.0",
@@ -59,7 +59,7 @@
"@xterm/xterm": "^6.0.0", "@xterm/xterm": "^6.0.0",
"ansi-to-html": "^0.7.2", "ansi-to-html": "^0.7.2",
"codemirror": "^6.0.2", "codemirror": "^6.0.2",
"daisyui": "5.6.3", "daisyui": "5.6.13",
"entities": "^8.0.0", "entities": "^8.0.0",
"fuse.js": "^7.4.2", "fuse.js": "^7.4.2",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
@@ -67,12 +67,12 @@
"sortablejs": "^1.15.7", "sortablejs": "^1.15.7",
"splitpanes": "^4.1.2", "splitpanes": "^4.1.2",
"strip-ansi": "^7.2.0", "strip-ansi": "^7.2.0",
"tailwindcss": "4.3.1", "tailwindcss": "4.3.2",
"unplugin-auto-import": "^21.0.0", "unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1", "unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^32.1.0", "unplugin-vue-components": "^32.1.0",
"unplugin-vue-macros": "^2.14.5", "unplugin-vue-macros": "^2.14.5",
"vite": "8.1.0", "vite": "8.1.3",
"vite-plugin-vue-layouts": "^0.11.0", "vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.1", "vite-svg-loader": "^5.1.1",
"vitepress": "1.6.4", "vitepress": "1.6.4",
@@ -83,9 +83,9 @@
"devDependencies": { "devDependencies": {
"@apache-arrow/esnext-esm": "^21.1.0", "@apache-arrow/esnext-esm": "^21.1.0",
"@iconify-json/ion": "^1.2.7", "@iconify-json/ion": "^1.2.7",
"@iconify-json/material-symbols-light": "^1.2.81", "@iconify-json/material-symbols-light": "^1.2.82",
"@iconify-json/ri": "^1.2.10", "@iconify-json/ri": "^1.2.10",
"@iconify-json/simple-icons": "^1.2.87", "@iconify-json/simple-icons": "^1.2.88",
"@iconify-json/svg-spinners": "^1.2.4", "@iconify-json/svg-spinners": "^1.2.4",
"@iconify/vue": "^5.0.1", "@iconify/vue": "^5.0.1",
"@pinia/testing": "^1.0.3", "@pinia/testing": "^1.0.3",
@@ -101,14 +101,14 @@
"eventsourcemock": "^2.0.0", "eventsourcemock": "^2.0.0",
"jsdom": "^29.1.1", "jsdom": "^29.1.1",
"lint-staged": "^17.0.8", "lint-staged": "^17.0.8",
"prettier": "^3.9.1", "prettier": "^3.9.4",
"prettier-plugin-tailwindcss": "^0.8.0", "prettier-plugin-tailwindcss": "^0.8.0",
"simple-git-hooks": "^2.13.1", "simple-git-hooks": "^2.13.1",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^6.0.3", "typescript": "^6.0.3",
"vitest": "^4.1.9", "vitest": "^4.1.9",
"vue-component-type-helpers": "3.3.5", "vue-component-type-helpers": "3.3.6",
"vue-tsc": "3.3.5" "vue-tsc": "3.3.6"
}, },
"lint-staged": { "lint-staged": {
"*.{js,vue,css,ts,html,md}": [ "*.{js,vue,css,ts,html,md}": [
+193 -231
View File
File diff suppressed because it is too large Load Diff