oclif / test

test helpers for oclif components
MIT License
17 stars 11 forks source link

fix(deps): bump @oclif/core from 3.19.2 to 3.23.0 #511

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps @oclif/core from 3.19.2 to 3.23.0.

Release notes

Sourced from @​oclif/core's releases.

3.23.0

Features

3.22.0

Features

  • support plugins with wildcards (966db94)

3.21.2

Bug Fixes

3.21.1

Bug Fixes

  • allow arg to be empty string (629d482)

3.21.0

Features

  • add strategies for command discovery (#945) (eaf5a86)

Command Discovery Strategies

Support three strategies for command discovery:

  1. pattern - this is the current behavior that finds commands based on glob patterns
  2. explicit - find commands that are exported from a specified file. This is to support developers who wish to bundle their CLI into a single file.
  3. single - CLI contains a single command executed by top-level bin
pattern Strategy

For pattern, plugins could continue to do this:

{
  "oclif": {
    "commands": "./dist/commands",
  }
}

which will tell oclif to look for commands in that directory (this is skipped if an oclif.manifest.json is present)

Alternatively, plugins could set this configuration:

{
  "oclif": {
</tr></table> 

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

3.23.0 (2024-03-05)

Features

3.22.0 (2024-03-05)

Features

  • support plugins with wildcards (966db94)

3.21.2 (2024-03-04)

Bug Fixes

3.21.1 (2024-03-04)

Bug Fixes

  • allow arg to be empty string (629d482)

3.21.0 (2024-03-04)

Features

  • add strategies for command discovery (#945) (eaf5a86)

3.20.0 (2024-02-27)

Features

... (truncated)

Commits
  • a71f58b chore(release): 3.23.0 [skip ci]
  • 503c7ae feat: deprecate ux module (#1000)
  • 5cc9671 chore: .github files [skip ci]
  • 333b4b3 chore(release): 3.22.0 [skip ci]
  • a43c000 Merge pull request #978 from oclif/mdonnalley/wildcard-plugins
  • dd4a0d8 chore(release): 3.21.2 [skip ci]
  • 5cec2b2 fix: improve module load error handling (#996)
  • d3a6d78 chore(release): 3.21.1 [skip ci]
  • b7f5ba1 chore(dev-deps): bump eslint-config-oclif from 5.0.2 to 5.0.4 (#994)
  • 1cfbf17 Merge pull request #983 from oclif/mdonnalley/empty-string-arg
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)