[PR #973] [CLOSED] chore(deps): bump the all group across 1 directory with 9 updates #903

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

2 files changed (+73 additions, -76 deletions)

View changed files

📝 go.mod (+22 -22)
📝 go.sum (+51 -54)

📄 Description

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

Package From To
github.com/gin-contrib/requestid 1.0.2 1.0.3
github.com/gofrs/uuid/v5 5.2.0 5.3.0
github.com/sethvargo/go-envconfig 1.0.2 1.1.0
github.com/spf13/cobra 1.8.0 1.8.1
golang.org/x/image 0.16.0 0.19.0
modernc.org/sqlite 1.29.9 1.32.0

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/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.26.0

Commits
  • 5bcd010 go.mod: update golang.org/x dependencies
  • 3375612 ssh: add support for unpadded RSA signatures
  • bb80217 ssh: don't use dsa keys in integration tests
  • 6879722 ssh: remove go 1.21+ dependency on slices
  • e983fa2 sha3: Avo port of keccakf_amd64.s
  • 80fd972 LICENSE: update per Google Legal
  • f2bc3a6 x509roots/fallback/internal/goissue52287: delete
  • d66d9c3 x509roots/fallback: update bundle
  • 9fadb0b go.mod: update golang.org/x dependencies
  • a6a393f all: bump go.mod version and drop compatibility shims
  • Additional commits viewable in compare view

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

Commits
  • 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.28.0

Commits
  • 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
  • 603e3e6 quic: disable X25519Kyber768Draft00 in tests
  • 67e8d0c http2: report an error if goroutines outlive serverTester tests
  • Additional commits viewable in compare view

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

Commits
  • 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.32.0

Commits
  • 32d5dd2 Merge branch 'feature/fcntl-persist-wal' into 'master'
  • 61f61b2 Add support for setting SQLITE_FCNTL_PERSIST_WAL
  • b0354f7 fix documentation
  • 34bc99b vendor libsqlite3@v1.5.2 /n
  • 2708c0b vendor libsqlite3@v1.5.2
  • 53acf59 builder.json: disable autotag
  • d9a0871 revert to v1.30.1
  • 8496be5 windows adjustments /n
  • 77dde24 windows adjustments
  • 15d87fe move func_test.go into repo root
  • Additional commits viewable 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/973 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-6f95c7e17e` --- ### 📝 Commits (1) - [`4ed38ea`](https://github.com/go-shiori/shiori/commit/4ed38ea967bb491fc83a5efc5e65cbd84a1dab1e) chore(deps): bump the all group across 1 directory with 9 updates ### 📊 Changes **2 files changed** (+73 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+22 -22) 📝 `go.sum` (+51 -54) </details> ### 📄 Description Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [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/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/image](https://github.com/golang/image) | `0.16.0` | `0.19.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.9` | `1.32.0` | 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/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.26.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/5bcd010f1cdaf2257509bfb7b43eaad62b7928fd"><code>5bcd010</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/3375612bf41a8cdb0cdfdc21e6ca2c7ae0f764b5"><code>3375612</code></a> ssh: add support for unpadded RSA signatures</li> <li><a href="https://github.com/golang/crypto/commit/bb80217080b0e04c6e73e5dcd9f3a9bb11fe23f6"><code>bb80217</code></a> ssh: don't use dsa keys in integration tests</li> <li><a href="https://github.com/golang/crypto/commit/68797222744d17ebda05804c6a5912bd129b8112"><code>6879722</code></a> ssh: remove go 1.21+ dependency on slices</li> <li><a href="https://github.com/golang/crypto/commit/e983fa27418787af5c51d172b508cd85bc6644d0"><code>e983fa2</code></a> sha3: Avo port of keccakf_amd64.s</li> <li><a href="https://github.com/golang/crypto/commit/80fd97208db0a6f1c2dccfc63ccde57b4e994875"><code>80fd972</code></a> LICENSE: update per Google Legal</li> <li><a href="https://github.com/golang/crypto/commit/f2bc3a617ab63149578b696bd2db66ae298b3ba1"><code>f2bc3a6</code></a> x509roots/fallback/internal/goissue52287: delete</li> <li><a href="https://github.com/golang/crypto/commit/d66d9c31b4ae80d173d1187a9e40c188788dbdbc"><code>d66d9c3</code></a> x509roots/fallback: update bundle</li> <li><a href="https://github.com/golang/crypto/commit/9fadb0b165bd3b96d2a21e89d60ad458db3aeee0"><code>9fadb0b</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/a6a393ffd658b286f64f141b06cbd94e516d3a64"><code>a6a393f</code></a> all: bump go.mod version and drop compatibility shims</li> <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.23.0...v0.26.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/image` from 0.16.0 to 0.19.0 <details> <summary>Commits</summary> <ul> <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.19.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.25.0 to 0.28.0 <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/golang/net/commit/603e3e63901aff21959a4e046f2c573d3643f3be"><code>603e3e6</code></a> quic: disable X25519Kyber768Draft00 in tests</li> <li><a href="https://github.com/golang/net/commit/67e8d0c95dfddd8837d007806e29c9301cf46b2f"><code>67e8d0c</code></a> http2: report an error if goroutines outlive serverTester tests</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.25.0...v0.28.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.20.0 to 0.23.0 <details> <summary>Commits</summary> <ul> <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.23.0">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.29.9 to 1.32.0 <details> <summary>Commits</summary> <ul> <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><a href="https://gitlab.com/cznic/sqlite/commit/d9a0871aa7104a43a84f966fc59536c781ded656"><code>d9a0871</code></a> revert to v1.30.1</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/8496be5e83aa5eae0bfdaed5a55eef1650f5fc10"><code>8496be5</code></a> windows adjustments /n</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/77dde247866129044e15a81a8147d883bb127a44"><code>77dde24</code></a> windows adjustments</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/15d87fea0579a13f15ba6e049e3c8a89ac0d54bc"><code>15d87fe</code></a> move func_test.go into repo root</li> <li>Additional commits viewable in <a href="https://gitlab.com/cznic/sqlite/compare/v1.29.9...v1.32.0">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:50 +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#903
No description provided.