chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.2#7820
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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:
|
MrAlias
approved these changes
Jan 21, 2026
07efa2b to
80df198
Compare
80df198 to
96d19e0
Compare
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.5.1→v1.5.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
MirrexOne/unqueryvet (github.com/MirrexOne/unqueryvet)
v1.5.2Compare 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.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.InfoparameterInstallation
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.
This PR was generated by Mend Renovate. View the repository job log.