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

Bump @oclif/plugin-help from 2.2.3 to 3.2.0 #222

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @oclif/plugin-help from 2.2.3 to 3.2.0.

Release notes

Sourced from @oclif/plugin-help's releases.

v3.2.0

3.2.0 (2020-08-03)

Features

v3.1.0

  • feat: add Help as named export (#68) 7abb107

oclif/plugin-help@v3.0.1...v3.1.0

v3.0.1

  • chore: bump oclif deps (#66) 2469884
  • chore: add windows ci via github actions (#65) a980814

oclif/plugin-help@v3.0.0...v3.0.1

v3.0.0

  • feat: oclif/plugin-help version 3 (#64) 45eb985
  • chore(deps): bump acorn from 7.1.0 to 7.1.1 (#60) c3568e0
  • chore(deps): bump yarn from 1.17.3 to 1.22.0 (#59) 3020a56

oclif/plugin-help@v2.2.3...v3.0.0

v3.0.0-rc1.2

  • Fix require resolution for default help to start with config.root 1603ff9

oclif/plugin-help@v3.0.0-rc1.1...v3.0.0-rc1.2

v3.0.0-rc1.1

  • Make @oclif/config a direct dependency 15a2163

oclif/plugin-help@v3.0.0-rc1...v3.0.0-rc1.1

v3.0.0-rc1

  • feat: use custom help classes (#62) 06ae63a
  • chore(deps): bump acorn from 7.1.0 to 7.1.1 (#60) c3568e0
  • chore(deps): bump yarn from 1.17.3 to 1.22.0 (#59) 3020a56

oclif/plugin-help@v2.2.3...v3.0.0-rc1

Changelog

Sourced from @oclif/plugin-help's changelog.

3.2.0 (2020-08-03)

Features

2.1.4 (2018-11-12)

Bug Fixes

2.1.3 (2018-10-13)

Bug Fixes

  • remove greenkeeper badge (63640c7)

2.1.2 (2018-09-13)

Bug Fixes

  • move strip-ansi into dependencies (17863f9)

2.1.1 (2018-09-01)

Bug Fixes

  • show docs for allowNo on boolean flags (208a27a)

2.1.0 (2018-08-17)

Features

2.0.5 (2018-06-06)

Bug Fixes

Commits
  • 1195d70 chore(release): 3.2.0 [skip ci]
  • 8957336 feat: support src/command/index cmd (#112)
  • a90e317 chore(deps-dev): bump eslint from 7.5.0 to 7.6.0 (#116)
  • 776561d chore(deps-dev): bump @types/mocha from 7.0.2 to 8.0.0 (#106)
  • 6a1e639 chore(deps-dev): bump nock from 13.0.2 to 13.0.3 (#111)
  • 2439f5e chore: sync dependabot.yml (#110)
  • aa19dd3 chore(deps-dev): bump @types/node from 14.0.24 to 14.0.26 (#109)
  • 7dad170 chore(deps-dev): bump @types/chai from 4.2.11 to 4.2.12 (#108)
  • f1875d6 chore(deps-dev): bump @types/node from 14.0.14 to 14.0.24 (#107)
  • 8b4c53e chore(deps-dev): bump eslint from 7.4.0 to 7.5.0 (#105)
  • 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)

Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 2.2.3 to 3.2.0.
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/master/CHANGELOG.md)
- [Commits](oclif/plugin-help@v2.2.3...v3.2.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 Aug 10, 2020
@codecov
Copy link

codecov bot commented Aug 10, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #222   +/-   ##
=======================================
  Coverage   46.19%   46.19%           
=======================================
  Files          32       32           
  Lines        1143     1143           
  Branches      206      206           
=======================================
  Hits          528      528           
  Misses        615      615           

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 ed30953...57e619d. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #258.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/master/oclif/plugin-help-3.2.0 branch December 21, 2020 03:46
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.

0 participants