Update dependency cron to v3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cron | dependencies | major | ^2.4.4 -> ^3.0.0 |
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
kelektiv/node-cron (cron)
v3.1.6
🐛 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
- deps: update dependency @commitlint/cli to v18.2.0 (#759) (4cb466e)
- deps: update dependency @types/node to v20.8.8 (#756) (361728e)
- deps: update dependency @types/node to v20.8.9 (#757) (e2b1bac)
- deps: update dependency @typescript-eslint/eslint-plugin to v6.9.0 (#753) (9cec04f)
v3.1.5
🐛 Bug Fixes
- detect multiple zeros as an invalid step (#743) [skip ci] (b0bf677)
- re-add runOnce property to CronJob (#751) (a61d8c9)
📚 Documentation
⚙ ️ Continuous Integrations
♻ ️ Chores
- deps: update dependency @commitlint/cli to v18 (#747) (5ff1cf8)
- deps: update dependency sinon to v17 (#748) (9d61ff9)
- deps: update linters (7bdc726)
- improve ossf scorecard's score (#715) [skip ci] (1284df4)
v3.1.4
🐛 Bug Fixes
⚙ ️ Continuous Integrations
♻ ️ Chores
- deps: lock file maintenance (#741) (6d94742)
- deps: update dependency @types/jest to v29.5.6 (#736) (57c0efa)
- deps: update dependency @types/node to v20.8.7 (#737) (21c4065)
- deps: update dependency @typescript-eslint/eslint-plugin to v6.8.0 (#734) (12e7487)
- deps: update tests (#738) (3815e2a)
v3.1.3
🐛 Bug Fixes
⚙ ️ Continuous Integrations
v3.1.2
🛠 Builds
♻ ️ Chores
- deps: lock file maintenance (#731) (b6bc715)
- deps: pin dependencies (#719) [skip ci] (5003745)
- deps: pin dependencies (#720) [skip ci] (4f977ef)
- deps: pin dependencies (#721) [skip ci] (60fbf7f)
- deps: update dependency @commitlint/cli to v17.8.0 (#723) [skip ci] (a7a18cb)
- deps: update dependency @types/node to v20.8.6 (#724) [skip ci] (b5e4c9f)
- deps: update dependency sinon to v16 (#726) [skip ci] (d114a12)
- deps: update dependency typescript to v5.2.2 (#729) [skip ci] (d1b267e)
- deps: update linters (#728) [skip ci] (9ab00e8)
- deps: update linters (major) (#727) [skip ci] (a75418a)
- deps: update tests (#722) [skip ci] (6b4c6fa)
v3.1.1
🐛 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
✨ Features
🚨 Tests
♻ ️ Chores
- deps: update semantic-release related packages (#709) [skip ci] (b94a48a)
- reflect repository label changes (#708) (85c9e18)
v3.0.0
⚠ Breaking changes
-
utcOffset
parameter no longer accepts a string -
utcOffset
values between -60 and 60 are no longer treated as hours - providing both
timeZone
andutcOffset
parameters now throws an error - removed
cron.job()
method in favor ofnew CronJob(...args)
/CronJob.from(argsObject)
- removed
cron.time()
method in favor ofnew CronTime()
-
CronJob
: constructor no longer accepts an object as its first and only params. UseCronJob.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
- expose useful types (737b344)
- rework utcOffset parameter (#699) (671e933)
- UNIX standard alignments (#667) (ff615f1)
🐛 Bug Fixes
📦 Code Refactoring
📚 Documentation
🚨 Tests
- update new test for cron standard alignments (4a406c1)
♻ ️ Chores
💎 Styles
- fix linting issues (47e665f)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.