[PR #724] [MERGED] fix(deps): bump gorm.io/gorm from 1.30.0 to 1.30.1 in /api #727

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • b31fd2c fix(deps): bump gorm.io/gorm from 1.30.0 to 1.30.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.30.0 to 1.30.1.

Release notes

Sourced from gorm.io/gorm's releases.

Release v1.30.1

Changes

Commits

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/724 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/3/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/gorm.io/gorm-1.30.1` --- ### 📝 Commits (1) - [`b31fd2c`](https://github.com/NdoleStudio/httpsms/commit/b31fd2c6cb5ec5d7eb113f24429682fcf0ab65b1) fix(deps): bump gorm.io/gorm from 1.30.0 to 1.30.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.30.0 to 1.30.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.30.1</h2> <h2>Changes</h2> <ul> <li>optimize: field.ReflectValueOf <a href="https://github.com/liov"><code>@​liov</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7530">#7530</a>)</li> <li>optimize: performance optimization <a href="https://github.com/liov"><code>@​liov</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7526">#7526</a>)</li> <li>fix(schema): check the hook function parameter type <a href="https://github.com/demoManito"><code>@​demoManito</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7468">#7468</a>)</li> <li>Fix: Unexpected OR Conditions force converted to AND <a href="https://github.com/Riseif"><code>@​Riseif</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7512">#7512</a>)</li> <li>Add GaussDB Database Support <a href="https://github.com/moseszane168"><code>@​moseszane168</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7508">#7508</a>)</li> <li>Call after initialize for gorm.Config <a href="https://github.com/jinzhu"><code>@​jinzhu</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7518">#7518</a>)</li> <li>A little optimization for filed.ValueOf <a href="https://github.com/liov"><code>@​liov</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7499">#7499</a>)</li> <li>fixes <a href="https://redirect.github.com/go-gorm/gorm/issues/7486">#7486</a> <a href="https://github.com/Eshan-Jogwar"><code>@​Eshan-Jogwar</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7492">#7492</a>)</li> <li>fix decimal migrate error. <a href="https://github.com/Chise1"><code>@​Chise1</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7450">#7450</a>)</li> <li>test: update MySQL test matrix to use official images and add 9.0, 8.4 versions <a href="https://github.com/enomotodev"><code>@​enomotodev</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7476">#7476</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b"><code>49eaeac</code></a> optimize: field.ReflectValueOf (<a href="https://redirect.github.com/go-gorm/gorm/issues/7530">#7530</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/52b4744410b4c60fcbcebe7839f42a6f92be30c8"><code>52b4744</code></a> optimize: performance optimization (<a href="https://redirect.github.com/go-gorm/gorm/issues/7526">#7526</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/9af6d510b58c7691fa33694004c404032208f84f"><code>9af6d51</code></a> Fix query when map keys include table-qualified column names, close <a href="https://redirect.github.com/go-gorm/gorm/issues/7507">#7507</a></li> <li><a href="https://github.com/go-gorm/gorm/commit/c63374f5d154709f99de902cb4d90a1aa8279103"><code>c63374f</code></a> Don't request LastInsertID from database if not necessary, close <a href="https://redirect.github.com/go-gorm/gorm/issues/7469">#7469</a></li> <li><a href="https://github.com/go-gorm/gorm/commit/b9c7e562b0e99beb93824c5c24d8bae47696c537"><code>b9c7e56</code></a> fix(schema): check the hook function parameter type (<a href="https://redirect.github.com/go-gorm/gorm/issues/7468">#7468</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/985940f0d855dcefa2a1a847a1d37795335d4579"><code>985940f</code></a> should check inner condition length (<a href="https://redirect.github.com/go-gorm/gorm/issues/7512">#7512</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/991c2d4891ddf17eccc2758c84c8061ef6d0b7b5"><code>991c2d4</code></a> Add GaussDB Database Support (<a href="https://redirect.github.com/go-gorm/gorm/issues/7508">#7508</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/751a6dde7a4510c105bb3fb21ea8cc0f26d3aebd"><code>751a6dd</code></a> Call after initialize for gorm.Config (<a href="https://redirect.github.com/go-gorm/gorm/issues/7518">#7518</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/2f4925e017f020909c061c3feb8ba54a0c5d002c"><code>2f4925e</code></a> A little optimization for filed.ValueOf (<a href="https://redirect.github.com/go-gorm/gorm/issues/7499">#7499</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/1e8baf545953dd58e2f301f4dfef5febbc12da0f"><code>1e8baf5</code></a> fixes <a href="https://redirect.github.com/go-gorm/gorm/issues/7486">#7486</a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7492">#7492</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-gorm/gorm/compare/v1.30.0...v1.30.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.30.0&new-version=1.30.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:39:50 +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#727
No description provided.