Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

fix(deps): update dependency agenda to v4 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
agenda ^3.1.0 -> ^4.0.0 age adoption passing confidence

Release Notes

agenda/agenda

v4.0.1

Compare Source

==================

  • Fix "Cannot find module ./lib/agenda" bug due us not targeting correct ES5 files for distribution after the TypeScript rewrite. (#​1193)
  • Update dependencies

v4.0.0

Compare Source

==================

  • Add agenda.close() (#​450) thanks @​simison

  • Add ability to schedule jobs with startDate, endDate, and skipping (#​361) thanks @​suryanaik

  • Fix issue with concurrent locking beyond locklimit (#​1086) thanks @​leonardlin

  • Fix issue with too many locks being set asynchronously (#​1119) thanks @​GimpMaster

  • Upgrade mongodb dependency ~3.5.0 -> ~3.6.2 (security) (#​1122) thanks @​Elisa23

  • Upgrade to Human Interval v2, a refactor using numbered package:

    • Supports all the formats as previously, and more!
    • Supports numbers written as English words (one, two hundred)
    • Supports time expressions in singular and plural (minute and minutes)
    • Supports negative numbers (-2)
    • Supports hyphenated words (twenty-five)
  • Upgrade various dependencies

BREAKING

  • Switch from ncb000gt/node-cron to harrisiirak/cron-parser for cron-pattern parsing. See issue (#​475)

    Previously month was 0-based (0=January). Going forward standard Unix pattern is used, which is 1-based (1=January).

    Please update existing cron-patterns that specify a month (4th position of a pattern). The month is now 1 - 12

    1 = January

    2 = February

    3...

    Example Execute on 1st of January
    Old 0 0 1 0 *
    New 0 0 1 1 *

    (#​1150)

    old Cron patterns

    * * * * * *
    | | | | | |
    | | | | | +-- Year              (range: 1900-3000)
    | | | | +---- Day of the Week   (range: 1-7, 1 standing for Monday)
    | | | +------ Month of the Year (range: 0-11) NOTE: Difference here
    | | +-------- Day of the Month  (range: 1-31)
    | +---------- Hour              (range: 0-23)
    +------------ Minute            (range: 0-59)
    

    new cron patterns

    * * * * * *
    | | | | | |
    | | | | | +-- Year              (range: 1900-3000)
    | | | | +---- Day of the Week   (range: 1-7, 1 standing for Monday)
    | | | +------ Month of the Year (range: 1-12) NOTE: Difference here
    | | +-------- Day of the Month  (range: 1-31)
    | +---------- Hour              (range: 0-23)
    +------------ Minute            (range: 0-59)
    

Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant