Closed depfu[bot] closed 2 years ago
Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ cron (1.8.2 → 1.8.3) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 21 commits:
version bump 1.8.3
Fix lint error
resolve packages issue
Update workflow to reflect currently supported versions of Node
Update package-lock.json to be in sync with package.json
upgrade Jest and split a test into two to comply with Jest 27 done() usage
update vulnerable packages
fixed typo in test
LFG
Fix typo in README.md
Update feature.yaml
Update bug_issue.yaml
added bug issue and feature template.
Split parts of the module for easier refactoring.
Update README.md
Updated style configurations, readme, and added a linting script.
Github action. Coverage. Badges. Updates.
Migrate from Moment.js to Luxon, fix test
Migrate from Moment.js to Luxon
Update cron.js
update README - closes #446
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
This change is