fix(deps): update dependency cron-parser to v5.0.1 #1098
Merged
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.
This PR contains the following updates:
5.0.0
->5.0.1
Release Notes
harrisiirak/cron-parser (cron-parser)
v5.0.1
Compare Source
This first patch release contains couple of quick bugfixes that were reported after the first release of v5. Thanks for everybody that tried the new version out and provided some feedback.
9b1e0f3
- Removed unusedjest-runner-tsd
dev dependency (https://github.com/harrisiirak/cron-parser/issues/361)683f585
- Use dynamic loading forfs
andfs/promises
to restore ability to use this package in the browser environment (https://github.com/harrisiirak/cron-parser/issues/362)5e10db0
- Removeassert
module usage (can't be used in the browser environment without polyfill or included extra package) and improve/add test cases (https://github.com/harrisiirak/cron-parser/issues/364)7ca5c94
- Remove unused.npmignore
9ddf705
- Fix benchmarking tool for module interfaceConfiguration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.