arugaz / whatsapp-bot

Whatsapp Bot Multi Device - Node Js - Internationalization
GNU General Public License v3.0
597 stars 785 forks source link

chore(deps): bump croner from 5.7.0 to 6.0.1 #439

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps croner from 5.7.0 to 6.0.1.

Release notes

Sourced from croner's releases.

6.0.1

Changes

  • fix: #173 Protect option not working in 6.0.0
  • fix: #172 Handling of named jobs

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.0...6.0.1

6.0.0

Breaking changes

  • Refactor of method names: next() -> nextRun() etc.
  • Separate CommonJS (CJS) from Universal Module Definition (UMD) build.
  • Major internal code refactor.

More information on upgrading from a previous version can be found here.

New features

  • Adds pattern feature L for the last weekday of the month. Closes #169.
  • Adds separate typings for CJS: croner.d.ts to support node-next module resolution. Fixes #168.
  • Adds new method .trigger() to manually trigger a run. Closes #164.

Other changes

  • Moved generated documentation out of the repository and added an action to build and deploy it on the fly.
  • Repository cleanup.

Full Changelog: https://github.com/Hexagon/croner/compare/5.7.0...6.0.0

6.0.0-dev.2

Changes

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.0-dev.1...6.0.0-dev.2

6.0.0-dev.1

Changes

  • Fix package.json npm issue

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.0-dev.0...6.0.0-dev.1

6.0.0-dev.0

Changes

... (truncated)

Commits
  • ef641f1 Update docs
  • 9009f66 Fix protect option. Fix handling of named job. Prepare 6.0.1
  • 53a980c Update docs
  • 9f097c4 Fix package.json
  • 3dd7045 Prepare 6.0.0
  • 3581498 Update documentation
  • 692c903 Prepare 6.0.0-dev.2
  • 4512851 Refactor method names. Move generated docs out of repo. Add Build and deploy ...
  • d6e5c7e Update documentation
  • 23bde6f Fix package.json issue. Prepare 6.0.0-dev.1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #441.