chore(deps): update module github.com/pressly/goose/v3 to v3.23.1 #22

Merged
finn merged 1 commit from renovate/github.com-pressly-goose-v3-3.x into main 2024-12-16 19:07:47 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/pressly/goose/v3 require patch v3.23.0 -> v3.23.1

Release Notes

pressly/goose (github.com/pressly/goose/v3)

v3.23.1

Compare Source

  • Store implementations can optionally implement the TableExists method to provide optimized
    table existence checks (#​860)
    • Default postgres Store implementation updated to use pg_tables system catalog, more to follow
    • Backward compatible change - existing implementations will continue to work without modification
TableExists(ctx context.Context, db database.DBTxConn) (bool, error)

Configuration

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

🚦 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pressly/goose/v3](https://github.com/pressly/goose) | require | patch | `v3.23.0` -> `v3.23.1` | --- ### Release Notes <details> <summary>pressly/goose (github.com/pressly/goose/v3)</summary> ### [`v3.23.1`](https://github.com/pressly/goose/blob/HEAD/CHANGELOG.md#v3231) [Compare Source](https://github.com/pressly/goose/compare/v3.23.0...v3.23.1) - Store implementations can **optionally** implement the `TableExists` method to provide optimized table existence checks ([#&#8203;860](https://github.com/pressly/goose/issues/860)) - Default postgres Store implementation updated to use `pg_tables` system catalog, more to follow - Backward compatible change - existing implementations will continue to work without modification ```go TableExists(ctx context.Context, db database.DBTxConn) (bool, error) ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2024-12-12 16:00:59 +00:00
renovatebot scheduled this pull request to auto merge when all checks succeed 2024-12-12 16:01:00 +00:00
Author
Collaborator

ℹ 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/crypto v0.28.0 -> v0.31.0
golang.org/x/sys v0.26.0 -> v0.28.0
golang.org/x/text v0.19.0 -> v0.21.0
### ℹ 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/crypto` | `v0.28.0` -> `v0.31.0` | | `golang.org/x/sys` | `v0.26.0` -> `v0.28.0` | | `golang.org/x/text` | `v0.19.0` -> `v0.21.0` |
finn merged commit e34015ebc4 into main 2024-12-16 19:07:47 +00:00
finn deleted branch renovate/github.com-pressly-goose-v3-3.x 2024-12-16 19:07:48 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: finn/go-project-template#22
No description provided.