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/test from 3.2.15 to 4.0.9 #2843

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @oclif/test from 3.2.15 to 4.0.9.

Release notes

Sourced from @​oclif/test's releases.

4.0.9

Bug Fixes

  • deps: bump micromatch from 4.0.7 to 4.0.8 (3a982f4)

4.0.8

Bug Fixes

  • deps: bump ansis from 3.3.1 to 3.3.2 (c839b7a)

4.0.7

Bug Fixes

  • deps: bump debug from 4.3.5 to 4.3.6 (438e6d1)

4.0.6

Bug Fixes

4.0.5

Bug Fixes

  • deps: bump ansis from 3.2.1 to 3.3.1 (a67d317)

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

... (truncated)

Changelog

Sourced from @​oclif/test's changelog.

4.0.9 (2024-08-25)

Bug Fixes

  • deps: bump micromatch from 4.0.7 to 4.0.8 (3a982f4)

4.0.8 (2024-08-04)

Bug Fixes

  • deps: bump ansis from 3.3.1 to 3.3.2 (c839b7a)

4.0.7 (2024-07-29)

Bug Fixes

  • deps: bump debug from 4.3.5 to 4.3.6 (438e6d1)

4.0.6 (2024-07-23)

Bug Fixes

4.0.5 (2024-07-21)

Bug Fixes

  • deps: bump ansis from 3.2.1 to 3.3.1 (a67d317)

4.0.4 (2024-06-13)

Bug Fixes

... (truncated)

Commits
  • ffbff07 chore(release): 4.0.9 [skip ci]
  • e45fa82 Merge pull request #612 from oclif/dependabot-npm_and_yarn-micromatch-4.0.8
  • 3a982f4 fix(deps): bump micromatch from 4.0.7 to 4.0.8
  • 337d87c Merge pull request #611 from oclif/dependabot-npm_and_yarn-tsx-4.18.0
  • e7f2f69 chore(dev-deps): bump tsx from 4.17.0 to 4.18.0
  • 90e2f9c Merge pull request #606 from oclif/dependabot-npm_and_yarn-lint-staged-15.2.9
  • 2a480dd Merge pull request #607 from oclif/dependabot-npm_and_yarn-oclif-core-4.0.17
  • 708532c chore(dev-deps): bump @​oclif/core from 4.0.16 to 4.0.17
  • 836bd67 chore(dev-deps): bump lint-staged from 15.2.8 to 15.2.9
  • 2385b01 Merge pull request #601 from oclif/dependabot-npm_and_yarn-mocha-10.7.3
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 27, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oclif/test-4.0.9 branch 12 times, most recently from 0e7e297 to 02f89a9 Compare September 3, 2024 00:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oclif/test-4.0.9 branch 14 times, most recently from 104bfb7 to 22f6436 Compare September 10, 2024 01:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oclif/test-4.0.9 branch 12 times, most recently from 02d69aa to ab5ecaf Compare September 19, 2024 00:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oclif/test-4.0.9 branch 11 times, most recently from e9f9bfd to 9235015 Compare September 25, 2024 00:51
Bumps [@oclif/test](https://github.com/oclif/test) from 3.2.15 to 4.0.9.
- [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.9)

---
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 force-pushed the dependabot/npm_and_yarn/oclif/test-4.0.9 branch from 9235015 to 12e7f26 Compare September 25, 2024 00:55
Copy link

sonarcloud bot commented Sep 25, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2024

Superseded by #2977.

@dependabot dependabot bot closed this Oct 17, 2024
auto-merge was automatically disabled October 17, 2024 00:05

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oclif/test-4.0.9 branch October 17, 2024 00:05
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