[PR #681] [MERGED] fix(deps): bump gorm.io/driver/postgres from 1.5.11 to 1.6.0 in /api #686

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

📋 Pull Request Information

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

Base: mainHead: dependabot/go_modules/api/gorm.io/driver/postgres-1.6.0


📝 Commits (1)

  • d6496d5 fix(deps): bump gorm.io/driver/postgres from 1.5.11 to 1.6.0 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/driver/postgres from 1.5.11 to 1.6.0.

Commits
  • 1ffb5a7 feat: support dynamic timestamp ScanLocation via DSN timezone (#311)
  • 8385c4a feat(migrator): Add missing postgres type aliases (#312)
  • 84224ec fix: fix migrator recognizing nextval('"table_id_seq"'::regclass) (#304)
  • 04418c9 PG index options handle CONCURRENT option separately (#297)
  • 9723eac Add varchar limit detection as per PostgreSQL limits (#302)
  • dcfe4ea Bump golang.org/x/crypto to v0.31.0 to address CVE-2024-45337 (#301)
  • c172125 fix concurrent issue (#295)
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
gorm.io/driver/postgres [< 1.6, > 1.5.7]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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/681 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/gorm.io/driver/postgres-1.6.0` --- ### 📝 Commits (1) - [`d6496d5`](https://github.com/NdoleStudio/httpsms/commit/d6496d561a0fd970c7cfe0121d516752eff8ea4b) fix(deps): bump gorm.io/driver/postgres from 1.5.11 to 1.6.0 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/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.11 to 1.6.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/postgres/commit/1ffb5a75de20776ce5d266d62436e23ec0cfe60e"><code>1ffb5a7</code></a> feat: support dynamic timestamp ScanLocation via DSN timezone (<a href="https://redirect.github.com/go-gorm/postgres/issues/311">#311</a>)</li> <li><a href="https://github.com/go-gorm/postgres/commit/8385c4afd131d516784f1154d9005601f145588a"><code>8385c4a</code></a> feat(migrator): Add missing postgres type aliases (<a href="https://redirect.github.com/go-gorm/postgres/issues/312">#312</a>)</li> <li><a href="https://github.com/go-gorm/postgres/commit/84224ecab0a0e50ec9673bacae45e42122ff4b7b"><code>84224ec</code></a> fix: fix migrator recognizing <code>nextval('&quot;table_id_seq&quot;'::regclass)</code> (<a href="https://redirect.github.com/go-gorm/postgres/issues/304">#304</a>)</li> <li><a href="https://github.com/go-gorm/postgres/commit/04418c920c1f6de324ed333a5f33bf6b894b80bf"><code>04418c9</code></a> PG index options handle CONCURRENT option separately (<a href="https://redirect.github.com/go-gorm/postgres/issues/297">#297</a>)</li> <li><a href="https://github.com/go-gorm/postgres/commit/9723eacc5e6f3f3e3043925add4f1a51019ae7bc"><code>9723eac</code></a> Add varchar limit detection as per PostgreSQL limits (<a href="https://redirect.github.com/go-gorm/postgres/issues/302">#302</a>)</li> <li><a href="https://github.com/go-gorm/postgres/commit/dcfe4ea8646a372ad171028441a3100f597feab8"><code>dcfe4ea</code></a> Bump golang.org/x/crypto to v0.31.0 to address CVE-2024-45337 (<a href="https://redirect.github.com/go-gorm/postgres/issues/301">#301</a>)</li> <li><a href="https://github.com/go-gorm/postgres/commit/c1721250b2600eaf175be7f56f58567745b1ee84"><code>c172125</code></a> fix concurrent issue (<a href="https://redirect.github.com/go-gorm/postgres/issues/295">#295</a>)</li> <li>See full diff in <a href="https://github.com/go-gorm/postgres/compare/v1.5.11...v1.6.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | gorm.io/driver/postgres | [< 1.6, > 1.5.7] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gorm.io/driver/postgres&package-manager=go_modules&previous-version=1.5.11&new-version=1.6.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) --- **Note:** Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖 <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:37 +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#686
No description provided.