[PR #985] [CLOSED] chore(deps): bump the all group with 11 updates #910

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/985
Author: @dependabot[bot]
Created: 10/1/2024
Status: Closed

Base: masterHead: dependabot/go_modules/all-9717887f3d


📝 Commits (1)

  • bcad599 chore(deps): bump the all group with 11 updates

📊 Changes

2 files changed (+80 additions, -81 deletions)

View changed files

📝 go.mod (+25 -24)
📝 go.sum (+55 -57)

📄 Description

Bumps the all group with 11 updates:

Package From To
github.com/PuerkitoBio/goquery 1.9.2 1.10.0
github.com/gin-contrib/requestid 1.0.2 1.0.3
github.com/gofrs/uuid/v5 5.2.0 5.3.0
github.com/mattn/go-sqlite3 1.14.22 1.14.23
github.com/sethvargo/go-envconfig 1.0.2 1.1.0
github.com/spf13/cobra 1.8.0 1.8.1
golang.org/x/crypto 0.23.0 0.27.0
golang.org/x/image 0.16.0 0.20.0
golang.org/x/net 0.25.0 0.29.0
golang.org/x/term 0.20.0 0.24.0
modernc.org/sqlite 1.29.9 1.33.1

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

Release notes

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

v1.10.0

Add EachIter which provides an iterator that can be used in for..range loops on the *Selection object.

goquery now requires Go version 1.23+, use goquery v1.9.x for older Go versions.

v1.9.3

Update go.mod dependencies.

Commits
  • 7d37930 Update readme to prepare 1.10 version
  • 9551ee5 Merge pull request #489 from PuerkitoBio/amikai-itereach-pr
  • 291e2cf Merge branch 'master' into amikai-itereach-pr
  • 7019296 Update CI to target go1.23+
  • eec8e87 Revert "Re-orangize code for compitable"
  • 957a864 Prepare 1.9.3 release
  • 34d91db Merge pull request #488 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 0984c44 Bump golang.org/x/net from 0.28.0 to 0.29.0
  • fbfb78c Merge pull request #487 from Kiyo510/fix_ci_test
  • e91ee4d Fixed checkout to repo before executing actions/setup-go@v5 step to avoid err...
  • Additional commits viewable in compare view

Updates github.com/gin-contrib/requestid from 1.0.2 to 1.0.3

Release notes

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

v1.0.3

Changelog

Enhancements

  • 8627134f4e8e07691895547106d8af3287962a7e: chore: update dependencies to latest stable versions (@​appleboy)
  • 45b6b1425de9fdd2189e8435a90a67e97869b016: chore: upgrade dependencies to latest versions (@​appleboy)
  • 970c0c8695bb650484c47e81618c65455d430ce3: chore: restrict Go versions and simplify CI workflow (@​appleboy)
  • d37aa7081e50a95d7bec030cf62296f6c3d61fc5: chore: update Go version matrix to include 1.23 (@​appleboy)
  • b57ed444e2d89fc3939835effc665d8656fae4b4: chore: upgrade Go version and dependencies in workflow (@​appleboy)

Build process updates

  • 228d8b0f60aadea29453e6ac21e863c2d72855d5: ci: update CI/CD pipeline and testing configurations (@​appleboy)

Documentation updates

  • c0b05e3673b846f4a97d2d1abf419f21756c2032: docs: Update README.md (#49) (@​lnnt)
Commits
  • b57ed44 chore: upgrade Go version and dependencies in workflow
  • c0b05e3 docs: Update README.md (#49)
  • d37aa70 chore: update Go version matrix to include 1.23
  • 970c0c8 chore: restrict Go versions and simplify CI workflow
  • 45b6b14 chore: upgrade dependencies to latest versions
  • 8627134 chore: update dependencies to latest stable versions
  • 228d8b0 ci: update CI/CD pipeline and testing configurations
  • See full diff in compare view

Updates github.com/gofrs/uuid/v5 from 5.2.0 to 5.3.0

Release notes

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

v5.3.0

Summary

In this release, we updated the package to participate in OpenSSF Scorecard and tuned several development workflows and added some fuzz tests. Additionally, We added AtTime generators for V1, V6, and V7 so that users may generate UUIDs from time stamps.

NOTE Technically, the additional of the AtTime generators is a breaking change to the Generator interface. We decided to go with a minor update because of the unlikelihood of this interface being implemented by a consumer, and to reduce the impact of releasing a major version for this feature.  

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0

Commits
  • e826b84 Add "AtTime" generators for V1, V6, and V7 (#142)
  • 190948b Bump actions/upload-artifact from 4.3.4 to 4.3.5 in the all group (#171)
  • 1643bf3 Bump the all group with 2 updates (#170)
  • e60730a Bump github/codeql-action from 3.25.12 to 3.25.13 in the all group (#169)
  • 2f6f9f4 chore: group GitHub Action updates (#168)
  • da52fd9 Bump github/codeql-action from 3.25.11 to 3.25.12 (#165)
  • 8595587 Bump actions/setup-go from 5.0.1 to 5.0.2 (#166)
  • fad3d14 Bump actions/dependency-review-action from 4.3.3 to 4.3.4 (#167)
  • 817d03c Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#164)
  • b7cab94 Bump github/codeql-action from 3.25.10 to 3.25.11 (#163)
  • Additional commits viewable in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23

Commits

Updates github.com/sethvargo/go-envconfig from 1.0.2 to 1.1.0

Release notes

Sourced from github.com/sethvargo/go-envconfig's releases.

v1.1.0

What's Changed

Full Changelog: https://github.com/sethvargo/go-envconfig/compare/v1.0.3...v1.1.0

v1.0.3

What's Changed

Full Changelog: https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.0.3

Commits

Updates github.com/spf13/cobra from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.1

Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

... (truncated)

Commits

Updates golang.org/x/crypto from 0.23.0 to 0.27.0

Commits
  • c9da6b9 all: fix printf(var) mistakes detected by latest printf checker
  • b35ab4f go.mod: update golang.org/x dependencies
  • bcb0f91 internal/poly1305: Port sum_amd64.s to Avo
  • 7eace71 chacha20poly1305: Avo port of chacha20poly1305_amd64.s
  • 620dfbc salsa20/salsa: Port salsa20_amd64.s to Avo
  • 82942cf blake2b: port blake2b_amd64.s to Avo
  • 0484c26 blake2b: port blake2bAVX2_amd64.s to Avo
  • 38ed1bc blake2s: port blake2s_amd64.s to Avo
  • 38a0b5d argon2: Avo port of blamka_amd64.s
  • bf5f14f x509roots/fallback: update bundle
  • Additional commits viewable in compare view

Updates golang.org/x/image from 0.16.0 to 0.20.0

Commits
  • c82123a go.mod: update golang.org/x dependencies
  • 59aa040 go.mod: update golang.org/x dependencies
  • 8bfd4fd colornames: update link to SVG spec
  • bad7eb8 LICENSE: update per Google Legal
  • 9abbe10 draw: avoid FMA (Fused Multiply Add)
  • 3bbf4a6 tiff: Validate palette indices when parsing palette-color images
  • 6c5fa46 go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates golang.org/x/net from 0.25.0 to 0.29.0

Commits
  • 35b4aba go.mod: update golang.org/x dependencies
  • 9bf379f websocket: fix printf(var) mistake detected by latest printf checker
  • 4542a42 go.mod: update golang.org/x dependencies
  • 765c7e8 xsrftoken: create no padding base64 string by RawURLEncoding
  • 032e4e4 LICENSE: update per Google Legal
  • e2310ae go.mod: update golang.org/x dependencies
  • 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  • 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
  • 66e838c go.mod: update golang.org/x dependencies
  • 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.20.0 to 0.24.0

Commits
  • 2f7b0dd go.mod: update golang.org/x dependencies
  • f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows
  • d598954 go.mod: update golang.org/x dependencies
  • d4346f0 LICENSE: update per Google Legal
  • c976cb1 go.mod: update golang.org/x dependencies
  • 5f0bb72 go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates modernc.org/sqlite from 1.29.9 to 1.33.1

Commits

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/985 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-9717887f3d` --- ### 📝 Commits (1) - [`bcad599`](https://github.com/go-shiori/shiori/commit/bcad599888cad53fcdff22429d2f7a6d3f6a38a5) chore(deps): bump the all group with 11 updates ### 📊 Changes **2 files changed** (+80 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+25 -24) 📝 `go.sum` (+55 -57) </details> ### 📄 Description Bumps the all group with 11 updates: | Package | From | To | | --- | --- | --- | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.9.2` | `1.10.0` | | [github.com/gin-contrib/requestid](https://github.com/gin-contrib/requestid) | `1.0.2` | `1.0.3` | | [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.2.0` | `5.3.0` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.22` | `1.14.23` | | [github.com/sethvargo/go-envconfig](https://github.com/sethvargo/go-envconfig) | `1.0.2` | `1.1.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.8.1` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.23.0` | `0.27.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.16.0` | `0.20.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.25.0` | `0.29.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.20.0` | `0.24.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.9` | `1.33.1` | Updates `github.com/PuerkitoBio/goquery` from 1.9.2 to 1.10.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.10.0</h2> <p>Add <code>EachIter</code> which provides an iterator that can be used in <code>for..range</code> loops on the <code>*Selection</code> object.</p> <p><strong>goquery now requires Go version 1.23+</strong>, use goquery <code>v1.9.x</code> for older Go versions.</p> <h2>v1.9.3</h2> <p>Update go.mod dependencies.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PuerkitoBio/goquery/commit/7d37930884bfdad3d5a49b185e89be42f7bf4410"><code>7d37930</code></a> Update readme to prepare 1.10 version</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/9551ee516ea5d7866c68614500dec31d49245adf"><code>9551ee5</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/489">#489</a> from PuerkitoBio/amikai-itereach-pr</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/291e2cf4e3a64d74ac7b864403642dedc6a59ea5"><code>291e2cf</code></a> Merge branch 'master' into amikai-itereach-pr</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/7019296f03391013d526544d8cd6aaa98e4db3ff"><code>7019296</code></a> Update CI to target go1.23+</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/eec8e87fed856dc0ebbdc6c19efbb835b3ee627e"><code>eec8e87</code></a> Revert &quot;Re-orangize code for compitable&quot;</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/957a8644434a5db6078c111a7d0b7c1f3786d751"><code>957a864</code></a> Prepare 1.9.3 release</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/34d91dbc6711d5f8835ca31c52dce6a7450ae394"><code>34d91db</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/488">#488</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/0984c44baeff66eb69180bc2d55b49e9dbaf4a97"><code>0984c44</code></a> Bump golang.org/x/net from 0.28.0 to 0.29.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/fbfb78c3525543fefe95d1c12e6d60839ab2acc8"><code>fbfb78c</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/487">#487</a> from Kiyo510/fix_ci_test</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/e91ee4d7904a8d361b11af7b9b1e1301eccdf9d9"><code>e91ee4d</code></a> Fixed checkout to repo before executing actions/setup-go@v5 step to avoid err...</li> <li>Additional commits viewable in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.9.2...v1.10.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/gin-contrib/requestid` from 1.0.2 to 1.0.3 <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.3</h2> <h2>Changelog</h2> <h3>Enhancements</h3> <ul> <li>8627134f4e8e07691895547106d8af3287962a7e: chore: update dependencies to latest stable versions (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>45b6b1425de9fdd2189e8435a90a67e97869b016: chore: upgrade dependencies to latest versions (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>970c0c8695bb650484c47e81618c65455d430ce3: chore: restrict Go versions and simplify CI workflow (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>d37aa7081e50a95d7bec030cf62296f6c3d61fc5: chore: update Go version matrix to include 1.23 (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>b57ed444e2d89fc3939835effc665d8656fae4b4: chore: upgrade Go version and dependencies in workflow (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> <h3>Build process updates</h3> <ul> <li>228d8b0f60aadea29453e6ac21e863c2d72855d5: ci: update CI/CD pipeline and testing configurations (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> <h3>Documentation updates</h3> <ul> <li>c0b05e3673b846f4a97d2d1abf419f21756c2032: docs: Update README.md (<a href="https://redirect.github.com/gin-contrib/requestid/issues/49">#49</a>) (<a href="https://github.com/lnnt"><code>@​lnnt</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gin-contrib/requestid/commit/b57ed444e2d89fc3939835effc665d8656fae4b4"><code>b57ed44</code></a> chore: upgrade Go version and dependencies in workflow</li> <li><a href="https://github.com/gin-contrib/requestid/commit/c0b05e3673b846f4a97d2d1abf419f21756c2032"><code>c0b05e3</code></a> docs: Update README.md (<a href="https://redirect.github.com/gin-contrib/requestid/issues/49">#49</a>)</li> <li><a href="https://github.com/gin-contrib/requestid/commit/d37aa7081e50a95d7bec030cf62296f6c3d61fc5"><code>d37aa70</code></a> chore: update Go version matrix to include 1.23</li> <li><a href="https://github.com/gin-contrib/requestid/commit/970c0c8695bb650484c47e81618c65455d430ce3"><code>970c0c8</code></a> chore: restrict Go versions and simplify CI workflow</li> <li><a href="https://github.com/gin-contrib/requestid/commit/45b6b1425de9fdd2189e8435a90a67e97869b016"><code>45b6b14</code></a> chore: upgrade dependencies to latest versions</li> <li><a href="https://github.com/gin-contrib/requestid/commit/8627134f4e8e07691895547106d8af3287962a7e"><code>8627134</code></a> chore: update dependencies to latest stable versions</li> <li><a href="https://github.com/gin-contrib/requestid/commit/228d8b0f60aadea29453e6ac21e863c2d72855d5"><code>228d8b0</code></a> ci: update CI/CD pipeline and testing configurations</li> <li>See full diff in <a href="https://github.com/gin-contrib/requestid/compare/v1.0.2...v1.0.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/gofrs/uuid/v5` from 5.2.0 to 5.3.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.3.0</h2> <h2>Summary</h2> <p>In this release, we updated the package to participate in OpenSSF Scorecard and tuned several development workflows and added some fuzz tests. Additionally, We added <code>AtTime</code> generators for V1, V6, and V7 so that users may generate UUIDs from time stamps.</p> <p><strong>NOTE</strong> Technically, the additional of the <code>AtTime</code> generators is a breaking change to the <code>Generator</code> interface. We decided to go with a <code>minor</code> update because of the unlikelihood of this interface being implemented by a consumer, and to reduce the impact of releasing a major version for this feature.  </p> <h2>What's Changed</h2> <ul> <li>Add &quot;AtTime&quot; generators for V1, V6, and V7 by <a href="https://github.com/kohenkatz"><code>@​kohenkatz</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/142">gofrs/uuid#142</a></li> <li>Fix typo in URL in README by <a href="https://github.com/kohenkatz"><code>@​kohenkatz</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/141">gofrs/uuid#141</a></li> <li>Add OpenSSF Best Practices Badge to README by <a href="https://github.com/cameracker"><code>@​cameracker</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/144">gofrs/uuid#144</a></li> <li>Create SECURITY.md by <a href="https://github.com/cameracker"><code>@​cameracker</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/143">gofrs/uuid#143</a></li> <li>Add OpenSSF Scorecard badge to readme by <a href="https://github.com/cameracker"><code>@​cameracker</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/149">gofrs/uuid#149</a></li> <li>Update fuzz tests to use go fuzz features by <a href="https://github.com/cameracker"><code>@​cameracker</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/148">gofrs/uuid#148</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ldez"><code>@​ldez</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/168">gofrs/uuid#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0">https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofrs/uuid/commit/e826b847f82a77680dc1cd6102ccf2a6422190df"><code>e826b84</code></a> Add &quot;AtTime&quot; generators for V1, V6, and V7 (<a href="https://redirect.github.com/gofrs/uuid/issues/142">#142</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/190948b923161f78d14a7fb88c0308e333c6417c"><code>190948b</code></a> Bump actions/upload-artifact from 4.3.4 to 4.3.5 in the all group (<a href="https://redirect.github.com/gofrs/uuid/issues/171">#171</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/1643bf3cba2d7f71dd386ec43dca98251702921e"><code>1643bf3</code></a> Bump the all group with 2 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/170">#170</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/e60730aec3e40b49cab65561a254dc4704ad9da0"><code>e60730a</code></a> Bump github/codeql-action from 3.25.12 to 3.25.13 in the all group (<a href="https://redirect.github.com/gofrs/uuid/issues/169">#169</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/2f6f9f43153cac0d8bac14f32b14d82556e3b999"><code>2f6f9f4</code></a> chore: group GitHub Action updates (<a href="https://redirect.github.com/gofrs/uuid/issues/168">#168</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/da52fd97ddeaa5937164ac511871cabbabc23c06"><code>da52fd9</code></a> Bump github/codeql-action from 3.25.11 to 3.25.12 (<a href="https://redirect.github.com/gofrs/uuid/issues/165">#165</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/8595587386e9397024826a971bf629a79a68823f"><code>8595587</code></a> Bump actions/setup-go from 5.0.1 to 5.0.2 (<a href="https://redirect.github.com/gofrs/uuid/issues/166">#166</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/fad3d14a2d2b5911cefcfc8769f2a692e57fca79"><code>fad3d14</code></a> Bump actions/dependency-review-action from 4.3.3 to 4.3.4 (<a href="https://redirect.github.com/gofrs/uuid/issues/167">#167</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/817d03c8df811ff78ef3d7de8a15a943690c7940"><code>817d03c</code></a> Bump actions/upload-artifact from 4.3.3 to 4.3.4 (<a href="https://redirect.github.com/gofrs/uuid/issues/164">#164</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/b7cab9431853b392cac3d8bccbfb54712bd555d1"><code>b7cab94</code></a> Bump github/codeql-action from 3.25.10 to 3.25.11 (<a href="https://redirect.github.com/gofrs/uuid/issues/163">#163</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/mattn/go-sqlite3` from 1.14.22 to 1.14.23 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattn/go-sqlite3/commit/846fea6c1443e8cc366fc1966fe078d7f825f6a9"><code>846fea6</code></a> Update amalgamation code to 3.46.1</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/3c0390b77cba9a7eaee4102e1ca6a35c14e2de7c"><code>3c0390b</code></a> add support for libsqlite3 on z/OS</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/18cdded9007a93b8bc1de151da21b1a1280be722"><code>18cdded</code></a> fix: some typos</li> <li>See full diff in <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.23">compare view</a></li> </ul> </details> <br /> Updates `github.com/sethvargo/go-envconfig` from 1.0.2 to 1.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sethvargo/go-envconfig/releases">github.com/sethvargo/go-envconfig's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>Add MustProcess which panics on errors by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/115">sethvargo/go-envconfig#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sethvargo/go-envconfig/compare/v1.0.3...v1.1.0">https://github.com/sethvargo/go-envconfig/compare/v1.0.3...v1.1.0</a></p> <h2>v1.0.3</h2> <h2>What's Changed</h2> <ul> <li>Relax Go constraint to 1.20 by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/113">sethvargo/go-envconfig#113</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.0.3">https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sethvargo/go-envconfig/commit/bbaf7848a8a55b572e2d0c9ccbb924ba19481f9b"><code>bbaf784</code></a> Add MustProcess which panics on errors (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/115">#115</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/e51a54f91f5b9b2849b0cd0fb412e14afc9a4659"><code>e51a54f</code></a> Relax Go constraint to 1.20 (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/113">#113</a>)</li> <li>See full diff in <a href="https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.1.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.8.1</h2> <h2>✨ Features</h2> <ul> <li>Add env variable to suppress completion descriptions on create by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1938">spf13/cobra#1938</a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Micro-optimizations by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1957">spf13/cobra#1957</a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2127">spf13/cobra#2127</a></li> <li>Consistent annotation names by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2140">spf13/cobra#2140</a></li> <li>Remove fully inactivated linters by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2148">spf13/cobra#2148</a></li> <li>Address golangci-lint deprecation warnings, enable some more linters by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2152">spf13/cobra#2152</a></li> </ul> <h2>🧪 Testing &amp; CI/CD</h2> <ul> <li>Add test for func in cobra.go by <a href="https://github.com/korovindenis"><code>@​korovindenis</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2094">spf13/cobra#2094</a></li> <li>ci: test golang 1.22 by <a href="https://github.com/cyrilico"><code>@​cyrilico</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2113">spf13/cobra#2113</a></li> <li>Optimized and added more linting by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2099">spf13/cobra#2099</a></li> <li>build(deps): bump actions/setup-go from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2087">spf13/cobra#2087</a></li> <li>build(deps): bump actions/labeler from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2086">spf13/cobra#2086</a></li> <li>build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2108">spf13/cobra#2108</a></li> <li>build(deps): bump actions/cache from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2102">spf13/cobra#2102</a></li> </ul> <h2>✏️ Documentation</h2> <ul> <li>Fixes and docs for usage as plugin by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2070">spf13/cobra#2070</a></li> <li>flags: clarify documentation that LocalFlags related function do not modify the state by <a href="https://github.com/niamster"><code>@​niamster</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2064">spf13/cobra#2064</a></li> <li>chore: remove repetitive words by <a href="https://github.com/racerole"><code>@​racerole</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2122">spf13/cobra#2122</a></li> <li>Add LXC to the list of projects using Cobra <a href="https://github.com/VaradBelwalkar"><code>@​VaradBelwalkar</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2071">spf13/cobra#2071</a></li> <li>Update projects_using_cobra.md by <a href="https://github.com/marcuskohlberg"><code>@​marcuskohlberg</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2089">spf13/cobra#2089</a></li> <li>[chore]: update projects using cobra by <a href="https://github.com/cmwylie19"><code>@​cmwylie19</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2093">spf13/cobra#2093</a></li> <li>Add Taikun CLI to list of projects by <a href="https://github.com/Smidra"><code>@​Smidra</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2098">spf13/cobra#2098</a></li> <li>Add Incus to the list of projects using Cobra by <a href="https://github.com/montag451"><code>@​montag451</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2118">spf13/cobra#2118</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec"><code>e94f6d0</code></a> Address golangci-lint deprecation warnings, enable some more linters (<a href="https://redirect.github.com/spf13/cobra/issues/2152">#2152</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/8003b74a10ef0d0d84fe3c408d3939d86fdeb210"><code>8003b74</code></a> Remove fully inactivated linters (<a href="https://redirect.github.com/spf13/cobra/issues/2148">#2148</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/5c2c1d627d35a00153764a3d37400efc66eaca1c"><code>5c2c1d6</code></a> Consistent annotation names (<a href="https://redirect.github.com/spf13/cobra/issues/2140">#2140</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/5a1acea3210649f3d70002818ec04b09f6347062"><code>5a1acea</code></a> build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (<a href="https://redirect.github.com/spf13/cobra/issues/2127">#2127</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/0fc86c2ffd0326b6f6ed5fa36803d26993655c08"><code>0fc86c2</code></a> docs: update user guide (<a href="https://redirect.github.com/spf13/cobra/issues/2128">#2128</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/6b5f577ebce858ee70fcdd1f062ea3af4b1c03ab"><code>6b5f577</code></a> More linting (<a href="https://redirect.github.com/spf13/cobra/issues/2099">#2099</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/bd914e58d69d65e494b45bdb40e90ca816b92fcc"><code>bd914e5</code></a> fix: remove deprecated io/ioutils package (<a href="https://redirect.github.com/spf13/cobra/issues/2120">#2120</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/1f80fa2e23cc550c131e8a54dc72d11b265c6fcf"><code>1f80fa2</code></a> chore: remove repetitive words (<a href="https://redirect.github.com/spf13/cobra/issues/2122">#2122</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/c69ae4c36b134dd69e5ab9d3d6b9f571ca5afe1e"><code>c69ae4c</code></a> ci: test golang 1.22 (<a href="https://redirect.github.com/spf13/cobra/issues/2113">#2113</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/a30cee5e5ab0949cc888ef00ae6aee24e091e042"><code>a30cee5</code></a> build(deps): bump actions/cache from 3 to 4 (<a href="https://redirect.github.com/spf13/cobra/issues/2102">#2102</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/crypto` from 0.23.0 to 0.27.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/c9da6b9a4008902aae7c754e8f01d42e2d2cf205"><code>c9da6b9</code></a> all: fix printf(var) mistakes detected by latest printf checker</li> <li><a href="https://github.com/golang/crypto/commit/b35ab4fde0e27d900fc800ae12370c858b58ba41"><code>b35ab4f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/bcb0f91bbceb3486cc7f10102ff046661fb4d364"><code>bcb0f91</code></a> internal/poly1305: Port sum_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/7eace71069e621a910a5158a1b46314d38f724ae"><code>7eace71</code></a> chacha20poly1305: Avo port of chacha20poly1305_amd64.s</li> <li><a href="https://github.com/golang/crypto/commit/620dfbc770bb652335dab79ae80f6c9bdb1a7321"><code>620dfbc</code></a> salsa20/salsa: Port salsa20_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/82942cf1d8d34067e576572f2e00014a78c1efd8"><code>82942cf</code></a> blake2b: port blake2b_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/0484c26df710dd85a038090191bda8c385afdd49"><code>0484c26</code></a> blake2b: port blake2bAVX2_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/38ed1bc0ecdc7fbeadbc7337dc44667688eac800"><code>38ed1bc</code></a> blake2s: port blake2s_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/38a0b5da75b2e8dab0b735296f86d9605e5f92cf"><code>38a0b5d</code></a> argon2: Avo port of blamka_amd64.s</li> <li><a href="https://github.com/golang/crypto/commit/bf5f14f5457a10932761a9abe55eb6e2d05e092a"><code>bf5f14f</code></a> x509roots/fallback: update bundle</li> <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.23.0...v0.27.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/image` from 0.16.0 to 0.20.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/image/commit/c82123aa1384ef5797de16b8c67017758ebaaac6"><code>c82123a</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/59aa0406c4e8c388bad00a974aa256f21c4937a4"><code>59aa040</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/8bfd4fda7549373b6c3ac280a8c62a7857fee133"><code>8bfd4fd</code></a> colornames: update link to SVG spec</li> <li><a href="https://github.com/golang/image/commit/bad7eb85590e3a472330709c65b0991f592da5f8"><code>bad7eb8</code></a> LICENSE: update per Google Legal</li> <li><a href="https://github.com/golang/image/commit/9abbe108cb423f16627b1c32403aa8a2b9a8c633"><code>9abbe10</code></a> draw: avoid FMA (Fused Multiply Add)</li> <li><a href="https://github.com/golang/image/commit/3bbf4a659e56fde394e7214ddd17673223aca672"><code>3bbf4a6</code></a> tiff: Validate palette indices when parsing palette-color images</li> <li><a href="https://github.com/golang/image/commit/6c5fa462eb87ac98bad9b09ea3b041dd770fa611"><code>6c5fa46</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/image/compare/v0.16.0...v0.20.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.25.0 to 0.29.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/35b4abaed97f1df7ee83c075f500e84d8d75d184"><code>35b4aba</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/9bf379fa3ecca65daf9d75766986d20ea202f7f8"><code>9bf379f</code></a> websocket: fix printf(var) mistake detected by latest printf checker</li> <li><a href="https://github.com/golang/net/commit/4542a42604cd159f1adb93c58368079ae37b3bf6"><code>4542a42</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/765c7e89b3bdd76bfc210acddd3ca73931eb8d1d"><code>765c7e8</code></a> xsrftoken: create no padding base64 string by RawURLEncoding</li> <li><a href="https://github.com/golang/net/commit/032e4e4358b0ef66f5295d9a78bda41e4d6d399b"><code>032e4e4</code></a> LICENSE: update per Google Legal</li> <li><a href="https://github.com/golang/net/commit/e2310ae9eb6425ee6736cfc40f982f42e20f5850"><code>e2310ae</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/77708f716e46255944251965f8240a0eab01e099"><code>77708f7</code></a> quic: skip tests which depend on unimplemented UDP functions on Plan 9</li> <li><a href="https://github.com/golang/net/commit/9617c6335bca5e4e80949a5b1dbe43273260e8a3"><code>9617c63</code></a> http2: avoid Transport hang with Connection: close and AllowHTTP</li> <li><a href="https://github.com/golang/net/commit/66e838c6fbf5387ecedc26ce490b5f4d6864a854"><code>66e838c</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/6249541f2a6c4cff317a4502d93dd287c5fb0c51"><code>6249541</code></a> http2: avoid race in server handler SetReadDeadine/SetWriteDeadline</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.25.0...v0.29.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.20.0 to 0.24.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/2f7b0dd7437f43f64ee482c4f85280a4ddad94ed"><code>2f7b0dd</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/f867b7695b98cb86bbc9568bc1b5a0d015fffbd4"><code>f867b76</code></a> x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows</li> <li><a href="https://github.com/golang/term/commit/d59895469ac1327e92a3ee0ecb6dd868315fcd74"><code>d598954</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/d4346f0be292b658f9757739afbafc1882d1b78c"><code>d4346f0</code></a> LICENSE: update per Google Legal</li> <li><a href="https://github.com/golang/term/commit/c976cb1d70cf59933953bec8a47c867e343c9eac"><code>c976cb1</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/5f0bb723151ab65fd6a3386b3160320e7419602e"><code>5f0bb72</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.20.0...v0.24.0">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.29.9 to 1.33.1 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/ad49d64f87afece63ad1c34869fe805c8962e1dd"><code>ad49d64</code></a> retract v1.33.0</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/cc087474129cdd331e2b018ff441af66c8be93aa"><code>cc08747</code></a> use internal/libc, updates <a href="https://gitlab.com/cznic/sqlite/issues/177">#177</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/8794efa65d4ffb89a210957ab696d52c077fe722"><code>8794efa</code></a> use internal/libc, updates <a href="https://gitlab.com/cznic/sqlite/issues/177">#177</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/b550c209d518eb40f82eda3689f82fb9de66cfbf"><code>b550c20</code></a> replace modernc.org/libc =&gt; ./internal/libc, updates <a href="https://gitlab.com/cznic/sqlite/issues/177">#177</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/32d5dd2f57a92dc7982c1d968d03572642284c01"><code>32d5dd2</code></a> Merge branch 'feature/fcntl-persist-wal' into 'master'</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/61f61b274887264ec8062a3541ca18e62dff88f1"><code>61f61b2</code></a> Add support for setting SQLITE_FCNTL_PERSIST_WAL</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/b0354f7c3514e4d555487e0a855cfdb64bf0e7cc"><code>b0354f7</code></a> fix documentation</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/34bc99bbec6ca62b7338a5f48cc6a5b9b8ca699d"><code>34bc99b</code></a> vendor libsqlite3@v1.5.2 /n</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/2708c0b7cceeae8a5c4d5ba31062651895ddb742"><code>2708c0b</code></a> vendor libsqlite3@v1.5.2</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/53acf59fdc6af057c8cfdf03b589266b1aaeb1bc"><code>53acf59</code></a> builder.json: disable autotag</li> <li>Additional commits viewable in <a href="https://gitlab.com/cznic/sqlite/compare/v1.29.9...v1.33.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:35:52 +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#910
No description provided.