Skip to content

build(deps): bump github.com/MirrexOne/unqueryvet from 1.4.0 to 1.5.0#6320

Merged
ldez merged 2 commits intomainfrom
dependabot/go_modules/github.com/MirrexOne/unqueryvet-1.5.0
Jan 13, 2026
Merged

build(deps): bump github.com/MirrexOne/unqueryvet from 1.4.0 to 1.5.0#6320
ldez merged 2 commits intomainfrom
dependabot/go_modules/github.com/MirrexOne/unqueryvet-1.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/MirrexOne/unqueryvet from 1.4.0 to 1.5.0.

Release notes

Sourced from github.com/MirrexOne/unqueryvet's releases.

v1.5.0 - Custom Rules DSL & IDE Extensions

New Features

Custom Rules DSL

Define your own analysis rules using a simple YAML-based DSL:

  • Create custom patterns for detecting SQL anti-patterns
  • Configure rule severity (error or warning)
  • Add project-specific rules in .unqueryvet/rules/

IDE Extensions Support

  • VS Code Extension: Real-time diagnostics with LSP integration
  • GoLand Plugin: Native IDE integration with quick-fixes
  • JSON Schema in SchemaStore: Auto-completion and validation for .unqueryvet.yaml config files in all major IDEs (SchemaStore#5279)

Improvements

  • Updated GoLand plugin description to match implemented features
  • Reduced cyclomatic complexity in analyzer functions
  • Better code organization with gofumpt formatting

Fixes

  • Fixed ineffassign warning in pgx.go
  • Resolved golangci-lint v2.8.0 compatibility issues

Installation

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

Full Changelog: MirrexOne/unqueryvet@v1.4.0...v1.5.0

Commits
  • b265c44 style: fix remaining gofumpt issues - group parameters
  • 1d0ba14 style: fix gofumpt - group function parameters of same type
  • f557ae8 refactor: reduce cyclomatic complexity in analyzer functions
  • caad9bd fix: resolve ineffassign warning in pgx.go
  • f88c92a fix: resolve golangci-lint v2.8.0 issues
  • e3c4e3d docs(goland): update plugin.xml to match implemented features
  • bc433b0 feat:add DSL, IDEs schema, extension support
  • See full diff 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)

Fixes #6316

@dependabot dependabot bot added dependencies Relates to an upstream dependency go Pull requests that update Go code labels Jan 13, 2026
@ldez ldez added the linter: update version Update version of linter label Jan 13, 2026
@ldez ldez self-requested a review January 13, 2026 12:54
@ldez
Copy link
Copy Markdown
Member

ldez commented Jan 13, 2026

@dependabot rebase

Bumps [github.com/MirrexOne/unqueryvet](https://github.com/MirrexOne/unqueryvet) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/MirrexOne/unqueryvet/releases)
- [Commits](MirrexOne/unqueryvet@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/MirrexOne/unqueryvet
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/MirrexOne/unqueryvet-1.5.0 branch from 24b3d5a to 7e77d6c Compare January 13, 2026 16:18
@ldez ldez added blocked Need's direct action from maintainer and removed blocked Need's direct action from maintainer labels Jan 13, 2026
@ldez ldez force-pushed the dependabot/go_modules/github.com/MirrexOne/unqueryvet-1.5.0 branch from 732281c to 5e714a7 Compare January 13, 2026 16:42
@ldez ldez force-pushed the dependabot/go_modules/github.com/MirrexOne/unqueryvet-1.5.0 branch from 5e714a7 to 5b29bb6 Compare January 13, 2026 16:43
@ldez ldez added this to the unreleased milestone Jan 13, 2026
@ldez ldez merged commit 7bcbbbf into main Jan 13, 2026
18 checks passed
@ldez ldez deleted the dependabot/go_modules/github.com/MirrexOne/unqueryvet-1.5.0 branch January 13, 2026 16:56
@ldez ldez modified the milestones: unreleased, v2.9 Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Relates to an upstream dependency go Pull requests that update Go code linter: update version Update version of linter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

github.com/MirrexOne/unqueryvet checksum mismatch

1 participant