Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency croner to v9 #617

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
croner (source) 7.0.8 -> 9.0.0 age adoption passing confidence

Release Notes

hexagon/croner (croner)

v9.0.0

Compare Source

Croner 9.0.0

This major release brings significant changes to Croner, improving consistency, fixing bugs, and modernizing the codebase.

Changes
  • Bug Fixes:
    • Fixed an issue where "every X seconds" crons would fail with a "maximum call stack exceeded" error (#​260).
    • Fixed an issue where types were not supported when using ES module via jsr.io (#​258).
  • API Changes:
    • The new keyword is now mandatory when instantiating Croner (e.g., new Cron(/* ... */)).
    • The default export has been removed. You now need to use import { Cron } from 'croner'; or const { Cron } = require('croner');.
  • File Structure Changes (relevant for direct file access):
    • All files in the /dist directory are now minified. croner.min.js has been renamed to croner.js.
    • Typings have been moved from /types to /dist.
    • Only the /src directory is exposed in the jsr module jsr.io/@​hexagon/croner.
  • Codebase Modernization:
    • The entire codebase has been migrated from JavaScript with JSDoc to TypeScript.
    • Deno is now used for formatting, type checking, and linting, resulting in a cleaner and more maintainable repository. Esbuild is used to build the npm module and typings.

Upgrade Notice:

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.

v8.1.2

Compare Source

What's Changed

Maintenance release, there have been no changes in the code.

  • fix(docs): Fix typos in Readme
  • chore(docs): Remove Codacy badge, add jsr badge
  • chore(deps): Full (dev) dependency update
  • chore(ci): Update Node.js and Deno CI

Full Changelog: Hexagon/croner@8.1.1...8.1.2

v8.1.1

Compare Source

Changes

  • fix(pattern): Fixes issue #​254, nextRuns returning wrong values when using 4th day of the Month

Full Changelog: Hexagon/croner@8.1.0...8.1.1

v8.1.0

Compare Source

8.1.0

The minor version is bumped to reflect a change more substantial than a typical patch, as the behavior when using the startAt option in combination with interval has been changed (corrected).

Full Changelog: Hexagon/croner@8.0.2...8.1.0

v8.0.2

Compare Source

Changes

Full Changelog: Hexagon/croner@8.0.1...8.0.2

v8.0.1

Compare Source

Croner 8.0.1

Full Changelog: Hexagon/croner@8.0.0...8.0.1

v8.0.0

Compare Source

Croner 8.0.0

Changes
  • Dropping support for Node.js prior to 18.0: A major change in this release is the discontinuation of support for Node.js versions prior to 18.0. Ensure that your environment is updated to Node.js 18.0 or higher before upgrading to version 8.x. If your project is still using Node.js version 16 or lower, we recommend staying with version 7.x of Croner.

  • No Significant API Changes: Version 8.x maintains the API functionality of 7.x. There have been no significant changes in the API, allowing for a seamless transition.

  • Preparing for the future: The move to require Node.js 18.0 or higher is an important step towards modernizing our codebase. Dropping support for older Node.js versions allows us to phase out legacy methods and practices that have been a blocker to adopting recent coding standards.

Bugfixes
  • fix(core): Fixes an issue with AKDT timezones not triggering. Resolves issue #​225

Full Changelog: Hexagon/croner@7.0.5...8.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants