Skip to content

chore(deps): consolidate dependabot bumps#142

Open
shb7628 wants to merge 1 commit intomainfrom
chore/PPSC-632-bump-dependencies
Open

chore(deps): consolidate dependabot bumps#142
shb7628 wants to merge 1 commit intomainfrom
chore/PPSC-632-bump-dependencies

Conversation

@shb7628
Copy link
Copy Markdown
Collaborator

@shb7628 shb7628 commented Apr 13, 2026

Related Issue

Type of Change

  • Refactoring (no functional changes)

Problem

Three dependabot PRs have been open for dependency bumps, each touching a small number of files. Merging them individually creates unnecessary CI churn.

Solution

Combined all three dependency bumps into a single PR:

  • github.com/mattn/go-runewidth 0.0.21 → 0.0.23
  • golang.org/x/term 0.40.0 → 0.41.0 (+ golang.org/x/sys 0.41.0 → 0.42.0)
  • actions/github-script v8 → v9
  • go directive 1.24.0 → 1.25.0 (required by x/term v0.41.0)

Testing

Automated Tests

  • All tests passing locally

Manual Testing

go test ./... — all packages pass. go build ./... succeeds.

Checklist

  • Code follows project style guidelines
  • Self-review performed
  • No new warnings generated

🤖 Generated with Claude Code

Consolidates three dependabot PRs (#101, #139, #140):
- github.com/mattn/go-runewidth 0.0.21 → 0.0.23
- golang.org/x/term 0.40.0 → 0.41.0 (+ x/sys 0.41.0 → 0.42.0)
- actions/github-script v8 → v9
- go directive 1.24.0 → 1.25.0 (required by x/term v0.41.0)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Armis AppSecArmis AppSec Security Scan Results

✅ No issues

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