Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps the go-openapi-dependencies group with 1 update: github.com/go-openapi/testify/v2.

Updates github.com/go-openapi/testify/v2 from 2.2.0 to 2.3.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.3.0

2.3.0 - 2026-02-09

Full Changelog: go-openapi/testify@v2.2.0...v2.3.0

56 commits in this release.


Implemented enhancements

  • feat(json,yaml): added JSONMarshalAsT, YAMLMarshalAsT assertions by @​fredbi ...
  • feat(safety): added NoGoRoutineLeak assertion by @​fredbi ...
  • feat(safety): added internal package with profile-based goroutine leak detection by @​fredbi ...

Fixed bugs

  • fix(collection): sequence iterators do not need to consume the entire sequence by @​fredbi ...
  • fix(diff): check edge case for nil interface (did panic) by @​fredbi ...
  • fix(collection): fixed handling of edge cases (nil, nil interface) in by @​fredbi ...

Refactor

  • chore(assertions): refactored assertions for readability by @​fredbi ...
  • refact: removed New() from internal/assertions (it is generated anyways) by @​fredbi ...
  • refact(diff): removed the need for a global spew config. by @​fredbi ...
  • refact(string): rewritten hack prioritized logical expressions with clearer sequence by @​fredbi ...
  • refact(condition): reduced contrated complexity of the polling component by @​fredbi ...
  • refact: moved assert/enable to enable/stubs (usage is symmetric) by @​fredbi ...
  • refact(breaking): removed type PanicTestFunc and replaced it by just func() by @​fredbi in #46 ...

Documentation

Code quality

  • doc: updated our posture toward linting, added audit of nolint directives by @​fredbi ...
  • chore: disabled the thelper linter by @​fredbi ...

... (truncated)

Commits
  • 6db737e chore: prepare release v2.3.0
  • 82de69b ci: upgraded shared workflows (fixed secret propagation, fuzz matrix) (#57)
  • 003da88 ci: upgraded shared workflows to fix mono-repo releases (#56)
  • 993eb13 test: fixed flaky async test (#55)
  • 3344ecd Merge pull request #54 from fredbi/prepare/release-v2.3
  • 03076a3 doc: enriched our set of project documentation
  • 8826b26 doc: updated our posture toward linting, added audit of nolint directives
  • 0d5e3b3 chore: disabled the thelper linter
  • 74634c6 ci: updated workflows to fix fuzz and mono-repo coverage issues
  • 35ad97f chore: regenerated API documentation
  • 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 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 go-openapi-dependencies group with 1 update: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).


Updates `github.com/go-openapi/testify/v2` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 13, 2026
@github-actions github-actions bot enabled auto-merge (rebase) February 13, 2026 02:33
@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.53%. Comparing base (e1aa755) to head (f28b675).
⚠️ Report is 6 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #102   +/-   ##
=======================================
  Coverage   82.53%   82.53%           
=======================================
  Files           2        2           
  Lines         292      292           
=======================================
  Hits          241      241           
  Misses         35       35           
  Partials       16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

0 participants