-
Notifications
You must be signed in to change notification settings - Fork 906
build(deps): bump github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0 #2756
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 github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0 #2756
Conversation
Bumps [github.com/ory/dockertest/v3](https://github.com/ory/dockertest) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/ory/dockertest/releases) - [Commits](ory/dockertest@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: github.com/ory/dockertest/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThe recent changes include updates to the Changes
Sequence Diagram(s)sequenceDiagram
participant A as User
participant B as Application
participant C as Dependency Manager
A->>B: Request to update dependencies
B->>C: Fetch latest dependency versions
C->>B: Return updated versions
B->>A: Confirm dependencies updated
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
go.sum
is excluded by!**/*.sum
Files selected for processing (2)
- go.mod (9 hunks)
- gomod2nix.toml (11 hunks)
Additional comments not posted (28)
go.mod (13)
76-76
: Dependency Update:github.com/Microsoft/go-winio
The version has been updated from
v0.6.1
tov0.6.2
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
87-87
: Dependency Update:github.com/cenkalti/backoff/v4
The version has been updated from
v4.1.3
tov4.3.0
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
98-98
: Dependency Update:github.com/containerd/continuity
The version has been updated from
v0.3.0
tov0.4.3
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
113-113
: Dependency Update:github.com/docker/cli
The version has been updated from
v23.0.1+incompatible
tov26.1.4+incompatible
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
114-114
: Dependency Update:github.com/docker/docker
The version has been updated from
v24.0.9+incompatible
tov27.1.1+incompatible
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
115-115
: Dependency Update:github.com/docker/go-connections
The version has been updated from
v0.4.0
tov0.5.0
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
172-172
: Dependency Update:github.com/lib/pq
The version has been updated from
v1.10.7
tov1.10.9
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
185-185
: Dependency Update:github.com/moby/term
The version has been updated from
v0.0.0-20221205130635-1aeaba878587
tov0.5.0
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
189-189
: Dependency Update:github.com/opencontainers/image-spec
The version has been updated from
v1.1.0-rc2
tov1.1.0
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
190-190
: Dependency Update:github.com/opencontainers/runc
The version has been updated from
v1.1.12
tov1.1.13
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
207-207
: Dependency Update:github.com/sirupsen/logrus
The version has been updated from
v1.9.0
tov1.9.3
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.
69-69
: Dependency Replacement:github.com/dario.cat/mergo
The module
github.com/imdario/mergo
has been replaced withgithub.com/dario.cat/mergo
at versionv1.0.0
. Verify the compatibility of the new module with existing code.Verification successful
No Direct Usage of
mergo
Found in CodebaseThe comprehensive search did not reveal any direct references to
mergo
, indicating that the module is not directly used in the codebase. This suggests that the replacement does not impact the current code directly. However, ifmergo
is used indirectly, further manual verification may be needed to ensure compatibility.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of `github.com/dario.cat/mergo` with the codebase. # Test: Search for references to `mergo` in the codebase. # Expect: Ensure all usages are compatible with the new module. rg --type go 'mergo'Length of output: 20
Script:
#!/bin/bash # Description: Perform a comprehensive search for `mergo` references in the codebase. # Search for import statements that might include `mergo`. rg --type go '^import.*mergo' -A 5 # Search for any usage of `mergo` functions or types. rg --type go 'mergo\.[A-Za-z_]+' # Search for any package declaration or aliasing that might involve `mergo`. rg --type go 'package.*mergo'Length of output: 103
38-38
: Dependency Update:github.com/ory/dockertest/v3
The version has been updated from
v3.10.0
tov3.11.0
. Ensure that the new version is compatible with your codebase and take advantage of any new features or bug fixes.gomod2nix.toml (15)
43-45
: Module Update:filippo.io/edwards25519
The module has been updated to version
v1.1.0
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
63-64
: Module Update:github.com/Microsoft/go-winio
The module has been updated to version
v0.6.2
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
105-106
: Module Update:github.com/cenkalti/backoff/v4
The module has been updated to version
v4.3.0
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
144-145
: Module Update:github.com/containerd/continuity
The module has been updated to version
v0.4.3
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
220-221
: Module Update:github.com/docker/cli
The module has been updated to version
v26.1.4+incompatible
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
223-224
: Module Update:github.com/docker/docker
The module has been updated to version
v27.1.1+incompatible
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
226-227
: Module Update:github.com/docker/go-connections
The module has been updated to version
v0.5.0
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
426-427
: Module Update:github.com/lib/pq
The module has been updated to version
v1.10.9
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
464-466
: Module Update:github.com/moby/docker-image-spec
The module has been updated to version
v1.3.1
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
468-469
: Module Update:github.com/moby/term
The module has been updated to version
v0.5.0
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
486-487
: Module Update:github.com/opencontainers/image-spec
The module has been updated to version
v1.1.0
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
489-490
: Module Update:github.com/opencontainers/runc
The module has been updated to version
v1.1.13
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
552-553
: Module Update:github.com/sirupsen/logrus
The module has been updated to version
v1.9.3
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
492-493
: Module Update:github.com/ory/dockertest/v3
The module has been updated to version
v3.11.0
. Ensure that this version is compatible with your codebase and take advantage of any new features or bug fixes.
40-42
: Module Addition:dario.cat/mergo
The module has been added with version
v1.0.0
. Ensure that this module is compatible with your codebase and replaces the functionality ofgithub.com/imdario/mergo
.
Bumps github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0.
Release notes
Sourced from github.com/ory/dockertest/v3's releases.
Commits
6110e9a
chore: update docker to v27.1.1 (#522)d229e74
feat: introduce cve scanners (#500)1b46b29
chore(deps): bump actions/stale from 4 to 9 (#507)44496a3
chore(deps): bump actions/setup-go from 4 to 5 (#508)1aa8cd7
chore(deps): bump actions/setup-node from 2.pre.beta to 4.0.2 (#503)0c91bda
chore(deps): bump github.com/opencontainers/image-spec (#510)3328cf9
move tests to dockertest_test package (#490)05f6347
chore(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.13 (#509)6539ccd
chore: replace deprecated ioutil.TempDir with os.MkdirTemp (#506)84015fd
chore: remove direct dependency on gotest.tools/v3 (#504)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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
github.com/imdario/mergo
module and replaced it withgithub.com/dario.cat/mergo
.