Skip to content

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

Merged
dmathieu merged 1 commit into
mainfrom
renovate/github.com-mirrexone-unqueryvet-1.x
Jan 21, 2026
Merged

chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.2#7820
dmathieu merged 1 commit into
mainfrom
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 is behind base branch, 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 dependencies Pull requests that update a dependency file Skip Changelog PRs that do not require a CHANGELOG.md entry labels Jan 20, 2026
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jan 20, 2026
@renovate renovate Bot requested a review from flc1125 as a code owner January 20, 2026 20:33
@renovate renovate Bot added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jan 20, 2026
@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 86.1%. Comparing base (73ab802) to head (96d19e0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #7820   +/-   ##
=====================================
  Coverage   86.1%   86.1%           
=====================================
  Files        302     302           
  Lines      22046   22046           
=====================================
  Hits       18992   18992           
  Misses      2673    2673           
  Partials     381     381           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/github.com-mirrexone-unqueryvet-1.x branch from 07efa2b to 80df198 Compare January 21, 2026 01:04
@renovate renovate Bot force-pushed the renovate/github.com-mirrexone-unqueryvet-1.x branch from 80df198 to 96d19e0 Compare January 21, 2026 01:13
@dmathieu dmathieu merged commit c22dd92 into main Jan 21, 2026
31 checks passed
@dmathieu dmathieu deleted the renovate/github.com-mirrexone-unqueryvet-1.x branch January 21, 2026 08:19
@MrAlias MrAlias added this to the v1.40.0 milestone Jan 30, 2026
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 Skip Changelog PRs that do not require a CHANGELOG.md entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants