-
Notifications
You must be signed in to change notification settings - Fork 35
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/skip-mev/feemarket from 1.0.4 to 1.1.0 #278
build(deps): bump github.com/skip-mev/feemarket from 1.0.4 to 1.1.0 #278
Conversation
Bumps [github.com/skip-mev/feemarket](https://github.com/skip-mev/feemarket) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/skip-mev/feemarket/releases) - [Commits](skip-mev/feemarket@v1.0.4...v1.1.0) --- updated-dependencies: - dependency-name: github.com/skip-mev/feemarket dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant GoModule
participant Dependencies
User->>GoModule: Request Dependency Update
GoModule->>Dependencies: Fetch Latest Versions
Dependencies-->>GoModule: Return Updated Versions
GoModule-->>User: Provide Updated go.mod
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 (1)
- go.mod (4 hunks)
Additional comments not posted (7)
go.mod (7)
28-28
: Dependency Update:google.golang.org/grpc
The
google.golang.org/grpc
dependency has been updated fromv1.64.1
tov1.65.0
. Ensure that this update does not introduce any breaking changes or incompatibilities with the existing codebase.Verify the compatibility of the new version by running the following script:
199-199
: Dependency Update:golang.org/x/crypto
The
golang.org/x/crypto
dependency has been updated fromv0.25.0
tov0.26.0
. Ensure that this update does not introduce any breaking changes or incompatibilities with the existing codebase.Verify the compatibility of the new version by running the following script:
Verification successful
Dependency Update Verified:
golang.org/x/crypto
The commit history between versions
v0.25.0
andv0.26.0
for thegolang.org/x/crypto
library does not indicate any breaking changes. The updates include support for unpadded RSA signatures, removal of DSA keys in tests, and other non-breaking changes. However, it's always good practice to run your test suite to ensure compatibility with your specific codebase.
- Key updates:
- Added support for unpadded RSA signatures.
- Removed DSA keys from integration tests.
- Updated license and dependencies.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of the new crypto version. # Test: Check for breaking changes or incompatibilities. go mod tidy go test ./...Length of output: 169
Script:
#!/bin/bash # Fetch the changelog or commit history for golang.org/x/crypto between v0.25.0 and v0.26.0 # Clone the repository git clone https://go.googlesource.com/crypto # Navigate into the repository cd crypto # Fetch the commit history between the specified versions git log v0.25.0..v0.26.0 --onelineLength of output: 569
201-201
: Dependency Update:golang.org/x/net
The
golang.org/x/net
dependency has been updated fromv0.27.0
tov0.28.0
. Ensure that this update does not introduce any breaking changes or incompatibilities with the existing codebase.Verify the compatibility of the new version by running the following script:
206-206
: Dependency Update:golang.org/x/text
The
golang.org/x/text
dependency has been updated fromv0.16.0
tov0.17.0
. Ensure that this update does not introduce any breaking changes or incompatibilities with the existing codebase.Verify the compatibility of the new version by running the following script:
54-54
: Dependency Update:github.com/skip-mev/feemarket
The
github.com/skip-mev/feemarket
dependency has been updated fromv1.0.4
tov1.1.0
. This update addresses a critical Blackberry security vulnerability. Ensure that this update does not introduce any breaking changes or incompatibilities with the existing codebase.Verify the compatibility of the new version by running the following script:
205-205
: Dependency Update:golang.org/x/term
The
golang.org/x/term
dependency has been updated fromv0.22.0
tov0.23.0
. Ensure that this update does not introduce any breaking changes or incompatibilities with the existing codebase.Verify the compatibility of the new version by running the following script:
203-203
: Dependency Update:golang.org/x/sync
The
golang.org/x/sync
dependency has been updated fromv0.7.0
tov0.8.0
. Ensure that this update does not introduce any breaking changes or incompatibilities with the existing codebase.Verify the compatibility of the new version by running the following script:
Verification successful
Dependency Update Verified:
golang.org/x/sync
The update of the
golang.org/x/sync
dependency fromv0.7.0
tov0.8.0
does not introduce any breaking changes or incompatibilities, as there are no direct usages of this package in the codebase. The dependency is used indirectly, and no issues are expected.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of the new sync version. # Test: Check for breaking changes or incompatibilities. go mod tidy go test ./...Length of output: 169
Script:
#!/bin/bash # Search for usages of the golang.org/x/sync package in the codebase. rg 'golang.org/x/sync' -A 5Length of output: 3858
Superseded by #279. |
Bumps github.com/skip-mev/feemarket from 1.0.4 to 1.1.0.
Release notes
Sourced from github.com/skip-mev/feemarket's releases.
Commits
1aac4a6
feat: pre deduct funds (#135)f2f6773
chore(deps): bump the go_modules group across 2 directories with 3 updates (#...b4dccfe
fix: tools link (#128)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