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 #1045

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the all group with 14 updates:

Package From To
github.com/PuerkitoBio/goquery 1.9.2 1.10.1
github.com/fatih/color 1.17.0 1.18.0
github.com/gin-contrib/requestid 1.0.2 1.0.4
github.com/gin-contrib/static 1.1.2 1.1.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/stretchr/testify 1.9.0 1.10.0
github.com/swaggo/swag 1.16.3 1.16.4
github.com/testcontainers/testcontainers-go 0.31.0 0.34.0
golang.org/x/image 0.18.0 0.23.0
golang.org/x/net 0.25.0 0.33.0
modernc.org/sqlite 1.29.9 1.34.4

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

Release notes

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

v1.10.1

Update go.mod dependencies.

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
  • 1da3b30 Merge pull request #503 from iamleot/prepare-for-v1.10.1
  • 985aab3 Prepare for version v1.10.1
  • b995434 Merge pull request #502 from PuerkitoBio/dependabot/go_modules/github.com/and...
  • 381d6b9 Bump github.com/andybalholm/cascadia from 1.3.2 to 1.3.3
  • 69f0ce2 Merge pull request #501 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 4075868 Bump golang.org/x/net from 0.32.0 to 0.33.0
  • 13c6a0c Merge pull request #499 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 0f6e1ad Bump golang.org/x/net from 0.31.0 to 0.32.0
  • 3d8242f Merge pull request #496 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 41a8923 Bump golang.org/x/net from 0.30.0 to 0.31.0
  • 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.4

Release notes

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

v1.0.4

Changelog

Enhancements

  • 6ccf98b3336ca12743a30d35e8b2a56e04c695d1: chore: update dependencies to latest versions (@​appleboy)
  • b20b2b1f741f1ba5558d243a066988c572bf5d00: chore: update dependencies and improve test configurations (@​appleboy)

Build process updates

  • 42a23786f0f06fc5d2f886eda38f102722d3936e: ci: update GitHub actions and API usage for improved CI/CD (@​appleboy)
  • 98f8b50a647d15005b575d0c185051ca87a63bf1: ci: add GitHub Actions workflow for Bearer PR checks (@​appleboy)

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
  • b20b2b1 chore: update dependencies and improve test configurations
  • 98f8b50 ci: add GitHub Actions workflow for Bearer PR checks
  • 42a2378 ci: update GitHub actions and API usage for improved CI/CD
  • 6ccf98b chore: update dependencies to latest versions
  • 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
  • Additional commits viewable in compare view

Updates github.com/gin-contrib/static from 1.1.2 to 1.1.3

Release notes

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

v1.1.3

Changelog

Enhancements

  • c98339cbd47bb48a540007a372e48994a405cd48: chore: update Go version and dependencies to latest versions (@​appleboy)

Refactor

  • 5b6fef503f0195680c2945ef84fc22b41ca86c66: refactor: refactor logging and error handling using log/slog package (@​appleboy)

Build process updates

  • 3c6260296eea5e0bf506aca143e8625336399c29: ci: add GitHub Actions workflow for Bearer PR checks (@​appleboy)
  • 3cbc5ca5e447f44809d2752636b13803603c972f: ci: update CI configuration for Go versions and GitHub actions (@​appleboy)
Commits
  • 5b6fef5 refactor: refactor logging and error handling using log/slog package
  • 3cbc5ca ci: update CI configuration for Go versions and GitHub actions
  • c98339c chore: update Go version and dependencies to latest versions
  • 3c62602 ci: add GitHub Actions workflow for Bearer PR checks
  • 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/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

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/image from 0.18.0 to 0.23.0

Commits
  • 941f210 go.mod: update golang.org/x dependencies
  • 3724ab8 go.mod: update golang.org/x dependencies
  • ec562a8 README: don't recommend go get
  • 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)
  • See full diff in compare view

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

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates modernc.org/sqlite from 1.29.9 to 1.34.4

Commits
  • d3e8a66 retract v1.34.3
  • 1fcc86e fix accidentaly broken openbsd/amd64 build
  • 7f15e6e linux/arm64: patch libc bug at runtime, updates #199
  • fe367e3 merge dev@2573fa9f, updates #198
  • 8406fda Update change log
  • eaf7611 Merge bran...

    Description has been truncated

Bumps the all group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.9.2` | `1.10.1` |
| [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.4` |
| [github.com/gin-contrib/static](https://github.com/gin-contrib/static) | `1.1.2` | `1.1.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/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` |
| [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/image](https://github.com/golang/image) | `0.18.0` | `0.23.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.25.0` | `0.33.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.9` | `1.34.4` |


Updates `github.com/PuerkitoBio/goquery` from 1.9.2 to 1.10.1
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](PuerkitoBio/goquery@v1.9.2...v1.10.1)

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.4
- [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.4)

Updates `github.com/gin-contrib/static` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/gin-contrib/static/releases)
- [Changelog](https://github.com/gin-contrib/static/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/static@v1.1.2...v1.1.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/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

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/image` from 0.18.0 to 0.23.0
- [Commits](golang/image@v0.18.0...v0.23.0)

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

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

---
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/gin-contrib/static
  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/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/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: 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 Jan 1, 2025
@fmartingr fmartingr closed this Jan 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2025

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-e8d78fc190 branch January 1, 2025 14:43
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