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

chore(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 in /examples #1025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2024

Bumps github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0.

Release notes

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

v0.11.0

Immutable Styles and Raw Speed, Baby

So! The big news in this release is:

  • Style methods will now always return new styles
  • Style and ANSI operations under the hood are faster

There are also a handful of great lil' bug fixes. Read on for more.

Immutable Styles

Every Style method now returns a completely new style with its own underlying data structure no matter what. This means working with Styles is a lot easier. No more need for Copy()!

// Before
s := lipgloss.NewStyle().Bold(true)
newStyle := s.Copy()
// After
s := lipgloss.NewStyle().Bold(true)
newStyle := s // this is a true copy

Okay, but why are styles easier to work with now? Consider this:

// Before
baseStyle := lipgloss.NewStyle().Background(lipgloss.Color("59"))
styleAtRuntime := baseStyle.Copy().Width(m.Width)
// After
baseStyle := lipgloss.NewStyle().Padding(1, 2)
styleAtRuntime := baseStyle.Width(m.Width)

It might seem small, but eliminating the risk of mutations in persistent styles in an enormous usability improvement.

How to upgrade

There's nothing to do, however Style.Copy() is now deprecated and only returns itself, so you can just remove Style.Copy() calls. If you need to just copy a style without any changes to it you can simply b := a.

Faster ANSI

Sometimes watch companies brag about their "in-house" watch movement. Well, now we're bragging about our in-house-amazing x/ansi library by our own @​aymanbagabas. It's a fine-tuned, low-level way to manage ANSI sequencing and, because we're pretty nerdy, we’re super excited about it.


What's Changed

... (truncated)

Commits
  • 5cd858c fix: respect UnderlineSpaces and StrikethroughSpaces (#299)
  • c91ab3e chore(ci): enable gofumpt
  • 83fa9be chore: use x/ansi instead of exp/term
  • ce5323e chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#290)
  • e3596ae chore(ci): test for different GOOS & GOARCH
  • 2fe044a fix: Change the propkeys from int to int64
  • 3ee5dca chore(docs): doc updates with regard to style.Copy() deprecation
  • 517b1a1 fix: remove unused type
  • d2795c7 refactor: replace props map with struct fields (#276)
  • c986440 chore(lint): remove deprecated ifshort linting option
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](charmbracelet/lipgloss@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from meowgorithm as a code owner May 24, 2024 17:47
@dependabot dependabot bot added the dependencies Upstream deps label May 24, 2024
@dependabot dependabot bot requested a review from muesli as a code owner May 24, 2024 17:47
@aymanbagabas aymanbagabas merged commit 5331b83 into master May 30, 2024
18 checks passed
@aymanbagabas aymanbagabas deleted the dependabot/go_modules/examples/github.com/charmbracelet/lipgloss-0.11.0 branch May 30, 2024 15:18
hogo6002 pushed a commit to google/osv-scanner that referenced this pull request Jun 5, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
|
[github.com/CycloneDX/cyclonedx-go](https://togithub.com/CycloneDX/cyclonedx-go)
| `v0.8.0` -> `v0.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fCycloneDX%2fcyclonedx-go/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fCycloneDX%2fcyclonedx-go/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fCycloneDX%2fcyclonedx-go/v0.8.0/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fCycloneDX%2fcyclonedx-go/v0.8.0/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
|
[github.com/charmbracelet/bubbletea](https://togithub.com/charmbracelet/bubbletea)
| `v0.26.3` -> `v0.26.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcharmbracelet%2fbubbletea/v0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcharmbracelet%2fbubbletea/v0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcharmbracelet%2fbubbletea/v0.26.3/v0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcharmbracelet%2fbubbletea/v0.26.3/v0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| golang.org/x/exp | `4c93da0` -> `fc45aab` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fexp/v0.0.0-20240604190554-fc45aab8b7f8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fexp/v0.0.0-20240604190554-fc45aab8b7f8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fexp/v0.0.0-20240525044651-4c93da0ed11d/v0.0.0-20240604190554-fc45aab8b7f8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fexp/v0.0.0-20240525044651-4c93da0ed11d/v0.0.0-20240604190554-fc45aab8b7f8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | digest |
| golang.org/x/mod | `v0.17.0` -> `v0.18.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fmod/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fmod/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fmod/v0.17.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fmod/v0.17.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| golang.org/x/term | `v0.20.0` -> `v0.21.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fterm/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fterm/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fterm/v0.20.0/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fterm/v0.20.0/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |

---

### Release Notes

<details>
<summary>CycloneDX/cyclonedx-go
(github.com/CycloneDX/cyclonedx-go)</summary>

###
[`v0.9.0`](https://togithub.com/CycloneDX/cyclonedx-go/releases/tag/v0.9.0)

[Compare
Source](https://togithub.com/CycloneDX/cyclonedx-go/compare/v0.8.0...v0.9.0)

#### Changelog

##### Features

-
[`729c284`](https://togithub.com/CycloneDX/cyclonedx-go/commit/729c284798ebe341ced210b661362f77d68cd655):
feat: Add CycloneDX 1.6 fields swhid and omniborId
([@&#8203;snyk-tim](https://togithub.com/snyk-tim))
-
[`b5d3595`](https://togithub.com/CycloneDX/cyclonedx-go/commit/b5d35959767efce95f50e96bf752c47fbe374496):
feat: add manufacturer and authors
([@&#8203;snyk-tim](https://togithub.com/snyk-tim))
-
[`c52e698`](https://togithub.com/CycloneDX/cyclonedx-go/commit/c52e698d2fe3fbd60df6ff397f44e7b0ea15a4bc):
feat: raise baseline go version to 1.20
([@&#8203;nscuro](https://togithub.com/nscuro))

##### Fixes

-
[`9166e10`](https://togithub.com/CycloneDX/cyclonedx-go/commit/9166e10fdecaadd8a97ceed9636261d351d90a65):
fix: `ioutil` -> `io` ([@&#8203;nscuro](https://togithub.com/nscuro))
-
[`349fc8c`](https://togithub.com/CycloneDX/cyclonedx-go/commit/349fc8cd072e90d81c0328f1d9dab16aa30fcf60):
fix: add bom-ref to OrganizationalEntity/Contact
([@&#8203;snyk-tim](https://togithub.com/snyk-tim))
-
[`c97da90`](https://togithub.com/CycloneDX/cyclonedx-go/commit/c97da90e259e0051e02e07300c75ad5e37a0311b):
fix: handle breaking changes in skywalking-eyes
([@&#8203;nscuro](https://togithub.com/nscuro))

##### Building and Packaging

-
[`ec6291e`](https://togithub.com/CycloneDX/cyclonedx-go/commit/ec6291e9ce9efbbb5d0010de4d8668fcbd05d148):
build(deps): bump actions/checkout from 4.1.1 to 4.1.5
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`899fe39`](https://togithub.com/CycloneDX/cyclonedx-go/commit/899fe391ca4d756f1d5ba84478d3bc8795003cba):
build(deps): bump actions/checkout from 4.1.5 to 4.1.6
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`8674ed5`](https://togithub.com/CycloneDX/cyclonedx-go/commit/8674ed5ecc38b65e03908b5a74308c95039068a9):
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`db3a114`](https://togithub.com/CycloneDX/cyclonedx-go/commit/db3a1144a2ce30b85e5985d2755fa3e4a81c5ca8):
build(deps): bump apache/skywalking-eyes from 0.4.0 to 0.6.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`a3bd055`](https://togithub.com/CycloneDX/cyclonedx-go/commit/a3bd05518575f14d917685a02c689f81eedaad5c):
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`1179dd9`](https://togithub.com/CycloneDX/cyclonedx-go/commit/1179dd9051112c3b44a6cc577964c7d501a7258b):
build(deps): bump gitpod/workspace-go from `8b9a0f6` to `8d15123`
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d98494e`](https://togithub.com/CycloneDX/cyclonedx-go/commit/d98494ea11dbb6550705d46d2473aa2a4a18e642):
build(deps): bump gitpod/workspace-go from `9118b93` to `8b9a0f6`
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`1e2a3a0`](https://togithub.com/CycloneDX/cyclonedx-go/commit/1e2a3a09e86d720729a3ab7ec55ed3ffa75164a5):
build(deps): bump gitpod/workspace-go from `94ae638` to `9118b93`
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d4d6e35`](https://togithub.com/CycloneDX/cyclonedx-go/commit/d4d6e35fcfb08d14589b4a693aac3f28978b640b):
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`521d1ce`](https://togithub.com/CycloneDX/cyclonedx-go/commit/521d1ce7b555013f2b78d8c4a21954815863ab44):
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f1ebafe`](https://togithub.com/CycloneDX/cyclonedx-go/commit/f1ebafe5e2d2af3a3d551eb23c583a93b7ebccbf):
build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])

##### Others

-
[`16d2143`](https://togithub.com/CycloneDX/cyclonedx-go/commit/16d2143b3d74b77af8a309b331e1bc46a445f495):
Fix(1.6): Added missing omitempty in NistQuantumSecurityLevel
([@&#8203;Petzys](https://togithub.com/Petzys))
-
[`ffec473`](https://togithub.com/CycloneDX/cyclonedx-go/commit/ffec473428073e1266169e97c1c64de95e89981b):
chore: add license header
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`1f8fdcc`](https://togithub.com/CycloneDX/cyclonedx-go/commit/1f8fdcc0047611a8baacfcd214c5ba3821fefd51):
feat(1.6): add BOM.Declarations
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`62b5342`](https://togithub.com/CycloneDX/cyclonedx-go/commit/62b53429289d6cc6884b111256588150e3fed308):
feat(1.6): add BOM.Definitions
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`c33b9cb`](https://togithub.com/CycloneDX/cyclonedx-go/commit/c33b9cb58eaa14e89740182fbde2a0cc888bc457):
feat(1.6): add CBOM types
([@&#8203;Petzys](https://togithub.com/Petzys))
-
[`10e10c8`](https://togithub.com/CycloneDX/cyclonedx-go/commit/10e10c8bc8fcac6f90c914828786f11e404919b8):
feat(1.6): add JSON schema, XML namespace
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`2dc599a`](https://togithub.com/CycloneDX/cyclonedx-go/commit/2dc599a8ad0f2be20e9bfc55ba75764758e6c7b8):
feat(1.6): add License.Acknowledgement
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`7a32fde`](https://togithub.com/CycloneDX/cyclonedx-go/commit/7a32fde7e9e9e5fb44f8f8aafadd83a21ff82aaf):
feat(1.6): add PostalAddress type
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`b8e4529`](https://togithub.com/CycloneDX/cyclonedx-go/commit/b8e4529773c3d12b172729567574ea6201231682):
feat(1.6): add SpecVersion for v1.6
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`c877828`](https://togithub.com/CycloneDX/cyclonedx-go/commit/c8778287f29dd21bff18a4f27f71f495de7b4991):
feat(1.6): add environmentalConsiderations
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`e0e9c67`](https://togithub.com/CycloneDX/cyclonedx-go/commit/e0e9c670e1617adbdd147cff7cc0747769a4e723):
feat(1.6): add schema definitions for CycloneDX 1.6
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`b1636c2`](https://togithub.com/CycloneDX/cyclonedx-go/commit/b1636c2d6bb8aca4161402958a8d894aab7d66b5):
feat(1.6): extend EvidenceOccurrence
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`b4b3b94`](https://togithub.com/CycloneDX/cyclonedx-go/commit/b4b3b94a60b1665c1d0492744032a9375ef751b1):
fix(1.6): convert occurrences of OrganizationalEntity
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`9332ca6`](https://togithub.com/CycloneDX/cyclonedx-go/commit/9332ca660b772bc538b3c274ceb3d9f81caa0eb8):
fix(1.6): fix json, xml labels on BOM.Definitions
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))

</details>

<details>
<summary>charmbracelet/bubbletea
(github.com/charmbracelet/bubbletea)</summary>

###
[`v0.26.4`](https://togithub.com/charmbracelet/bubbletea/releases/tag/v0.26.4)

[Compare
Source](https://togithub.com/charmbracelet/bubbletea/compare/v0.26.3...v0.26.4)

Fix panics! Using `program.SetWindowTitle` and others *may* panic if
they were called before the program starts.

Also note that `program.SetWindowTitle` is now deprecated. To set the
window title use
[`tea.SetWindowTitle`](https://pkg.go.dev/github.com/charmbracelet/bubbletea@v0.26.4#SetWindowTitle)
command.

#### What's Changed

- chore(deps): bump github.com/charmbracelet/x/ansi from 0.1.1 to 0.1.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[charmbracelet/bubbletea#1026
- chore(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to
0.11.0 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[charmbracelet/bubbletea#1025
- fix: program renderer commands by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[charmbracelet/bubbletea#1030

**Full Changelog**:
charmbracelet/bubbletea@v0.26.3...v0.26.4

***

<a href="https://charm.sh/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on
[Twitter](https://twitter.com/charmcli), [The
Fediverse](https://mastodon.social/@&#8203;charmcli), or
[Discord](https://charm.sh/chat).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
josieang pushed a commit to josieang/osv-scanner that referenced this pull request Jun 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
|
[github.com/CycloneDX/cyclonedx-go](https://togithub.com/CycloneDX/cyclonedx-go)
| `v0.8.0` -> `v0.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fCycloneDX%2fcyclonedx-go/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fCycloneDX%2fcyclonedx-go/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fCycloneDX%2fcyclonedx-go/v0.8.0/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fCycloneDX%2fcyclonedx-go/v0.8.0/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
|
[github.com/charmbracelet/bubbletea](https://togithub.com/charmbracelet/bubbletea)
| `v0.26.3` -> `v0.26.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcharmbracelet%2fbubbletea/v0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcharmbracelet%2fbubbletea/v0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcharmbracelet%2fbubbletea/v0.26.3/v0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcharmbracelet%2fbubbletea/v0.26.3/v0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| golang.org/x/exp | `4c93da0` -> `fc45aab` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fexp/v0.0.0-20240604190554-fc45aab8b7f8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fexp/v0.0.0-20240604190554-fc45aab8b7f8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fexp/v0.0.0-20240525044651-4c93da0ed11d/v0.0.0-20240604190554-fc45aab8b7f8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fexp/v0.0.0-20240525044651-4c93da0ed11d/v0.0.0-20240604190554-fc45aab8b7f8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | digest |
| golang.org/x/mod | `v0.17.0` -> `v0.18.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fmod/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fmod/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fmod/v0.17.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fmod/v0.17.0/v0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| golang.org/x/term | `v0.20.0` -> `v0.21.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fterm/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fterm/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fterm/v0.20.0/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fterm/v0.20.0/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |

---

### Release Notes

<details>
<summary>CycloneDX/cyclonedx-go
(github.com/CycloneDX/cyclonedx-go)</summary>

###
[`v0.9.0`](https://togithub.com/CycloneDX/cyclonedx-go/releases/tag/v0.9.0)

[Compare
Source](https://togithub.com/CycloneDX/cyclonedx-go/compare/v0.8.0...v0.9.0)

#### Changelog

##### Features

-
[`729c284`](https://togithub.com/CycloneDX/cyclonedx-go/commit/729c284798ebe341ced210b661362f77d68cd655):
feat: Add CycloneDX 1.6 fields swhid and omniborId
([@&#8203;snyk-tim](https://togithub.com/snyk-tim))
-
[`b5d3595`](https://togithub.com/CycloneDX/cyclonedx-go/commit/b5d35959767efce95f50e96bf752c47fbe374496):
feat: add manufacturer and authors
([@&#8203;snyk-tim](https://togithub.com/snyk-tim))
-
[`c52e698`](https://togithub.com/CycloneDX/cyclonedx-go/commit/c52e698d2fe3fbd60df6ff397f44e7b0ea15a4bc):
feat: raise baseline go version to 1.20
([@&#8203;nscuro](https://togithub.com/nscuro))

##### Fixes

-
[`9166e10`](https://togithub.com/CycloneDX/cyclonedx-go/commit/9166e10fdecaadd8a97ceed9636261d351d90a65):
fix: `ioutil` -> `io` ([@&#8203;nscuro](https://togithub.com/nscuro))
-
[`349fc8c`](https://togithub.com/CycloneDX/cyclonedx-go/commit/349fc8cd072e90d81c0328f1d9dab16aa30fcf60):
fix: add bom-ref to OrganizationalEntity/Contact
([@&#8203;snyk-tim](https://togithub.com/snyk-tim))
-
[`c97da90`](https://togithub.com/CycloneDX/cyclonedx-go/commit/c97da90e259e0051e02e07300c75ad5e37a0311b):
fix: handle breaking changes in skywalking-eyes
([@&#8203;nscuro](https://togithub.com/nscuro))

##### Building and Packaging

-
[`ec6291e`](https://togithub.com/CycloneDX/cyclonedx-go/commit/ec6291e9ce9efbbb5d0010de4d8668fcbd05d148):
build(deps): bump actions/checkout from 4.1.1 to 4.1.5
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`899fe39`](https://togithub.com/CycloneDX/cyclonedx-go/commit/899fe391ca4d756f1d5ba84478d3bc8795003cba):
build(deps): bump actions/checkout from 4.1.5 to 4.1.6
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`8674ed5`](https://togithub.com/CycloneDX/cyclonedx-go/commit/8674ed5ecc38b65e03908b5a74308c95039068a9):
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`db3a114`](https://togithub.com/CycloneDX/cyclonedx-go/commit/db3a1144a2ce30b85e5985d2755fa3e4a81c5ca8):
build(deps): bump apache/skywalking-eyes from 0.4.0 to 0.6.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`a3bd055`](https://togithub.com/CycloneDX/cyclonedx-go/commit/a3bd05518575f14d917685a02c689f81eedaad5c):
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`1179dd9`](https://togithub.com/CycloneDX/cyclonedx-go/commit/1179dd9051112c3b44a6cc577964c7d501a7258b):
build(deps): bump gitpod/workspace-go from `8b9a0f6` to `8d15123`
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d98494e`](https://togithub.com/CycloneDX/cyclonedx-go/commit/d98494ea11dbb6550705d46d2473aa2a4a18e642):
build(deps): bump gitpod/workspace-go from `9118b93` to `8b9a0f6`
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`1e2a3a0`](https://togithub.com/CycloneDX/cyclonedx-go/commit/1e2a3a09e86d720729a3ab7ec55ed3ffa75164a5):
build(deps): bump gitpod/workspace-go from `94ae638` to `9118b93`
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d4d6e35`](https://togithub.com/CycloneDX/cyclonedx-go/commit/d4d6e35fcfb08d14589b4a693aac3f28978b640b):
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`521d1ce`](https://togithub.com/CycloneDX/cyclonedx-go/commit/521d1ce7b555013f2b78d8c4a21954815863ab44):
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f1ebafe`](https://togithub.com/CycloneDX/cyclonedx-go/commit/f1ebafe5e2d2af3a3d551eb23c583a93b7ebccbf):
build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])

##### Others

-
[`16d2143`](https://togithub.com/CycloneDX/cyclonedx-go/commit/16d2143b3d74b77af8a309b331e1bc46a445f495):
Fix(1.6): Added missing omitempty in NistQuantumSecurityLevel
([@&#8203;Petzys](https://togithub.com/Petzys))
-
[`ffec473`](https://togithub.com/CycloneDX/cyclonedx-go/commit/ffec473428073e1266169e97c1c64de95e89981b):
chore: add license header
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`1f8fdcc`](https://togithub.com/CycloneDX/cyclonedx-go/commit/1f8fdcc0047611a8baacfcd214c5ba3821fefd51):
feat(1.6): add BOM.Declarations
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`62b5342`](https://togithub.com/CycloneDX/cyclonedx-go/commit/62b53429289d6cc6884b111256588150e3fed308):
feat(1.6): add BOM.Definitions
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`c33b9cb`](https://togithub.com/CycloneDX/cyclonedx-go/commit/c33b9cb58eaa14e89740182fbde2a0cc888bc457):
feat(1.6): add CBOM types
([@&#8203;Petzys](https://togithub.com/Petzys))
-
[`10e10c8`](https://togithub.com/CycloneDX/cyclonedx-go/commit/10e10c8bc8fcac6f90c914828786f11e404919b8):
feat(1.6): add JSON schema, XML namespace
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`2dc599a`](https://togithub.com/CycloneDX/cyclonedx-go/commit/2dc599a8ad0f2be20e9bfc55ba75764758e6c7b8):
feat(1.6): add License.Acknowledgement
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`7a32fde`](https://togithub.com/CycloneDX/cyclonedx-go/commit/7a32fde7e9e9e5fb44f8f8aafadd83a21ff82aaf):
feat(1.6): add PostalAddress type
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`b8e4529`](https://togithub.com/CycloneDX/cyclonedx-go/commit/b8e4529773c3d12b172729567574ea6201231682):
feat(1.6): add SpecVersion for v1.6
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`c877828`](https://togithub.com/CycloneDX/cyclonedx-go/commit/c8778287f29dd21bff18a4f27f71f495de7b4991):
feat(1.6): add environmentalConsiderations
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`e0e9c67`](https://togithub.com/CycloneDX/cyclonedx-go/commit/e0e9c670e1617adbdd147cff7cc0747769a4e723):
feat(1.6): add schema definitions for CycloneDX 1.6
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`b1636c2`](https://togithub.com/CycloneDX/cyclonedx-go/commit/b1636c2d6bb8aca4161402958a8d894aab7d66b5):
feat(1.6): extend EvidenceOccurrence
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`b4b3b94`](https://togithub.com/CycloneDX/cyclonedx-go/commit/b4b3b94a60b1665c1d0492744032a9375ef751b1):
fix(1.6): convert occurrences of OrganizationalEntity
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))
-
[`9332ca6`](https://togithub.com/CycloneDX/cyclonedx-go/commit/9332ca660b772bc538b3c274ceb3d9f81caa0eb8):
fix(1.6): fix json, xml labels on BOM.Definitions
([@&#8203;mcombuechen](https://togithub.com/mcombuechen))

</details>

<details>
<summary>charmbracelet/bubbletea
(github.com/charmbracelet/bubbletea)</summary>

###
[`v0.26.4`](https://togithub.com/charmbracelet/bubbletea/releases/tag/v0.26.4)

[Compare
Source](https://togithub.com/charmbracelet/bubbletea/compare/v0.26.3...v0.26.4)

Fix panics! Using `program.SetWindowTitle` and others *may* panic if
they were called before the program starts.

Also note that `program.SetWindowTitle` is now deprecated. To set the
window title use
[`tea.SetWindowTitle`](https://pkg.go.dev/github.com/charmbracelet/bubbletea@v0.26.4#SetWindowTitle)
command.

#### What's Changed

- chore(deps): bump github.com/charmbracelet/x/ansi from 0.1.1 to 0.1.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[charmbracelet/bubbletea#1026
- chore(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to
0.11.0 in /examples by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[charmbracelet/bubbletea#1025
- fix: program renderer commands by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[charmbracelet/bubbletea#1030

**Full Changelog**:
charmbracelet/bubbletea@v0.26.3...v0.26.4

***

<a href="https://charm.sh/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on
[Twitter](https://twitter.com/charmcli), [The
Fediverse](https://mastodon.social/@&#8203;charmcli), or
[Discord](https://charm.sh/chat).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upstream deps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant