Skip to content

fix(deps): update dependency croner to v10#206

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/croner-10.x
Open

fix(deps): update dependency croner to v10#206
renovate[bot] wants to merge 1 commit intomainfrom
renovate/croner-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 7, 2026

This PR contains the following updates:

Package Change Age Confidence
croner (source) ^9.1.0^10.0.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hexagon/croner (croner)

v10.0.1

Compare Source

Fixed
  • Bundle TypeScript declarations into single file to match 9.1.0 dist structure

v10.0.0

Compare Source

Added
  • OCPS 1.2 Compliance: Year field support for 7-field patterns (range 1-9999) (#​288)
  • OCPS 1.3 Compliance: W (weekday) modifier for nearest weekday scheduling (#​288)
  • OCPS 1.4 Compliance: + (AND logic) modifier for explicit day matching (#​288)
  • OCPS 1.4 Compliance: @​midnight and @​reboot pattern nicknames (#​288)
  • previousRuns() method to enumerate past scheduled execution times (#​315)
  • match() method to check if a date matches a cron pattern (#​317)
  • getOnce() method to return original run-once date for date-based jobs (#​332)
  • dayOffset option for scheduling before/after pattern matches (#​308)
  • mode option for cron pattern precision control with enforcement and flexible modes (#​294)
  • alternativeWeekdays option for Quartz-style weekday numbering (1=Sunday...7=Saturday) (#​312)
  • domAndDow option to replace deprecated legacyMode (no breaking change) (#​309)
  • sloppyRanges option to allow relaxed, backward-compatible non-standard range/stepping syntax (#​327)
  • Support for leading/trailing whitespace and consecutive whitespace in patterns
  • Case-insensitive L and W modifiers in cron patterns (#​328)
  • Comprehensive edge case tests for year stepping, nth weekday, W modifier, Quartz mode, and boundary conditions (#​329)
Changed
  • BREAKING: ? character now acts as wildcard alias (same as *) per OCPS 1.4, instead of substituting current time values (#​293)
  • BREAKING: Minimum Deno version increased from 1.16 to 2.0
  • Renamed legacyMode option to domAndDow (backward compatible, legacyMode still works) (#​309)
  • Improved error messages for timezone/date conversion failures (#​307)
  • Unified implementations of nextRuns/previousRuns and findNext/findPrevious (#​319)
  • Refactored to extract duplicate code patterns into helper methods (#​322)
  • Consolidated duplicate tests across OCPS compliance and legacy test suites (#​320)
Fixed
  • DST bugs causing rapid-fire execution during timezone transitions (Issue #​286) (#​285)
  • DST bug with UTC timezone causing hour skipping during local DST transitions (Issue #​284) (#​285)
  • Cron job stopping when catch callback throws with protect enabled (#​337)
  • L modifier bug and documented W modifier edge cases (#​306)
  • getPattern() returning wrong value for date-based jobs (#​331)
  • Node.js timezone test failures caused by hour 24 midnight formatting (#​291)
  • Unclear error messages for timezone/date conversion failures (#​307)
Documentation
  • Complete OCPS 1.0-1.4 compliance documentation (#​292)
  • Migration guide for v9.x to v10.0 upgrade path (#​310)
  • Documented zero dependencies advantage over Luxon-dependent alternatives (#​318)
  • Updated year field in README ASCII pattern diagram (#​311)
  • Documented getOnce() and previousRuns() features (#​333)

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Feb 7, 2026
@github-actions github-actions bot added the packages:cron @kingsworld/plugin-cron label Feb 7, 2026
@renovate renovate bot force-pushed the renovate/croner-10.x branch 2 times, most recently from 41e9e6c to eb32b41 Compare February 8, 2026 16:27
@SerenModz21 SerenModz21 changed the title fix(deps): update dependency croner to v10 fix(deps)!: update dependency croner to v10 Feb 8, 2026
@renovate renovate bot force-pushed the renovate/croner-10.x branch from eb32b41 to aa80544 Compare February 8, 2026 21:46
@renovate renovate bot changed the title fix(deps)!: update dependency croner to v10 fix(deps): update dependency croner to v10 Feb 12, 2026
@renovate renovate bot force-pushed the renovate/croner-10.x branch 6 times, most recently from 2af3dc3 to 586feb2 Compare February 21, 2026 04:39
@renovate renovate bot force-pushed the renovate/croner-10.x branch 4 times, most recently from c52d527 to b7fdc5f Compare February 28, 2026 04:50
@renovate renovate bot force-pushed the renovate/croner-10.x branch 5 times, most recently from 3391431 to db749f1 Compare March 7, 2026 05:33
@renovate renovate bot force-pushed the renovate/croner-10.x branch 7 times, most recently from 2056ca2 to 332bb28 Compare March 14, 2026 07:59
@renovate renovate bot force-pushed the renovate/croner-10.x branch 9 times, most recently from 7dcbca0 to 06e2e04 Compare March 21, 2026 04:45
@renovate renovate bot force-pushed the renovate/croner-10.x branch 14 times, most recently from 3537968 to ba5fdb8 Compare March 28, 2026 01:08
@renovate renovate bot force-pushed the renovate/croner-10.x branch 3 times, most recently from ee5c1ea to dc731ec Compare April 4, 2026 09:23
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/croner-10.x branch from dc731ec to 3c895ee Compare April 4, 2026 09:54
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 4, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies packages:cron @kingsworld/plugin-cron

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant