Skip to content

Bump calver from 22.9.1 to 24.1.0#60

Merged
casmith merged 5 commits intomasterfrom
dependabot/npm_and_yarn/calver-24.1.0
Mar 24, 2026
Merged

Bump calver from 22.9.1 to 24.1.0#60
casmith merged 5 commits intomasterfrom
dependabot/npm_and_yarn/calver-24.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps calver from 22.9.1 to 24.1.0.

Release notes

Sourced from calver's releases.

24.1.0: prefix, suffix and clean methods added

No release notes provided.

24.0.2: remake

This version is a complete a rewrite of the library with re-thought features of a calendar versioning concept.

Commits
  • b0b5b3a chore: version field updated in package.json
  • 730e3ff feat: prefix, suffix and clean methods added
  • c5da463 docs: fixed import directive in docs
  • f7e0efc build: updated package.json version
  • 64134bc chore: updated dependencies
  • f63427f build: updated package.json version
  • 3d4146d refactor: remake of the library
  • See full diff in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 6, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/calver-24.1.0 branch 4 times, most recently from e2ce52b to f7c4647 Compare March 24, 2026 14:44
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ad4a20c) to head (01f1efd).
⚠️ Report is 2 commits behind head on master.

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.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

dependabot bot and others added 3 commits March 24, 2026 10:03
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.
@casmith casmith force-pushed the dependabot/npm_and_yarn/calver-24.1.0 branch from 64fd2b2 to 9f3070c Compare March 24, 2026 15:04
Add backwards compat for zero-padded formats (yyyy.0m.0d.minor, etc.)
and add day cycle tests.
@casmith casmith mentioned this pull request Mar 24, 2026
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 casmith merged commit f560928 into master Mar 24, 2026
4 checks passed
@casmith casmith deleted the dependabot/npm_and_yarn/calver-24.1.0 branch March 24, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant