Skip to content

fix(deps): update dependency node-cron to ^4.5.0#995

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-cron-4.x
Open

fix(deps): update dependency node-cron to ^4.5.0#995
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-cron-4.x

Conversation

@renovate

@renovate renovate Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
node-cron (source) ^4.4.1^4.5.0 age confidence

Release Notes

node-cron/node-cron (node-cron)

v4.5.0

Compare Source

Added
  • lastRun() introspection getter on ScheduledTask: returns { date, result } after
    a successful execution, { date, error } after a failed one, or null before the first
    run. ([#​557])
  • Extended day-of-week tokens: <weekday>#<nth> (nth weekday of the month, e.g.
    1#1 for the first Monday) and <weekday>L (last weekday of the month, e.g. 5L
    for the last Friday). ([#​560])
Performance
  • Cache Intl.DateTimeFormat instances per timezone instead of rebuilding on every
    call. ([#​561])
  • Parse the cron expression once per TimeMatcher instead of re-parsing in
    MatcherWalker. ([#​562])
  • Compute the GMT offset lazily (only when formatting ISO strings, not during the
    next-run search). ([#​563])
  • Replace crypto.randomBytes with crypto.randomUUID for internal ID
    generation. ([#​564])
  • Skip setTimeout jitter wrapper when maxRandomDelay is zero. ([#​565])
  • Bundle dist into flat files instead of preserving the module tree (reduces import
    time). ([#​566])
Fixed
  • Flaky should schedule a task test: poll for the first execution instead of
    asserting an exact count after a fixed sleep.
Changed
  • Renamed internal functions interprete to interpret and
    appendSeccondExpression to appendSecondExpression. ([#​567])
  • Rewritten README and package metadata to surface scheduling capabilities
    (overlap prevention, distributed coordination, background tasks). ([#​568])

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: bun.lock
Command failed: bun install --ignore-scripts
Resolving dependencies
Resolved, downloaded and extracted [2]
error: "git clone" for "hypixel-api-reborn" failed
error: InstallFailed cloning repository for hypixel-api-reborn

@renovate renovate Bot changed the title fix(deps): update dependency node-cron to ^4.3.0 fix(deps): update dependency node-cron to ^4.3.0 - autoclosed Jun 20, 2026
@renovate renovate Bot closed this Jun 20, 2026
@renovate renovate Bot deleted the renovate/node-cron-4.x branch June 20, 2026 02:14
@renovate renovate Bot changed the title fix(deps): update dependency node-cron to ^4.3.0 - autoclosed fix(deps): update dependency node-cron to ^4.5.0 Jun 24, 2026
@renovate renovate Bot reopened this Jun 24, 2026
@renovate renovate Bot force-pushed the renovate/node-cron-4.x branch 2 times, most recently from 257840c to 7d6129e Compare June 24, 2026 12:04
@renovate renovate Bot force-pushed the renovate/node-cron-4.x branch from 7d6129e to 7861ff1 Compare June 29, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants