build(deps): bump node-cron from 3.0.3 to 4.5.0#3305
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [node-cron](https://github.com/node-cron/node-cron) from 3.0.3 to 4.5.0. - [Release notes](https://github.com/node-cron/node-cron/releases) - [Changelog](https://github.com/node-cron/node-cron/blob/main/CHANGELOG.md) - [Commits](node-cron/node-cron@v3.0.3...v4.5.0) --- updated-dependencies: - dependency-name: node-cron dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
e6fb055 to
0ab38e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps node-cron from 3.0.3 to 4.5.0.
Release notes
Sourced from node-cron's releases.
... (truncated)
Changelog
Sourced from node-cron's changelog.
... (truncated)
Commits
cd9a5a7chore(release): 4.5.0 (#569)fbdd883Rewrite README to surface scheduling capabilities (#568)c80a396perf(build): bundle dist into flat files instead of preserving modules (#566)b71b9b1Fix typos in internal function names (#567)7c5015cperf(id): drop crypto.randomBytes from internal id generation (#564)dd0a2a9perf(pattern): parse cron expression once per TimeMatcher (#562)cf69f32perf(time): cache Intl.DateTimeFormat instances per timezone (#561)dad56e1perf(runner): run inline when no random delay is configured (#565)a309d5fperf(time): compute the GMT offset lazily (#563)c2db9d1feat: support extended day-of-week tokens (# nth weekday and L last weekday) ...