verful / adonis-scheduler

Easily manage cron tasks in AdonisJS
MIT License
52 stars 5 forks source link

chore(deps-dev): bump @adonisjs/core from 5.9.0 to 6.2.1 #53

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 10 months ago

Bumps @adonisjs/core from 5.9.0 to 6.2.1.

Release notes

Sourced from @​adonisjs/core's releases.

Add all helpers to REPL context via loadHelpers method

  • refactor: update 'http:server_ready' event payload to include duration f5afe9c
  • feat: add all helpers to repl context via loadHelpers command 1e3d6e4
  • chore: update dependencies 6f60fee

Full Changelog: https://github.com/adonisjs/core/compare/v6.2.0...v6.2.1

v6.2.0

[!WARNING] During the public release on 24th of January, we will also create a proper changelog with a migration guide from AdonisJS v5 to AdonisJS v6. Even though the new version is public on npm, please do not install it until the migration guide is out.

Please consult the following releases to view the list of breaking changes and new additions.

Commits

  • chore: publish under the latest tag 31668b7
  • Merge pull request #4335 from adonisjs/next b7f8547
  • ci: update workflow file name 22f8e40
  • docs: update badges urls 66e96c7
  • Merge branch 'develop' into next 4d2026f
  • test: remove optional importer param 2f53731
  • test: do not use withCoreProviders method internally 05d56dd
  • chore: cleanup dependencies 9613852
  • refactor: remove ace shell child process runner 0a45d5b
  • feat: export types for helpers exported from poppinns/utils eeb31cf
  • refactor: remove deprecated type helpers usage 7b43060
  • chore: update dependencies 72fe65c
  • chore: update dependencies 87c2554
  • change: add PATCH as a default method for CORS headers (#4244) b5f0606
  • Update app.txt (#4169) 617200b
  • docs(contributing): fix content table link (#4085) a83daa3
  • Update README.md (#4069) 0ae2620
  • fix: default hasher mismatch fix (#4005) cbd734e

What's Changed

... (truncated)

Commits
  • 563ed66 chore(release): 6.2.1
  • f5afe9c refactor: update 'http:server_ready' event payload to include duration
  • 1e3d6e4 feat: add all helpers to repl context via loadHelpers command
  • 6f60fee chore: update dependencies
  • bd476b5 chore(release): 6.2.0
  • 31668b7 chore: publish under the latest tag
  • b7f8547 Merge pull request #4335 from adonisjs/next
  • 22f8e40 ci: update workflow file name
  • 66e96c7 docs: update badges urls
  • 4d2026f Merge branch 'develop' into next
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 5 months ago

Superseded by #77.