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 across 1 directory with 14 updates #1062

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2025

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

Package From To
github.com/PuerkitoBio/goquery 1.10.1 1.10.2
github.com/go-sql-driver/mysql 1.8.1 1.9.0
github.com/gofrs/uuid/v5 5.3.0 5.3.1
github.com/playwright-community/playwright-go 0.4901.0 0.5001.0
github.com/sethvargo/go-envconfig 1.0.2 1.1.1
github.com/spf13/afero 1.11.0 1.12.0
github.com/spf13/cobra 1.8.1 1.9.1
github.com/testcontainers/testcontainers-go 0.34.0 0.35.0
golang.org/x/image 0.23.0 0.24.0
modernc.org/sqlite 1.34.4 1.35.0

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

Release notes

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

v1.10.2

Update deps and add go1.24 to test matrix.

Commits
  • e8b5d74 Prepare for 1.10.2
  • a2ae60f Add go1.24 to test matrix
  • 6d0ed2a Merge pull request #510 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 86e3da8 Bump golang.org/x/net from 0.34.0 to 0.35.0
  • 4128600 Merge pull request #505 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 3db1524 Bump golang.org/x/net from 0.33.0 to 0.34.0
  • See full diff in compare view

Updates github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0

Release notes

Sourced from github.com/go-sql-driver/mysql's releases.

v1.9.0

Major Changes

  • Implement zlib compression. (#1487)
  • Supported Go version is updated to Go 1.21+. (#1639)
  • Add support for VECTOR type introduced in MySQL 9.0. (#1609)
  • Config object can have custom dial function. (#1527)

Bugfixes

  • Fix auth errors when username/password are too long. (#1625)
  • Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
  • Fix auth switch request handling. (#1666)

Other changes

  • Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
  • Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
  • Use strconv.Atoi to parse max_allowed_packet. (#1661)
  • rejectReadOnly option now handles ER_READ_ONLY_MODE (1290) error too. (#1660)

Full Changelog: go-sql-driver/mysql@v1.8.1...v1.9.0

New Contributors

Changelog

Sourced from github.com/go-sql-driver/mysql's changelog.

v1.9.0 (2025-02-18)

Major Changes

  • Implement zlib compression. (#1487)
  • Supported Go version is updated to Go 1.21+. (#1639)
  • Add support for VECTOR type introduced in MySQL 9.0. (#1609)
  • Config object can have custom dial function. (#1527)

Bugfixes

  • Fix auth errors when username/password are too long. (#1625)
  • Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
  • Fix auth switch request handling. (#1666)

Other changes

  • Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
  • Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
  • Use strconv.Atoi to parse max_allowed_packet. (#1661)
  • rejectReadOnly option now handles ER_READ_ONLY_MODE (1290) error too. (#1660)
Commits

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

Release notes

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

v5.3.1

Summary

This release fixes the calculation of times from version 7 UUIDs (discovered by @​nathanmcgarvey-modopayments in #195). There was previously an int64 overflow that caused the wrong results for any time after the year 2262 (because that is when time.Time's UnixNano() method overflows).

This release also contains updated documentation to clarify the returned time format when converting our internal Timestamp to a standard time.Time.

What's Changed

New Contributors

Full Changelog: gofrs/uuid@v5.3.0...v5.3.1

Commits

Updates github.com/playwright-community/playwright-go from 0.4901.0 to 0.5001.0

Release notes

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

v0.5001.0

What's Changed

Full Changelog: playwright-community/playwright-go@v0.4902.0...v0.5001.0

v0.4902.0

What's Changed

Full Changelog: playwright-community/playwright-go@v0.4901.0...v0.4902.0

Commits

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

Release notes

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

v1.1.1

What's Changed

Full Changelog: sethvargo/go-envconfig@v1.1.0...v1.1.1

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/afero from 1.11.0 to 1.12.0

Release notes

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

v1.12.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.11.0...v1.12.0

Commits

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

Release notes

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

v1.9.1

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades

... (truncated)

Commits

Updates github.com/spf13/pflag from 1.0.5 to 1.0.6

Release notes

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

v1.0.6

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

Commits

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

Release notes

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

v0.35.0

What's Changed

⚠️ Breaking Changes

  • feat(termination)!: make container termination timeout configurable (#2926) @​moogacs

The container.Terminate(ctx) method now accepts an extra variadic argument with termination options. The breaking change only affects users assigning this method to a variable, receiving a compile-time error. The rest of the users will simply satisfy the new signature with an empty slice of termination options.

The ShouldPrintBuildLog function of the ContainerRequest has been removed. Instead, a BuildLogWriter function appears, that returns the user-defined io.Writer for writing the image-build logs. In case there is no writer, and the FromDockerfile.PrintBuildLog is set to true, os.Stderr would be used.

  • feat(gcloud)!: add support to seed data when using RunBigQueryContainer (#2523) @​mtellis2

Users of the GCloud module and the WithProjectID option must handle the error that this option now returns. This can be get at compile time, as all the functional options for container customisers must return an error.

The types and functions of the PortForwarder type are now private, as they are implementation details of the library, so there is no need for them to be exposed.

Usages of the GenericProviderOptions.DefaultNetwork field must be removed, as this field is now private. The container runtime should provide the default network under the hood.

🔒 Security

🚀 Features

🐛 Bug Fixes

... (truncated)

Commits
  • add4ac3 chore: use new version (v0.35.0) in modules and examples
  • 3330dc1 feat(postgres): ssl for postgres (#2473)
  • 6ec91f1 feat(ollama): support calling the Ollama local process (#2923)
  • 632249a chore(deps): bump jinja2 from 3.1.4 to 3.1.5 (#2935)
  • 7ca837d chore(deps): bump sonarsource/sonarcloud-github-action (#2933)
  • 6f718ee feat(termination)!: make container termination timeout configurable (#2926)
  • eb5b8ed chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0 (#2934)
  • cc55f13 chore(deps): bump github/codeql-action from 3.25.15 to 3.28.0 (#2932)
  • 63fad4d feat(wait): log sub match callback (#2929)
  • 4f67ae0 fix: Handle nil value in CleanupNetwork (#2928)
  • Additional commits viewable in compare view

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

Commits
  • 9290511 go.mod: update golang.org/x dependencies
  • fa5273e x509roots/fallback: update bundle
  • a8ea4be ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface
  • 71d3a4c acme: support challenges that require the ACME client to send a non-empty JSO...
  • 8929309 go.mod: update golang.org/x dependencies
  • 4a75ba5 all: make function and struct comments match the names
  • See full diff in compare view

Updates golang.org/x/image from 0.23.0 to 0.24.0

Commits

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

Commits
  • df97a48 go.mod: update golang.org/x dependencies
  • 2dab271 route: treat short sockaddr lengths as unspecified
  • b914489 internal/http3: refactor in prep for sharing transport/server code
  • ebd23f8 route: fix parsing network address of length zero
  • 938a9fb internal/http3: add request/response body transfer
  • 145b2d7 internal/http3: add RoundTrip
  • 5bda71a internal/http3: define connection and stream error types
  • 3c1185a internal/http3: return error on mid-frame EOF
  • a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3
  • c72e89d internal/http3: QPACK encoding and decoding
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.27.0 to 0.29.0

Commits

Updates modernc.org/sqlite from 1.34.4 to 1.35.0

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 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.10.1` | `1.10.2` |
| [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.8.1` | `1.9.0` |
| [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.3.0` | `5.3.1` |
| [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go) | `0.4901.0` | `0.5001.0` |
| [github.com/sethvargo/go-envconfig](https://github.com/sethvargo/go-envconfig) | `1.0.2` | `1.1.1` |
| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.11.0` | `1.12.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.34.0` | `0.35.0` |
| [golang.org/x/image](https://github.com/golang/image) | `0.23.0` | `0.24.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.34.4` | `1.35.0` |



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

Updates `github.com/go-sql-driver/mysql` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md)
- [Commits](go-sql-driver/mysql@v1.8.1...v1.9.0)

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

Updates `github.com/playwright-community/playwright-go` from 0.4901.0 to 0.5001.0
- [Release notes](https://github.com/playwright-community/playwright-go/releases)
- [Commits](playwright-community/playwright-go@v0.4901.0...v0.5001.0)

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

Updates `github.com/spf13/afero` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.11.0...v1.12.0)

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

Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.5...v1.0.6)

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

Updates `golang.org/x/crypto` from 0.31.0 to 0.33.0
- [Commits](golang/crypto@v0.31.0...v0.33.0)

Updates `golang.org/x/image` from 0.23.0 to 0.24.0
- [Commits](golang/image@v0.23.0...v0.24.0)

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

Updates `golang.org/x/term` from 0.27.0 to 0.29.0
- [Commits](golang/term@v0.27.0...v0.29.0)

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

---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/go-sql-driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/gofrs/uuid/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/playwright-community/playwright-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/afero
  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-minor
  dependency-group: all
- dependency-name: github.com/spf13/pflag
  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 Feb 22, 2025
Copy link

codecov bot commented Feb 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.15%. Comparing base (73a5239) to head (1e73397).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1062   +/-   ##
=======================================
  Coverage   39.15%   39.15%           
=======================================
  Files          65       65           
  Lines        5782     5782           
=======================================
  Hits         2264     2264           
  Misses       3243     3243           
  Partials      275      275           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

0 participants