Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps github.com/blugnu/test from 0.7.0 to 0.12.0.

Release notes

Sourced from github.com/blugnu/test's releases.

v0.12.0

Changelog

  • afb3d9c62807a1b3bb5afb33cf8bff81b1b814de refactor: add support for default log Writer() (go1.22+)
  • 4db35151a7b2d4259f91ca140f867cdce45295a8 feat: add SkipNow function (closes #44)
  • 74640aa10c3163ea415a1d07a30b7d5a26aac25e fix: handle 'any' values (fixes #42)
  • 84a4d3e23683dea7f962b92a239772dc4d094094 feat: add BeOfType[T] matcher (closes #41)
  • ca4d78fa2f57c078283c56ee9cfce3080b2767b0 docs: correct function name in comment
  • 259b6a6c735834c2f5504570ca9a36c937f1aaa9 lint: update linter configuration; de-lint

v0.11.0

Changelog

  • 69f9ef31e6244791982e1f1e9444413b1a9efd00 cicd: update coderabbit config
  • 454d6018e764dab7270109580eb2d7acb6c0e51e cicd: update to latest release workflow
  • 02cfa13fa32b676577c15d9050ff89151792d093 cicd: add dependabot configuration (closes #32)
  • 07e564ec505a59f9bfb6cab9b7f74787cc694a46 feat: add OrEqual modifier (closes #38)
  • 43e480dda74ce34bb2433586b85c069380afe5c5 feat: add BeBetween matcher
  • 439973d2420311433d242312592b1edca4668e99 docs: add documentation for FlakyTest
  • 377c3705ab22106720b5724d48333762510b1269 feat: add FlakyTest runner (closes #39)

v0.10.0

Changelog

  • 5b35d0473d2985528318d07f6a4e6db0a464dec7 chore: update linter configuration
  • e4899168b11a6a1929c4582e617627bc741abac0 enh: add strack trace to panic test reports (closes #36)
  • d9f1c3f3cd72e39f2c33dcdc5b8b5ea9497a0c60 feat: add MeetsExpectations() matcher (closes #34)
  • 68b626d518f7c40f13ea4ed412fcef0bd8506e33 docs: add AnyMatcher and Matcher[T] interface decls
  • 854aa561c8ed68c390a2b30641bf6a0e3ca8e782 feat: add HaveLen() length matcher (closes #35)
  • b5c2f07074459b6dfd880a7fcb2782b231d7ed59 feat: add Run() test runners framework
  • 37e27db2043f5210fab55ff815da8b608a2934a6 feat: add test.Warning() function
  • aa6f4f0171522a3c00d9c30595da76d7435df0db refactor: Test() renamed as TestHelper()
  • ae803c513b2238bc329de65ca1c7daa819a2b7a2 fix: remove opts argument from EqualSlice matcher factory (fixes #33)

v0.9.1

Changelog

  • 8ef94aa0e0c74515a1cd011ee067a70be7eca593 task: bump release workflow version
  • a12581002742c299b14bec2ed826893c5aa8e86f fix: accept nil args in Returns()
  • 4181c4fe669f6a1c4928ff075b95098ef9b15505 chore: delint
  • b6630f45aeedd617080c35ffc469c5025a13b86a task: add lint (v2) and coderabbit config

v0.9.0

Changelog

  • c7799df0d24f18ffb88b6623d6dc08f17c7fab3e cicd: add sonarcloud project key config to repo
  • fc6e3663cec584cf853e12d497e5c12a58bc64e1 docs: update documentation
  • 4f2b8269f60b51096fe0819a6e0add1057b86089 fix: fixed options passed to matcher
  • 3c9832e59c04a21eeb5235fc6f7def1d5a789897 chore: document intentional no-op
  • 31bacc67ec97d965780e3fdc384d4fea9afd0966 fix: 'accept interfaces, return structs'
  • 6d2a62efd5e1b5f6cbbbd946995a64b6bf8e9e42 fix(examples): panic test
  • 8d69d0e706ef1d66f91064c2f6bb1c7d8194e6de feat: fail tests when skip/debug cases > 0 (closes #29)
  • 32cf23e1869465f9a7be78e84123f2e0b0d1bcb8 refactor: test scenario naming
  • eb715c96c4ffe8f80c58af2ddffe47d80c6bcb56 feat: exit current test when required assertion fails (closes #28)
  • 24e3eb02f5fc1c36c5af76513e666a69d01be763 feat(options): add IsRequired and AsDeclaration

... (truncated)

Commits
  • afb3d9c refactor: add support for default log Writer() (go1.22+)
  • 4db3515 feat: add SkipNow function (closes #44)
  • 74640aa fix: handle 'any' values (fixes #42)
  • 84a4d3e feat: add BeOfType[T] matcher (closes #41)
  • ca4d78f docs: correct function name in comment
  • 259b6a6 lint: update linter configuration; de-lint
  • 69f9ef3 cicd: update coderabbit config
  • 454d601 cicd: update to latest release workflow
  • 02cfa13 cicd: add dependabot configuration (closes #32)
  • 07e564e feat: add OrEqual modifier (closes #38)
  • 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 [github.com/blugnu/test](https://github.com/blugnu/test) from 0.7.0 to 0.12.0.
- [Release notes](https://github.com/blugnu/test/releases)
- [Commits](blugnu/test@v0.7.0...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/blugnu/test
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from deltics August 4, 2025 00:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 4, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 4, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 4, 2025
@coderabbitai
Copy link

coderabbitai bot commented Aug 4, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant