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

Bump croner from 5.3.5 to 6.0.2 in /app #218

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2023

Bumps croner from 5.3.5 to 6.0.2.

Release notes

Sourced from croner's releases.

6.0.2

Changes

  • bugfix: Fixes #172, job got scheduled before throwing on duplicated job name.
  • bugfix: Remove job from scheduledJobs on .stop(), as the job is no longer operational after a stop.
  • feature: Add method .isStopped()
  • chore: Update documentation.
  • chore: Improve compability with fake timers, for third party tests.
  • chore: Update development dependencies.

Full Changelog: Hexagon/croner@6.0.1...6.0.2

6.0.2-dev.2

Changes

  • Improve compatibility with fake timers.

Full Changelog: Hexagon/croner@6.0.2-dev.1...6.0.2-dev.2

6.0.2-dev.1

Changes

  • Improve compatibility with fake timers.

Full Changelog: Hexagon/croner@6.0.0...6.0.2-dev.1

6.0.2-dev.0

Changes

  • feat: New method .isStopped() showing if a job is permanently stopped
  • fix: Remove named jobs from scheduledJobs on .stop(), as stopped jobs are no longer scheduled or operational. This also enables the job to be garbage collected.

Full Changelog: Hexagon/croner@6.0.1...6.0.2-dev.0

6.0.1

Changes

  • fix: #173 Protect option not working in 6.0.0
  • fix: #172 Handling of named jobs

Full Changelog: Hexagon/croner@6.0.0...6.0.1

6.0.0

Breaking changes

  • Refactor of method names: next() -> nextRun() etc.
  • Separate CommonJS (CJS) from Universal Module Definition (UMD) build.
  • Major internal code refactor.

More information on upgrading from a previous version can be found here.

... (truncated)

Commits
  • 9a66976 Update readme
  • a2b93e0 Prepare 6.0.2
  • d20ca70 Improve compatibility with fake timers.
  • ccf9a7c Improve compatibility with fake timers.
  • c03a2e6 Add isStopped(). Remove ref from scheduledJobs on stop(). Update docs. Add mi...
  • 63bbddb Internal fixes
  • ef641f1 Update docs
  • 9009f66 Fix protect option. Fix handling of named job. Prepare 6.0.1
  • 53a980c Update docs
  • 9f097c4 Fix package.json
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [croner](https://github.com/hexagon/croner) from 5.3.5 to 6.0.2.
- [Release notes](https://github.com/hexagon/croner/releases)
- [Commits](Hexagon/croner@5.3.5...6.0.2)

---
updated-dependencies:
- dependency-name: croner
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2023

Superseded by #237.

@dependabot dependabot bot closed this Apr 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/dev/croner-6.0.2 branch April 1, 2023 08:01
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