mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-19 18:31:52 +00:00
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="244a439e6e
"><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="7e280b5b8a
"><code>7e280b5</code></a> Bump version to 9.0.0 stable</li> <li><a href="c99144fe95
"><code>c99144f</code></a> Remove CodeQl. Rename dev release workflow.</li> <li><a href="4847b7d097
"><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="7bfefc49ed
"><code>7bfefc4</code></a> Fix workflow name</li> <li><a href="020cf92959
"><code>020cf92</code></a> Bump version.</li> <li><a href="40dabf4fa5
"><code>40dabf4</code></a> Fix npm release ci. Improve tsdoc. Refactor build script.</li> <li><a href="c45e868a92
"><code>c45e868</code></a> Increase timeout</li> <li><a href="df7974a13b
"><code>df7974a</code></a> Re-enable more async tests</li> <li><a href="8304e287cf
"><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 /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
125 lines
4.0 KiB
JSON
125 lines
4.0 KiB
JSON
{
|
|
"name": "magicmirror-vendors",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "magicmirror-vendors",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
|
"animate.css": "^4.1.1",
|
|
"croner": "^9.0.0",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.5.46",
|
|
"nunjucks": "^3.2.4",
|
|
"suncalc": "^1.9.0",
|
|
"weathericons": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/@fortawesome/fontawesome-free": {
|
|
"version": "6.6.0",
|
|
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.6.0.tgz",
|
|
"integrity": "sha512-60G28ke/sXdtS9KZCpZSHHkCbdsOGEhIUGlwq6yhY74UpTiToIh8np7A8yphhM4BWsvNFtIvLpi4co+h9Mr9Ow==",
|
|
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/a-sync-waterfall": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
|
|
"integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/animate.css": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz",
|
|
"integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/asap": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
|
|
"integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
|
|
"integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/croner": {
|
|
"version": "9.0.0",
|
|
"resolved": "https://registry.npmjs.org/croner/-/croner-9.0.0.tgz",
|
|
"integrity": "sha512-onMB0OkDjkXunhdW9htFjEhqrD54+M94i6ackoUkjHKbRnXdyEyKRelp4nJ1kAz32+s27jP1FsebpJCVl0BsvA==",
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
}
|
|
},
|
|
"node_modules/moment": {
|
|
"version": "2.30.1",
|
|
"resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
|
|
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/moment-timezone": {
|
|
"version": "0.5.46",
|
|
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.46.tgz",
|
|
"integrity": "sha512-ZXm9b36esbe7OmdABqIWJuBBiLLwAjrN7CE+7sYdCCx82Nabt1wHDj8TVseS59QIlfFPbOoiBPm6ca9BioG4hw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment": "^2.29.4"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/nunjucks": {
|
|
"version": "3.2.4",
|
|
"resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz",
|
|
"integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"a-sync-waterfall": "^1.0.0",
|
|
"asap": "^2.0.3",
|
|
"commander": "^5.1.0"
|
|
},
|
|
"bin": {
|
|
"nunjucks-precompile": "bin/precompile"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"chokidar": "^3.3.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"chokidar": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/suncalc": {
|
|
"version": "1.9.0",
|
|
"resolved": "https://registry.npmjs.org/suncalc/-/suncalc-1.9.0.tgz",
|
|
"integrity": "sha512-vMJ8Byp1uIPoj+wb9c1AdK4jpkSKVAywgHX0lqY7zt6+EWRRC3Z+0Ucfjy/0yxTVO1hwwchZe4uoFNqrIC24+A=="
|
|
},
|
|
"node_modules/weathericons": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/weathericons/-/weathericons-2.1.0.tgz",
|
|
"integrity": "sha512-V45viuyuQQOuoePTqzxvP/wBpYALWkD695fkFvqpn+BiMyo64fFlyDbP2A8umZyFyz1cXFPNw1pWqeaSaQqJlQ==",
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|