UNCLASSIFIED - NO CUI

Skip to content

Update dependency cron to v3

Ghost User requested to merge renovate/cron-3.x into development

This MR contains the following updates:

Package Type Update Change
cron dependencies major ^2.4.4 -> ^3.0.0

Release Notes

kelektiv/node-cron (cron)

v3.1.6

Compare Source

🐛 Bug Fixes
️ Continuous Integrations
  • action: update actions/checkout action to v4 (#​755) (d0d70c6)
  • action: update github/codeql-action action to v2.22.4 (#​752) (04454c3)
  • action: update github/codeql-action action to v2.22.5 (#​758) (2dff183)
  • action: update ossf/scorecard-action action to v2.3.1 (#​754) (41d21f1)
️ Chores

v3.1.5

Compare Source

🐛 Bug Fixes
📚 Documentation
️ Continuous Integrations
️ Chores

v3.1.4

Compare Source

🐛 Bug Fixes
️ Continuous Integrations
️ Chores

v3.1.3

Compare Source

🐛 Bug Fixes
️ Continuous Integrations

v3.1.2

Compare Source

🛠 Builds
️ Chores

v3.1.1

Compare Source

🐛 Bug Fixes
  • fix lastDate() value for intervals > 25 days (#​711) (141aa00)
  • fix object constructor typings & make OC generic type optional (#​712) (6536084)
📚 Documentation

v3.1.0

Compare Source

Features
🚨 Tests
  • check at runtime that all tests call expect (#​706) [skip ci] (cc4e62f)
️ Chores

v3.0.0

Compare Source

Breaking changes
  • utcOffset parameter no longer accepts a string
  • utcOffset values between -60 and 60 are no longer treated as hours
  • providing both timeZone and utcOffset parameters now throws an error
  • removed cron.job() method in favor of new CronJob(...args) / CronJob.from(argsObject)
  • removed cron.time() method in favor of new CronTime()
  • CronJob: constructor no longer accepts an object as its first and only params. Use CronJob.from(argsObject) instead.
  • CronJob: callbacks are now called in the order they were registered
  • return empty array from nextDates when called without argument (#​519)
  • UNIX standard alignments (#​667)
Features
🐛 Bug Fixes
  • return empty array from nextDates when called without argument (#​519) (c2891ba)
📦 Code Refactoring
📚 Documentation
🚨 Tests
  • update new test for cron standard alignments (4a406c1)
️ Chores
💎 Styles

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching MR was automerged previously.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports