Skip to content

Split mise min_version into hard and soft#75

Merged
iwamot merged 1 commit intomainfrom
chore/mise-min-version-hard-soft
Apr 15, 2026
Merged

Split mise min_version into hard and soft#75
iwamot merged 1 commit intomainfrom
chore/mise-min-version-hard-soft

Conversation

@iwamot
Copy link
Copy Markdown
Owner

@iwamot iwamot commented Apr 15, 2026

Summary

  • Switch `min_version` in `.mise.toml` to the object form with `hard` and `soft`.
  • `hard = 2026.4.8` keeps the real compatibility floor (the version where the current config was last known to fail below).
  • `soft = 2026.4.9` is the recommended version that Renovate will continue to bump.
  • Narrow the custom regex manager to match only `soft` so Renovate updates recommendations without touching the hard floor.

🤖 Generated with Claude Code

Use the object form of min_version so Renovate can bump the soft
recommendation frequently while the hard floor stays put until a
real incompatibility forces it. Narrow the custom regex manager to
match only the soft value.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Takashi Iwamoto <hello@iwamot.com>
@github-actions
Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA d76c3e7.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.96%. Comparing base (3231200) to head (d76c3e7).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #75   +/-   ##
=======================================
  Coverage   50.96%   50.96%           
=======================================
  Files          26       26           
  Lines        1244     1244           
  Branches      178      178           
=======================================
  Hits          634      634           
  Misses        606      606           
  Partials        4        4           

☔ 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.

@iwamot iwamot self-assigned this Apr 15, 2026
@iwamot iwamot merged commit 900ecbd into main Apr 15, 2026
8 checks passed
@iwamot iwamot deleted the chore/mise-min-version-hard-soft branch April 15, 2026 07:53
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