Skip to content

Simplify mise min_version to hard-only#76

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

Simplify mise min_version to hard-only#76
iwamot merged 1 commit intomainfrom
chore/mise-min-version-hard-only

Conversation

@iwamot
Copy link
Copy Markdown
Owner

@iwamot iwamot commented Apr 15, 2026

Summary

  • Revert `.mise.toml` `min_version` back to the simple string form (hard default).
  • Remove the custom regex manager for `.mise.toml` from `renovate.json`.
  • CI keeps following mise releases via `MISE_VERSION` in the workflow (already tracked by `customManagers:githubActionsVersions`), so no coverage is lost.

🤖 Generated with Claude Code

The soft/hard split turned out to be overkill: CI already pins the
mise version via MISE_VERSION (tracked by the githubActionsVersions
preset), so .mise.toml only needs the real compatibility floor.
Drop the soft side and the custom regex manager that chased it.

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

@iwamot iwamot self-assigned this Apr 15, 2026
@iwamot iwamot merged commit c939a9e into main Apr 15, 2026
6 checks passed
@iwamot iwamot deleted the chore/mise-min-version-hard-only branch April 15, 2026 08:02
@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 (900ecbd) to head (c9c210b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  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.

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