build(deps): bump gorm.io/gorm from 1.25.9 to 1.25.10 #72

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/gorm.io/gorm-1.25.10 into main 2024-04-29 07:49:49 +01:00
dependabot[bot] commented 2024-04-29 06:47:31 +01:00 (Migrated from github.com)

Bumps gorm.io/gorm from 1.25.9 to 1.25.10.

Commits
  • 9d370bc Fix handling of unknown column types (#6540)
  • 7892019 Fix panic bug in migrator due to lack of nil check for stmt.Schema (#6932)
  • ac59252 Add new error for "Violation Check Constraint" (#6992)
  • 207f1ac fix: not clause with or condition (#6984)
  • 85299bf perf: merge nested preload query when using join (#6990)
  • 5553ff3 downgrade mssql driver
  • bc49365 Faster utils.FileWithLineNum (#6981)
  • d0b4ceb Added comment describing Unscoped() method (#6969)
  • 9a61ef2 fix: duplicated preload (#6948)
  • 1e13fd7 Fix duplicated columns in INSERT SQL for some fields with default value
  • Additional commits viewable 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)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.9 to 1.25.10. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/9d370bcb3ec9055b6292da5211f4eaee2458f520"><code>9d370bc</code></a> Fix handling of unknown column types (<a href="https://redirect.github.com/go-gorm/gorm/issues/6540">#6540</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/78920199f0c155ada3ad2f1305149d2ac4e1f43b"><code>7892019</code></a> Fix panic bug in migrator due to lack of nil check for stmt.Schema (<a href="https://redirect.github.com/go-gorm/gorm/issues/6932">#6932</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/ac59252327d65e3095d2a6897530da44b45b2179"><code>ac59252</code></a> Add new error for &quot;Violation Check Constraint&quot; (<a href="https://redirect.github.com/go-gorm/gorm/issues/6992">#6992</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/207f1ac68f71650d6289a93a8d0e2c56ed01632d"><code>207f1ac</code></a> fix: not clause with or condition (<a href="https://redirect.github.com/go-gorm/gorm/issues/6984">#6984</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/85299bfca7172489d7f93a5525ee5ab0d92d514b"><code>85299bf</code></a> perf: merge nested preload query when using join (<a href="https://redirect.github.com/go-gorm/gorm/issues/6990">#6990</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/5553ff3dcb0d657662fa09369c07517ca32063b4"><code>5553ff3</code></a> downgrade mssql driver</li> <li><a href="https://github.com/go-gorm/gorm/commit/bc49365de2396cba043698f6c7afa97587819838"><code>bc49365</code></a> Faster utils.FileWithLineNum (<a href="https://redirect.github.com/go-gorm/gorm/issues/6981">#6981</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/d0b4ceb726f254599c250df2eb7ee9bb86d8a68a"><code>d0b4ceb</code></a> Added comment describing Unscoped() method (<a href="https://redirect.github.com/go-gorm/gorm/issues/6969">#6969</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/9a61ef2af83c16c1f15576d7002632645eeb2c5b"><code>9a61ef2</code></a> fix: duplicated preload (<a href="https://redirect.github.com/go-gorm/gorm/issues/6948">#6948</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/1e13fd7543826a5d341401387cb1aa22fdf4b9f6"><code>1e13fd7</code></a> Fix duplicated columns in INSERT SQL for some fields with default value</li> <li>Additional commits viewable in <a href="https://github.com/go-gorm/gorm/compare/v1.25.9...v1.25.10">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.25.9&new-version=1.25.10)](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>
forquare (Migrated from github.com) approved these changes 2024-04-29 07:49:41 +01:00
Sign in to join this conversation.
No description provided.