Skip to content

chore(update packages): update packages#78

Merged
mkrouse merged 15 commits intomainfrom
feat/bumpversions
Feb 27, 2026
Merged

chore(update packages): update packages#78
mkrouse merged 15 commits intomainfrom
feat/bumpversions

Conversation

@aksmo
Copy link
Collaborator

@aksmo aksmo commented Feb 27, 2026

Proposed changes

Dependabot fixes

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (changes to code, which do not change application behavior)

Checklist

  • I have filled out this PR template
  • I have read the CONTRIBUTING doc
  • I have added automated tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (README.md, CHANGELOG.md, etc. - if appropriate)

Dependencies and Blockers

Relevant Links

Further comments

@github-actions
Copy link

github-actions bot commented Feb 27, 2026

Test Results

58 tests   58 ✅  0s ⏱️
15 suites   0 💤
 1 files     0 ❌

Results for commit 5d0c92a.

♻️ This comment has been updated with latest results.

- Replace deprecated io/ioutil.ReadAll with io.ReadAll in deploy.go
- Replace non-constant format string in retry.go (Infof → Info) to fix

Add regression tests to prevent future breakage:
- TestConfigStructTags_ShouldBeValid: validates all struct tags have
  properly quoted values using reflect.StructTag.Lookup
- TestConfigMapstructureTags_ShouldMatchBindEnvKeys: ensures mapstructure
  tags for BindEnv-registered keys resolve correctly
- TestNoDeprecatedImports: scans all .go files for deprecated stdlib
  packages (io/ioutil)
- TestNoNonConstantFormatStrings: AST-based scan for printf-family calls
  with variable format strings
@mkrouse mkrouse merged commit d0cd4de into main Feb 27, 2026
6 checks passed
@aksmo aksmo deleted the feat/bumpversions branch February 28, 2026 21:35
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.

2 participants