[PR #1171] [CLOSED] chore(deps): bump the all group across 1 directory with 11 updates #1025

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/1171
Author: @dependabot[bot]
Created: 12/1/2025
Status: Closed

Base: masterHead: dependabot/go_modules/all-1298383b1f


📝 Commits (1)

  • fb127eb chore(deps): bump the all group across 1 directory with 11 updates

📊 Changes

2 files changed (+67 additions, -89 deletions)

View changed files

📝 go.mod (+21 -21)
📝 go.sum (+46 -68)

📄 Description

Bumps the all group with 8 updates in the / directory:

Package From To
github.com/PuerkitoBio/goquery 1.10.3 1.11.0
github.com/gofrs/uuid/v5 5.3.2 5.4.0
github.com/huandu/go-sqlbuilder 1.37.0 1.38.1
github.com/playwright-community/playwright-go 0.5200.0 0.5200.1
github.com/swaggo/swag 1.16.4 1.16.6
github.com/testcontainers/testcontainers-go 0.37.0 0.40.0
golang.org/x/image 0.31.0 0.33.0
modernc.org/sqlite 1.39.0 1.40.1

Updates github.com/PuerkitoBio/goquery from 1.10.3 to 1.11.0

Release notes

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

v1.11.0

Note that Go1.24 is now required (use goquery < 1.11.0 if you can't use go1.24+).

Commits
  • d3e3ce5 Merge pull request #534 from PuerkitoBio/mna-prepare-1.11
  • 9841a36 Update readme for 1.11 release
  • 469d4ea Merge pull request #533 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • a03654e Bump golang.org/x/net from 0.43.0 to 0.47.0
  • faf16ca Merge pull request #523 from PuerkitoBio/dependabot/github_actions/actions/ch...
  • 4c1c718 Update test matrix to run on Go 1.24 and 1.25
  • 62bfb67 Bump actions/checkout from 4 to 5
  • e314281 Merge pull request #525 from PuerkitoBio/dependabot/github_actions/actions/se...
  • 0961921 Bump actions/setup-go from 5 to 6
  • 695fbfd Merge pull request #522 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • Additional commits viewable in compare view

Updates github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0

Release notes

Sourced from github.com/gofrs/uuid/v5's releases.

v5.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0

Commits
  • 153266a Add IsZero method to UUID type for MongoDB omitzero support (#226)
  • 90a218b Bump the all group across 1 directory with 4 updates (#230)
  • 5ec55b6 Bump the all group with 2 updates (#227)
  • e1fb84e perf: reduce allocations in NewV3 and NewV5 (#221)
  • f37c04d Bump the all group with 4 updates (#225)
  • efd4d5a fix: deduplicate UUID parsing logic with parsing tests #217; (#218)
  • bbcba78 Bump the all group across 1 directory with 4 updates (#223)
  • 78d4142 Bump github/codeql-action from 3.28.18 to 3.29.0 in the all group (#215)
  • 6fd71a3 Bump the all group across 1 directory with 4 updates (#214)
  • eabfc15 Bump the all group with 2 updates (#212)
  • Additional commits viewable in compare view

Updates github.com/huandu/go-sqlbuilder from 1.37.0 to 1.38.1

Release notes

Sourced from github.com/huandu/go-sqlbuilder's releases.

v1.38.0

What's Changed

  • [NEW] Implement returning method on SQL Server by @​Bugadinho in #220
  • [FIX] Add document to demonstrate how to write nested JOIN. #217
  • [NEW] Add OrderByAsc and OrderByDesc to SelectBuilder/UpdateBuilder/DeleteBuilder/UnionBuilder for better readability. The old methods OrderBy/Asc/Desc are marked as deprecated. #214

New Contributors

Full Changelog: https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0

Commits
  • e4f129e Merge pull request #222 from zhangyongding/fix-oralce-limit
  • 81eb13e fix oracle limit bug
  • 87617c3 Add nested JOIN example to README and tests
  • 2aef540 Add OrderByAsc and OrderByDesc methods to all builders
  • aaf0f2c Merge pull request #220 from Bugadinho/return-sqlserver
  • 5669392 Add tests for returning on SQL Server
  • fe767ac Add returning support on SQL Server
  • 009947e Add WriteStringsPrefixed
  • See full diff in compare view

Updates github.com/playwright-community/playwright-go from 0.5200.0 to 0.5200.1

Release notes

Sourced from github.com/playwright-community/playwright-go's releases.

v0.5200.1

What's Changed

New Contributors

Full Changelog: https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1

Commits
  • 56e30d6 fix: waiter#RunAndWait maybe cause deadlock. (#555)
  • a70e216 test: wait for workerFunction to be defined in worker test (#561)
  • 2943f90 fix(ci): github runner deprecated ubuntu 20.04 (#560)
  • 123b947 fix: prevent panic in Sizes() (#544)
  • ed0010f fix: ignore nil error for up2date (#552)
  • 556282e fix(ci): misuse of matrix conditional (#559)
  • 6a47e17 ci: handle github action faillures (#553)
  • 4d70e13 docs: modify the playwright driver installation instructions (#542)
  • See full diff in compare view

Updates github.com/swaggo/swag from 1.16.4 to 1.16.6

Release notes

Sourced from github.com/swaggo/swag's releases.

v1.16.6

What's Changed

New Contributors

Full Changelog: https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6

v1.16.5

What's Changed

New Contributors

... (truncated)

Commits

Updates github.com/testcontainers/testcontainers-go from 0.37.0 to 0.40.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.40.0

What's Changed

⚠️ Breaking Changes

The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.

  • Old: type Option func(*options)
  • New: type Option func(*options) error

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 71b5775 chore: use new version (v0.40.0) in modules and examples
  • 7e7e8cc chore(deps): bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 (#3...
  • f95900f feat(azure): add cosmosdb module (#3452)
  • 1ed2735 fix(udp): expose UDP ports properly (#3485)
  • 7527203 chore(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 and golang.org/x/cry...
  • aa75771 chore(deps): bump github.com/docker/docker from 28.3.3+incompatible to 28.5.1...
  • bddd936 feat(wait): add human-readable String() methods to all wait strategies (#3461)
  • 666b20d chore(deps): bump mkdocs-include-markdown-plugin from 7.1.6 to 7.2.0 (#3463)
  • 56b85e5 chore(deps): bump actions/setup-go from 5.4.0 to 6.0.0 (#3462)
  • 9895e2e chore: enable prealloc linter and address issues (#3458)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.42.0 to 0.44.0

Commits
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • 017a1aa chacha20poly1305: panic on dst and additionalData overlap
  • cf29fa9 sha3: make it mostly a wrapper around crypto/sha3
  • 0b7aa0c ssh: use reflect.TypeFor instead of reflect.TypeOf
  • 1faea29 all: fix some typos in comment
  • 627cb89 go.mod: update golang.org/x dependencies
  • dca4914 acme: fix autocert TestHTTPHandlerDefaultFallback
  • 1336e21 x509roots/fallback: update bundle
  • Additional commits viewable in compare view

Updates golang.org/x/image from 0.31.0 to 0.33.0

Commits
  • 9c9d08c go.mod: update golang.org/x dependencies
  • 742b1b7 all: fix some comments
  • 7321200 vector: use built-in max/min to simplify the code
  • 8c4e1c8 go.mod: update golang.org/x dependencies
  • 261d277 draw: accept slightly different JPEG decodings
  • See full diff in compare view

Updates golang.org/x/net from 0.44.0 to 0.47.0

Commits
  • 9a29643 go.mod: update golang.org/x dependencies
  • 07cefd8 context: deprecate
  • 5ac9dac publicsuffix: don't treat ip addresses as domain names
  • d1f64cc quic: use testing/synctest
  • fff0469 http2: document that RFC 7540 prioritization does not work with small payloads
  • f35e3a4 http2: fix weight overflow in RFC 7540 write scheduler
  • 89adc90 http2: fix typo referring to RFC 9218 as RFC 9128 instead
  • 8d76a2c quic: don't defer MAX_STREAMS frames indefinitely
  • 027f8b7 quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE
  • dec9fe7 dns/dnsmessage: update SVCB packing to prohibit name compression
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.35.0 to 0.37.0

Commits

Updates modernc.org/sqlite from 1.39.0 to 1.40.1

Commits
  • d33e568 Merge branch 'close_rows_on_canceled_context' into 'master'
  • eb5b277 add test
  • ae4fece add contributors/authors
  • ae43dcd Close Rows object if the context is canceled before deferred function
  • 482dd8a Merge branch 'pre_update_hook' into 'master'
  • 47443d5 feat: pre-update hooks
  • 17e0622 upgrade to SQLite 3.50.4
  • 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/1171 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-1298383b1f` --- ### 📝 Commits (1) - [`fb127eb`](https://github.com/go-shiori/shiori/commit/fb127eb42e8056c9fa7cedae8ad6798a1d163445) chore(deps): bump the all group across 1 directory with 11 updates ### 📊 Changes **2 files changed** (+67 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+21 -21) 📝 `go.sum` (+46 -68) </details> ### 📄 Description Bumps the all group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.10.3` | `1.11.0` | | [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.3.2` | `5.4.0` | | [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | `1.37.0` | `1.38.1` | | [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go) | `0.5200.0` | `0.5200.1` | | [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.37.0` | `0.40.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.31.0` | `0.33.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.39.0` | `1.40.1` | Updates `github.com/PuerkitoBio/goquery` from 1.10.3 to 1.11.0 <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.11.0</h2> <p>Note that Go1.24 is now required (use goquery &lt; 1.11.0 if you can't use go1.24+).</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PuerkitoBio/goquery/commit/d3e3ce5663e50cecf172387d96395f3cddc98eaf"><code>d3e3ce5</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/534">#534</a> from PuerkitoBio/mna-prepare-1.11</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/9841a36e8fe00e1257f8ba3f23302eba389f118d"><code>9841a36</code></a> Update readme for 1.11 release</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/469d4eab1616fb2f1797145dbc22e97d63bd75a3"><code>469d4ea</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/533">#533</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/a03654e5c2d090db9eb2e080e037bc42b5a4e290"><code>a03654e</code></a> Bump golang.org/x/net from 0.43.0 to 0.47.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/faf16ca2dfe5212ab5414c8551a817e8adb23baa"><code>faf16ca</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/523">#523</a> from PuerkitoBio/dependabot/github_actions/actions/ch...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/4c1c718c624e33b35af89ab683fb617b2defc64f"><code>4c1c718</code></a> Update test matrix to run on Go 1.24 and 1.25</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/62bfb673c973225073ba77fd09a487f7a2541165"><code>62bfb67</code></a> Bump actions/checkout from 4 to 5</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/e3142812ece99a5a43518db826681bca42323627"><code>e314281</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/525">#525</a> from PuerkitoBio/dependabot/github_actions/actions/se...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/0961921b55cb3e9a5ceab92a13ea242e716502a9"><code>0961921</code></a> Bump actions/setup-go from 5 to 6</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/695fbfd14223a5c53849eb0073949253eaf5d548"><code>695fbfd</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/522">#522</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li>Additional commits viewable in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.10.3...v1.11.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/gofrs/uuid/v5` from 5.3.2 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gofrs/uuid/releases">github.com/gofrs/uuid/v5's releases</a>.</em></p> <blockquote> <h2>v5.4.0</h2> <h2>What's Changed</h2> <ul> <li>fix: deduplicate UUID parsing logic with parsing tests <a href="https://redirect.github.com/gofrs/uuid/issues/217">#217</a>; by <a href="https://github.com/atlet99"><code>@​atlet99</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/218">gofrs/uuid#218</a></li> <li>perf: reduce allocations in NewV3 and NewV5 by <a href="https://github.com/anatoly-kussul"><code>@​anatoly-kussul</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/221">gofrs/uuid#221</a></li> <li>Add IsZero method to UUID type for MongoDB omitzero support by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/226">gofrs/uuid#226</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/atlet99"><code>@​atlet99</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/218">gofrs/uuid#218</a></li> <li><a href="https://github.com/anatoly-kussul"><code>@​anatoly-kussul</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/221">gofrs/uuid#221</a></li> <li><a href="https://github.com/Copilot"><code>@​Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/226">gofrs/uuid#226</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0">https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofrs/uuid/commit/153266a4d7e6f54fc25f27023491f359ca18c560"><code>153266a</code></a> Add IsZero method to UUID type for MongoDB omitzero support (<a href="https://redirect.github.com/gofrs/uuid/issues/226">#226</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/90a218bde78a74c2c72af34dbc71147b6444082c"><code>90a218b</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/230">#230</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/5ec55b66c609e0ac195adba25624d00f6ec80eda"><code>5ec55b6</code></a> Bump the all group with 2 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/227">#227</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/e1fb84e5d827bb2ad5e5491f1442f9d5286ff16c"><code>e1fb84e</code></a> perf: reduce allocations in NewV3 and NewV5 (<a href="https://redirect.github.com/gofrs/uuid/issues/221">#221</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/f37c04d2cbaad0e4784e7dd2403ab4373ce7c39a"><code>f37c04d</code></a> Bump the all group with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/225">#225</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/efd4d5aab497d7d5fe42515666af3f39ee365b86"><code>efd4d5a</code></a> fix: deduplicate UUID parsing logic with parsing tests <a href="https://redirect.github.com/gofrs/uuid/issues/217">#217</a>; (<a href="https://redirect.github.com/gofrs/uuid/issues/218">#218</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/bbcba78f94fbfa0ffdfbeb230ef0bed168b73c77"><code>bbcba78</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/223">#223</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/78d414218c02472920cfed5cf147c30171d199f9"><code>78d4142</code></a> Bump github/codeql-action from 3.28.18 to 3.29.0 in the all group (<a href="https://redirect.github.com/gofrs/uuid/issues/215">#215</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/6fd71a373b0f8e3ace412c56127b540f48ba30c9"><code>6fd71a3</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/214">#214</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/eabfc154a534a0d664d56856634de8b0fd7a0ab3"><code>eabfc15</code></a> Bump the all group with 2 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/212">#212</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/huandu/go-sqlbuilder` from 1.37.0 to 1.38.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huandu/go-sqlbuilder/releases">github.com/huandu/go-sqlbuilder's releases</a>.</em></p> <blockquote> <h2>v1.38.0</h2> <h2>What's Changed</h2> <ul> <li>[NEW] Implement returning method on SQL Server by <a href="https://github.com/Bugadinho"><code>@​Bugadinho</code></a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/220">#220</a></li> <li>[FIX] Add document to demonstrate how to write nested <code>JOIN</code>. <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/217">#217</a></li> <li>[NEW] Add <code>OrderByAsc</code> and <code>OrderByDesc</code> to <code>SelectBuilder</code>/<code>UpdateBuilder</code>/<code>DeleteBuilder</code>/<code>UnionBuilder</code> for better readability. The old methods <code>OrderBy</code>/<code>Asc</code>/<code>Desc</code> are marked as deprecated. <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/214">#214</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Bugadinho"><code>@​Bugadinho</code></a> made their first contribution in <a href="https://redirect.github.com/huandu/go-sqlbuilder/pull/220">huandu/go-sqlbuilder#220</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0">https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/e4f129e422fa7217c6e580e6950aadc758484246"><code>e4f129e</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/222">#222</a> from zhangyongding/fix-oralce-limit</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/81eb13e43fb4b2671467ca4591ff617e06269fc8"><code>81eb13e</code></a> fix oracle limit bug</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/87617c3caf3121922c8eb79168e8026f77f84794"><code>87617c3</code></a> Add nested JOIN example to README and tests</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/2aef540e4b16f977a94057416cac0a2f2d636286"><code>2aef540</code></a> Add OrderByAsc and OrderByDesc methods to all builders</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/aaf0f2cf7e2f6b4d2d2ce4279ee5144318db677f"><code>aaf0f2c</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/220">#220</a> from Bugadinho/return-sqlserver</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/56693923903a7417fcd797d48724febd17928b72"><code>5669392</code></a> Add tests for returning on SQL Server</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/fe767acd37d8088923a15a4827e1aaa585db1e0e"><code>fe767ac</code></a> Add returning support on SQL Server</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/009947e6a12c5a1f4410013ac5bad5e56aa9b874"><code>009947e</code></a> Add WriteStringsPrefixed</li> <li>See full diff in <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/playwright-community/playwright-go` from 0.5200.0 to 0.5200.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/playwright-community/playwright-go/releases">github.com/playwright-community/playwright-go's releases</a>.</em></p> <blockquote> <h2>v0.5200.1</h2> <h2>What's Changed</h2> <ul> <li>docs: modify the playwright driver installation instructions by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/542">playwright-community/playwright-go#542</a></li> <li>ci: handle github action faillures by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/553">playwright-community/playwright-go#553</a></li> <li>fix(ci): misuse of matrix conditional by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/559">playwright-community/playwright-go#559</a></li> <li>fix: ignore nil error for up2date by <a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/552">playwright-community/playwright-go#552</a></li> <li>fix: prevent panic in Sizes() by <a href="https://github.com/derekperkins"><code>@​derekperkins</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/544">playwright-community/playwright-go#544</a></li> <li>fix(ci): github runner deprecated ubuntu 20.04 by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/560">playwright-community/playwright-go#560</a></li> <li>test: wait for workerFunction to be defined in worker test by <a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/561">playwright-community/playwright-go#561</a></li> <li>fix: waiter#RunAndWait maybe cause deadlock. by <a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/555">playwright-community/playwright-go#555</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> made their first contribution in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/552">playwright-community/playwright-go#552</a></li> <li><a href="https://github.com/derekperkins"><code>@​derekperkins</code></a> made their first contribution in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/544">playwright-community/playwright-go#544</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1">https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/playwright-community/playwright-go/commit/56e30d60f8b42785982469eaca6ad969bc2e1946"><code>56e30d6</code></a> fix: waiter#RunAndWait maybe cause deadlock. (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/555">#555</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/a70e216c28cc74dfbc1dc6224ab9da0c3f5a5f59"><code>a70e216</code></a> test: wait for workerFunction to be defined in worker test (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/561">#561</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/2943f90553df5eb45e477a31ed6391bb6ef75e5a"><code>2943f90</code></a> fix(ci): github runner deprecated ubuntu 20.04 (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/560">#560</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/123b947ddb17ab2e0d8b53d0e0a8bc755e61c577"><code>123b947</code></a> fix: prevent panic in Sizes() (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/544">#544</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/ed0010f3c6ebdbebb9dcffa7480f61e487530755"><code>ed0010f</code></a> fix: ignore nil error for up2date (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/552">#552</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/556282eb0a6036529f6fe2dbff80dd89773fd07d"><code>556282e</code></a> fix(ci): misuse of matrix conditional (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/559">#559</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/6a47e17273f45d89ed6e8ac786fbbebca68eac79"><code>6a47e17</code></a> ci: handle github action faillures (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/553">#553</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/4d70e13a55649abcfe582deeecbeeaf6e0ba6427"><code>4d70e13</code></a> docs: modify the playwright driver installation instructions (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/542">#542</a>)</li> <li>See full diff in <a href="https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/swaggo/swag` from 1.16.4 to 1.16.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swaggo/swag/releases">github.com/swaggo/swag's releases</a>.</em></p> <blockquote> <h2>v1.16.6</h2> <h2>What's Changed</h2> <ul> <li>fix: prevent nil pointer dereference in getFuncDoc when parsing depen… by <a href="https://github.com/gatorjuice"><code>@​gatorjuice</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2044">swaggo/swag#2044</a></li> <li>fix: router with tilde <a href="https://redirect.github.com/swaggo/swag/issues/2004">#2004</a> by <a href="https://github.com/subwiz"><code>@​subwiz</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2005">swaggo/swag#2005</a></li> <li>Feature: allow enum ordered const name override (2nd PR for this) by <a href="https://github.com/drewsilcock"><code>@​drewsilcock</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2046">swaggo/swag#2046</a></li> <li>Use the structs name without the <a href="https://github.com/name"><code>@​name</code></a> comment by <a href="https://github.com/skast96"><code>@​skast96</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2043">swaggo/swag#2043</a></li> <li>feat: allow description line continuation by <a href="https://github.com/berk-karaal"><code>@​berk-karaal</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2048">swaggo/swag#2048</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gatorjuice"><code>@​gatorjuice</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2044">swaggo/swag#2044</a></li> <li><a href="https://github.com/subwiz"><code>@​subwiz</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2005">swaggo/swag#2005</a></li> <li><a href="https://github.com/drewsilcock"><code>@​drewsilcock</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2046">swaggo/swag#2046</a></li> <li><a href="https://github.com/skast96"><code>@​skast96</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2043">swaggo/swag#2043</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6">https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6</a></p> <h2>v1.16.5</h2> <h2>What's Changed</h2> <ul> <li>Added support for <a href="https://github.com/tag"><code>@​tag</code></a>.x- attributes for tags (<a href="https://redirect.github.com/swaggo/swag/issues/1784">#1784</a>) by <a href="https://github.com/Ponywka"><code>@​Ponywka</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1785">swaggo/swag#1785</a></li> <li>feat: Add x-enum-descriptions to generated Swagger documentation for Enum by <a href="https://github.com/wakamenod"><code>@​wakamenod</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1878">swaggo/swag#1878</a></li> <li>fix: use '&amp;&amp;' for security pair(AND) by <a href="https://github.com/kkkiio"><code>@​kkkiio</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1659">swaggo/swag#1659</a></li> <li>feat: ParseComment error to contain the comment by <a href="https://github.com/stokito"><code>@​stokito</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1777">swaggo/swag#1777</a></li> <li>support generate var-declared function doc by <a href="https://github.com/book987"><code>@​book987</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1657">swaggo/swag#1657</a></li> <li>Fix compare original and formatted by <a href="https://github.com/0daryo"><code>@​0daryo</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1915">swaggo/swag#1915</a></li> <li>Transfer golang type to swagger type with format reserved by <a href="https://github.com/sdghchj"><code>@​sdghchj</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1944">swaggo/swag#1944</a></li> <li>Fix format by goimports by <a href="https://github.com/0daryo"><code>@​0daryo</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1927">swaggo/swag#1927</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/object-map-example by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/swaggo/swag/pull/1945">swaggo/swag#1945</a></li> <li>fix: <a href="https://github.com/name"><code>@​name</code></a> for recursion by <a href="https://github.com/njacob1001"><code>@​njacob1001</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1948">swaggo/swag#1948</a></li> <li>Fix typo error in README by <a href="https://github.com/yashisrani"><code>@​yashisrani</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1954">swaggo/swag#1954</a></li> <li>Extension: collectionFormat in struct tag by <a href="https://github.com/sdghchj"><code>@​sdghchj</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1989">swaggo/swag#1989</a></li> <li>chore: accept event streaming by <a href="https://github.com/miguelhrocha"><code>@​miguelhrocha</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1992">swaggo/swag#1992</a></li> <li>Non-empty stderr for <code>go list</code> is not an error in itself by <a href="https://github.com/atercattus"><code>@​atercattus</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1981">swaggo/swag#1981</a></li> <li>Updated golang/x/text v0.21, x/tools v0.21 to address CVE-2024-45338 in net v0.23 by <a href="https://github.com/blame19"><code>@​blame19</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1962">swaggo/swag#1962</a></li> <li>Remove redundant <code>(default: false)</code> for parseFuncBody flag by <a href="https://github.com/nikpivkin"><code>@​nikpivkin</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1961">swaggo/swag#1961</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/celler by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/swaggo/swag/pull/1993">swaggo/swag#1993</a></li> <li>fix(test): include <code>rune</code> test in enums tests by <a href="https://github.com/sharunkumar"><code>@​sharunkumar</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2025">swaggo/swag#2025</a></li> <li>feat: json:omitempty marks field as optional by <a href="https://github.com/andyatmiami"><code>@​andyatmiami</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2041">swaggo/swag#2041</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wakamenod"><code>@​wakamenod</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1878">swaggo/swag#1878</a></li> <li><a href="https://github.com/stokito"><code>@​stokito</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1777">swaggo/swag#1777</a></li> <li><a href="https://github.com/book987"><code>@​book987</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1657">swaggo/swag#1657</a></li> <li><a href="https://github.com/njacob1001"><code>@​njacob1001</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1948">swaggo/swag#1948</a></li> <li><a href="https://github.com/yashisrani"><code>@​yashisrani</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1954">swaggo/swag#1954</a></li> <li><a href="https://github.com/miguelhrocha"><code>@​miguelhrocha</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1992">swaggo/swag#1992</a></li> <li><a href="https://github.com/atercattus"><code>@​atercattus</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1981">swaggo/swag#1981</a></li> <li><a href="https://github.com/blame19"><code>@​blame19</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1962">swaggo/swag#1962</a></li> <li><a href="https://github.com/sharunkumar"><code>@​sharunkumar</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2025">swaggo/swag#2025</a></li> <li><a href="https://github.com/andyatmiami"><code>@​andyatmiami</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2041">swaggo/swag#2041</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swaggo/swag/commit/f676981e12b892b4a2c5f50cd3dbc96d469ca358"><code>f676981</code></a> feat: allow description line continuation (<a href="https://redirect.github.com/swaggo/swag/issues/2048">#2048</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/252fecd4cbc33868a56d3f3f1092cd2a561073ef"><code>252fecd</code></a> Use the structs name without the <a href="https://github.com/name"><code>@​name</code></a> comment (<a href="https://redirect.github.com/swaggo/swag/issues/2043">#2043</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/b0c5cc990594386ba6189a21313e4e8e68695249"><code>b0c5cc9</code></a> Feature: allow enum ordered const name override (2nd PR for this) (<a href="https://redirect.github.com/swaggo/swag/issues/2046">#2046</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/0f3bf86377c7e1c5bbf280380419e9ded717d83a"><code>0f3bf86</code></a> fix: router with tilde <a href="https://redirect.github.com/swaggo/swag/issues/2004">#2004</a> (<a href="https://redirect.github.com/swaggo/swag/issues/2005">#2005</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/d7cec5730e4e9ff1c05e98b780c0092b0ad35cbe"><code>d7cec57</code></a> fix: prevent nil pointer dereference in getFuncDoc when parsing dependencies ...</li> <li><a href="https://github.com/swaggo/swag/commit/15a183bfd60426ca30b2cebdff5ab7c6558d0291"><code>15a183b</code></a> feat: json:omitempty marks field as optional (<a href="https://redirect.github.com/swaggo/swag/issues/2041">#2041</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/714cd1292724c73a25cf1828ea24df08d4f66de3"><code>714cd12</code></a> fix(test): include <code>rune</code> test in enums tests (<a href="https://redirect.github.com/swaggo/swag/issues/2025">#2025</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/93e86851e9f22f1f2db57812cf71fc004c02159c"><code>93e8685</code></a> chore(deps): bump golang.org/x/crypto in /example/celler (<a href="https://redirect.github.com/swaggo/swag/issues/1993">#1993</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/aee4fddf38fc80aa5d2d5257545f2a3727d7d056"><code>aee4fdd</code></a> Remove redundant (default: false) for parseFuncBody flag (<a href="https://redirect.github.com/swaggo/swag/issues/1961">#1961</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/5c99c1705f92c42ba47987357d0e1790e8c1eb92"><code>5c99c17</code></a> x/text v0.21, x/tools v0.21 (<a href="https://redirect.github.com/swaggo/swag/issues/1962">#1962</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swaggo/swag/compare/v1.16.4...v1.16.6">compare view</a></li> </ul> </details> <br /> Updates `github.com/testcontainers/testcontainers-go` from 0.37.0 to 0.40.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-go/releases">github.com/testcontainers/testcontainers-go's releases</a>.</em></p> <blockquote> <h2>v0.40.0</h2> <h1>What's Changed</h1> <h2>⚠️ Breaking Changes</h2> <ul> <li>chore(redpanda)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3430">#3430</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(rabbitmq)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3428">#3428</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(opensearch)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3423">#3423</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(elasticsearch)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3407">#3407</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(etcd)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3409">#3409</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <p>The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.</p> <ul> <li>Old: type Option func(*options)</li> <li>New: type Option func(*options) error</li> </ul> <h2>🚀 Features</h2> <ul> <li>feat(azure): add cosmosdb module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3452">#3452</a>) <a href="https://github.com/natsoman"><code>@​natsoman</code></a></li> <li>feat(azure): reduce time/memory by running specific sub-services (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3451">#3451</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(udp): expose UDP ports properly (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3485">#3485</a>) <a href="https://github.com/blueprismo"><code>@​blueprismo</code></a></li> <li>fix(compose): update to docker compose v2.40.2 and use api.Compose interface (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3456">#3456</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>fix(surrealdb): use true as value for WithAllowAllCaps option (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3436">#3436</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>fix: use path.Join instead of url.JoinPath when prepending a custom registry to an image (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3308">#3308</a>) <a href="https://github.com/fedorkanin"><code>@​fedorkanin</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: add AI coding agent guidelines (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3446">#3446</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>docs(mssql): describe MSSQL issue with negative certificates (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3417">#3417</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>feat(wait): add human-readable String() methods to all wait strategies (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3461">#3461</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore: enable prealloc linter and address issues (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3458">#3458</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> <li>chore(dockermcpgateway): skip testable example as it's not deterministic (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3457">#3457</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>fix(azurite): fix lint (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3453">#3453</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore: fix &quot;Redpanda&quot; copy-paste comment everywhere (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3450">#3450</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> <li>chore: remove redundant wait.ForAll everywhere (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3449">#3449</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> <li>chore(couchbase|etcd|firestore|mcpgateway|eventhubs|servicebus): apply consistent pattern for options (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3447">#3447</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(modulegen): use Run function when generating modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3445">#3445</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(vault): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3443">#3443</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(valkey): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3440">#3440</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(yugabytedb): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3444">#3444</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(weaviate): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3442">#3442</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(vearch): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3441">#3441</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(toxiproxy): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3435">#3435</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(clickhouse|k6|localstack|redpanda|registry|socat): use Run in tests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3432">#3432</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(surrealdb): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3434">#3434</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/71b5775301e2f4333ad6c9cee25955d8e9ffeb06"><code>71b5775</code></a> chore: use new version (v0.40.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/7e7e8cc843246efe498aa57287c69443acc3a5c9"><code>7e7e8cc</code></a> chore(deps): bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3">#3</a>...</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/f95900f4c616aad8f557db8a159d336ada8eceba"><code>f95900f</code></a> feat(azure): add cosmosdb module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3452">#3452</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/1ed273507d6766bd98cc1780b6bbc02352fcfce0"><code>1ed2735</code></a> fix(udp): expose UDP ports properly (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3485">#3485</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/75272033cf089a08dbeaeb65cb9b312c7fadd557"><code>7527203</code></a> chore(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 and golang.org/x/cry...</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/aa757711bb8a0efe76866a31ef30e5fc5dec03a3"><code>aa75771</code></a> chore(deps): bump github.com/docker/docker from 28.3.3+incompatible to 28.5.1...</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/bddd936e4a648a669f8623bfd62d0973d5294a45"><code>bddd936</code></a> feat(wait): add human-readable String() methods to all wait strategies (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3461">#3461</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/666b20df3ca7d8921c8db720f938dbf034755578"><code>666b20d</code></a> chore(deps): bump mkdocs-include-markdown-plugin from 7.1.6 to 7.2.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3463">#3463</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/56b85e5a47cb5eefac55c51ba91d83bfa37bb5a0"><code>56b85e5</code></a> chore(deps): bump actions/setup-go from 5.4.0 to 6.0.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3462">#3462</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/9895e2e4be7bda76f4bd6a91bd51271b6ae76392"><code>9895e2e</code></a> chore: enable prealloc linter and address issues (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3458">#3458</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.37.0...v0.40.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/crypto` from 0.42.0 to 0.44.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/122a78f140d9d3303ed3261bc374bbbca149140f"><code>122a78f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/c0531f9c34514ad5c5551e2d6ce569ca673a8afd"><code>c0531f9</code></a> all: eliminate vet diagnostics</li> <li><a href="https://github.com/golang/crypto/commit/0997000b45e3a40598272081bcad03ffd21b8adb"><code>0997000</code></a> all: fix some comments</li> <li><a href="https://github.com/golang/crypto/commit/017a1aaa2d993492ef6f74ebe7c87f33d82d3717"><code>017a1aa</code></a> chacha20poly1305: panic on dst and additionalData overlap</li> <li><a href="https://github.com/golang/crypto/commit/cf29fa96f8b66328e59829f064539321159bfa5b"><code>cf29fa9</code></a> sha3: make it mostly a wrapper around crypto/sha3</li> <li><a href="https://github.com/golang/crypto/commit/0b7aa0cfb07b6b13ead990b67cb3cb8639871f90"><code>0b7aa0c</code></a> ssh: use reflect.TypeFor instead of reflect.TypeOf</li> <li><a href="https://github.com/golang/crypto/commit/1faea2975ced2153e5086c1ee135f983db10150a"><code>1faea29</code></a> all: fix some typos in comment</li> <li><a href="https://github.com/golang/crypto/commit/627cb894b6b2021e34c4ad4af4c0a963127491e4"><code>627cb89</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/dca4914afe94ebd485672b06b9a120e18b452533"><code>dca4914</code></a> acme: fix autocert TestHTTPHandlerDefaultFallback</li> <li><a href="https://github.com/golang/crypto/commit/1336e21bd6f39d1ab82ca6412693849c2d120e1d"><code>1336e21</code></a> x509roots/fallback: update bundle</li> <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.42.0...v0.44.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/image` from 0.31.0 to 0.33.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/image/commit/9c9d08c65c08567c997eccc8bde52fcc9369bea6"><code>9c9d08c</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/742b1b756d98a0c48b1fcf464a0c63fa50e1aa6b"><code>742b1b7</code></a> all: fix some comments</li> <li><a href="https://github.com/golang/image/commit/73212001cc67970ea1b7bd0fe48be23af4cdabfb"><code>7321200</code></a> vector: use built-in max/min to simplify the code</li> <li><a href="https://github.com/golang/image/commit/8c4e1c85f1cf8c1730eeb0d0c2bf7777a39ac108"><code>8c4e1c8</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/261d2777537237975bcb057e6209a6109a002288"><code>261d277</code></a> draw: accept slightly different JPEG decodings</li> <li>See full diff in <a href="https://github.com/golang/image/compare/v0.31.0...v0.33.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.44.0 to 0.47.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/9a296438e54dff851a45667aa645a97003b44db5"><code>9a29643</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/07cefd8a6bb170785052142a96034f2b2f7115bc"><code>07cefd8</code></a> context: deprecate</li> <li><a href="https://github.com/golang/net/commit/5ac9daca088ab4f378d7df849f6c7d28bea86071"><code>5ac9dac</code></a> publicsuffix: don't treat ip addresses as domain names</li> <li><a href="https://github.com/golang/net/commit/d1f64cc67036f272ea900194674afcf71eb3e816"><code>d1f64cc</code></a> quic: use testing/synctest</li> <li><a href="https://github.com/golang/net/commit/fff0469cf57f71bea0cbc4cc8cbfb8f92be7a417"><code>fff0469</code></a> http2: document that RFC 7540 prioritization does not work with small payloads</li> <li><a href="https://github.com/golang/net/commit/f35e3a4dd2a34d1d47fac5b66210a40e2d374a79"><code>f35e3a4</code></a> http2: fix weight overflow in RFC 7540 write scheduler</li> <li><a href="https://github.com/golang/net/commit/89adc90ac46a688eeda3a4a95b71acf073bd059c"><code>89adc90</code></a> http2: fix typo referring to RFC 9218 as RFC 9128 instead</li> <li><a href="https://github.com/golang/net/commit/8d76a2c082f6f995c2ef1ce8a0d56f2e33b48092"><code>8d76a2c</code></a> quic: don't defer MAX_STREAMS frames indefinitely</li> <li><a href="https://github.com/golang/net/commit/027f8b700eb72af5c0175a945535a42670628351"><code>027f8b7</code></a> quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE</li> <li><a href="https://github.com/golang/net/commit/dec9fe711ec1385a2aa169a3f8145d295abcca16"><code>dec9fe7</code></a> dns/dnsmessage: update SVCB packing to prohibit name compression</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.44.0...v0.47.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.35.0 to 0.37.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/1231d5465be98a7c5f01140358c142d365d4fbb6"><code>1231d54</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/3475bc8ef1a53c8b2f1fa69d5f804135ca97f035"><code>3475bc8</code></a> term: fix some comments</li> <li><a href="https://github.com/golang/term/commit/3a0828a6667fd19fb680702513ff01f7afe76772"><code>3a0828a</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.35.0...v0.37.0">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.39.0 to 1.40.1 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/d33e568298f6d0da40718843d3562d716f7c4f1b"><code>d33e568</code></a> Merge branch 'close_rows_on_canceled_context' into 'master'</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/eb5b27791b49ce7b1dfd960003b2ea148c383b51"><code>eb5b277</code></a> add test</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/ae4fece2a3644848c58304a6bca1e657f8c6bc72"><code>ae4fece</code></a> add contributors/authors</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/ae43dcd06741c9790fb6bfdd7c13fe2075be4871"><code>ae43dcd</code></a> Close Rows object if the context is canceled before deferred function</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/482dd8ac375853c5362828d40a96e6480bd92449"><code>482dd8a</code></a> Merge branch 'pre_update_hook' into 'master'</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/47443d5efc8c330a0f6c0ebd61f83a8511728273"><code>47443d5</code></a> feat: pre-update hooks</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/17e06226647c18b11f8bce329dea8d9c24901f3f"><code>17e0622</code></a> upgrade to SQLite 3.50.4</li> <li>See full diff in <a href="https://gitlab.com/cznic/sqlite/compare/v1.39.0...v1.40.1">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:36:14 +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#1025
No description provided.