Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Change Age Confidence
ghats 0.10.1 -> 0.10.2 age confidence

Release Notes

koki-develop/ghats (ghats)

v0.10.2

Compare Source

Bug Fixes
  • Allow boolean and number values in reusable workflow inputs (#​117) (8236338)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Aug 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.12%. Comparing base (abb9e6b) to head (e0ec070).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #126   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files          15       15           
  Lines         586      586           
=======================================
  Hits          575      575           
  Misses         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Bug Fix: Allows boolean and number values in reusable workflow inputs (previously only string values were supported)
  • No Breaking Changes: This is an additive change that expands input type support
  • No Security Fixes: No security-related changes in this release

🎯 Impact Scope Investigation

  • Current Usage: The codebase uses ghats extensively in workflow definitions (24 files reference ghats)
  • Reusable Workflow Inputs: Found type definition ReusableWorkflowCallJobConfig in lib/package/job.ts:110 with with?: Record<string, string | boolean | number>
  • No Current Boolean/Number Usage: Current codebase only uses string inputs in reusable workflows
  • Backward Compatibility: Existing string-only inputs will continue to work unchanged

💡 Recommended Actions

  • Immediate Merge: This update is safe to merge immediately
  • No Code Changes Required: The fix is additive and doesn't affect existing functionality
  • Future Benefit: Enables more flexible input types for future reusable workflow development

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@koki-develop koki-develop merged commit 0dd0bbc into main Aug 31, 2025
7 checks passed
@koki-develop koki-develop deleted the renovate/ghats-0.x branch August 31, 2025 12:31
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