Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2024

Bumps @oclif/test from 3.2.15 to 4.0.4.

Release notes

Sourced from @​oclif/test's releases.

4.0.4

Bug Fixes

  • deps: bump braces from 3.0.2 to 3.0.3 (2db9360)

4.0.3

Bug Fixes

  • deps: bump debug from 4.3.4 to 4.3.5 (69b15de)

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

... (truncated)

Changelog

Sourced from @​oclif/test's changelog.

4.0.4 (2024-06-13)

Bug Fixes

  • deps: bump braces from 3.0.2 to 3.0.3 (2db9360)

4.0.3 (2024-06-02)

Bug Fixes

  • deps: bump debug from 4.3.4 to 4.3.5 (69b15de)

4.0.2 (2024-05-22)

Bug Fixes

  • preserve quotes in inputs to runCommand (2fad42a)

4.0.1 (2024-05-21)

Commits
  • 185962d chore(release): 4.0.4 [skip ci]
  • 1de6fb0 Merge pull request #566 from oclif/dependabot-npm_and_yarn-braces-3.0.3
  • 2db9360 fix(deps): bump braces from 3.0.2 to 3.0.3
  • 9ba0590 Merge pull request #565 from oclif/update-gha
  • 85c3d5e chore: update github actions [no ci]
  • 3d1c1c9 Merge pull request #564 from oclif/mdonnalley/stdin-example
  • 1d84ad1 chore: add stdin example to migration guide
  • 88298d4 Merge pull request #560 from oclif/dependabot-npm_and_yarn-oclif-core-4.0.3
  • 784c37b Merge pull request #563 from oclif/dependabot-npm_and_yarn-tsx-4.14.1
  • 11eaf0e chore(dev-deps): bump tsx from 4.11.0 to 4.14.1
  • 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 <dependency name> 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)

Bumps [@oclif/test](https://github.com/oclif/test) from 3.2.15 to 4.0.4.
- [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.4)

---
updated-dependencies:
- dependency-name: "@oclif/test"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 14, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2024

Superseded by #245.

@dependabot dependabot bot closed this Jul 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/cli/oclif/test-4.0.4 branch July 30, 2024 01:51
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants