[PR #354] [MERGED] fix(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 in /api #377

Closed
opened 2026-03-03 16:38:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/354
Author: @dependabot[bot]
Created: 2/1/2024
Status: Merged
Merged: 2/1/2024
Merged by: @AchoArnold

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


📝 Commits (1)

  • a39789b fix(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 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.25.5 to 1.25.6.

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 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/354 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/gorm.io/gorm-1.25.6` --- ### 📝 Commits (1) - [`a39789b`](https://github.com/NdoleStudio/httpsms/commit/a39789b6f4998c2bbfb08295b9edf8fe123470f9) fix(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 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.25.5 to 1.25.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/0123dd45094295fade41e13550cd305eb5e3a848"><code>0123dd4</code></a> fix: ignore .gen.go suffix in logger to get the real caller when using gen <a href="https://redirect.github.com/go-gorm/gorm/issues/6">#6</a>...</li> <li><a href="https://github.com/go-gorm/gorm/commit/940358e0ddd1e6d5e893184943a4fa71a0c28521"><code>940358e</code></a> Fix tests doesn't follow <a href="https://gorm.io/docs/method_chaining.html">https://gorm.io/docs/method_chaining.html</a> convention</li> <li><a href="https://github.com/go-gorm/gorm/commit/87decced23be0ce21929fe393fc4fa3a936b1ec8"><code>87decce</code></a> fix: ExplainSQL using consecutive pairs of escaper in SQL string represents a...</li> <li><a href="https://github.com/go-gorm/gorm/commit/436cca753cd784969a19477f022db4eb3d84f2ec"><code>436cca7</code></a> fix: join and select mytable.* not working (<a href="https://redirect.github.com/go-gorm/gorm/issues/6761">#6761</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/a2cac75218c9844d0b43832e2d2a3c35f9700406"><code>a2cac75</code></a> feature: bring custom type and id column name to polymorphism (<a href="https://redirect.github.com/go-gorm/gorm/issues/6716">#6716</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/b9ebdb13c777029c03aa5c6c1581f579cdf1f79a"><code>b9ebdb1</code></a> Making locking parameters more intuitive (<a href="https://redirect.github.com/go-gorm/gorm/issues/6719">#6719</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/2fb4928aa873bef89d016e0af2c0724b44725043"><code>2fb4928</code></a> refactor: Resolve implicit memory aliasing in for loop (<a href="https://redirect.github.com/go-gorm/gorm/issues/6730">#6730</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/f0af94cd167c03af78b80586f7628bc8fb470577"><code>f0af94c</code></a> add test to show that update from works</li> <li><a href="https://github.com/go-gorm/gorm/commit/3207ad6033aad5e76c6c9d578ef663032765e484"><code>3207ad6</code></a> map insert support return increment id (<a href="https://redirect.github.com/go-gorm/gorm/issues/6662">#6662</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/c1e911f6ed8d3d929aebbd39985a33c9ebe3bad7"><code>c1e911f</code></a> Update tests/go.mod</li> <li>Additional commits viewable in <a href="https://github.com/go-gorm/gorm/compare/v1.25.5...v1.25.6">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.5&new-version=1.25.6)](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:38:06 +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#377
No description provided.