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

fix(deps): update github.com/charmbracelet/huh/spinner digest to 5fd7081 #3043

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/charmbracelet/huh/spinner require digest 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by CodeRabbit

  • New Features

    • Updated multiple dependencies to their latest versions, enhancing functionality and security.
  • Bug Fixes

    • Upgraded libraries that may include critical bug fixes and performance improvements.
  • Chores

    • General maintenance to keep project dependencies current, ensuring compatibility with the latest features and security patches.

Copy link
Contributor Author

renovate bot commented Aug 21, 2024

ℹ Artifact update notice

File name: services/rfq/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.7.0 -> v0.8.0
github.com/charmbracelet/bubbles v0.18.0 -> v0.19.0
github.com/charmbracelet/bubbletea v0.26.5 -> v0.27.0
github.com/charmbracelet/lipgloss v0.11.0 -> v0.13.0
github.com/charmbracelet/x/ansi v0.1.2 -> v0.1.4
github.com/charmbracelet/x/input v0.1.2 -> v0.1.3
github.com/mattn/go-runewidth v0.0.15 -> v0.0.16
golang.org/x/sys v0.21.0 -> v0.24.0

Copy link
Contributor

coderabbitai bot commented Aug 21, 2024

Walkthrough

The recent updates to the go.mod files across multiple modules reflect a series of dependency version upgrades within the Go project. Key libraries, including golang.org/x/sync, golang.org/x/crypto, and others, have been updated to their latest versions. This set of changes ensures that various components of the project utilize the most current libraries available.

Changes

Files Change Summary
services/rfq/go.mod Updated multiple dependencies to their latest versions:
- huh/spinner to v0.0.0-20240821193529-5fd70815c13f
- golang.org/x/sync from v0.7.0 to v0.8.0
- bubbletea from v0.26.5 to v0.27.0
- lipgloss from v0.11.0 to v0.13.0
- x/ansi from v0.1.2 to v0.1.4
- x/input from v0.1.2 to v0.1.3
- go-runewidth from v0.0.15 to v0.0.16
- golang.org/x/sys from v0.21.0 to v0.24.0
agents/go.mod Updated multiple dependencies, including golang.org/x/sync from v0.7.0 to v0.8.0 and others.
contrib/git-changes-action/go.mod Upgraded dependencies, notably golang.org/x/sync and golang.org/x/crypto.
contrib/opbot/go.mod Updated various dependencies, including huh/spinner and golang.org/x/sync.
contrib/promexporter/go.mod Updated multiple dependencies to newer versions.
contrib/screener-api/go.mod Upgraded several dependencies, including golang.org/x/sync.
core/go.mod Updated numerous dependencies to their latest versions.
ethergo/go.mod Reflects updates to various dependencies, including golang.org/x/sync.
services/cctp-relayer/go.mod Updated to newer versions of multiple dependencies.
services/explorer/go.mod Upgraded several dependencies, including golang.org/x/sync.
services/omnirpc/go.mod Updated to newer versions of various dependencies.
services/scribe/go.mod Upgraded multiple dependencies, including golang.org/x/sync.
tools/go.mod Reflects updates to several dependencies.

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
Loading

Poem

🐰 In fields of code where bunnies hop,
Versions bloom, we’ll never stop.
From bubbletea to lipgloss bright,
Our project's future shines so right!
With each new change, we cheer and play,
Hopping forward, hip-hip-hooray! 🌼


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

cloudflare-workers-and-pages bot commented Aug 21, 2024

Deploying sanguine-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7976d2e
Status: ✅  Deploy successful!
Preview URL: https://401eac54.sanguine-fe.pages.dev
Branch Preview URL: https://renovate-rfq-github.aaakk.us.kg-char.sanguine-fe.pages.dev

View logs

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 32.83181%. Comparing base (0e64a98) to head (7976d2e).
Report is 1 commits behind head on master.

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     
Flag Coverage Δ
core 58.07740% <ø> (-0.09214%) ⬇️
ethergo 47.28498% <ø> (-0.27746%) ⬇️
git-changes-action 23.69615% <ø> (ø)
omnirpc 33.23904% <ø> (ø)
opbot 0.50378% <ø> (ø)
packages 90.56974% <ø> (ø)
promexporter 6.92368% <ø> (ø)
rfq 21.86660% <ø> (ø)
screener-api 29.45990% <ø> (-0.49100%) ⬇️
scribe 18.18182% <ø> (-0.06433%) ⬇️
tools 30.55118% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 4fd9ef1 and a783952.

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 with github.com/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 with github.com/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 with github.com/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 5

Length of output: 2397


42-42: Verify compatibility with golang.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 the sync package across the codebase. The constructs used, such as sync.Once and sync.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 5

Length of output: 157000


315-315: Verify compatibility with golang.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 version v0.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 5

Length of output: 72865


222-222: Verify compatibility with github.com/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 with github.com/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 version v0.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 5

Length 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 5

Length of output: 64


101-101: Verify compatibility with github.com/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 version v0.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 5

Length 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 5

Length of output: 67

@renovate renovate bot force-pushed the renovate/rfq-github.aaakk.us.kg-charmbracelet-huh-spinner-digest branch from a783952 to 3e944e4 Compare August 21, 2024 17:29
@renovate renovate bot changed the title fix(deps): update github.com/charmbracelet/huh/spinner digest to 03b9fb7 fix(deps): update github.com/charmbracelet/huh/spinner digest to 483c6e4 Aug 21, 2024
| 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>
@renovate renovate bot force-pushed the renovate/rfq-github.aaakk.us.kg-charmbracelet-huh-spinner-digest branch from 3e944e4 to b27d498 Compare August 22, 2024 02:43
@renovate renovate bot changed the title fix(deps): update github.com/charmbracelet/huh/spinner digest to 483c6e4 fix(deps): update github.com/charmbracelet/huh/spinner digest to 5fd7081 Aug 22, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between a783952 and b27d498.

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

Copy link
Contributor Author

renovate bot commented Aug 27, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between b27d498 and 7976d2e.

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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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 to v0.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.

@trajan0x trajan0x merged commit 88a6b1c into master Aug 27, 2024
65 of 67 checks passed
@trajan0x trajan0x deleted the renovate/rfq-github.aaakk.us.kg-charmbracelet-huh-spinner-digest branch August 27, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants