build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8 #68

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/gorm.io/gorm-1.25.8 into main 2024-03-25 06:11:43 +00:00
dependabot[bot] commented 2024-03-25 05:39:18 +00:00 (Migrated from github.com)

Bumps gorm.io/gorm from 1.25.7 to 1.25.8.

Commits
  • 1b0aa80 Fix AutoMigrate for bool fields with default value
  • e0c3be0 Fix tests in local
  • 303de6e chore: optimize regEnLetterAndMidline regular (#6908)
  • f7ebf04 fix(create): fix insert column order (#6855)
  • ab89d54 chore: UnixNano convert to UnixMilli (#6907)
  • 281f3e3 Fix constraint name regexp
  • 7b1fb0b fix(scan): array element is set to a zero value (#6890)
  • e4e23d2 fix: nested preload with join panic when find (#6877)
  • c4c9aa4 fix(scan.go): reflect.MakeSlice passes in the reflect.Array type (#6880)
  • 9efae65 test: namer identifier lenght (#6872)
  • 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.7 to 1.25.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef"><code>1b0aa80</code></a> Fix AutoMigrate for bool fields with default value</li> <li><a href="https://github.com/go-gorm/gorm/commit/e0c3be03fba966a0128f4d215fa3743d0e8e9a6e"><code>e0c3be0</code></a> Fix tests in local</li> <li><a href="https://github.com/go-gorm/gorm/commit/303de6e7c89942b88f16d21830ec963de8ba53c3"><code>303de6e</code></a> chore: optimize <code>regEnLetterAndMidline</code> regular (<a href="https://redirect.github.com/go-gorm/gorm/issues/6908">#6908</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/f7ebf049dac5c1ff1e1648207071f91a0e950427"><code>f7ebf04</code></a> fix(create): fix insert column order (<a href="https://redirect.github.com/go-gorm/gorm/issues/6855">#6855</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/ab89d54d877ffee80a6681536e157b7f4a0fdf47"><code>ab89d54</code></a> chore: UnixNano convert to UnixMilli (<a href="https://redirect.github.com/go-gorm/gorm/issues/6907">#6907</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/281f3e369a644a9754bb6ba59cf2d554b3d98d19"><code>281f3e3</code></a> Fix constraint name regexp</li> <li><a href="https://github.com/go-gorm/gorm/commit/7b1fb0bd732448adad0ea097983fc663700c1978"><code>7b1fb0b</code></a> fix(scan): array element is set to a zero value (<a href="https://redirect.github.com/go-gorm/gorm/issues/6890">#6890</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/e4e23d26d2d16cbfb575da0bfa9a400e2ad29b92"><code>e4e23d2</code></a> fix: nested preload with join panic when find (<a href="https://redirect.github.com/go-gorm/gorm/issues/6877">#6877</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/c4c9aa45e32efaf5d63cb7ac9ce66fcca5fc7c00"><code>c4c9aa4</code></a> fix(scan.go): reflect.MakeSlice passes in the reflect.Array type (<a href="https://redirect.github.com/go-gorm/gorm/issues/6880">#6880</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/9efae659cb4712c6446c2e63299f2c0c25d1cca5"><code>9efae65</code></a> test: namer identifier lenght (<a href="https://redirect.github.com/go-gorm/gorm/issues/6872">#6872</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-gorm/gorm/compare/v1.25.7...v1.25.8">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.7&new-version=1.25.8)](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-03-25 06:11:34 +00:00
Sign in to join this conversation.
No description provided.