[PR #900] [MERGED] chore(deps): bump the all group across 1 directory with 4 updates #855

Closed
opened 2026-02-25 23:35:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/900
Author: @dependabot[bot]
Created: 5/2/2024
Status: Merged
Merged: 5/3/2024
Merged by: @fmartingr

Base: masterHead: dependabot/go_modules/all-6dcd7d19ef


📝 Commits (1)

  • 734754e chore(deps): bump the all group across 1 directory with 4 updates

📊 Changes

2 files changed (+35 additions, -40 deletions)

View changed files

📝 go.mod (+11 -10)
📝 go.sum (+24 -30)

📄 Description

Bumps the all group with 4 updates in the / directory: github.com/PuerkitoBio/goquery, github.com/gin-contrib/requestid, github.com/jmoiron/sqlx and modernc.org/sqlite.

Updates github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2

Release notes

Sourced from github.com/PuerkitoBio/goquery's releases.

v1.9.2

Update go.mod dependencies.

Commits
  • b076e25 Prepare for release v1.9.2
  • 22d8cfd Merge pull request #470 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 56c8ec7 Bump golang.org/x/net from 0.21.0 to 0.23.0
  • See full diff in compare view

Updates github.com/gin-contrib/requestid from 1.0.0 to 1.0.1

Release notes

Sourced from github.com/gin-contrib/requestid's releases.

v1.0.1

Changelog

Enhancements

  • 8a0fcd53244e840092a56d4a29b38dc9984576d2: chore: refactor linters configuration and remove unused linters (@​appleboy)
  • e944b60de8f490258e2c2edc149c673886d0c3e7: chore: refine release process and documentation (@​appleboy)
  • 96bfbde328e2b8f182a887f63a996ffb7a1d74b9: chore: update dependencies and refactor imports (@​appleboy)
Commits
  • 96bfbde chore: update dependencies and refactor imports
  • e944b60 chore: refine release process and documentation
  • 8a0fcd5 chore: refactor linters configuration and remove unused linters
  • See full diff in compare view

Updates github.com/jmoiron/sqlx from 1.3.5 to 1.4.0

Release notes

Sourced from github.com/jmoiron/sqlx's releases.

Update dependencies to their latest stable versions

This release has updated all dependencies to their latest stable version.

And now, for the auto-generated description:


What's Changed

New Contributors

Full Changelog: https://github.com/jmoiron/sqlx/compare/v1.3.5...v1.4.0

Commits

Updates modernc.org/sqlite from 1.29.6 to 1.29.8

Commits
  • 86f4fa0 upgrade to SQLite 3.45.3
  • f6288a5 upgrade to SQLite 3.45.2, support linux/loong64 /3
  • dc27467 upgrade to SQLite 3.45.2, support linux/loong64 /2
  • 2baa790 upgrade to SQLite 3.45.2, support linux/loong64
  • See full diff in compare view

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

🔄 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/go-shiori/shiori/pull/900 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/2/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@fmartingr](https://github.com/fmartingr) **Base:** `master` ← **Head:** `dependabot/go_modules/all-6dcd7d19ef` --- ### 📝 Commits (1) - [`734754e`](https://github.com/go-shiori/shiori/commit/734754e9e3911e09c91205f670110fd9e0e24700) chore(deps): bump the all group across 1 directory with 4 updates ### 📊 Changes **2 files changed** (+35 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+11 -10) 📝 `go.sum` (+24 -30) </details> ### 📄 Description Bumps the all group with 4 updates in the / directory: [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery), [github.com/gin-contrib/requestid](https://github.com/gin-contrib/requestid), [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `github.com/PuerkitoBio/goquery` from 1.9.1 to 1.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PuerkitoBio/goquery/releases">github.com/PuerkitoBio/goquery's releases</a>.</em></p> <blockquote> <h2>v1.9.2</h2> <p>Update <code>go.mod</code> dependencies.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PuerkitoBio/goquery/commit/b076e25085ddf85e6bc0c016a98198ba4787cfb8"><code>b076e25</code></a> Prepare for release v1.9.2</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/22d8cfd154ec855eb3b567ba15218267646ca023"><code>22d8cfd</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/470">#470</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/56c8ec7392c5cd49057beb4cc557a2be7f89e526"><code>56c8ec7</code></a> Bump golang.org/x/net from 0.21.0 to 0.23.0</li> <li>See full diff in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.9.1...v1.9.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/gin-contrib/requestid` from 1.0.0 to 1.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gin-contrib/requestid/releases">github.com/gin-contrib/requestid's releases</a>.</em></p> <blockquote> <h2>v1.0.1</h2> <h2>Changelog</h2> <h3>Enhancements</h3> <ul> <li>8a0fcd53244e840092a56d4a29b38dc9984576d2: chore: refactor linters configuration and remove unused linters (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>e944b60de8f490258e2c2edc149c673886d0c3e7: chore: refine release process and documentation (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>96bfbde328e2b8f182a887f63a996ffb7a1d74b9: chore: update dependencies and refactor imports (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gin-contrib/requestid/commit/96bfbde328e2b8f182a887f63a996ffb7a1d74b9"><code>96bfbde</code></a> chore: update dependencies and refactor imports</li> <li><a href="https://github.com/gin-contrib/requestid/commit/e944b60de8f490258e2c2edc149c673886d0c3e7"><code>e944b60</code></a> chore: refine release process and documentation</li> <li><a href="https://github.com/gin-contrib/requestid/commit/8a0fcd53244e840092a56d4a29b38dc9984576d2"><code>8a0fcd5</code></a> chore: refactor linters configuration and remove unused linters</li> <li>See full diff in <a href="https://github.com/gin-contrib/requestid/compare/v1.0.0...v1.0.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/jmoiron/sqlx` from 1.3.5 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jmoiron/sqlx/releases">github.com/jmoiron/sqlx's releases</a>.</em></p> <blockquote> <h2>Update dependencies to their latest stable versions</h2> <p>This release has updated all dependencies to their latest stable version.</p> <p>And now, for the auto-generated description:</p> <hr /> <h2>What's Changed</h2> <ul> <li>Introduce CircleCI by <a href="https://github.com/dlsniper"><code>@​dlsniper</code></a> in <a href="https://redirect.github.com/jmoiron/sqlx/pull/922">jmoiron/sqlx#922</a></li> <li>Upgrade dependencies by <a href="https://github.com/dlsniper"><code>@​dlsniper</code></a> in <a href="https://redirect.github.com/jmoiron/sqlx/pull/909">jmoiron/sqlx#909</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dlsniper"><code>@​dlsniper</code></a> made their first contribution at <a href="https://redirect.github.com/jmoiron/sqlx/pull/922">jmoiron/sqlx#922</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jmoiron/sqlx/compare/v1.3.5...v1.4.0">https://github.com/jmoiron/sqlx/compare/v1.3.5...v1.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jmoiron/sqlx/commit/bc916999dc0011f5caf1f0d40e898ea9f839f4ea"><code>bc91699</code></a> Upgrade dependencies (<a href="https://redirect.github.com/jmoiron/sqlx/issues/909">#909</a>)</li> <li><a href="https://github.com/jmoiron/sqlx/commit/dcafbc90dc685e20a870c7604a444bff7a5f4267"><code>dcafbc9</code></a> Introduce CircleCI (<a href="https://redirect.github.com/jmoiron/sqlx/issues/922">#922</a>)</li> <li>See full diff in <a href="https://github.com/jmoiron/sqlx/compare/v1.3.5...v1.4.0">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.29.6 to 1.29.8 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/86f4fa0138ae7ee723fce10045bc1859d62e83be"><code>86f4fa0</code></a> upgrade to SQLite 3.45.3</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/f6288a56c6f619deab860290532f6ae80eba8fb1"><code>f6288a5</code></a> upgrade to SQLite 3.45.2, support linux/loong64 /3</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/dc27467f37406cc9c03ecf036a414c4e34213dad"><code>dc27467</code></a> upgrade to SQLite 3.45.2, support linux/loong64 /2</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/2baa790963f604ccbde6cf2a2345f1fb823248dd"><code>2baa790</code></a> upgrade to SQLite 3.45.2, support linux/loong64</li> <li>See full diff in <a href="https://gitlab.com/cznic/sqlite/compare/v1.29.6...v1.29.8">compare view</a></li> </ul> </details> <br /> 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:41 +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/shiori#855
No description provided.