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

build(deps): Bump the dependencies group with 9 updates #59

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps the dependencies group with 9 updates:

Package From To
github.com/KimMachineGun/automemlimit 0.3.0 0.4.0
github.com/google/uuid 1.3.1 1.4.0
github.com/jackc/pgx/v5 5.4.3 5.5.0
github.com/onsi/ginkgo/v2 2.13.0 2.13.2
github.com/onsi/gomega 1.29.0 1.30.0
github.com/testcontainers/testcontainers-go 0.25.0 0.26.0
github.com/testcontainers/testcontainers-go/modules/postgres 0.25.0 0.26.0
github.com/urfave/cli/v2 2.25.7 2.26.0
goa.design/goa/v3 3.13.2 3.14.0

Updates github.com/KimMachineGun/automemlimit from 0.3.0 to 0.4.0

Commits
  • c47ceb5 chore(memlimit): rename cap function to not shadow built-in cap
  • bee7662 chore(examples/gosigar): fix module name
  • 752e548 chore(examples/gosigar): add gosigar example project
  • 9c76cb2 chore(memlimit): remove naked returns
  • ce9a4ad feat(memlimit): introduce Apply* functions for decorating Provider
  • 9cd1d34 feat(memlimit): expose FromCgroupHybrid provider
  • See full diff in compare view

Updates github.com/google/uuid from 1.3.1 to 1.4.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.4.0

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
Changelog

Sourced from github.com/google/uuid's changelog.

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
Commits
  • 8de8764 chore(master): release 1.4.0 (#134)
  • 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate...
  • cd5fbbd feat: UUIDs slice type with Strings() convenience method (#133)
  • 47f5b39 docs: fix a typo in CONTRIBUTING.md (#130)
  • 542ddab chore(tests): add Fuzz tests (#128)
  • 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (#116)
  • See full diff in compare view

Updates github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.5.0 (November 4, 2023)

  • Add CollectExactlyOneRow. (Julien GOTTELAND)
  • Add OpenDBFromPool to create *database/sql.DB from *pgxpool.Pool. (Lev Zakharov)
  • Prepare can automatically choose statement name based on sql. This makes it easier to explicitly manage prepared statements.
  • Statement cache now uses deterministic, stable statement names.
  • database/sql prepared statement names are deterministically generated.
  • Fix: SendBatch wasn't respecting context cancellation.
  • Fix: Timeout error from pipeline is now normalized.
  • Fix: database/sql encoding json.RawMessage to []byte.
  • CancelRequest: Wait for the cancel request to be acknowledged by the server. This should improve PgBouncer compatibility. (Anton Levakin)
  • stdlib: Use Ping instead of CheckConn in ResetSession
  • Add json.Marshaler and json.Unmarshaler for Float4, Float8 (Kirill Mironov)
Commits
  • 96f5f9c Release v5.5.0
  • d3fb6e0 implement json.Marshaler and json.Unmarshaler for Float4, Float8
  • cf6ef75 stdlib: Use Ping instead of CheckConn in ResetSession
  • 7a4bb7e Add link to pgx presentation to README.md
  • 6f7400f fix typo in the comment in the pgconn.go
  • 304697d CancelRequest: Wait for the cancel request to be acknowledged by the server
  • 5d0f904 update TestConnContextCanceledCancelsRunningQueryOnServer
  • 6ca3d8e Revert "CancelRequest: don't try to read the reply"
  • 81ddcfd Fix spurious deadline exceeded error
  • 45f807f Special case the underlying type of []byte
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.13.2

2.13.2

Fixes

  • Fix file handler leak (#1309) [e2e81c8]
  • Avoid allocations with (*regexp.Regexp).MatchString (#1302) [3b2a2a7]

v2.13.1

2.13.1

Fixes

  • 1296 fix(precompiled test guite): exec bit check omitted on Windows (#1301) [26eea01]

Maintenance

  • Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#1291) [7161a9d]
  • Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#1295) [7fc7b10]
  • Bump golang.org/x/tools from 0.12.0 to 0.14.0 (#1282) [74bbd65]
  • Bump github.com/onsi/gomega from 1.27.10 to 1.29.0 (#1290) [9373633]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1286) [6e3cf65]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.13.2

Fixes

  • Fix file handler leak (#1309) [e2e81c8]
  • Avoid allocations with (*regexp.Regexp).MatchString (#1302) [3b2a2a7]

2.13.1

Fixes

  • 1296 fix(precompiled test guite): exec bit check omitted on Windows (#1301) [26eea01]

Maintenance

  • Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#1291) [7161a9d]
  • Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#1295) [7fc7b10]
  • Bump golang.org/x/tools from 0.12.0 to 0.14.0 (#1282) [74bbd65]
  • Bump github.com/onsi/gomega from 1.27.10 to 1.29.0 (#1290) [9373633]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1286) [6e3cf65]
Commits

Updates github.com/onsi/gomega from 1.29.0 to 1.30.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.30.0

1.30.0

Features

  • BeTrueBecause and BeFalseBecause allow for better failure messages [4da4c7f]

Maintenance

  • Bump actions/checkout from 3 to 4 (#694) [6ca6e97]
  • doc: fix type on gleak go doc [f1b8343]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.30.0

Features

  • BeTrueBecause and BeFalseBecause allow for better failure messages [4da4c7f]

Maintenance

  • Bump actions/checkout from 3 to 4 (#694) [6ca6e97]
  • doc: fix type on gleak go doc [f1b8343]
Commits

Updates github.com/testcontainers/testcontainers-go from 0.25.0 to 0.26.0

Release notes

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

v0.26.0

What's Changed

🔒 Security

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • a98de5a chore: use new version (v0.26.0) in modules and examples
  • 636c3cb feat: add image-keep option for built images (#1785)
  • 25a7e3f chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc4 to 1.1....
  • 8a5f197 chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.7 (#1742)
  • 284cf81 chore(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 (#1730)
  • 3d3a9a7 docs: remove OpenSSF scorecard (#1823)
  • b9398b9 Auto-cleanup of k6 build cache (#1788)
  • e52cd03 Add OpenSSF Scorecards GitHub Action (#1795)
  • caaf25a chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#1822)
  • febb04c chore: expose SessionID (#1793)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go/modules/postgres from 0.25.0 to 0.26.0

Release notes

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

v0.26.0

What's Changed

🔒 Security

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • a98de5a chore: use new version (v0.26.0) in modules and examples
  • 636c3cb feat: add image-keep option for built images (#1785)
  • 25a7e3f chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc4 to 1.1....
  • 8a5f197 chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.7 (#1742)
  • 284cf81 chore(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 (#1730)
  • 3d3a9a7 docs: remove OpenSSF scorecard (#1823)
  • b9398b9 Auto-cleanup of k6 build cache (#1788)
  • e52cd03 Add OpenSSF Scorecards GitHub Action (#1795)
  • caaf25a chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#1822)
  • febb04c chore: expose SessionID (#1793)
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v2 from 2.25.7 to 2.26.0

Release notes

Sourced from github.com/urfave/cli/v2's releases.

v2.26.0

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.7...v2.26.0

Commits
  • d391482 Merge pull request #1696 from skelouse/v2-maint
  • 0e5f95d Merge pull request #1825 from dearchap/issue_1689
  • 92aa673 Update all flags with similar behaviour
  • e2301c8 Fix:(issue_1689) Have consistent behavior for default text in man and markdow...
  • 837ae14 Fix new linting issues post-rebase
  • 594ab74 Update based on comments
  • 72f7639 Add error checks
  • d7bd472 Fix linting
  • 488e77c Merge pull request #1805 from linrl3/fix/v2_duplicate_subcommand
  • 36ebd0a fix: check duplicated sub command name and alias
  • Additional commits viewable in compare view

Updates goa.design/goa/v3 from 3.13.2 to 3.14.0

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 dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) | `0.3.0` | `0.4.0` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.3.1` | `1.4.0` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.4.3` | `5.5.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.13.0` | `2.13.2` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.29.0` | `1.30.0` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.25.0` | `0.26.0` |
| [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) | `0.25.0` | `0.26.0` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.25.7` | `2.26.0` |
| goa.design/goa/v3 | `3.13.2` | `3.14.0` |


Updates `github.com/KimMachineGun/automemlimit` from 0.3.0 to 0.4.0
- [Commits](KimMachineGun/automemlimit@v0.3.0...v0.4.0)

Updates `github.com/google/uuid` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.1...v1.4.0)

Updates `github.com/jackc/pgx/v5` from 5.4.3 to 5.5.0
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.4.3...v5.5.0)

Updates `github.com/onsi/ginkgo/v2` from 2.13.0 to 2.13.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.13.0...v2.13.2)

Updates `github.com/onsi/gomega` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.29.0...v1.30.0)

Updates `github.com/testcontainers/testcontainers-go` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.25.0...v0.26.0)

Updates `github.com/testcontainers/testcontainers-go/modules/postgres` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.25.0...v0.26.0)

Updates `github.com/urfave/cli/v2` from 2.25.7 to 2.26.0
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.25.7...v2.26.0)

Updates `goa.design/goa/v3` from 3.13.2 to 3.14.0

---
updated-dependencies:
- dependency-name: github.com/KimMachineGun/automemlimit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: goa.design/goa/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #60.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-388c473cb8 branch December 11, 2023 17:34
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