build(deps): bump gorm.io/gorm from 1.31.0 to 1.31.1 in the go group #105

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/go-5979bb8a67 into main 2025-11-10 07:02:50 +00:00
dependabot[bot] commented 2025-11-03 03:07:38 +00:00 (Migrated from github.com)

Bumps the go group with 1 update: gorm.io/gorm.

Updates gorm.io/gorm from 1.31.0 to 1.31.1

Release notes

Sourced from gorm.io/gorm's releases.

Release v1.31.1

Changes

Commits
  • eabca1f Allow Select/Omit for Generics Create, close #7638, #7633
  • a57abbe Add Namer-based column lookup to Schema.LookUpField (#7619)
  • 5eaf05a fix: Allow escaped double quotes in struct tag parser (#7631)
  • 2c3d109 Fix slog logger caller frame detection to output correct source file (#7610)
  • 4808ff5 Update README.md (#7635)
  • 141388f Fix AutoMigrate default value comparison for string fields (issue #7590) (#7591)
  • d9372f5 fix(UnixSecondSerializer.Value): Avoid panic when handling unsigned integer v...
  • d8cdb39 chore: fix some comment (#7615)
  • b881483 Rename IsValidDBNameChar to IsInvalidDBNameChar (#7582)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the go group with 1 update: [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `gorm.io/gorm` from 1.31.0 to 1.31.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-gorm/gorm/releases">gorm.io/gorm's releases</a>.</em></p> <blockquote> <h2>Release v1.31.1</h2> <h2>Changes</h2> <ul> <li>Add Namer-based column lookup to Schema.LookUpField <a href="https://github.com/cmmoran"><code>@​cmmoran</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7619">#7619</a>)</li> <li>fix: Allow escaped double quotes in struct tag parser <a href="https://github.com/kankankanp"><code>@​kankankanp</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7631">#7631</a>)</li> <li>Fix slog logger caller frame detection to output correct source file <a href="https://github.com/ifooth"><code>@​ifooth</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7610">#7610</a>)</li> <li>chore(docs): edited the badge test <a href="https://github.com/Olexandr88"><code>@​Olexandr88</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7635">#7635</a>)</li> <li>Fix AutoMigrate default value comparison for string fields (issue <a href="https://redirect.github.com/go-gorm/gorm/issues/7590">#7590</a>) <a href="https://github.com/nowindexman"><code>@​nowindexman</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7591">#7591</a>)</li> <li>fix(UnixSecondSerializer.Value): Avoid panic when handling unsigned integer values <a href="https://github.com/dushaoshuai"><code>@​dushaoshuai</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7608">#7608</a>)</li> <li>chore: fix some comments <a href="https://github.com/wyrapeseed"><code>@​wyrapeseed</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7615">#7615</a>)</li> <li>Rename IsValidDBNameChar to IsInvalidDBNameChar <a href="https://github.com/mengxunQAQ"><code>@​mengxunQAQ</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7582">#7582</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2"><code>eabca1f</code></a> Allow Select/Omit for Generics Create, close <a href="https://redirect.github.com/go-gorm/gorm/issues/7638">#7638</a>, <a href="https://redirect.github.com/go-gorm/gorm/issues/7633">#7633</a></li> <li><a href="https://github.com/go-gorm/gorm/commit/a57abbe12651e3d7a25ddae48ec8b37792053a0d"><code>a57abbe</code></a> Add Namer-based column lookup to Schema.LookUpField (<a href="https://redirect.github.com/go-gorm/gorm/issues/7619">#7619</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/5eaf05a6c9c4d64af3b54085bc4603a250fa5801"><code>5eaf05a</code></a> fix: Allow escaped double quotes in struct tag parser (<a href="https://redirect.github.com/go-gorm/gorm/issues/7631">#7631</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/2c3d109af3057f0d0ee64104011f12ac7bdab9bc"><code>2c3d109</code></a> Fix slog logger caller frame detection to output correct source file (<a href="https://redirect.github.com/go-gorm/gorm/issues/7610">#7610</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/4808ff510c279685eeed189740abd69b8a6dd447"><code>4808ff5</code></a> Update README.md (<a href="https://redirect.github.com/go-gorm/gorm/issues/7635">#7635</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/141388f28b58e6d9c0422cbb5bf4a5f22067610d"><code>141388f</code></a> Fix AutoMigrate default value comparison for string fields (issue <a href="https://redirect.github.com/go-gorm/gorm/issues/7590">#7590</a>) (<a href="https://redirect.github.com/go-gorm/gorm/issues/7591">#7591</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/d9372f551000bef6535f5679c38255ca0be327bc"><code>d9372f5</code></a> fix(UnixSecondSerializer.Value): Avoid panic when handling unsigned integer v...</li> <li><a href="https://github.com/go-gorm/gorm/commit/d8cdb399566b65270d5a3b651eca0195694f35d5"><code>d8cdb39</code></a> chore: fix some comment (<a href="https://redirect.github.com/go-gorm/gorm/issues/7615">#7615</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/b88148363a954f69fa680b152dfd96a94ffea1e1"><code>b881483</code></a> Rename IsValidDBNameChar to IsInvalidDBNameChar (<a href="https://redirect.github.com/go-gorm/gorm/issues/7582">#7582</a>)</li> <li>See full diff in <a href="https://github.com/go-gorm/gorm/compare/v1.31.0...v1.31.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gorm.io/gorm&package-manager=go_modules&previous-version=1.31.0&new-version=1.31.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
forquare (Migrated from github.com) approved these changes 2025-11-10 07:02:43 +00:00
Sign in to join this conversation.
No description provided.