Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 16, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

node-version@4.3.0

Minor Changes

  • 5c30879: Add daysUntilEOL property and toJSON() method to NodeVersion

Summary by cubic

Release node-version 4.3.0 adding a daysUntilEOL property and a toJSON() method to NodeVersion for easier EOL checks and clean serialization.

Written for commit 9ccb6d6. Summary will update on new commits.

@coderabbitai
Copy link

coderabbitai bot commented Jan 16, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

@greptile-apps
Copy link

greptile-apps bot commented Jan 16, 2026

Greptile Summary

This is an automated release PR created by Changesets that prepares version 4.3.0 for publication to npm. The changes include:

  • Removal of the consumed changeset file that documented the feature addition
  • Version bump from 4.2.0 to 4.3.0 (minor version increase)
  • CHANGELOG update with the new release entry

The release packages the daysUntilEOL property and toJSON() method features that were merged in PR #826. All changes follow the standard Changesets workflow and semantic versioning conventions correctly.

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it follows standard Changesets release automation
  • This is a standard automated release PR with purely mechanical changes: version bump, changelog update, and changeset file removal. All changes are correct and follow established patterns. The actual feature code was already merged and tested in PR feat: add daysUntilEOL and toJSON #826
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/tojson-and-daysuntileol.md Changeset file correctly removed after being consumed by the release process
CHANGELOG.md Changelog properly updated with new 4.3.0 release entry including correct commit reference
package.json Version correctly bumped from 4.2.0 to 4.3.0 for minor feature release

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #826
    participant CS as Changesets
    participant GHA as GitHub Action
    participant Release as Release PR #827
    participant NPM as npm Registry

    Dev->>PR: Merge feature PR with changeset
    PR->>CS: Trigger changeset detection
    CS->>GHA: Detect pending changeset
    GHA->>Release: Create/update release PR
    Release->>Release: Remove changeset file
    Release->>Release: Bump version (4.2.0 → 4.3.0)
    Release->>Release: Update CHANGELOG.md
    Note over Release: Ready for merge & publish
    Release->>NPM: On merge: publish to npm
Loading

@srod srod merged commit 9a51817 into main Jan 16, 2026
6 checks passed
@srod srod deleted the changeset-release/main branch January 16, 2026 21:56
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