codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
19 stars 14 forks source link

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

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cron 2.4.4 -> 3.1.1 age adoption passing confidence

Release Notes

kelektiv/node-cron (cron) ### [`v3.1.1`](https://togithub.com/kelektiv/node-cron/blob/HEAD/CHANGELOG.md#311-2023-10-12) [Compare Source](https://togithub.com/kelektiv/node-cron/compare/v3.1.0...v3.1.1) ##### šŸ› Bug Fixes - fix lastDate() value for intervals > 25 days ([#​711](https://togithub.com/kelektiv/node-cron/issues/711)) ([141aa00](https://togithub.com/kelektiv/node-cron/commit/141aa00f55fa105d89df7e257d82c94ad2bb2b3a)) - fix object constructor typings & make OC generic type optional ([#​712](https://togithub.com/kelektiv/node-cron/issues/712)) ([6536084](https://togithub.com/kelektiv/node-cron/commit/653608451caecd51f50884d83563c03c6c27bc54)) ##### šŸ“š Documentation - **readme:** update nextDates documentation ([#​702](https://togithub.com/kelektiv/node-cron/issues/702)) ([1ad2e22](https://togithub.com/kelektiv/node-cron/commit/1ad2e228f75bcaab3eb97a27665c06b7892678c5)) ### [`v3.1.0`](https://togithub.com/kelektiv/node-cron/blob/HEAD/CHANGELOG.md#310-2023-10-09) [Compare Source](https://togithub.com/kelektiv/node-cron/compare/v3.0.0...v3.1.0) ##### āœØ Features - improve context, onTick & onComplete typings ([#​705](https://togithub.com/kelektiv/node-cron/issues/705)) ([82c78d7](https://togithub.com/kelektiv/node-cron/commit/82c78d79594c2d1c1e36baa67ecd76c033a171e4)) ##### šŸšØ Tests - check at runtime that all tests call expect ([#​706](https://togithub.com/kelektiv/node-cron/issues/706)) \[skip ci] ([cc4e62f](https://togithub.com/kelektiv/node-cron/commit/cc4e62fd1fd713d4c8a324ba36c0caa8b0c364e9)) ##### ā™»ļø Chores - **deps:** update semantic-release related packages ([#​709](https://togithub.com/kelektiv/node-cron/issues/709)) \[skip ci] ([b94a48a](https://togithub.com/kelektiv/node-cron/commit/b94a48a6b24e20c1f3a9c5109158ff359d048bac)) - reflect repository label changes ([#​708](https://togithub.com/kelektiv/node-cron/issues/708)) ([85c9e18](https://togithub.com/kelektiv/node-cron/commit/85c9e18023aea907c10ca77bc92db7a8086f1b6b)) ### [`v3.0.0`](https://togithub.com/kelektiv/node-cron/blob/HEAD/CHANGELOG.md#300-2023-09-30) [Compare Source](https://togithub.com/kelektiv/node-cron/compare/v2.4.4...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` 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](https://togithub.com/kelektiv/node-cron/issues/519)) - UNIX standard alignments ([#​667](https://togithub.com/kelektiv/node-cron/issues/667)) ##### āœØ Features - expose useful types ([737b344](https://togithub.com/kelektiv/node-cron/commit/737b34482c47033f9affab4426a3201681f42e97)) - rework utcOffset parameter ([#​699](https://togithub.com/kelektiv/node-cron/issues/699)) ([671e933](https://togithub.com/kelektiv/node-cron/commit/671e933d9107b1e4e1166ab681f9e14a8a3a7c16)) - UNIX standard alignments ([#​667](https://togithub.com/kelektiv/node-cron/issues/667)) ([ff615f1](https://togithub.com/kelektiv/node-cron/commit/ff615f1592287262b7ebc95312cdac0f9c59d272)) ##### šŸ› Bug Fixes - return empty array from nextDates when called without argument ([#​519](https://togithub.com/kelektiv/node-cron/issues/519)) ([c2891ba](https://togithub.com/kelektiv/node-cron/commit/c2891bacbc0d88616b69449fc6237f716dfe4faf)) ##### šŸ“¦ Code Refactoring - migrate to TypeScript ([#​694](https://togithub.com/kelektiv/node-cron/issues/694)) ([2d77894](https://togithub.com/kelektiv/node-cron/commit/2d778942c523f8480051216b4ced46c1d2651153)) ##### šŸ“š Documentation - **readme:** remove outdated informations ([#​695](https://togithub.com/kelektiv/node-cron/issues/695)) ([b5ceaf1](https://togithub.com/kelektiv/node-cron/commit/b5ceaf16913f78ca8d4037594a86df61f116d08e)) ##### šŸšØ Tests - update new test for cron standard alignments ([4a406c1](https://togithub.com/kelektiv/node-cron/commit/4a406c1f7e7b77ec9c7433c61a4929a341bfe300)) ##### ā™»ļø Chores - improve GitHub community standards ([#​698](https://togithub.com/kelektiv/node-cron/issues/698)) ([6bdef77](https://togithub.com/kelektiv/node-cron/commit/6bdef779b813ee84c03b7c708176410aa24a8cfe)) - update contributors list ([dab3d69](https://togithub.com/kelektiv/node-cron/commit/dab3d6929ca47e22388a96eb92d43258b39b093a)) ##### šŸ’Ž Styles - fix linting issues ([47e665f](https://togithub.com/kelektiv/node-cron/commit/47e665fb176addd0eb258d5aaff85c77e7f4b17f))

Configuration

šŸ“… Schedule: Branch creation - "on saturday" in timezone Europe/Paris, 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.



This PR has been generated by Mend Renovate. View repository job log here.

potb commented 11 months ago

I would create some tests regarding scheduling before merging this one