-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(deps): update github.com/charmbracelet/huh/spinner digest to 5fd7081 #3043
fix(deps): update github.com/charmbracelet/huh/spinner digest to 5fd7081 #3043
Conversation
ℹ Artifact update noticeFile name: services/rfq/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
WalkthroughThe recent updates to the Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant GoModule
participant Dependencies
Developer->>GoModule: Update go.mod
GoModule->>Dependencies: Fetch latest versions
Dependencies-->>GoModule: Return updated versions
GoModule-->>Developer: Updated dependencies in 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 Documentation and Community
|
Deploying sanguine-fe with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3043 +/- ##
===================================================
- Coverage 32.92244% 32.83181% -0.09064%
===================================================
Files 533 533
Lines 33099 33099
Branches 82 82
===================================================
- Hits 10897 10867 -30
- Misses 21231 21258 +27
- Partials 971 974 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.yaml
Review profile: CHILL
Files ignored due to path filters (1)
services/rfq/go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- services/rfq/go.mod (5 hunks)
Additional comments not posted (8)
services/rfq/go.mod (8)
104-104
: Verify compatibility withgithub.aaakk.us.kg/charmbracelet/x/input
.Ensure that the updated version is compatible with your codebase and does not introduce breaking changes.
Run the following script to check for any breaking changes or compatibility issues:
11-11
: Verify compatibility withgithub.aaakk.us.kg/charmbracelet/huh/spinner
.Ensure that the updated version is compatible with your codebase and does not introduce breaking changes.
Run the following script to check for any breaking changes or compatibility issues:
103-103
: Verify compatibility withgithub.aaakk.us.kg/charmbracelet/x/ansi
.Ensure that the updated version is compatible with your codebase and does not introduce breaking changes.
Run the following script to check for any breaking changes or compatibility issues:
Verification successful
No direct usage of
github.com/charmbracelet/x/ansi
found.The update to version
v0.1.4
does not appear to impact the codebase directly, as there are no references to this package in the code. It is likely safe to proceed with this version update.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of the updated `github.com/charmbracelet/x/ansi` dependency. # Test: Search for usage of the `ansi` package. Expect: No breaking changes. rg --type go 'ansi' -A 5Length of output: 2397
42-42
: Verify compatibility withgolang.org/x/sync
.Ensure that the updated version is compatible with your codebase and does not introduce breaking changes.
Run the following script to check for any breaking changes or compatibility issues:
Verification successful
No compatibility issues found with
golang.org/x/sync
update.The update to version
v0.8.0
does not introduce any breaking changes in the current usage of thesync
package across the codebase. The constructs used, such assync.Once
andsync.WaitGroup
, remain compatible.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of the updated `golang.org/x/sync` dependency. # Test: Search for usage of the `sync` package. Expect: No breaking changes. rg --type go 'sync' -A 5Length of output: 157000
315-315
: Verify compatibility withgolang.org/x/sys
.Ensure that the updated version is compatible with your codebase and does not introduce breaking changes.
Run the following script to check for any breaking changes or compatibility issues:
Verification successful
No compatibility issues found with
golang.org/x/sys
.The update to
golang.org/x/sys
versionv0.24.0
does not directly impact the codebase as there is no direct usage of this package. It is marked as an indirect dependency. No further action is needed.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of the updated `golang.org/x/sys` dependency. # Test: Search for usage of the `sys` package. Expect: No breaking changes. rg --type go 'sys' -A 5Length of output: 72865
222-222
: Verify compatibility withgithub.aaakk.us.kg/mattn/go-runewidth
.Ensure that the updated version is compatible with your codebase and does not introduce breaking changes.
Run the following script to check for any breaking changes or compatibility issues:
102-102
: Verify compatibility withgithub.aaakk.us.kg/charmbracelet/lipgloss
.Ensure that the updated version is compatible with your codebase and does not introduce breaking changes.
Run the following script to check for any breaking changes or compatibility issues:
Verification successful
No impact from
github.com/charmbracelet/lipgloss
update.The
lipgloss
package is not imported in the codebase, indicating that the update to versionv0.12.1
does not affect the current implementation. No further action is required.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of the updated `github.com/charmbracelet/lipgloss` dependency. # Test: Search for usage of the `lipgloss` package. Expect: No breaking changes. rg --type go 'lipgloss' -A 5Length of output: 28
Script:
#!/bin/bash # Description: Search for import statements of the `lipgloss` package in the Go codebase. # Test: Check for any imports of `lipgloss`. Expect: No imports if the package is not used. rg --type go 'import "github.com/charmbracelet/lipgloss"' -A 5Length of output: 64
101-101
: Verify compatibility withgithub.aaakk.us.kg/charmbracelet/bubbletea
.Ensure that the updated version is compatible with your codebase and does not introduce breaking changes.
Run the following script to check for any breaking changes or compatibility issues:
Verification successful
No direct usage of
github.com/charmbracelet/bubbletea
found.The
bubbletea
package is listed as an indirect dependency and no direct usage was detected in the codebase. The update to versionv0.27.0
should not introduce breaking changes.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of the updated `github.com/charmbracelet/bubbletea` dependency. # Test: Search for usage of the `bubbletea` package. Expect: No breaking changes. rg --type go 'bubbletea' -A 5Length of output: 29
Script:
#!/bin/bash # Search for import statements of the `bubbletea` package in the codebase. rg --type go 'import\s+"github.com/charmbracelet/bubbletea"' -A 5Length of output: 67
a783952
to
3e944e4
Compare
| datasource | package | from | to | | ---------- | ------------------------------------ | ---------------------------------- | ---------------------------------- | | go | github.com/charmbracelet/huh/spinner | v0.0.0-20240618200428-90406d79077d | v0.0.0-20240821193529-5fd70815c13f | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3e944e4
to
b27d498
Compare
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.yaml
Review profile: CHILL
Files ignored due to path filters (1)
services/rfq/go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- services/rfq/go.mod (5 hunks)
Files skipped from review as they are similar to previous changes (1)
- services/rfq/go.mod
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.yaml
Review profile: CHILL
Files ignored due to path filters (14)
agents/go.sum
is excluded by!**/*.sum
contrib/git-changes-action/go.sum
is excluded by!**/*.sum
contrib/opbot/go.sum
is excluded by!**/*.sum
contrib/promexporter/go.sum
is excluded by!**/*.sum
contrib/screener-api/go.sum
is excluded by!**/*.sum
core/go.sum
is excluded by!**/*.sum
ethergo/go.sum
is excluded by!**/*.sum
go.work.sum
is excluded by!**/*.sum
services/cctp-relayer/go.sum
is excluded by!**/*.sum
services/explorer/go.sum
is excluded by!**/*.sum
services/omnirpc/go.sum
is excluded by!**/*.sum
services/rfq/go.sum
is excluded by!**/*.sum
services/scribe/go.sum
is excluded by!**/*.sum
tools/go.sum
is excluded by!**/*.sum
Files selected for processing (13)
- agents/go.mod (3 hunks)
- contrib/git-changes-action/go.mod (2 hunks)
- contrib/opbot/go.mod (5 hunks)
- contrib/promexporter/go.mod (3 hunks)
- contrib/screener-api/go.mod (3 hunks)
- core/go.mod (3 hunks)
- ethergo/go.mod (3 hunks)
- services/cctp-relayer/go.mod (3 hunks)
- services/explorer/go.mod (3 hunks)
- services/omnirpc/go.mod (3 hunks)
- services/rfq/go.mod (5 hunks)
- services/scribe/go.mod (3 hunks)
- tools/go.mod (3 hunks)
Files skipped from review due to trivial changes (3)
- agents/go.mod
- ethergo/go.mod
- services/cctp-relayer/go.mod
Files skipped from review as they are similar to previous changes (1)
- services/rfq/go.mod
Additional comments not posted (77)
contrib/git-changes-action/go.mod (8)
27-27
: LGTM!The update to
golang.org/x/exp
is approved.
28-28
: LGTM!The update to
golang.org/x/mod
is approved.
69-69
: LGTM!The update to
golang.org/x/crypto
is approved.
70-70
: LGTM!The update to
golang.org/x/net
is approved.
71-71
: LGTM!The update to
golang.org/x/sync
is approved.
72-72
: LGTM!The update to
golang.org/x/sys
is approved.
73-73
: LGTM!The update to
golang.org/x/text
is approved.
74-74
: LGTM!The update to
golang.org/x/tools
is approved.tools/go.mod (9)
21-21
: LGTM!The update to
golang.org/x/mod
is approved.
22-22
: LGTM!The update to
golang.org/x/tools
is approved.
71-71
: LGTM!The update to
github.com/mattn/go-runewidth
is approved.
97-97
: LGTM!The update to
golang.org/x/crypto
is approved.
98-98
: LGTM!The update to
golang.org/x/exp
is approved.
99-99
: LGTM!The update to
golang.org/x/net
is approved.
100-100
: LGTM!The update to
golang.org/x/sync
is approved.
101-101
: LGTM!The update to
golang.org/x/sys
is approved.
102-102
: LGTM!The update to
golang.org/x/text
is approved.core/go.mod (9)
65-65
: LGTM!The update to
golang.org/x/sync
is approved.
135-135
: LGTM!The update to
github.com/mattn/go-runewidth
is approved.
182-182
: LGTM!The update to
golang.org/x/crypto
is approved.
183-183
: LGTM!The update to
golang.org/x/exp
is approved.
184-184
: LGTM!The update to
golang.org/x/mod
is approved.
185-185
: LGTM!The update to
golang.org/x/net
is approved.
186-186
: LGTM!The update to
golang.org/x/sys
is approved.
187-187
: LGTM!The update to
golang.org/x/text
is approved.
189-189
: LGTM!The update to
golang.org/x/tools
is approved.contrib/screener-api/go.mod (9)
32-32
: Dependency Update:golang.org/x/sync
The version has been updated from
v0.7.0
tov0.8.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
121-121
: Dependency Update:github.com/mattn/go-runewidth
The version has been updated from
v0.0.15
tov0.0.16
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
184-184
: Dependency Update:golang.org/x/crypto
The version has been updated from
v0.24.0
tov0.26.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
185-185
: Dependency Update:golang.org/x/exp
The version has been updated from
v0.0.0-20240613232115-7f521ea00fb8
tov0.0.0-20240823005443-9b4947da3948
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
186-186
: Dependency Update:golang.org/x/mod
The version has been updated from
v0.19.0
tov0.20.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
187-187
: Dependency Update:golang.org/x/net
The version has been updated from
v0.26.0
tov0.28.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
188-188
: Dependency Update:golang.org/x/sys
The version has been updated from
v0.21.0
tov0.24.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
189-189
: Dependency Update:golang.org/x/text
The version has been updated from
v0.16.0
tov0.17.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
191-191
: Dependency Update:golang.org/x/tools
The version has been updated from
v0.22.0
tov0.24.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
contrib/promexporter/go.mod (9)
44-44
: Dependency Update:golang.org/x/sync
The version has been updated from
v0.7.0
tov0.8.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
161-161
: Dependency Update:github.com/mattn/go-runewidth
The version has been updated from
v0.0.15
tov0.0.16
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
234-234
: Dependency Update:golang.org/x/crypto
The version has been updated from
v0.24.0
tov0.26.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
235-235
: Dependency Update:golang.org/x/exp
The version has been updated from
v0.0.0-20240613232115-7f521ea00fb8
tov0.0.0-20240823005443-9b4947da3948
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
236-236
: Dependency Update:golang.org/x/mod
The version has been updated from
v0.19.0
tov0.20.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
237-237
: Dependency Update:golang.org/x/net
The version has been updated from
v0.26.0
tov0.28.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
238-238
: Dependency Update:golang.org/x/sys
The version has been updated from
v0.21.0
tov0.24.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
239-239
: Dependency Update:golang.org/x/text
The version has been updated from
v0.16.0
tov0.17.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
241-241
: Dependency Update:golang.org/x/tools
The version has been updated from
v0.22.0
tov0.24.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
services/omnirpc/go.mod (2)
49-49
: Dependency Update:golang.org/x/exp
The version has been updated from
v0.0.0-20240613232115-7f521ea00fb8
tov0.0.0-20240823005443-9b4947da3948
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
50-50
: Dependency Update:golang.org/x/sync
The version has been updated from
v0.7.0
tov0.8.0
. Ensure compatibility with the rest of the codebase.The dependency update is approved.
services/explorer/go.mod (9)
49-49
: Dependency Update:golang.org/x/sync
The version update from
v0.7.0
tov0.8.0
is approved. Ensure compatibility with the rest of the codebase.
195-195
: Dependency Update:github.com/mattn/go-runewidth
The version update from
v0.0.15
tov0.0.16
is approved. Ensure compatibility with the rest of the codebase.
281-281
: Dependency Update:golang.org/x/crypto
The version update from
v0.24.0
tov0.26.0
is approved. Ensure compatibility with the rest of the codebase.
282-282
: Dependency Update:golang.org/x/exp
The version update from
v0.0.0-20240613232115-7f521ea00fb8
tov0.0.0-20240823005443-9b4947da3948
is approved. Ensure compatibility with the rest of the codebase.
284-284
: Dependency Update:golang.org/x/mod
The version update from
v0.19.0
tov0.20.0
is approved. Ensure compatibility with the rest of the codebase.
285-285
: Dependency Update:golang.org/x/net
The version update from
v0.26.0
tov0.28.0
is approved. Ensure compatibility with the rest of the codebase.
286-286
: Dependency Update:golang.org/x/sys
The version update from
v0.21.0
tov0.24.0
is approved. Ensure compatibility with the rest of the codebase.
287-287
: Dependency Update:golang.org/x/text
The version update from
v0.16.0
tov0.17.0
is approved. Ensure compatibility with the rest of the codebase.
289-289
: Dependency Update:golang.org/x/tools
The version update from
v0.22.0
tov0.24.0
is approved. Ensure compatibility with the rest of the codebase.contrib/opbot/go.mod (12)
8-8
: Dependency Update:github.com/charmbracelet/huh/spinner
The version update from
v0.0.0-20240618200428-90406d79077d
tov0.0.0-20240821193529-5fd70815c13f
is approved. Ensure compatibility with the rest of the codebase.
31-31
: Dependency Update:golang.org/x/sync
The version update from
v0.7.0
tov0.8.0
is approved. Ensure compatibility with the rest of the codebase.
85-85
: Dependency Update:github.com/charmbracelet/bubbles
The version update from
v0.18.0
tov0.19.0
is approved. Ensure compatibility with the rest of the codebase.
86-86
: Dependency Update:github.com/charmbracelet/bubbletea
The version update from
v0.26.5
tov0.27.0
is approved. Ensure compatibility with the rest of the codebase.
87-87
: Dependency Update:github.com/charmbracelet/lipgloss
The version update from
v0.11.0
tov0.13.0
is approved. Ensure compatibility with the rest of the codebase.
90-90
: Dependency Update:github.com/charmbracelet/x/input
The version update from
v0.1.2
tov0.1.3
is approved. Ensure compatibility with the rest of the codebase.
270-270
: Dependency Update:golang.org/x/crypto
The version update from
v0.24.0
tov0.26.0
is approved. Ensure compatibility with the rest of the codebase.
271-271
: Dependency Update:golang.org/x/exp
The version update from
v0.0.0-20240613232115-7f521ea00fb8
tov0.0.0-20240823005443-9b4947da3948
is approved. Ensure compatibility with the rest of the codebase.
272-272
: Dependency Update:golang.org/x/mod
The version update from
v0.19.0
tov0.20.0
is approved. Ensure compatibility with the rest of the codebase.
273-273
: Dependency Update:golang.org/x/net
The version update from
v0.26.0
tov0.28.0
is approved. Ensure compatibility with the rest of the codebase.
275-275
: Dependency Update:golang.org/x/sys
The version update from
v0.21.0
tov0.24.0
is approved. Ensure compatibility with the rest of the codebase.
276-276
: Dependency Update:golang.org/x/text
The version update from
v0.16.0
tov0.17.0
is approved. Ensure compatibility with the rest of the codebase.services/scribe/go.mod (10)
60-60
: LGTM!The update to
golang.org/x/exp
is approved.The code changes are approved.
62-62
: LGTM!The update to
golang.org/x/sync
is approved.The code changes are approved.
212-212
: LGTM!The update to
github.com/mattn/go-runewidth
is approved.The code changes are approved.
298-298
: LGTM!The update to
golang.org/x/crypto
is approved.The code changes are approved.
300-300
: LGTM!The update to
golang.org/x/mod
is approved.The code changes are approved.
301-301
: LGTM!The update to
golang.org/x/net
is approved.The code changes are approved.
302-302
: LGTM!The update to
golang.org/x/sys
is approved.The code changes are approved.
303-303
: LGTM!The update to
golang.org/x/term
is approved.The code changes are approved.
304-304
: LGTM!The update to
golang.org/x/text
is approved.The code changes are approved.
306-306
: LGTM!The update to
golang.org/x/tools
is approved.The code changes are approved.
This PR contains the following updates:
90406d7
->5fd7081
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
New Features
Bug Fixes
Chores