build(deps): bump gorm.io/gorm from 1.26.1 to 1.30.0 in the go group #93

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/go-b1cfa5de59 into main 2025-05-26 06:36:48 +01:00
dependabot[bot] commented 2025-05-26 04:24:11 +01:00 (Migrated from github.com)

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

Updates gorm.io/gorm from 1.26.1 to 1.30.0

Release notes

Sourced from gorm.io/gorm's releases.

Release v1.30.0

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 <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.26.1 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> </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>See full diff in <a href="https://github.com/go-gorm/gorm/compare/v1.26.1...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.1&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 <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>
dependabot[bot] commented 2025-05-26 04:24:13 +01:00 (Migrated from github.com)

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

The `reviewers` field in the `dependabot.yml` file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see [this blog post](https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/).
forquare (Migrated from github.com) approved these changes 2025-05-26 06:36:42 +01:00
Sign in to join this conversation.
No description provided.