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 the oclif group across 1 directory with 2 updates #449

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps the oclif group with 2 updates in the / directory: @oclif/plugin-plugins and @oclif/test.

Updates @oclif/plugin-plugins from 5.0.21 to 5.1.3

Release notes

Sourced from @​oclif/plugin-plugins's releases.

5.1.3

Bug Fixes

5.1.3-qa.0

Bug Fixes

  • remove config from json response (5cf8d76)

5.1.3-dev.0

Bug Fixes

  • use ansis instead of chalk (61aad8b)

Features

5.1.2

Bug Fixes

  • deps: bump npm from 10.7.0 to 10.8.0 (#873) (9a710b3)

5.1.1

Bug Fixes

  • deps: bump validate-npm-package-name from 5.0.0 to 5.0.1 (#874) (1ff5aef)

5.1.0

Features

  • fall back to global npm and yarn if not found (#871) (48dc584)

5.0.22-dev.1

No release notes provided.

5.0.22-dev.0

Features

Changelog

Sourced from @​oclif/plugin-plugins's changelog.

5.1.3 (2024-05-24)

Bug Fixes

5.1.2 (2024-05-18)

Bug Fixes

  • deps: bump npm from 10.7.0 to 10.8.0 (#873) (9a710b3)

5.1.1 (2024-05-18)

Bug Fixes

  • deps: bump validate-npm-package-name from 5.0.0 to 5.0.1 (#874) (1ff5aef)

5.1.0 (2024-05-18)

Features

  • fall back to global npm and yarn if not found (#871) (48dc584)
Commits
  • b6530b2 chore(release): 5.1.3 [skip ci]
  • 0305a8c fix: remove config from json response (#878)
  • cbd3ef8 chore: update dev deps
  • 403aac3 chore(dev-deps): bump @​oclif/plugin-help from 6.0.21 to 6.0.22 (#872)
  • 2d85d78 chore(release): 5.1.2 [skip ci]
  • 9a710b3 fix(deps): bump npm from 10.7.0 to 10.8.0 (#873)
  • aa008f2 chore(release): 5.1.1 [skip ci]
  • 1ff5aef fix(deps): bump validate-npm-package-name from 5.0.0 to 5.0.1 (#874)
  • 98ee151 chore(release): 5.1.0 [skip ci]
  • e8b3424 chore(dev-deps): bump oclif from 4.10.7 to 4.10.11 (#875)
  • Additional commits viewable in compare view

Updates @oclif/test from 3.2.15 to 4.0.2

Release notes

Sourced from @​oclif/test's releases.

4.0.2

Bug Fixes

  • preserve quotes in inputs to runCommand (2fad42a)

4.0.1

No more fancy-test

Why?

We're migrating away from fancy-test for a few reasons:

  • it assumes people will use mocha as their test runner
  • there's a learning curve to writing fancy tests. Most people know how like to write their tests and don't want to bother with learning a new test framework
  • fancy-test offers a lot of useful utilities (like stubbing process.env) but it doesn't do everything that people need so people end up writing tests that are half fancy-tests and half "unfancy" tests. We'd rather enable people to write tests however they want.
  • we don't have bandwidth to support it as fully as we would like

New Testing Utilities

There are now three functions exported by @oclif/test

  • captureOutput - accepts a callback. All output to stderr and stdout will be captured while the callback is being executed
  • runCommand - run a command within your CLI. All output to stderr and stdout will be captured
  • runHook - run a hook within your CLI. All output to stderr and stdout will be captured

See the migration guide and the usage for more

4.0.1-dev.0

Features

  • new oclif test utilities (006c90c)

4.0.1-beta.4

Bug Fixes

4.0.1-beta.3

Bug Fixes

4.0.1-beta.2

Bug Fixes

4.0.1-beta.1

Bug Fixes

... (truncated)

Changelog

Sourced from @​oclif/test's changelog.

4.0.2 (2024-05-22)

Bug Fixes

  • preserve quotes in inputs to runCommand (2fad42a)

4.0.1 (2024-05-21)

Commits
  • f7975c8 chore(release): 4.0.2 [skip ci]
  • 31d0aba Merge pull request #551 from oclif/mdonnalley/preserve-quotes
  • 2fad42a fix: preserve quotes in inputs to runCommand
  • 72156cc chore(release): 4.0.1 [skip ci]
  • 29a6f92 feat!: version 4 (#550)
  • 8be535f Merge pull request #547 from oclif/dependabot-npm_and_yarn-types-node-18.19.33
  • 07b36cd chore(dev-deps): bump @​types/node from 18.19.31 to 18.19.33
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the oclif group with 2 updates in the / directory: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) and [@oclif/test](https://github.com/oclif/test).


Updates `@oclif/plugin-plugins` from 5.0.21 to 5.1.3
- [Release notes](https://github.com/oclif/plugin-plugins/releases)
- [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-plugins@5.0.21...5.1.3)

Updates `@oclif/test` from 3.2.15 to 4.0.2
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@3.2.15...4.0.2)

---
updated-dependencies:
- dependency-name: "@oclif/plugin-plugins"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: oclif
- dependency-name: "@oclif/test"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: oclif
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from barryadk as a code owner May 27, 2024 21:44
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 2024
@dependabot dependabot bot requested a review from MateuszPol as a code owner May 27, 2024 21:44
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oclif-187dda8a0f branch June 3, 2024 21:54
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