chore(deps): bump gorm.io/gorm from 1.30.0 to 1.31.1#152
chore(deps): bump gorm.io/gorm from 1.30.0 to 1.31.1#152dependabot[bot] wants to merge 1 commit into
Conversation
|
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
4ab0189 to
671aa6a
Compare
|
https://github.com/dependabot recreate |
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.30.0 to 1.31.1. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.30.0...v1.31.1) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-version: 1.31.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
671aa6a to
e6a2a29
Compare
|



Bumps gorm.io/gorm from 1.30.0 to 1.31.1.
Release notes
Sourced from gorm.io/gorm's releases.
... (truncated)
Commits
eabca1fAllow Select/Omit for Generics Create, close #7638, #7633a57abbeAdd Namer-based column lookup to Schema.LookUpField (#7619)5eaf05afix: Allow escaped double quotes in struct tag parser (#7631)2c3d109Fix slog logger caller frame detection to output correct source file (#7610)4808ff5Update README.md (#7635)141388fFix AutoMigrate default value comparison for string fields (issue #7590) (#7591)d9372f5fix(UnixSecondSerializer.Value): Avoid panic when handling unsigned integer v...d8cdb39chore: fix some comment (#7615)b881483Rename IsValidDBNameChar to IsInvalidDBNameChar (#7582)b289563Remove unnecessary OpCreateValue mode