[PR #710] [CLOSED] fix(deps): bump gorm.io/gorm from 1.26.0 to 1.30.0 in /api #715

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/710
Author: @dependabot[bot]
Created: 7/1/2025
Status: Closed

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


📝 Commits (1)

  • f8b43ae fix(deps): bump gorm.io/gorm from 1.26.0 to 1.30.0 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.26.0 to 1.30.0.

Release notes

Sourced from gorm.io/gorm's releases.

Release v1.30.0

Changes

Release v1.26.1

Changes

  • fix: int type variable defaultMaxSize overflows in 32-bit environment @​iTanken (#7439)
Commits
  • c44405a Implement Generics API (#7424)
  • 751c1d6 perf(schema): avoid redundant strings.ToLower call (#7464)
  • 8e7ab46 fix: return init dialector error (#7379)
  • e3037e4 perf: break early on match failure in ParseConstraint (#7402)
  • 1204330 feat: error message show field name (#7452)
  • 9703eb7 perf: use strings.IndexByte to replace strings.Index (#7454)
  • 1c966e0 perf: use strings.Cut to replace strings.SplitN (#7455)
  • e5b867e remove unnecessary session-level configuration for prepared statements
  • 8c4e8e2 fix: int type variable defaultMaxSize overflows in 32-bit environment (#7439)
  • 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/710 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/api/gorm.io/gorm-1.30.0` --- ### 📝 Commits (1) - [`f8b43ae`](https://github.com/NdoleStudio/httpsms/commit/f8b43aea0c112abe907cb266f114c3fe6d4e2eea) fix(deps): bump gorm.io/gorm from 1.26.0 to 1.30.0 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.26.0 to 1.30.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.30.0</h2> <h2>Changes</h2> <ul> <li>(WIP) Implement Generics API <a href="https://github.com/jinzhu"><code>@​jinzhu</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7424">#7424</a>)</li> <li>perf(schema): avoid redundant strings.ToLower call <a href="https://github.com/1911860538"><code>@​1911860538</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7464">#7464</a>)</li> <li>fix: return init dialector error <a href="https://github.com/codingplz"><code>@​codingplz</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7379">#7379</a>)</li> <li>perf: break early on match failure in ParseConstraint <a href="https://github.com/1911860538"><code>@​1911860538</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7402">#7402</a>)</li> <li>feat: error message show field name <a href="https://github.com/pi12138"><code>@​pi12138</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7452">#7452</a>)</li> <li>perf: use strings.IndexByte to replace strings.Index <a href="https://github.com/1911860538"><code>@​1911860538</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7454">#7454</a>)</li> <li>perf: use strings.Cut to replace strings.SplitN <a href="https://github.com/1911860538"><code>@​1911860538</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7455">#7455</a>)</li> </ul> <h2>Release v1.26.1</h2> <h2>Changes</h2> <ul> <li>fix: int type variable defaultMaxSize overflows in 32-bit environment <a href="https://github.com/iTanken"><code>@​iTanken</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7439">#7439</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/c44405a25b0fb15c20265e672b8632b8774793ca"><code>c44405a</code></a> Implement Generics API (<a href="https://redirect.github.com/go-gorm/gorm/issues/7424">#7424</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/751c1d6b45245843405c87d8b4b94e26c26b1ba8"><code>751c1d6</code></a> perf(schema): avoid redundant strings.ToLower call (<a href="https://redirect.github.com/go-gorm/gorm/issues/7464">#7464</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/8e7ab46c1b865386bbb8f5322d64880ee5ce6f40"><code>8e7ab46</code></a> fix: return init dialector error (<a href="https://redirect.github.com/go-gorm/gorm/issues/7379">#7379</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/e3037e4ef0394faf118cf926fd03283995d6da1f"><code>e3037e4</code></a> perf: break early on match failure in ParseConstraint (<a href="https://redirect.github.com/go-gorm/gorm/issues/7402">#7402</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/12043304197c54237d430825e90adc50d63ef383"><code>1204330</code></a> feat: error message show field name (<a href="https://redirect.github.com/go-gorm/gorm/issues/7452">#7452</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/9703eb775f203e916759bfa51af6724b05ff04ba"><code>9703eb7</code></a> perf: use strings.IndexByte to replace strings.Index (<a href="https://redirect.github.com/go-gorm/gorm/issues/7454">#7454</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/1c966e0d25a6cdedbb7d599eae0cd060a0572ddf"><code>1c966e0</code></a> perf: use strings.Cut to replace strings.SplitN (<a href="https://redirect.github.com/go-gorm/gorm/issues/7455">#7455</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/e5b867e785039199800f0549c60fe688dc0304d2"><code>e5b867e</code></a> remove unnecessary session-level configuration for prepared statements</li> <li><a href="https://github.com/go-gorm/gorm/commit/8c4e8e2d2a63ef019048bd988a2016948605920b"><code>8c4e8e2</code></a> fix: int type variable defaultMaxSize overflows in 32-bit environment (<a href="https://redirect.github.com/go-gorm/gorm/issues/7439">#7439</a>)</li> <li>See full diff in <a href="https://github.com/go-gorm/gorm/compare/v1.26.0...v1.30.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.26.0&new-version=1.30.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:45 +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#715
No description provided.