aviator-co / av

A command line tool to manage stacked PRs with Aviator
https://aviator.co
MIT License
247 stars 14 forks source link

chore(deps): bump the golang group across 1 directory with 4 updates #362

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps the golang group with 4 updates in the / directory: github.com/adrg/xdg, github.com/charmbracelet/bubbletea, github.com/charmbracelet/lipgloss and golang.org/x/mod.

Updates github.com/adrg/xdg from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/adrg/xdg's releases.

v0.5.0

Changelog

  • user-dirs.dirs config file is now parsed on Unix-like operating systems (except for macOS and Plan 9). See XDG user directories README section for more details.
  • Updated golang.org/x/sys dependency to the latest version.

Internal

  • Moved all path related functionality in internal pathutil package.
  • Added internal userdirs package:
    • Moved xdg.UserDirectories to userdirs.Directories.
    • Added parsing functions for user-dirs.dirs config file.
  • Improved package testing.
Commits
  • 1356827 Change definition of userdirs.ParseConfigFile and userdirs.ParseConfig
  • d48cee0 Merge pull request #86 from adrg/dependabot/go_modules/golang.org/x/sys-0.22.0
  • c53b5d9 Add Codecov token in Github actions tests workflow
  • fe619a1 Merge pull request #87 from adrg/parse-user-dirs
  • ed625ee Minor README.md update
  • ac2d468 Improve user directories README.md section
  • 27a1554 Move UserDirectories struct in userdirs package
  • e72f914 Update XDG user directories README.md section
  • e9e51ac Remove xdgPath and xdgPaths functions
  • 28fbf4c Replace xdgPath and xdgPaths calls with pathutil equivalents
  • Additional commits viewable in compare view


Updates github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v0.26.6

Changelog

Bug fixes

  • 60a57eaf1f7f71e6678af1607581fad369cd6e88: fix: nil deref on release terminal (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits


Updates github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1

Release notes

Sourced from github.com/charmbracelet/lipgloss's releases.

v0.12.1

This release fixes a regression with regard to border calculations introduced in Lip Gloss v0.11.1.


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.12.0

Lists, Check ✓

This release adds a new sub-package for rendering trees and lists.

import "github.com/charmbracelet/lipgloss/list"

Define a new list.

l := list.New("A", "B", "C")

Print the list.

fmt.Println(l)

// • A
// • B
// • C

Lists have the ability to nest.

l := list.New(
  "A", list.New("Artichoke"),
  "B", list.New("Baking Flour", "Bananas", "Barley", "Bean Sprouts"),
  "C", list.New("Cashew Apple", "Cashews", "Coconut Milk", "Curry Paste", "Currywurst"),
  "D", list.New("Dill", "Dragonfruit", "Dried Shrimp"),
  "E", list.New("Eggs"),
  "F", list.New("Fish Cake", "Furikake"),
  "J", list.New("Jicama"),
  "K", list.New("Kohlrabi"),
  "L", list.New("Leeks", "Lentils", "Licorice Root"),
)

... (truncated)

Commits


Updates golang.org/x/mod from 0.18.0 to 0.19.0

Commits
  • d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962
  • 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames"
  • See full diff in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
aviator-app[bot] commented 3 months ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.
aviator-app[bot] commented 3 months ago

FlexReview Summary

There is not enough data in the repository for FlexReview to determine suggested reviewers.

Detailed Breakdown Author’s expertise score for the modified files: - `go.mod` (0.00) - `go.sum` (0.00) See full breakdown of the reviewers on the Aviator webapp.