Skip to content

build(deps): consolidate 22 dependabot PRs#844

Merged
moshebe merged 24 commits intomasterfrom
deps/consolidate-dependabot-prs
Apr 3, 2026
Merged

build(deps): consolidate 22 dependabot PRs#844
moshebe merged 24 commits intomasterfrom
deps/consolidate-dependabot-prs

Conversation

@moshebe
Copy link
Copy Markdown
Owner

@moshebe moshebe commented Apr 3, 2026

Closes #809, #810, #811, #812, #813, #814, #816, #817, #818, #826, #829, #830, #831, #832, #833, #835, #837, #839, #840, #841, #842, #843

Summary

  • GitHub Actions: checkout v6, cache v5, setup-go v6, golangci-lint-action v9, goreleaser-action v7
  • Go modules: gin v1.12.0, go-retryablehttp v0.7.8, afero v1.15.0, cobra v1.10.2, testify v1.11.1, zap v1.27.1
  • npm (webui/frontend): vite v8, @types/node v25, @vue/tsconfig v0.9, vue-tsc v3.2, @vitejs/plugin-vue v6.0.5, vue v3.5.30, axios v1.13.6, sass v1.98.0 + transitive updates

Test plan

  • go build ./... passes
  • go test ./... passes (all 4 test packages green)
  • npm run build passes with vite v8 (480ms, 0 vulnerabilities)

🤖 Generated with Claude Code

dependabot bot and others added 24 commits February 6, 2026 11:24
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.0...v1.27.1)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.10.2.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.1...v1.10.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.11.0 to 1.15.0.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.11.0...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 9.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v6...v9)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.5 to 0.7.8.
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-retryablehttp@v0.7.5...v0.7.8)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-version: 0.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6 to 7.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v6...v7)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.10.0 to 1.12.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.10.0...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…s/cache-5' into deps/consolidate-dependabot-prs
…s/setup-go-6' into deps/consolidate-dependabot-prs
…ci/golangci-lint-action-9' into deps/consolidate-dependabot-prs
…aser/goreleaser-action-7' into deps/consolidate-dependabot-prs
…/gin-gonic/gin-1.12.0' into deps/consolidate-dependabot-prs
…/hashicorp/go-retryablehttp-0.7.8' into deps/consolidate-dependabot-prs
…/spf13/afero-1.15.0' into deps/consolidate-dependabot-prs
…/spf13/cobra-1.10.2' into deps/consolidate-dependabot-prs
…/stretchr/testify-1.11.1' into deps/consolidate-dependabot-prs
…g/zap-1.27.1' into deps/consolidate-dependabot-prs
GitHub Actions:
- actions/checkout v4 → v6
- actions/cache v4 → v5
- actions/setup-go v5 → v6
- golangci/golangci-lint-action v6 → v9
- goreleaser/goreleaser-action v6 → v7

Go modules:
- gin v1.10.0 → v1.12.0
- go-retryablehttp v0.7.5 → v0.7.8
- afero v1.11.0 → v1.15.0
- cobra v1.8.1 → v1.10.2
- testify v1.10.0 → v1.11.1
- zap v1.27.0 → v1.27.1

npm (webui/frontend):
- vite v7 → v8
- @types/node v24 → v25
- @vue/tsconfig v0.8 → v0.9
- vue-tsc v3.1 → v3.2
- @vitejs/plugin-vue v6.0.4 → v6.0.5
- vue v3.5.27 → v3.5.30
- axios v1.13.4 → v1.13.6
- sass v1.97.3 → v1.98.0
- rollup, immutable, picomatch (transitive)

All tests pass; frontend builds with vite v8.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
go.mod now requires go 1.25.0 (pulled in by gin v1.12.0).
Using go-version-file keeps CI in sync automatically.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@moshebe moshebe merged commit 3a1b96f into master Apr 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant