build(deps): bump gorm.io/gorm from 1.25.12 to 1.26.0 in the go group #91

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/go-66500fc9e9 into main 2025-05-12 08:13:29 +01:00
dependabot[bot] commented 2025-04-28 04:25:54 +01:00 (Migrated from github.com)

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

Updates gorm.io/gorm from 1.25.12 to 1.26.0

Release notes

Sourced from gorm.io/gorm's releases.

Release v1.26.0

Changes

... (truncated)

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.25.12 to 1.26.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.26.0</h2> <h2>Changes</h2> <ul> <li>Preparestmt use LRU Map instead default map <a href="https://github.com/Yaccc"><code>@​Yaccc</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7435">#7435</a>)</li> <li>use golangci replace reviewdog <a href="https://github.com/jinzhu"><code>@​jinzhu</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7426">#7426</a>)</li> <li>test: mssql ci <a href="https://github.com/a631807682"><code>@​a631807682</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7388">#7388</a>)</li> <li>fix deprecated reflect.PtrTo reflect.PointerTo usage <a href="https://github.com/Aman-Shitta"><code>@​Aman-Shitta</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7366">#7366</a>)</li> <li>Fix concurrent map writes <a href="https://redirect.github.com/go-gorm/gorm/issues/7297">#7297</a> <a href="https://github.com/Ponywka"><code>@​Ponywka</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7298">#7298</a>)</li> <li>chore: update copyright year <a href="https://github.com/maxktz"><code>@​maxktz</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7332">#7332</a>)</li> <li>Enhance db.Scan with ParamsFilter - Issue 7336 - Suggestion <a href="https://github.com/evyaffe"><code>@​evyaffe</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7337">#7337</a>)</li> <li>Fixed Empty Returning Clause Merge Edge Case <a href="https://github.com/aviyam181199"><code>@​aviyam181199</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7339">#7339</a>)</li> <li>feat:Capitalize the priority field of IndexOption(<a href="https://redirect.github.com/go-gorm/gorm/issues/7331%EF%BC%89">go-gorm/gorm#7331</a> <a href="https://github.com/nowindexman"><code>@​nowindexman</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7342">#7342</a>)</li> <li>fix: deterministic index ordering when migrating <a href="https://github.com/bamo"><code>@​bamo</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7208">#7208</a>)</li> <li>use map look-up for indexes <a href="https://github.com/abbyssoul"><code>@​abbyssoul</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7242">#7242</a>)</li> <li><a href="https://redirect.github.com/go-gorm/gorm/issues/6372">#6372</a> Fixed nullable constraint bug for columns during auto migration <a href="https://github.com/wookie0"><code>@​wookie0</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7269">#7269</a>)</li> <li>Create CODE_OF_CONDUCT.md <a href="https://github.com/omidfth"><code>@​omidfth</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7240">#7240</a>)</li> <li>Enhance Release Process: Implement Automated Release Management and Notes Generation <a href="https://github.com/YidiDev"><code>@​YidiDev</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7224">#7224</a>)</li> <li>refactor: improve logging for unimplemented ErrorTranslator in TranlateError config enabled <a href="https://github.com/Invidam"><code>@​Invidam</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7225">#7225</a>)</li> <li>Add GitHub Actions workflow to automate release creation on tagged pushes <a href="https://github.com/YidiDev"><code>@​YidiDev</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7209">#7209</a>)</li> <li>Use official SQL Server docker image for tests <a href="https://github.com/omkar-foss"><code>@​omkar-foss</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7205">#7205</a>)</li> <li>feat: Modernize Docker Compose File <a href="https://github.com/isso-719"><code>@​isso-719</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7086">#7086</a>)</li> <li>Generate unique savepoint names for nested transactions <a href="https://github.com/phroggyy"><code>@​phroggyy</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7174">#7174</a>)</li> <li>fix: AfterQuery using safer right trim while clearing from clause's j… <a href="https://github.com/bhowmik-abhijeet"><code>@​bhowmik-abhijeet</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7153">#7153</a>)</li> <li>fix memory leaks in PrepareStatementDB <a href="https://github.com/ivila"><code>@​ivila</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7142">#7142</a>)</li> <li>ci: Add PostgreSQL 14 and 15 to GitHub Actions matrix <a href="https://github.com/enomotodev"><code>@​enomotodev</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7081">#7081</a>)</li> <li>feat: add MapColumns method <a href="https://github.com/molon"><code>@​molon</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6901">#6901</a>)</li> <li>add DB level propagation for the Unscoped flag <a href="https://github.com/sprataa"><code>@​sprataa</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7007">#7007</a>)</li> <li>fix(scan): update Scan function to reset structs to zero values for each scan <a href="https://github.com/Waldeedle"><code>@​Waldeedle</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7061">#7061</a>)</li> <li>fix: use reflect.Append when preloading nested associations instead of making a slice with fixed size <a href="https://github.com/emilienkofman"><code>@​emilienkofman</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7014">#7014</a>)</li> <li>Fix association replace non-addressable panic <a href="https://github.com/SergeiSadov"><code>@​SergeiSadov</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7012">#7012</a>)</li> <li>fix: <code>unsupported data</code> on nested joins with preloads <a href="https://github.com/N-Schaef"><code>@​N-Schaef</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6957">#6957</a>)</li> <li>fix: AfterQuery should clear FROM Clause's Joins rather than the Stat… <a href="https://github.com/liov"><code>@​liov</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7027">#7027</a>)</li> <li>feat: chainable order support clause.OrderBy <a href="https://github.com/supergem3000"><code>@​supergem3000</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7054">#7054</a>)</li> <li>fix: strings.Title -&gt; cases.Title bcs strings.Title library is deprecated <a href="https://github.com/ryuji-cre8ive"><code>@​ryuji-cre8ive</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6999">#6999</a>)</li> <li>fix: typo <a href="https://github.com/hakusai22"><code>@​hakusai22</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7003">#7003</a>)</li> <li>Fix handling of unknown column types <a href="https://github.com/looi"><code>@​looi</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6540">#6540</a>)</li> <li>Fix panic bug in migrator due to lack of nil check for stmt.Schema <a href="https://github.com/pixelmaxQm"><code>@​pixelmaxQm</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6932">#6932</a>)</li> <li>Add new error for &quot;Violation Check Constraint&quot; <a href="https://github.com/anilsenay"><code>@​anilsenay</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6992">#6992</a>)</li> <li>fix: not clause with or condition <a href="https://github.com/a631807682"><code>@​a631807682</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6984">#6984</a>)</li> <li>perf: merge nested preload query when using join <a href="https://github.com/a631807682"><code>@​a631807682</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6990">#6990</a>)</li> <li>Faster utils.FileWithLineNum <a href="https://github.com/kkocdko"><code>@​kkocdko</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6981">#6981</a>)</li> <li>Added comment describing Unscoped() method <a href="https://github.com/AntonyChR"><code>@​AntonyChR</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6969">#6969</a>)</li> <li>fix: duplicated preload <a href="https://github.com/yetone"><code>@​yetone</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6948">#6948</a>)</li> <li>feat: prepare_stmt support ping <a href="https://github.com/philhuan"><code>@​philhuan</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6924">#6924</a>)</li> <li>fix: remove <code>callback</code> from <code>callbacks</code> if <code>Remove()</code> called <a href="https://github.com/snackmgmg"><code>@​snackmgmg</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6916">#6916</a>)</li> <li>fix: 'type XXXX int' will print wrong sql to terminal <a href="https://github.com/wangzeping722"><code>@​wangzeping722</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6917">#6917</a>)</li> <li>chore: optimize <code>regEnLetterAndMidline</code> regular <a href="https://github.com/demoManito"><code>@​demoManito</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6908">#6908</a>)</li> <li>fix(create): fix insert column order <a href="https://github.com/archever"><code>@​archever</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6855">#6855</a>)</li> <li>chore: optimize conversion of nanoseconds to milliseconds <a href="https://github.com/demoManito"><code>@​demoManito</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6907">#6907</a>)</li> <li>fix(scan): array element is set to a zero value <a href="https://github.com/demoManito"><code>@​demoManito</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/6890">#6890</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/a827495be126f896c0f744043410642d70bbac1b"><code>a827495</code></a> Preparestmt use LRU Map instead default map (<a href="https://redirect.github.com/go-gorm/gorm/issues/7435">#7435</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/489a56329318ee9316bc8a73f035320df6855e53"><code>489a563</code></a> only check new issues for golangci linter</li> <li><a href="https://github.com/go-gorm/gorm/commit/42bd4f603c318fbdad5eff132679107b1ea34b07"><code>42bd4f6</code></a> use golangci replace reviewdog (<a href="https://redirect.github.com/go-gorm/gorm/issues/7426">#7426</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/a9d27293de2267a36fa6c9f8892977d3159cf8ea"><code>a9d2729</code></a> test: mssql ci</li> <li><a href="https://github.com/go-gorm/gorm/commit/3876ffe4bb34bb8d5ceede0ded9694d34089bdef"><code>3876ffe</code></a> test: mssql ci</li> <li><a href="https://github.com/go-gorm/gorm/commit/ee3b549d7dbdaad6610d80726093ada0c0ca90c1"><code>ee3b549</code></a> Update tests script</li> <li><a href="https://github.com/go-gorm/gorm/commit/9f273777f58a247f7ae4176a014f6d59ac9fff8c"><code>9f27377</code></a> fix deprecated reflect.PtrTo reflect.PointerTo usage (<a href="https://redirect.github.com/go-gorm/gorm/issues/7366">#7366</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/9ca84b3dde0400ac69cc6cbf8dd8ec531f9638bd"><code>9ca84b3</code></a> fix concurrent map writes (<a href="https://redirect.github.com/go-gorm/gorm/issues/7298">#7298</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/86b1d229113ee803401645e7033d6c59245b197a"><code>86b1d22</code></a> chore: update copyright year (<a href="https://redirect.github.com/go-gorm/gorm/issues/7332">#7332</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/fed49230cbc0f84804cd5cc23d101e5ab1e068fa"><code>fed4923</code></a> Enhance db.Scan with ParamsFilter - Issue 7336 - Suggestion (<a href="https://redirect.github.com/go-gorm/gorm/issues/7337">#7337</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-gorm/gorm/compare/v1.25.12...v1.26.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.25.12&new-version=1.26.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>
forquare (Migrated from github.com) approved these changes 2025-04-28 06:44:05 +01:00
Sign in to join this conversation.
No description provided.