Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: charmbracelet/bubbletea
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.7
Choose a base ref
...
head repository: charmbracelet/bubbletea
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.8
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 8, 2025

  1. chore(deps): bump actions/setup-go from 5 to 6 in the all group (#1491)

    Bumps the all group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `actions/setup-go` from 5 to 6
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    3da2d28 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/sys in the all group (#1492)

    Bumps the all group with 1 update: [golang.org/x/sys](https://github.com/golang/sys).
    
    
    Updates `golang.org/x/sys` from 0.34.0 to 0.36.0
    - [Commits](golang/sys@v0.34.0...v0.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-version: 0.36.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    41f3995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aae1f0 View commit details
    Browse the repository at this point in the history
  4. fix: send batch commands to cmds channel instead of executing them in…

    … event loop (#1473)
    
    We shouldn't execute commands in the event loop ourselves. Instead, we
    should send them to the commands channel where the command handlers will
    take care of executing them.
    
    Fixes: f5da8d0 (fix: handle nested SequenceMsg in event loop and use sync.WaitGroup f… (#1463))
    Supersedes: #1485
    aymanbagabas authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    21eecd5 View commit details
    Browse the repository at this point in the history
Loading