This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | require | minor | `v1.30.1` -> `v1.31.0` |
---
### Release Notes
<details>
<summary>go-gorm/gorm (gorm.io/gorm)</summary>
### [`v1.31.0`](https://github.com/go-gorm/gorm/releases/tag/v1.31.0)
[Compare Source](https://github.com/go-gorm/gorm/compare/v1.30.5...v1.31.0)
#### Changes
- Add association operation support to generics Set API and enable conditional bulk association updates [@​jinzhu](https://github.com/jinzhu) ([#​7581](https://github.com/go-gorm/gorm/issues/7581))
### [`v1.30.5`](https://github.com/go-gorm/gorm/releases/tag/v1.30.5)
[Compare Source](https://github.com/go-gorm/gorm/compare/v1.30.4...v1.30.5)
#### Changes
- No changes
### [`v1.30.4`](https://github.com/go-gorm/gorm/releases/tag/v1.30.4)
[Compare Source](https://github.com/go-gorm/gorm/compare/v1.30.3...v1.30.4)
#### Changes
- Add Set-based Create and Update support to Generics API [@​jinzhu](https://github.com/jinzhu) ([#​7578](https://github.com/go-gorm/gorm/issues/7578))
- fix: build failure on Go versions below 1.21 [@​iTanken](https://github.com/iTanken) ([#​7572](https://github.com/go-gorm/gorm/issues/7572))
- fix slogLogger to support ParameterizedQueries Config [@​EricWvi](https://github.com/EricWvi) ([#​7574](https://github.com/go-gorm/gorm/issues/7574))
### [`v1.30.3`](https://github.com/go-gorm/gorm/releases/tag/v1.30.3)
[Compare Source](https://github.com/go-gorm/gorm/compare/v1.30.2...v1.30.3)
#### Changes
- No changes
### [`v1.30.2`](https://github.com/go-gorm/gorm/releases/tag/v1.30.2)
[Compare Source](https://github.com/go-gorm/gorm/compare/v1.30.1...v1.30.2)
#### Changes
- avoid copying structures with embedded mutexs [@​drakkan](https://github.com/drakkan) ([#​7571](https://github.com/go-gorm/gorm/issues/7571))
- Add DefaultContextTimeout option [@​jinzhu](https://github.com/jinzhu) ([#​7567](https://github.com/go-gorm/gorm/issues/7567))
- Update the docker compose file [@​moseszane168](https://github.com/moseszane168) ([#​7524](https://github.com/go-gorm/gorm/issues/7524))
- fix: returning all columns with "on conflict do update" [@​phongphan](https://github.com/phongphan) ([#​7534](https://github.com/go-gorm/gorm/issues/7534))
- feat(slog-integration) [@​rezamokaram](https://github.com/rezamokaram) ([#​7537](https://github.com/go-gorm/gorm/issues/7537))
- fix data race in some case [`725aa5b`](https://github.com/go-gorm/gorm/commit/725aa5b5ff4c0687b06d9a01096b8e4cf96b6c9e)
- performance improvement
</details>
---
### 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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi42IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
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):
2 additional dependencies were updated
Details:
Package
Change
gorm.io/driver/sqlite
v1.5.4 -> v1.6.0
github.com/mattn/go-sqlite3
v1.14.17 -> v1.14.22
### ℹ 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):
- 2 additional dependencies were updated
Details:
| **Package** | **Change** |
| :---------------------------- | :----------------------- |
| `gorm.io/driver/sqlite` | `v1.5.4` -> `v1.6.0` |
| `github.com/mattn/go-sqlite3` | `v1.14.17` -> `v1.14.22` |
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1.30.1->v1.31.0Release Notes
go-gorm/gorm (gorm.io/gorm)
v1.31.0Compare Source
Changes
v1.30.5Compare Source
Changes
v1.30.4Compare Source
Changes
v1.30.3Compare Source
Changes
v1.30.2Compare Source
Changes
725aa5bConfiguration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
gorm.io/driver/sqlitev1.5.4->v1.6.0github.com/mattn/go-sqlite3v1.14.17->v1.14.22