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

Bump cron from 3.5.0 to 4.0.0 #5

Merged
merged 1 commit into from
Feb 24, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps cron from 3.5.0 to 4.0.0.

Release notes

Sourced from cron's releases.

v4.0.0

4.0.0 (2025-02-19)

⚠ Breaking changes

  • drop support for Node v16 and rename job.running to job.isActive (#957)

📦 Code Refactoring

  • drop support for Node v16 and rename job.running to job.isActive (#957) (605e94e), closes #902 #905

♻️ Chores

  • action: update actions/checkout action to v4.2.2 (#927) (ff1721e)
  • action: update actions/setup-node action to v4.1.0 (#928) (3e27773)
  • action: update actions/upload-artifact action to v4.6.0 (#931) (8283000)
  • action: update amannn/action-semantic-pull-request action to v5.5.3 (#929) (f1851d7)
  • action: update github/codeql-action action to v3.28.1 (#922) (eefd476)
  • deps: lock file maintenance (c3af5fc)
  • deps: lock file maintenance (d689a1c)
  • renovate: improve schedules & automerging to reduce noise (#942) (c253032)

v3.5.1-beta.1

3.5.1-beta.1 (2025-02-18)

🐛 Bug Fixes

♻️ Chores

  • action: update actions/checkout action to v4.2.2 (#927) (ff1721e)
  • action: update actions/setup-node action to v4.1.0 (#928) (3e27773)
  • action: update actions/upload-artifact action to v4.6.0 (#931) (8283000)
  • action: update amannn/action-semantic-pull-request action to v5.5.3 (#929) (f1851d7)
  • action: update github/codeql-action action to v3.28.1 (#922) (eefd476)
  • deps: lock file maintenance (c3af5fc)
  • deps: lock file maintenance (d689a1c)
  • renovate: improve schedules & automerging to reduce noise (#942) (c253032)
  • runtime: dirty Node 16 drop, don't cherry-pick (d6815f3)
Changelog

Sourced from cron's changelog.

4.0.0 (2025-02-19)

⚠ Breaking changes

  • drop support for Node v16 and rename job.running to job.isActive (#957)

📦 Code Refactoring

  • drop support for Node v16 and rename job.running to job.isActive (#957) (605e94e), closes #902 #905

♻️ Chores

  • action: update actions/checkout action to v4.2.2 (#927) (ff1721e)
  • action: update actions/setup-node action to v4.1.0 (#928) (3e27773)
  • action: update actions/upload-artifact action to v4.6.0 (#931) (8283000)
  • action: update amannn/action-semantic-pull-request action to v5.5.3 (#929) (f1851d7)
  • action: update github/codeql-action action to v3.28.1 (#922) (eefd476)
  • deps: lock file maintenance (c3af5fc)
  • deps: lock file maintenance (d689a1c)
  • renovate: improve schedules & automerging to reduce noise (#942) (c253032)
Commits
  • 1221026 Release v4.0.0 [skip ci]
  • 605e94e refactor!: drop support for Node v16 and rename job.running to job.isActive (...
  • c3af5fc chore(deps): lock file maintenance
  • d689a1c chore(deps): lock file maintenance
  • eefd476 chore(action): update github/codeql-action action to v3.28.1 (#922)
  • f1851d7 chore(action): update amannn/action-semantic-pull-request action to v5.5.3 (#...
  • 8283000 chore(action): update actions/upload-artifact action to v4.6.0 (#931)
  • 3e27773 chore(action): update actions/setup-node action to v4.1.0 (#928)
  • ff1721e chore(action): update actions/checkout action to v4.2.2 (#927)
  • c253032 chore(renovate): improve schedules & automerging to reduce noise (#942)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [cron](https://github.com/kelektiv/node-cron) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v3.5.0...v4.0.0)

---
updated-dependencies:
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@sorydima sorydima merged commit 7c9d634 into main Feb 24, 2025
1 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cron-4.0.0 branch February 24, 2025 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant