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

fix(deps): update dependency cron to v3 #1085

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

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

v2.4.4

Compare Source

🐛 Bug Fixes

v2.4.3

Compare Source

🐛 Bug Fixes
🚨 Tests

v2.4.2

Compare Source

🐛 Bug Fixes

v2.4.1

Compare Source

🐛 Bug Fixes
⚙️ Continuous Integrations

v2.4.0

Compare Source

✨ Features
🐛 Bug Fixes
  • don't start job in setTime if it wasn't running (7e26c23)
🛠 Builds
  • npm: ship type definitions with releases (0b663a8)
🚨 Tests
⚙️ Continuous Integrations
♻️ Chores

v2.3.1

Compare Source

Added
  • Logo!
  • New test cases
Fixed
  • Linting issues

v2.3.0

Compare Source

Fixed
  • Some small bugs
Changed
  • Refactored get next date function

v2.2.0

Compare Source

Changed
  • Updated Luxon dependency
  • Updated unit tests to be compatible with new Luxon version

v2.1.0

Compare Source

Changed
  • "Maximum iterations" will direct the user to refer to a single canonical issue instead of creating a new one

v2.0.0

Compare Source

  • Upgrade vulnerable dependencies
  • Move from moment.js to luxon (breaking change)

v1.8.3

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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.

@renovate renovate bot force-pushed the renovate/cron-3.x branch 3 times, most recently from 9132a22 to 01b606d Compare October 7, 2023 00:08
@renovate renovate bot force-pushed the renovate/cron-3.x branch 6 times, most recently from b36096f to 3a6cee1 Compare October 19, 2023 13:02
@renovate renovate bot force-pushed the renovate/cron-3.x branch 5 times, most recently from 25b38a6 to 27aebf0 Compare October 25, 2023 07:55
@renovate renovate bot force-pushed the renovate/cron-3.x branch 3 times, most recently from e401227 to 285af09 Compare November 5, 2023 09:35
@renovate renovate bot force-pushed the renovate/cron-3.x branch 4 times, most recently from 31ed848 to 5e17695 Compare November 12, 2023 00:39
@renovate renovate bot force-pushed the renovate/cron-3.x branch 3 times, most recently from 020db12 to b05fcb1 Compare November 21, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants