Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump cron-time-generator from 2.0.1 to 2.0.3 (#83)
Bumps [cron-time-generator](https://github.com/trapcodeio/cron-time) from 2.0.1 to 2.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trapcodeio/cron-time/releases">cron-time-generator's releases</a>.</em></p> <blockquote> <h2>New feature and more tests.</h2> <p>Thanks to <a href="https://github.com/dkirchhof"><code>@dkirchhof</code></a> <a href="https://redirect.github.com/trapcodeio/cron-time/issues/19">#19</a> this package now supports setting multiple <code>days</code>, <code>hours</code> and <code>minutes</code> using an array.</p> <p>e.g</p> <pre lang="ts"><code>CronTime.everyHourAt([10, 20, 30]) // will return 10,20,30 * * * * </code></pre> <p>This led me to write more tests to make sure every function works as expected. See <code>test.ts</code> for more usage examples.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/trapcodeio/cron-time/blob/main/CHANGELOG.md">cron-time-generator's changelog</a>.</em></p> <blockquote> <h1>Change Logs</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trapcodeio/cron-time/commit/e1489cd7258393142aca84bd35b20a7de0a27980"><code>e1489cd</code></a> 2.0.3</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/f20add34c69b7c05bb73e1bae84e8d23164bcc57"><code>f20add3</code></a> refactor and add more tests</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/30ac0b978128214c59c5178213c80c96bf73dcb0"><code>30ac0b9</code></a> 2.0.2</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/d32e5eba4e1d29d7d9fc5c58ffcaa9c429ba11ad"><code>d32e5eb</code></a> add tests</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/0a8d2355402c0be43b97c18b46a18891c5252178"><code>0a8d235</code></a> Merge pull request <a href="https://redirect.github.com/trapcodeio/cron-time/issues/19">#19</a> from dkirchhof/main</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/364812813bd44b5f53bad5f52f52ae5dce020a33"><code>3648128</code></a> feat: allow arrays for somethingAt fn params</li> <li>See full diff in <a href="https://github.com/trapcodeio/cron-time/compare/v2.0.1...v2.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cron-time-generator&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information