[PR #744] [MERGED] fix(deps): bump gorm.io/gorm from 1.30.2 to 1.31.0 in /api #747

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • c9cc41e fix(deps): bump gorm.io/gorm from 1.30.2 to 1.31.0 in /api

📊 Changes

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

View changed files

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

📄 Description

Bumps gorm.io/gorm from 1.30.2 to 1.31.0.

Release notes

Sourced from gorm.io/gorm's releases.

Release v1.31.0

Changes

  • Add association operation support to generics Set API and enable conditional bulk association updates @​jinzhu (#7581)

Release v1.30.5

Changes

  • No changes

Release v1.30.4

Changes

Release v1.30.3

Changes

  • No changes
Commits
  • b289563 Remove unnecessary OpCreateValue mode
  • e015bd0 Add association operation support to generics Set API and enable conditional ...
  • faee391 fix: add missing Count method to CreateInterface (closes #7580)
  • 688e8ea Set accepts Assigner for Generics API
  • 1901911 Add Set-based Create and Update support to Generics API (#7578)
  • cb65743 fix: build failure on Go versions below 1.21, add build constraint for slog.g...
  • 4087ac7 fix slogLogger to support ParameterizedQueries Config (#7574)
  • 3840425 fix(generics): resolve CurrentTable in Raw/Exec
  • 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/744 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/5/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/gorm.io/gorm-1.31.0` --- ### 📝 Commits (1) - [`c9cc41e`](https://github.com/NdoleStudio/httpsms/commit/c9cc41e3648cd5eadd34af90373de817c49db8dc) fix(deps): bump gorm.io/gorm from 1.30.2 to 1.31.0 in /api ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+6 -6) </details> ### 📄 Description Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.30.2 to 1.31.0. <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.0</h2> <h2>Changes</h2> <ul> <li>Add association operation support to generics Set API and enable conditional bulk association updates <a href="https://github.com/jinzhu"><code>@​jinzhu</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7581">#7581</a>)</li> </ul> <h2>Release v1.30.5</h2> <h2>Changes</h2> <ul> <li>No changes</li> </ul> <h2>Release v1.30.4</h2> <h2>Changes</h2> <ul> <li>Add Set-based Create and Update support to Generics API <a href="https://github.com/jinzhu"><code>@​jinzhu</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7578">#7578</a>)</li> <li>fix: build failure on Go versions below 1.21 <a href="https://github.com/iTanken"><code>@​iTanken</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7572">#7572</a>)</li> <li>fix slogLogger to support ParameterizedQueries Config <a href="https://github.com/EricWvi"><code>@​EricWvi</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7574">#7574</a>)</li> </ul> <h2>Release v1.30.3</h2> <h2>Changes</h2> <ul> <li>No changes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/b289563d54de23e742e2a4cba9d77af01f641b0f"><code>b289563</code></a> Remove unnecessary OpCreateValue mode</li> <li><a href="https://github.com/go-gorm/gorm/commit/e015bd08ebb5cc27aabf1731735324138879a44b"><code>e015bd0</code></a> Add association operation support to generics Set API and enable conditional ...</li> <li><a href="https://github.com/go-gorm/gorm/commit/faee391f05f3426660598d22f03881f115d3aa39"><code>faee391</code></a> fix: add missing Count method to CreateInterface (closes <a href="https://redirect.github.com/go-gorm/gorm/issues/7580">#7580</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/688e8ea00a232bd661c08d3d3ba22750c3b3d95e"><code>688e8ea</code></a> Set accepts Assigner for Generics API</li> <li><a href="https://github.com/go-gorm/gorm/commit/1901911908ffe2ecafb4d7435f3859f3fcad2e73"><code>1901911</code></a> Add Set-based Create and Update support to Generics API (<a href="https://redirect.github.com/go-gorm/gorm/issues/7578">#7578</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/cb6574367217a4d82c7c855d5372d06618a5de19"><code>cb65743</code></a> fix: build failure on Go versions below 1.21, add build constraint for slog.g...</li> <li><a href="https://github.com/go-gorm/gorm/commit/4087ac7d9d191a2ce3f83451cbb82c19510ceff9"><code>4087ac7</code></a> fix slogLogger to support ParameterizedQueries Config (<a href="https://redirect.github.com/go-gorm/gorm/issues/7574">#7574</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/38404259fe7935212fc14156989e3de381a2d3f7"><code>3840425</code></a> fix(generics): resolve CurrentTable in Raw/Exec</li> <li>See full diff in <a href="https://github.com/go-gorm/gorm/compare/v1.30.2...v1.31.0">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.30.2&new-version=1.31.0)](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:39:55 +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#747
No description provided.