Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Bump @oclif/command from 1.5.18 to 1.7.0 #114

Conversation

dependabot-preview[bot]
Copy link

Bumps @oclif/command from 1.5.18 to 1.7.0.

Release notes

Sourced from @oclif/command's releases.

v1.7.0

  • feat: add pretty printable interface to methods on command (#96) 2db646d
  • chore(deps-dev): bump @types/semver from 5.5.0 to 7.3.1 (#115) a95a224
  • chore(deps-dev): bump @types/node from 10.12.24 to 14.0.14 (#113) f94d803
  • chore(deps): bump @oclif/errors from 1.2.2 to 1.3.2 (#112) 6616a74
  • chore(deps-dev): bump conventional-changelog-cli from 2.0.12 to 2.0.34 (#108) 0f7c970
  • chore(deps-dev): bump eslint from 6.6.0 to 7.3.1 (#109) 5a8a5d9
  • chore(deps-dev): bump eslint-config-oclif-typescript from 0.1.0 to 0.2.0 (#107) 64ae1c5
  • chore(deps-dev): bump @types/chai from 4.1.7 to 4.2.11 (#102) 57cf8da
  • chore(deps-dev): bump @types/mocha from 5.2.6 to 7.0.2 (#100) f6ad742
  • chore(deps): bump @oclif/parser from 3.8.4 to 3.8.5 (#99) 5053a60
  • chore(deps): bump @oclif/plugin-help from 3.0.0 to 3.1.0 (#101) 71aa7fe
  • chore(deps-dev): bump cli-ux from 5.1.0 to 5.4.6 (#103) b34dc59
  • chore: pin typescript (#98) 7d326f5
  • chore: add compile check to pretest (#105) 672a383
  • chore: add dependabot.yml (#97) 66f04f5
  • refactor: cleanup flags types (#93) 1979520
  • feat: add types for flush (#94) 492cadb
  • chore: add windows ci via github actions (#90) fb28f3e

oclif/command@v1.6.1...v1.7.0

v1.6.1

  • fix: use args.Input to accept any type args (#89) baf3576

oclif/command@v1.6.0...v1.6.1

v1.6.0

  • feat: add loading for alternative help classes (#85) 136e7d4
  • chore(deps): bump acorn from 7.1.0 to 7.1.1 (#83) a686865

oclif/command@v1.5.20...v1.6.0

v1.6.0-rc1.2

  • Remove @oclif/config peerDependency 49773e3

oclif/command@v1.6.0-rc1.1...v1.6.0-rc1.2

v1.6.0-rc1.1

  • Update test using the latest plugin-help output cf3b546
  • Use plugin-help rc 1.2 fa4b042

oclif/command@v1.6.0-rc1...v1.6.0-rc1.1

v1.6.0-rc1

  • Use plugin-help v3.0.0-rc1.1 44dc0f2
  • Bump dependencies 9d888b1
  • Use helpClass instead of helpPlugin b354e11
  • Extract getHelpPlugin to @oclif/plugin-help a4b686c
  • Load plugin relative to lib or src directory based on pjson configuration 98f160b
Changelog

Sourced from @oclif/command's changelog.

1.7.0 (2020-06-29)

Features

  • add pretty printable interface to methods on command (#96) (2db646d)
  • add types for flush (#94) (492cadb)

1.6.1 (2020-05-05)

Bug Fixes

  • use args.Input to accept any type args (#89) (baf3576)

1.6.0 (2020-05-01)

Features

  • add loading for alternative help classes (#85) (136e7d4)

1.5.20 (2020-04-20)

1.5.19 (2019-09-05)

Bug Fixes

  • default should be T[] when multiple: true (#70) (13da51c)
Commits
  • c44d5cc v1.7.0
  • 2db646d feat: add pretty printable interface to methods on command (#96)
  • a95a224 chore(deps-dev): bump @types/semver from 5.5.0 to 7.3.1 (#115)
  • f94d803 chore(deps-dev): bump @types/node from 10.12.24 to 14.0.14 (#113)
  • 6616a74 chore(deps): bump @oclif/errors from 1.2.2 to 1.3.2 (#112)
  • 0f7c970 chore(deps-dev): bump conventional-changelog-cli from 2.0.12 to 2.0.34 (#108)
  • 5a8a5d9 chore(deps-dev): bump eslint from 6.6.0 to 7.3.1 (#109)
  • 64ae1c5 chore(deps-dev): bump eslint-config-oclif-typescript from 0.1.0 to 0.2.0 (#107)
  • 57cf8da chore(deps-dev): bump @types/chai from 4.1.7 to 4.2.11 (#102)
  • f6ad742 chore(deps-dev): bump @types/mocha from 5.2.6 to 7.0.2 (#100)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by chadian, a new releaser for @oclif/command since your current version.


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)
  • @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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@oclif/command](https://github.com/oclif/command) from 1.5.18 to 1.7.0.
- [Release notes](https://github.com/oclif/command/releases)
- [Changelog](https://github.com/oclif/command/blob/master/CHANGELOG.md)
- [Commits](oclif/command@v1.5.18...v1.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 30, 2020
@dependabot-preview
Copy link
Author

Superseded by #127.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/develop/oclif/command-1.7.0 branch August 4, 2020 06:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants