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

build(deps): bump @oclif/command from 1.5.20 to 1.8.0 #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 4, 2020

Bumps @oclif/command from 1.5.20 to 1.8.0.

Release notes

Sourced from @oclif/command's releases.

v1.8.0

  • feat: support src/command/index cmd (#141) 90ac072
  • chore(deps-dev): bump @types/node from 14.0.26 to 14.0.27 (#144) 07bcfaa
  • chore(deps-dev): bump @types/mocha from 7.0.2 to 8.0.0 (#133) b3efe1e
  • chore: sync dependabot.yml (#140) ee5500a
  • chore(deps-dev): bump @types/chai from 4.2.11 to 4.2.12 (#137) bbe0347
  • chore(deps-dev): bump @types/node from 14.0.25 to 14.0.26 (#139) 6d2c954
  • chore(deps-dev): bump @types/node from 14.0.24 to 14.0.25 (#138) a0ebf78
  • chore(deps-dev): bump eslint from 7.4.0 to 7.5.0 (#135) 6e68c31
  • chore(deps-dev): bump @types/node from 14.0.23 to 14.0.24 (#136) 5ace218
  • chore(deps-dev): bump @types/node from 14.0.14 to 14.0.23 (#132) 7f08f9f
  • chore(deps): bump lodash from 4.17.15 to 4.17.19 (#134) c45479a
  • chore(deps-dev): bump eslint from 7.3.1 to 7.4.0 (#127) 87a2e54
  • chore(deps-dev): bump @oclif/plugin-plugins from 1.8.3 to 1.9.0 (#126) 90b5130
  • chore(deps-dev): bump cli-ux from 5.4.8 to 5.4.9 (#125) 3ff5e3e
  • chore(deps-dev): bump @oclif/plugin-plugins from 1.7.7 to 1.8.3 (#123) b018bb6
  • chore(deps-dev): bump sinon from 9.0.1 to 9.0.2 (#121) cd750cd
  • chore(deps): bump semver from 5.6.0 to 7.3.2 (#114) 5405ef7
  • chore(deps): bump @oclif/config from 1.15.1 to 1.16.0 (#119) 3823239
  • chore(deps-dev): bump globby from 9.0.0 to 11.0.1 (#120) 29d7b09
  • chore(deps-dev): bump ts-node from 8.8.2 to 8.10.2 (#118) dbe5e06
  • chore(deps-dev): bump cli-ux from 5.4.6 to 5.4.7 (#117) 7b39961

oclif/command@v1.7.0...v1.8.0

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
Changelog

Sourced from @oclif/command's changelog.

1.8.0 (2020-08-03)

Features

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)
Commits
  • 43c406c v1.8.0
  • 90ac072 feat: support src/command/index cmd (#141)
  • 07bcfaa chore(deps-dev): bump @types/node from 14.0.26 to 14.0.27 (#144)
  • b3efe1e chore(deps-dev): bump @types/mocha from 7.0.2 to 8.0.0 (#133)
  • ee5500a chore: sync dependabot.yml (#140)
  • bbe0347 chore(deps-dev): bump @types/chai from 4.2.11 to 4.2.12 (#137)
  • 6d2c954 chore(deps-dev): bump @types/node from 14.0.25 to 14.0.26 (#139)
  • a0ebf78 chore(deps-dev): bump @types/node from 14.0.24 to 14.0.25 (#138)
  • 6e68c31 chore(deps-dev): bump eslint from 7.4.0 to 7.5.0 (#135)
  • 5ace218 chore(deps-dev): bump @types/node from 14.0.23 to 14.0.24 (#136)
  • 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)
  • @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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 4, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/oclif/command-1.8.0 branch from 41cd291 to 721ee21 Compare October 10, 2020 05:55
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/oclif/command-1.8.0 branch from 721ee21 to da78cb0 Compare November 4, 2020 09:38
Bumps [@oclif/command](https://github.com/oclif/command) from 1.5.20 to 1.8.0.
- [Release notes](https://github.com/oclif/command/releases)
- [Changelog](https://github.com/oclif/command/blob/master/CHANGELOG.md)
- [Commits](oclif/command@v1.5.20...v1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/oclif/command-1.8.0 branch from da78cb0 to 62168c0 Compare May 5, 2021 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants