verful / adonis-scheduler

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

chore(deps-dev): bump @poppinss/utils from 5.0.0 to 6.7.1 #54

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 10 months ago

Bumps @poppinss/utils from 5.0.0 to 6.7.1.

Release notes

Sourced from @​poppinss/utils's releases.

Fix lodash entrypoint for Vite environment

  • fix: add default conditional export for lodash entrypoint 557dabb

https://github.com/poppinss/utils/compare/v6.7.0...v6.7.1

Add Secret utility and rename join method to joinToURL

  • Please refer the README to learn more about the Secret utility.
  • The join helper was never documented, so I take the lenience to rename it without the breaking change.

Commits

  • feat: add Secret utility 7194dd9
  • refactor: document and tighten up assert utilities 5e5767c
  • refactor: rename join utility to joinToURL 6f3f226
  • chore: update dependencies e35104b

Full Changelog: https://github.com/poppinss/utils/compare/v6.6.0...v6.7.0

join Helper

  • feat: add join method (#38) 00a91bd
  • chore: update dependencies a5bb782
  • chore: pin typescript version to ~5.2 f37c85b

https://github.com/poppinss/utils/compare/v6.5.1...v6.6.0

Generate sourcemaps and use TSC for types generation

  • chore: changes to build process 24cb052
  • chore: update dependencies 89042a3

Full Changelog: https://github.com/poppinss/utils/compare/v6.5.0...v6.5.1

Breaking changes + ESM only

This release does a major overhaul to the complete package. Please, read the release notes from the following releases to learn more.

Commits

  • docs: fix link for build badge 576191c
  • chore: publish under latest tag bace066
  • feat: ,erge next to develop (#37) 05eb31c

What's Changed

... (truncated)

Commits
  • e0bef46 chore(release): 6.7.1
  • 557dabb fix: add default conditional export for lodash entrypoint
  • 4e6b090 chore(release): 6.7.0
  • 7194dd9 feat: add Secret utility
  • 5e5767c refactor: document and tighten up assert utilities
  • 6f3f226 refactor: rename join utility to joinToURL
  • e35104b chore: update dependencies
  • 48add4a chore(release): 6.6.0
  • 00a91bd feat: add join method (#38)
  • a5bb782 chore: update dependencies
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by julien-r44, a new releaser for @​poppinss/utils since your current version.


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 #78.