Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump croner from 8.1.2 to 9.0.0 in /vendor (MagicMirrorOrg#3614)
Bumps [croner](https://github.com/hexagon/croner) from 8.1.2 to 9.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hexagon/croner/releases">croner's releases</a>.</em></p> <blockquote> <h2>9.0.0</h2> <h2>Croner 9.0.0</h2> <p>This major release brings significant changes to Croner, improving consistency, fixing bugs, and modernizing the codebase.</p> <h3>Changes</h3> <ul> <li> <p><strong>Bug Fixes:</strong></p> <ul> <li>Fixed an issue where "every X seconds" crons would fail with a "maximum call stack exceeded" error (<a href="https://redirect.github.com/hexagon/croner/issues/260">#260</a>).</li> <li>Fixed an issue where types were not supported when using ES module via <a href="https://jsr.io">jsr.io</a> (<a href="https://redirect.github.com/hexagon/croner/issues/258">#258</a>).</li> </ul> </li> <li> <p><strong>API Changes:</strong></p> <ul> <li>The <code>new</code> keyword is now mandatory when instantiating Croner (e.g., <code>new Cron(/* ... */)</code>).</li> <li>The default export has been removed. You now need to use <code>import { Cron } from 'croner';</code> or <code>const { Cron } = require('croner');</code>.</li> </ul> </li> <li> <p><strong>File Structure Changes</strong> <em>(relevant for direct file access)</em>:</p> <ul> <li>All files in the <code>/dist</code> directory are now minified. <code>croner.min.js</code> has been renamed to <code>croner.js</code>.</li> <li>Typings have been moved from <code>/types</code> to <code>/dist</code>.</li> <li>Only the <code>/src</code> directory is exposed in the jsr module <a href="https://jsr.io/@hexagon/croner">jsr.io/<code>@hexagon/croner</code></a>.</li> </ul> </li> <li> <p><strong>Codebase Modernization:</strong></p> <ul> <li>The entire codebase has been migrated from JavaScript with JSDoc to TypeScript.</li> <li>Deno is now used for formatting, type checking, and linting, resulting in a cleaner and more maintainable repository. Esbuild is used to build the <a href="https://www.npmjs.com/package/croner">npm module</a> and typings.</li> </ul> </li> </ul> <p><strong>Upgrade Notice:</strong></p> <p>Due to the API and file structure changes, upgrading from 8.x to 9.x may require modifications to your existing code. Please review the above changes carefully before migrating.</p> <h2>9.0.0-dev.12</h2> <ul> <li>Test new release workflow</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hexagon/croner/commit/244a439e6efef81daea3151f0225106bf05d5280"><code>244a439</code></a> Merge pull request <a href="https://redirect.github.com/hexagon/croner/issues/263">#263</a> from Hexagon/dev</li> <li><a href="https://github.com/Hexagon/croner/commit/7e280b5b8a84b708ffec70bb81dba43c73243dba"><code>7e280b5</code></a> Bump version to 9.0.0 stable</li> <li><a href="https://github.com/Hexagon/croner/commit/c99144fe95c2eef611ccc0f1f05c86ec86f91255"><code>c99144f</code></a> Remove CodeQl. Rename dev release workflow.</li> <li><a href="https://github.com/Hexagon/croner/commit/4847b7d09716968b8a1b880561e82f9f095d3608"><code>4847b7d</code></a> Merge pull request <a href="https://redirect.github.com/hexagon/croner/issues/262">#262</a> from Hexagon/dev</li> <li><a href="https://github.com/Hexagon/croner/commit/7bfefc49edb13acec4f99ee6757d3c1cfd408e3b"><code>7bfefc4</code></a> Fix workflow name</li> <li><a href="https://github.com/Hexagon/croner/commit/020cf929592f5a872a904dd46f0adb1c03d9bf1a"><code>020cf92</code></a> Bump version.</li> <li><a href="https://github.com/Hexagon/croner/commit/40dabf4fa502eed88d4d21b1e40ccf7d69888c4c"><code>40dabf4</code></a> Fix npm release ci. Improve tsdoc. Refactor build script.</li> <li><a href="https://github.com/Hexagon/croner/commit/c45e868a92d0acc0bb92fb0c2d7f11c179555edb"><code>c45e868</code></a> Increase timeout</li> <li><a href="https://github.com/Hexagon/croner/commit/df7974a13b2916249fd4cdd655f51eb1d78d2581"><code>df7974a</code></a> Re-enable more async tests</li> <li><a href="https://github.com/Hexagon/croner/commit/8304e287cfae22d976206dbb2187b89bf1a17992"><code>8304e28</code></a> Re-add async tests</li> <li>Additional commits viewable in <a href="https://github.com/hexagon/croner/compare/8.1.2...9.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=croner&package-manager=npm_and_yarn&previous-version=8.1.2&new-version=9.0.0)](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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information