Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all group with 14 updates #1006

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the all group with 14 updates:

Package From To
github.com/PuerkitoBio/goquery 1.9.2 1.10.0
github.com/fatih/color 1.17.0 1.18.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.24
github.com/sethvargo/go-envconfig 1.0.2 1.1.0
github.com/spf13/cobra 1.8.0 1.8.1
github.com/swaggo/swag 1.16.3 1.16.4
github.com/testcontainers/testcontainers-go 0.31.0 0.34.0
golang.org/x/crypto 0.23.0 0.27.0
golang.org/x/image 0.16.0 0.21.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/fatih/color from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • See full diff 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: gofrs/uuid@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.24

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: sethvargo/go-envconfig@v1.0.3...v1.1.0

v1.0.3

What's Changed

Full Changelog: sethvargo/go-envconfig@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 github.com/swaggo/swag from 1.16.3 to 1.16.4

Release notes

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

v1.16.4

Changelog

  • 85254b4 Added multiline support for @​description attribute for securityDefinitions (#1786)
  • 7204462 Added suport for parsing comments inside of function bodies (#1824)
  • d323b48 Feat: Add support for parenthesis in router patterns (#1859)
  • 15dae35 Feat: multi-arch docker image (#1756)
  • 83fe3ca Fix generics used with function scoped types (#1883)
  • ff50cd6 Fix global overrides for any/interface ref types (#1835)
  • 1d730c5 Fix param comment escaping issue (#1890)
  • 697572a Fixes Issue 1829 (#1830)
  • 28de14c Flags to parse internal and dependency package (#1894)
  • 4c2f8dd Handle case of empty GOROOT (#1798)
  • 87e7d9c Update docker go build version to 1.21 (#1758)
  • 4fd8a36 Update docs for request and response headers (#1825)
  • 56fde5c Update operation.go (#1753)
  • 807dd1f [Issue 1812] fix misalignment in expected.json and api.go messing with parser_test (#1836)
  • 91624ad add support for "title" tag (#1762)
  • f32d4d3 adds support for complex types with function scope (#1813)
  • c7f1cd8 adds support for pointer function scoped fields (#1841)
  • 8a47dcb bump go version (#1797)
  • 0834357 chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#1793)
  • 1bb1445 chore(deps): bump golang.org/x/net in /example/celler (#1794)
  • 6aa6613 chore(deps): bump golang.org/x/net in /example/go-module-support (#1795)
  • d5af957 chore(deps): bump golang.org/x/net in /example/markdown (#1792)
  • 0368d7d chore(deps): bump golang.org/x/net in /example/object-map-example (#1796)
  • b8662de chore(deps): bump google.golang.org/protobuf (#1773)
  • 4a11e23 chore(deps): bump google.golang.org/protobuf (#1774)
  • 937c239 chore(deps): bump google.golang.org/protobuf in /example/celler (#1775)
  • 103ac42 chore: Update ci.yml (#1902)
  • 90aa46f chore: fix some typos in comments (#1788)
  • e55c557 feat: read from stdin, write to stdout (#1831) (#1832)
  • fd2fa83 fix issue: #1780: filter $GOROOT path (#1827)
  • 10030b0 fix parse nested structs and aliases (#1866)
  • 7159b0f fix: failing assert in enums test on 32bit (#1634)
  • 928264c fix: remove dropped tags from general infos (#1764)
  • a74d34c fix:parse all field names declared in a row (#1872)
  • 0b9e347 new release (#1901)
  • a3c6d12 support markdown description for declaration (#1893)
  • 9069105 update README (#1856)
Commits

Updates github.com/testcontainers/testcontainers-go from 0.31.0 to 0.34.0

Release notes

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

v0.34.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (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.21.0

Commits
  • 931781a go.mod: update golang.org/x dependencies
  • 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

Bumps the all group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.9.2` | `1.10.0` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.17.0` | `1.18.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.24` |
| [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` |
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.3` | `1.16.4` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.31.0` | `0.34.0` |
| [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.21.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
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](PuerkitoBio/goquery@v1.9.2...v1.10.0)

Updates `github.com/fatih/color` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.17.0...v1.18.0)

Updates `github.com/gin-contrib/requestid` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/gin-contrib/requestid/releases)
- [Changelog](https://github.com/gin-contrib/requestid/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/requestid@v1.0.2...v1.0.3)

Updates `github.com/gofrs/uuid/v5` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](gofrs/uuid@v5.2.0...v5.3.0)

Updates `github.com/mattn/go-sqlite3` from 1.14.22 to 1.14.24
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.22...v1.14.24)

Updates `github.com/sethvargo/go-envconfig` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/sethvargo/go-envconfig/releases)
- [Commits](sethvargo/go-envconfig@v1.0.2...v1.1.0)

Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.8.1)

Updates `github.com/swaggo/swag` from 1.16.3 to 1.16.4
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](swaggo/swag@v1.16.3...v1.16.4)

Updates `github.com/testcontainers/testcontainers-go` from 0.31.0 to 0.34.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.31.0...v0.34.0)

Updates `golang.org/x/crypto` from 0.23.0 to 0.27.0
- [Commits](golang/crypto@v0.23.0...v0.27.0)

Updates `golang.org/x/image` from 0.16.0 to 0.21.0
- [Commits](golang/image@v0.16.0...v0.21.0)

Updates `golang.org/x/net` from 0.25.0 to 0.29.0
- [Commits](golang/net@v0.25.0...v0.29.0)

Updates `golang.org/x/term` from 0.20.0 to 0.24.0
- [Commits](golang/term@v0.20.0...v0.24.0)

Updates `modernc.org/sqlite` from 1.29.9 to 1.33.1
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.9...v1.33.1)

---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/gin-contrib/requestid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/gofrs/uuid/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sethvargo/go-envconfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/swaggo/swag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 1, 2024
@fmartingr fmartingr closed this Nov 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/all-a9fb73fd8b branch November 1, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant