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 1.3.0 to 2.0.1 (#36)
Bumps [cron-time-generator](https://github.com/trapcodeio/cron-time) from 1.3.0 to 2.0.1. <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>2.0.0 - Change Export/Import method. (Breaking Change)</h2> <p>All <code>export =</code> was converted to <code>export default</code> in order to move forward and stop this error: <a href="https://redirect.github.com/trapcodeio/cron-time/issues/16">trapcodeio/cron-time#16</a></p> <p>Old way of importing</p> <pre lang="javascript"><code>const CronTime = require('cron-time-generator'); <p>// OR Typescript import CronTime from "cron-time-generator"; </code></pre></p> <p>New way of importing</p> <pre lang="javascript"><code>// Javascript const {CronTime} = require('cron-time-generator'); // OR const {default: CronTime} = require('cron-time-generator'); <p>// Typescript import {CronTime} from "cron-time-generator"; // OR import CronTime from "cron-time-generator"; </code></pre></p> <p>See the change log for a list of changes</p> <h2>Add LICENSE FILE</h2> <p>Thanks to <a href="https://github.com/localpcguy"><code>@localpcguy</code></a></p> <p>Issue: <a href="https://redirect.github.com/trapcodeio/cron-time/issues/14">trapcodeio/cron-time#14</a></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> <h2>2.0.1</h2> <ul> <li>Merged PR <a href="https://redirect.github.com/trapcodeio/cron-time/pull/18">#18</a> that updates the documentation.</li> </ul> <h2>2.0.0</h2> <ul> <li>Create <code>CHANGELOG.md</code></li> <li>Update Packages to the latest version.</li> <li>Set <code>CronTime</code> as default export of the package.</li> <li>Add <code>CronTime</code> as named export of the package.</li> <li>Update <code>README.md</code> to reflect the changes.</li> <li>Create <code>main</code> branch and set it as default branch.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trapcodeio/cron-time/commit/edf88c7fda3d6f78bb767de637b8f7983f503738"><code>edf88c7</code></a> 2.0.1</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/af71237e591bc43668330a814423b0a421be5204"><code>af71237</code></a> update change log</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/0d3cddc8c449404aeab9df6fb294ca7c38950d48"><code>0d3cddc</code></a> Merge pull request <a href="https://redirect.github.com/trapcodeio/cron-time/issues/18">#18</a> from Onra/main</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/9b05444521d69c8827d111e2ab6e48405ac46798"><code>9b05444</code></a> Add missing functions to All Functions in readme.</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/2230d2642e8e5840b38716d77764e6ab7e56f5a4"><code>2230d26</code></a> update change log</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/90d9cda2a01b928842bb35571e604e6d61253f80"><code>90d9cda</code></a> update change log</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/90ef344366e4ff5c742e5a41cf7f217a2a64cf05"><code>90ef344</code></a> 2.0.0</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/e906923a22519a3c2cf6a192c5e3463d315508cc"><code>e906923</code></a> change export</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/d74734b7f3e31880c06bb4d322fd9638dd9aa2c2"><code>d74734b</code></a> 1.3.2</li> <li><a href="https://github.com/trapcodeio/cron-time/commit/bd2c9d33ce67ed8007952968e6a03f465165c1ec"><code>bd2c9d3</code></a> update typescript.</li> <li>Additional commits viewable in <a href="https://github.com/trapcodeio/cron-time/compare/v1.3.0...v2.0.1">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=1.3.0&new-version=2.0.1)](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