Skip to content

fix: also alert user on patch updates#69

Merged
SiebeBaree merged 1 commit into
mainfrom
bugfix/auto-update-also-work-on-patch-versions
May 17, 2026
Merged

fix: also alert user on patch updates#69
SiebeBaree merged 1 commit into
mainfrom
bugfix/auto-update-also-work-on-patch-versions

Conversation

@SiebeBaree
Copy link
Copy Markdown
Member

@SiebeBaree SiebeBaree commented May 17, 2026

Summary by CodeRabbit

  • Bug Fixes
    • Enhanced update notification detection to alert users about a broader range of available version updates, ensuring they stay informed about all new releases.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f9e082a4-37fe-4756-883e-3931c3ca6146

📥 Commits

Reviewing files that changed from the base of the PR and between 80cccfc and 9fdace6.

📒 Files selected for processing (1)
  • src/lib/versionCheck.ts
💤 Files with no reviewable changes (1)
  • src/lib/versionCheck.ts

Walkthrough

The PR removes version-filtering logic from the printUpdateReminder function in src/lib/versionCheck.ts. Previously, the function computed the semver difference and only displayed an update reminder for major or minor version changes. Now it displays the reminder whenever the latest version is greater than the current version, regardless of version type.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: also alert user on patch updates' directly summarizes the main change: the update reminder now alerts users on patch version updates, not just major/minor versions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bugfix/auto-update-also-work-on-patch-versions

Comment @coderabbitai help to get the list of available commands and usage tips.

@SiebeBaree SiebeBaree merged commit bdef7de into main May 17, 2026
10 of 11 checks passed
@SiebeBaree SiebeBaree deleted the bugfix/auto-update-also-work-on-patch-versions branch May 20, 2026 08:42
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