[PR #732] [MERGED] fix(deps): bump gorm.io/gorm from 1.30.1 to 1.30.2 in /api #739

Closed
opened 2026-03-03 16:39:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/732
Author: @dependabot[bot]
Created: 9/1/2025
Status: Merged
Merged: 9/1/2025
Merged by: @AchoArnold

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


📝 Commits (1)

  • 4d5d11d fix(deps): bump gorm.io/gorm from 1.30.1 to 1.30.2 in /api

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 api/go.mod (+1 -1)
📝 api/go.sum (+2 -2)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps gorm.io/gorm from 1.30.1 to 1.30.2.

Release notes

Sourced from gorm.io/gorm's releases.

Release v1.30.2

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 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/732 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2025 **Status:** ✅ Merged **Merged:** 9/1/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/gorm.io/gorm-1.30.2` --- ### 📝 Commits (1) - [`4d5d11d`](https://github.com/NdoleStudio/httpsms/commit/4d5d11db3d1db4f426ad2f6639e2a2be0609afd0) fix(deps): bump gorm.io/gorm from 1.30.1 to 1.30.2 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 [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.30.1 to 1.30.2. <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.2</h2> <h2>Changes</h2> <ul> <li>avoid copying structures with embedded mutexs <a href="https://github.com/drakkan"><code>@​drakkan</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7571">#7571</a>)</li> <li>Add DefaultContextTimeout option <a href="https://github.com/jinzhu"><code>@​jinzhu</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7567">#7567</a>)</li> <li>Update the docker compose file <a href="https://github.com/moseszane168"><code>@​moseszane168</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7524">#7524</a>)</li> <li>fix: returning all columns with &quot;on conflict do update&quot; <a href="https://github.com/phongphan"><code>@​phongphan</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7534">#7534</a>)</li> <li>feat(slog-integration) <a href="https://github.com/rezamokaram"><code>@​rezamokaram</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7537">#7537</a>)</li> <li>fix data race in some case <a href="https://github.com/go-gorm/gorm/commit/725aa5b5ff4c0687b06d9a01096b8e4cf96b6c9e">https://github.com/go-gorm/gorm/commit/725aa5b5ff4c0687b06d9a01096b8e4cf96b6c9e</a></li> <li>performance improvement</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/cace4a6eb85715c8fd648f76728ec554ecafb8e5"><code>cace4a6</code></a> avoid copying structures with embedded mutexs (<a href="https://redirect.github.com/go-gorm/gorm/issues/7571">#7571</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/7ceb0d9e63caebb23098a1886059d2a7dca0bb82"><code>7ceb0d9</code></a> Add DefaultContextTimeout option (<a href="https://redirect.github.com/go-gorm/gorm/issues/7567">#7567</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/4e34a6d21b63e9a9b701a70be9759e5539bf26e9"><code>4e34a6d</code></a> Add tests for sub model</li> <li><a href="https://github.com/go-gorm/gorm/commit/67de7a8af82adeb86399846986d4c213d09f31b4"><code>67de7a8</code></a> performance improve for schema</li> <li><a href="https://github.com/go-gorm/gorm/commit/725aa5b5ff4c0687b06d9a01096b8e4cf96b6c9e"><code>725aa5b</code></a> Fix data race, close <a href="https://redirect.github.com/go-gorm/gorm/issues/7287">#7287</a> <a href="https://redirect.github.com/go-gorm/gorm/issues/7110">#7110</a> <a href="https://redirect.github.com/go-gorm/gorm/issues/7539">#7539</a> <a href="https://redirect.github.com/go-gorm/gorm/issues/7108">#7108</a></li> <li><a href="https://github.com/go-gorm/gorm/commit/6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"><code>6cc2c01</code></a> Update the docker compose file (<a href="https://redirect.github.com/go-gorm/gorm/issues/7524">#7524</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/eb90a02a07a950340d9412dfd3a77a74714aaa81"><code>eb90a02</code></a> fix: returning all columns with &quot;on conflict do update&quot; must considered as Sc...</li> <li><a href="https://github.com/go-gorm/gorm/commit/22d5239dec782d09f54bc11acbd7c99b85f770d2"><code>22d5239</code></a> feat(slog-integration) (<a href="https://redirect.github.com/go-gorm/gorm/issues/7537">#7537</a>)</li> <li>See full diff in <a href="https://github.com/go-gorm/gorm/compare/v1.30.1...v1.30.2">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.30.1&new-version=1.30.2)](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:39:53 +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#739
No description provided.