adhocore / phalcon-ext

Foundations, adapters, extensions, middlewares and utilities for Phalcon v4
MIT License
46 stars 3 forks source link

chore(deps): update adhocore/cli requirement from ^0.6 to ^0.6 || ^0.7 #43

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on adhocore/cli to permit the latest version.

Release notes

Sourced from adhocore/cli's releases.

Version 0.7.0

Bug Fixes

  • Output.helper: Pad ## (Jitendra Adhikari) 73a4a4e
  • Normalizer: Invert bool iff type is bool not value (Jitendra Adhikari) 6ff4acd

Internal Refactors

  • Option: Improve bool() check (Jitendra Adhikari) e7e95e3
Changelog

Sourced from adhocore/cli's changelog.

0.7.0 (2019-12-30)

Bug Fixes

  • Output.helper: Pad ## (Jitendra Adhikari) 73a4a4e
  • Normalizer: Invert bool iff type is bool not value (Jitendra Adhikari) 6ff4acd

Internal Refactors

  • Option: Improve bool() check (Jitendra Adhikari) e7e95e3

0.6.2 (2019-12-30)

Bug Fixes

  • Color: Comment line shows white trailing bar (daemonu) b578d9a

0.6.1 (2019-12-29)

Miscellaneous

  • Extend exception from throwable (Jitendra Adhikari) ab6b351

0.6.0 (2019-12-26)

Features

  • Table: Add table renderer class (Jitendra Adhikari) 808e80e
  • Reader: Add readAll() (Jitendra Adhikari) 9264082
  • Output: Add show usage (Jitendra Adhikari) 1356515
  • Reader: Add read piped (Jitendra Adhikari) 790f2a1

Internal Refactors

  • Reader: Visibility (Jitendra Adhikari) bcea11b
  • Writer: Use Table::render instead (Jitendra Adhikari) f0f33ee
  • Command: Use helper showUsage() instead (Jitendra Adhikari) ef5ea2b

Miscellaneous

  • Composer: Add test scripts (Jitendra Adhikari) 4d292ca
  • Color: Add dark and light gray colors (Jitendra Adhikari) 2d4051d

Documentations

  • Add readAll() usage (Jitendra Adhikari) 62cbfd0
  • Update intro and credits (Jitendra Adhikari) 7cbaae6
  • Add readHidden, readPiped usage (Jitendra Adhikari) 57dae5e

0.5.0 (2019-09-16)

Features

  • Reader: Add read hidden for win os (Jitendra Adhikari) 742c622
... (truncated)
Commits
  • 2f4f37c chore: new version 0.7.0 [skip ci]
  • 9629d99 Merge pull request #52 from adhocore/develop
  • 3eb5907 test: fix the tests
  • 73a4a4e fix(output.helper): pad ##
  • 6ff4acd fix(normalizer): invert bool iff type is bool not value
  • e7e95e3 refactor(option): improve bool() check
  • 3b7546c chore: rebase [skip ci]
  • 13254de chore: new version 0.6.2 [skip ci]
  • 1909338 Merge pull request #51 from daemonu/patch-1
  • 14a2def Merge pull request #1 from daemonu/patch-2
  • Additional commits viewable in compare view


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov-io commented 4 years ago

Codecov Report

Merging #43 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #43   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity      368    368           
=======================================
  Files            26     26           
  Lines           892    892           
=======================================
  Hits            892    892

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ce62c7f...e869af1. Read the comment docs.