Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency cron to v3 #427

Merged
merged 1 commit into from
Oct 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cron ^2.4.3 -> ^3.0.0 age adoption passing confidence

Release Notes

kelektiv/node-cron (cron)

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

v2.4.4

Compare Source

🐛 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@ijsblokjeee ijsblokjeee bot added Dependencies 🚀 PRs and Issues related to dependencies Chore 🧹 labels Oct 1, 2023
@ijsKoud ijsKoud merged commit 7d5bc6c into main Oct 1, 2023
6 checks passed
@ijsKoud ijsKoud deleted the renovate/cron-3.x branch October 1, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore 🧹 Dependencies 🚀 PRs and Issues related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant