Merged
Conversation
e2ce52b to
f7c4647
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #60 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 63 111 +48
=========================================
+ Hits 63 111 +48 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps [calver](https://github.com/muratgozel/node-calver) from 22.9.1 to 24.1.0. - [Release notes](https://github.com/muratgozel/node-calver/releases) - [Commits](muratgozel/node-calver@v22.9.1...24.1.0) --- updated-dependencies: - dependency-name: calver dependency-version: 24.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
- Replace calver/node/lts import with named imports from calver - Replace inc() with cycle() and initial() - Replace format/increment config with cycle config - Ensure minor version (.0) is always present in output - Update tests for new version format (YYYY-MM.minor)
Map old format strings (e.g. yyyy.mm.minor) to calver 24.x cycle settings with a deprecation warning, so existing configs continue to work.
64fd2b2 to
9f3070c
Compare
Add backwards compat for zero-padded formats (yyyy.0m.0d.minor, etc.) and add day cycle tests.
Closed
Allows configuring a prefix (e.g. "ui-") that is stripped before calver processing and prepended to the result. Useful for monorepos where multiple modules need distinct version tags.
casmith
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps calver from 22.9.1 to 24.1.0.
Release notes
Sourced from calver's releases.
Commits
b0b5b3achore: version field updated in package.json730e3fffeat: prefix, suffix and clean methods addedc5da463docs: fixed import directive in docsf7e0efcbuild: updated package.json version64134bcchore: updated dependenciesf63427fbuild: updated package.json version3d4146drefactor: remake of the libraryDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)