[PR #770] [MERGED] fix(deps): bump gorm.io/gorm from 1.31.0 to 1.31.1 in /api #772

Closed
opened 2026-03-03 16:40:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/770
Author: @dependabot[bot]
Created: 12/1/2025
Status: Merged
Merged: 12/1/2025
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/gorm.io/gorm-1.31.1


📝 Commits (1)

  • 7ea8834 fix(deps): bump gorm.io/gorm from 1.31.0 to 1.31.1 in /api

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 api/go.mod (+1 -1)
📝 api/go.sum (+2 -2)

📄 Description

Bumps 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/770 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/gorm.io/gorm-1.31.1` --- ### 📝 Commits (1) - [`7ea8834`](https://github.com/NdoleStudio/httpsms/commit/7ea8834674b0eb43aa2fa14b6baa66bceb8bae13) fix(deps): bump gorm.io/gorm from 1.31.0 to 1.31.1 in /api ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [gorm.io/gorm](https://github.com/go-gorm/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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:40:03 +03:00
Sign in to join this conversation.
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
starred/httpsms#772
No description provided.