Skip to content

fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.19.1 #352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/volatiletech/sqlboiler/v4 v4.18.0 -> v4.19.1 age adoption passing confidence

Release Notes

volatiletech/sqlboiler (github.com/volatiletech/sqlboiler/v4)

v4.19.1

Compare Source

Fixed
  • Fix performance issue in v4.19.0 by reverting the cleanup of unused imports.
  • Updated minimum required Go version to 1.23.
  • Updated dependencies to fix CVEs.

Full Changelog: volatiletech/sqlboiler@v4.19.0...v4.19.1

v4.19.0

Compare Source

Added
  • Add relation getters on base model structs. (thanks @​parnic)
  • Added --no-relation-getters option to prevent generation relation getters on the main structs. (thanks @​parnic)
  • Add Query, Exec, and Bind helpers to the global executor. (thanks @​parnic)
    • BindGP
    • QueryRowG
    • QueryRowContextG
    • ExecG
    • ExecGP
    • QueryG
    • QueryGP
    • ExecContextG
    • ExecContextP
    • ExecContextGP
    • QueryContextG
    • QueryContextP
    • QueryContextGP
Fixed
  • Fix count from subquery on postgresql. (thanks @​renom)
  • Cleanup unused imports after code generation. (thanks @​eklatzer)
  • Fix InsertWhitelist test in composite primary key table. (thanks @​benevolent0505)
New Contributors

Full Changelog: volatiletech/sqlboiler@v4.18.0...v4.19.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Tokyo, Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Tokyo.

🚦 Automerge: Enabled.

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 the renovate label May 9, 2025
@renovate renovate bot enabled auto-merge May 9, 2025 18:08
@renovate renovate bot added the renovate label May 9, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.19.0 fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.19.0 - autoclosed May 12, 2025
@renovate renovate bot closed this May 12, 2025
auto-merge was automatically disabled May 12, 2025 05:54

Pull request was closed

@renovate renovate bot deleted the renovate/github.com-volatiletech-sqlboiler-v4-4.x branch May 12, 2025 05:54
@renovate renovate bot changed the title fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.19.0 - autoclosed fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.19.0 May 12, 2025
@renovate renovate bot reopened this May 12, 2025
@renovate renovate bot force-pushed the renovate/github.com-volatiletech-sqlboiler-v4-4.x branch from 9151f6d to a576598 Compare May 12, 2025 16:56
@renovate renovate bot enabled auto-merge May 12, 2025 22:10
@renovate renovate bot changed the title fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.19.0 fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.19.1 May 20, 2025
@renovate renovate bot force-pushed the renovate/github.com-volatiletech-sqlboiler-v4-4.x branch from a576598 to dde1eea Compare May 20, 2025 17:12
Copy link
Contributor Author

renovate bot commented May 20, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.12.0 -> v0.14.0
golang.org/x/sys v0.31.0 -> v0.33.0
golang.org/x/text v0.22.0 -> v0.25.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants