-
Notifications
You must be signed in to change notification settings - Fork 0
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 13 updates #65
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 13 updates: | Package | From | To | | --- | --- | --- | | [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) | `0.3.0` | `0.4.0` | | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.4.0` | `0.5.0` | | [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.16.2` | `4.17.0` | | [github.com/google/uuid](https://github.com/google/uuid) | `1.4.0` | `1.5.0` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.4.3` | `5.5.1` | | [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/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.18.0` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.25.0` | `0.27.0` | | [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) | `0.25.0` | `0.27.0` | | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.25.7` | `2.27.1` | | [go.uber.org/mock](https://github.com/uber/mock) | `0.3.0` | `0.4.0` | | goa.design/goa/v3 | `3.13.2` | `3.14.4` | 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/docker/go-connections` from 0.4.0 to 0.5.0 - [Commits](docker/go-connections@v0.4.0...v0.5.0) Updates `github.com/golang-migrate/migrate/v4` from 4.16.2 to 4.17.0 - [Release notes](https://github.com/golang-migrate/migrate/releases) - [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml) - [Commits](golang-migrate/migrate@v4.16.2...v4.17.0) Updates `github.com/google/uuid` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](google/uuid@v1.4.0...v1.5.0) Updates `github.com/jackc/pgx/v5` from 5.4.3 to 5.5.1 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.4.3...v5.5.1) 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/prometheus/client_golang` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.17.0...v1.18.0) Updates `github.com/testcontainers/testcontainers-go` from 0.25.0 to 0.27.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.25.0...v0.27.0) Updates `github.com/testcontainers/testcontainers-go/modules/postgres` from 0.25.0 to 0.27.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.25.0...v0.27.0) Updates `github.com/urfave/cli/v2` from 2.25.7 to 2.27.1 - [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.27.1) Updates `go.uber.org/mock` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/uber/mock/releases) - [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md) - [Commits](uber-go/mock@v0.3.0...v0.4.0) Updates `goa.design/goa/v3` from 3.13.2 to 3.14.4 --- 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/docker/go-connections dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/golang-migrate/migrate/v4 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/prometheus/client_golang 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: go.uber.org/mock 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
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Jan 8, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #65 +/- ##
==========================================
- Coverage 68.94% 68.71% -0.24%
==========================================
Files 31 31
Lines 1256 1256
==========================================
- Hits 866 863 -3
- Misses 344 346 +2
- Partials 46 47 +1 ☔ View full report in Codecov by Sentry. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/go_modules/dependencies-c704d84162
branch
January 15, 2024 17:15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 13 updates:
0.3.0
0.4.0
0.4.0
0.5.0
4.16.2
4.17.0
1.4.0
1.5.0
5.4.3
5.5.1
2.13.0
2.13.2
1.29.0
1.30.0
1.17.0
1.18.0
0.25.0
0.27.0
0.25.0
0.27.0
2.25.7
2.27.1
0.3.0
0.4.0
3.13.2
3.14.4
Updates
github.com/KimMachineGun/automemlimit
from 0.3.0 to 0.4.0Commits
c47ceb5
chore(memlimit): rename cap function to not shadow built-in capbee7662
chore(examples/gosigar): fix module name752e548
chore(examples/gosigar): add gosigar example project9c76cb2
chore(memlimit): remove naked returnsce9a4ad
feat(memlimit): introduce Apply* functions for decorating Provider9cd1d34
feat(memlimit): expose FromCgroupHybrid providerUpdates
github.com/docker/go-connections
from 0.4.0 to 0.5.0Commits
fa09c95
Merge pull request #108 from thaJeztah/carry_67a67a58
Swap CloseRead and CloseWrite481d3d2
Merge pull request #107 from thaJeztah/drop_legacy_go9548f9f
tlsconfig: remove deprecated io/ioutilc564c21
drop support for go1.17 and older7cbebcf
gha: update actions2cf423f
tlsconfig: move allTLSVersions vardca283b
tlsconfig: drop support for go1.12 and older21876c5
tlsconfig: drop support for go1.6 and older4d174db
tlsconfig: drop support for go1.4 and olderUpdates
github.com/golang-migrate/migrate/v4
from 4.16.2 to 4.17.0Release notes
Sourced from github.com/golang-migrate/migrate/v4's releases.
Commits
cd17c5a
Drop support for Go 1.19 and add support for Go 1.21f2c4b52
Update aws-sdk-go from v1.44.301 to v1.49.6c7c5011
Merge pull request #956 from Kenai/master9c551d4
Merge pull request #875 from no-name16/clickhouse_create_database_migrationsab24e76
Merge branch 'master' into clickhouse_create_database_migrationse8edcdc
Merge branch 'master' into master691f687
Reformat ScyllaDB/Cassandra docseb64ffa
Merge pull request #947 from mkorolyov/scylladb_supporta94396c
Merge pull request #857 from luca-nardelli/master0ba6fc3
Merge pull request #1002 from jsabbatini-upguard/upgrade-spannerUpdates
github.com/google/uuid
from 1.4.0 to 1.5.0Release notes
Sourced from github.com/google/uuid's releases.
Changelog
Sourced from github.com/google/uuid's changelog.
Commits
4d47f8e
chore(master): release 1.5.0 (#145)9ee7366
feat: Validate UUID without creating new UUID (#141)b35aa6a
add uuid version 6 and 7 (#139)Updates
github.com/jackc/pgx/v5
from 5.4.3 to 5.5.1Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
Commits
ba05097
Release v5.5.1384fe77
Batch.Queue: document always uses the conn's DefaultQueryExecMode20bf953
pull out changes into new public function12582a0
bitsize largest option is 64905f252
uncomment tests9927e14
remove dead line95b2f85
support scientific notation big floats913e4c8
Update changelog31321c2
Add race detector to bug report template319c317
fix panic in prepared sqlUpdates
github.com/onsi/ginkgo/v2
from 2.13.0 to 2.13.2Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
931dc0b
v2.13.2e2e81c8
Fix file handler leak (#1309)3b2a2a7
Avoid allocations with(*regexp.Regexp).MatchString
(#1302)64b8552
v2.13.126eea01
# 1296 fix(precompiled test guite): exec bit check omitted on Windows (#1301)7161a9d
Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#1291)7fc7b10
Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#1295)74bbd65
Bump golang.org/x/tools from 0.12.0 to 0.14.0 (#1282)9373633
Bump github.com/onsi/gomega from 1.27.10 to 1.29.0 (#1290)6e3cf65
Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1286)Updates
github.com/onsi/gomega
from 1.29.0 to 1.30.0Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
f804ac6
v1.30.04da4c7f
BeTrueBecause and BeFalseBecause allow for better failure messages6ca6e97
Bump actions/checkout from 3 to 4 (#694)f1b8343
doc: fix type on gleak go docUpdates
github.com/prometheus/client_golang
from 1.17.0 to 1.18.0Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
53be91d
Revert "change api http.client to interface"1a2d072
Add 1.18 changelog239b123
Merge pull request #1387 from tsipo/main3f8bd73
Merge pull request #1370 from prometheus/dependabot/go_modules/tutorial/whats...5e55b31
Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsupe96fb18
Merge pull request #1401 from prometheus/dependabot/go_modules/golang.org/x/s...2a8fc90
Bump golang.org/x/sys from 0.13.0 to 0.15.024d59e9
change client to interface, allow override by other implementations (e.g. git...80d3f0b
Normalize empty help values in CollectAndCompare (#1378)3f80cd1
Add example of NewConstMetricWithCreatedTimestamp (#1375)Updates
github.com/testcontainers/testcontainers-go
from 0.25.0 to 0.27.0Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.
... (truncated)
Commits
8d0f53a
chore: use new version (v0.27.0) in modules and examplesc3a1834
chore: do not read config but instead pass the hub prefix to the prependHub m...1bac302
fix: remove docker.io from Ryuk image name (#2046)61a37cb
adds gotestsum to install tools (#2043)1c45958
Add neo4j license agreement customization options (#2036)974afd9
chore: bump Ryuk to 0.6.0 (#2040)cb51b9b
chore(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11 (#2011)9f68760
feat: support configuring Ryuk verbose mode at config level (#2038)5faf6f4
chore: lookup exposed ports in the image from Config, not from ContainerConfi...a9f0ac8
chore(deps): bump golang.org/x/crypto to 0.17.0 in /modules (#2006)Updates
github.com/testcontainers/testcontainers-go/modules/postgres
from 0.25.0 to 0.27.0Release notes
Sourced from github.com/testcontainers/testcontainers-go/modules/postgres's releases.
... (truncated)
Commits
8d0f53a
chore: use new version (v0.27.0) in modules and examplesc3a1834
chore: do not read config but instead pass the hub prefix to the prependHub m...1bac302
fix: remove docker.io from Ryuk image name (#2046)61a37cb
adds gotestsum to install tools (#2043)1c45958
Add neo4j license agreement customization options (#2036)974afd9
chore: bump Ryuk to 0.6.0 (#2040)cb51b9b
chore(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11 (#2011)9f68760
feat: support configuring Ryuk verbose mode at config level (#2038)5faf6f4
chore: lookup exposed ports in the image from Config, not from ContainerConfi...a9f0ac8
chore(deps): bump golang.org/x/crypto to 0.17.0 in /modules (#2006)Updates
github.com/urfave/cli/v2
from 2.25.7 to 2.27.1Release notes
Sourced from github.com/urfave/cli/v2's releases.
Commits
7656c5f
Merge pull request #1847 from dolmen/build-flag-disable-suggest32d535b
Add build tag urfave_cli_no_suggest83ffe99
Merge pull request #1851 from dearchap/issue_1850c5d5b78
Fix:(issue_1850) Add RunAction for uint/uint64 slice flagsc667cc0
Merge pull request #1829 from dearchap/issue_1797dbe3417
Merge branch 'v2-maint' into issue_1797ca5c42f
Merge pull request #1848 from dolmen/github-actions-upgrade-Go-and-actions796c533
GitHub Actions: upgrade Go, upgrade actions33a1b5c
Merge branch 'v2-maint' into issue_17971a4c1da
Merge pull request #1830 from skelouse/v2-maintUpdates
go.uber.org/mock
from 0.3.0 to 0.4.0Release notes
Sourced from go.uber.org/mock's releases.
Changelog
Sourced from go.uber.org/mock's changelog.
Commits
74a29c6
Release v0.4.0 (#131)37f6db3
mockgen: Sanitize the "any" package name (#132)6dd8fe5
Fixed -mockNames not propagating to Recorder and ReturnCall types (#127)7bf3d91
added a description of the exclude_interfaces flag to the README (#123)5b48f95
MockGen header comment: trim .exe suffix on Windows (#119)857e269
Update model.go (#115)7fb6390
Use path.Join for expected package paths (#121)94a7ac3
feat: add Regex() matcher (#114)b233940
Fix 111: Package comments are now split correctly from the rest of the commen...892b665
fix: race condition on Controller.Satisfied (#101)Updates
goa.design/goa/v3
from 3.13.2 to 3.14.4Dependabot 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