Skip to content

chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.2#297

Merged
flc1125 merged 1 commit intov2.xfrom
renovate/github.com-mirrexone-unqueryvet-1.x
Jan 21, 2026
Merged

chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.2#297
flc1125 merged 1 commit intov2.xfrom
renovate/github.com-mirrexone-unqueryvet-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 20, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/MirrexOne/unqueryvet v1.5.1v1.5.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

MirrexOne/unqueryvet (github.com/MirrexOne/unqueryvet)

v1.5.2

Compare Source

Bug Fixes

Fixed false positives in SQL builder detection (#​5)

Problem: The linter incorrectly flagged custom interfaces with methods like All(), One(), Count() as SQLBoiler code.

type WidgetDB interface {
    All(ctx context.Context) ([]Widget, error)
}

// This was incorrectly flagged:
widgetDBMoq.onCall().All(req.Context()).returnResults(...)
// Error: "SQLBoiler model().All() without qm.Select() defaults to SELECT *"

Solution: All 12 SQL builder checkers now use Go's type system (*types.Info) to verify that method receivers actually belong to the expected SQL builder package, instead of just checking method names.

Breaking Changes

  • IsApplicable() method signature changed to accept *types.Info parameter
  • This only affects users who have custom SQL builder checkers

Installation

go install github.com/MirrexOne/unqueryvet/cmd/unqueryvet@v1.5.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 20, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 20, 2026

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.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.27%. Comparing base (600b64b) to head (c6ba007).
⚠️ Report is 1 commits behind head on v2.x.

Additional details and impacted files
@@           Coverage Diff           @@
##             v2.x     #297   +/-   ##
=======================================
  Coverage   92.27%   92.27%           
=======================================
  Files           1        1           
  Lines         207      207           
=======================================
  Hits          191      191           
  Misses         11       11           
  Partials        5        5           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@flc1125 flc1125 merged commit 5b11638 into v2.x Jan 21, 2026
12 checks passed
@flc1125 flc1125 deleted the renovate/github.com-mirrexone-unqueryvet-1.x branch January 21, 2026 00:32
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.

1 participant