speakeasy-api / speakeasy

Speakeasy CLI - Enterprise developer experience for your API. Generate best in class SDKs in minutes
https://speakeasyapi.dev/
Other
191 stars 14 forks source link

chore(deps): bump the gomod-minor-and-patch group across 1 directory with 9 updates #1002

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the gomod-minor-and-patch group with 9 updates in the / directory:

Package From To
github.com/charmbracelet/lipgloss 0.11.0 0.13.0
github.com/sethvargo/go-githubactions 1.1.0 1.3.0
github.com/speakeasy-api/sdk-gen-config 1.23.3 1.23.4
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 3.13.1 3.14.0
golang.org/x/term 0.24.0 0.25.0
github.com/charmbracelet/glamour 0.7.0 0.8.0
github.com/inkeep/ai-api-go 0.3.1 0.9.8
github.com/pb33f/openapi-changes 0.0.61 0.0.67
github.com/speakeasy-api/openapi 0.0.0-20241004083317-7ec21e855743 0.0.4

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

Release notes

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

v0.13.0

Woodn’t you know, Lip Gloss has trees!

Lip Gloss ships with a tree rendering sub-package.

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

Define a new tree.

t := tree.Root(".").
    Child("A", "B", "C")

Print the tree.

fmt.Println(t)

// .
// ├── A
// ├── B
// └── C

Trees have the ability to nest.

t := tree.Root(".").
    Child("macOS").
    Child(
        tree.New().
            Root("Linux").
            Child("NixOS").
            Child("Arch Linux (btw)").
            Child("Void Linux"),
        ).
    Child(
        tree.New().
            Root("BSD").
            Child("FreeBSD").
            Child("OpenBSD"),
    )

Print the tree.

</tr></table> 

... (truncated)

Commits
  • bb3e339 docs(README): match tree example alignment with list examples
  • bc0de5c docs(README): make tree example match output
  • 185fde3 docs(README): update tree images
  • cf0a7c6 docs: fix tree screenshot
  • feb42a9 feat: move tree to root (#342)
  • 0618c73 feat(test): add test for JoinHorizontal (#346)
  • ed7f56e docs: fix CompleteColor example (#345)
  • 8a0e640 fix: remove unnecessary if
  • 87dd58d chore: fix little typo in comment in go.mod
  • 670898d chore: retract v0.11.1
  • Additional commits viewable in compare view


Updates github.com/sethvargo/go-githubactions from 1.1.0 to 1.3.0

Release notes

Sourced from github.com/sethvargo/go-githubactions's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/sethvargo/go-githubactions/compare/v1.2.0...v1.3.0

v1.2.0

This release updates the minimum Go version to 1.21.

What's Changed

New Contributors

Full Changelog: https://github.com/sethvargo/go-githubactions/compare/v1.1.0...v1.2.0

Commits


Updates github.com/speakeasy-api/sdk-gen-config from 1.23.3 to 1.23.4

Commits
  • 863f1d1 Merge pull request #59 from speakeasy-api/independent_release_changes
  • 3aa139e feat: tracking generation time and workflow dispatch in publishing
  • 0a6ceeb feat: tracking generation time and workflow dispatch in publishing
  • See full diff in compare view


Updates github.com/speakeasy-api/speakeasy-client-sdk-go/v3 from 3.13.1 to 3.14.0

Release notes

Sourced from github.com/speakeasy-api/speakeasy-client-sdk-go/v3's releases.

go - v3.14.0 - 2024-10-02 22:49:51

Generated by Speakeasy CLI

2024-10-02 22:46:57

Changes

Based on:

Generated

  • [go v3.14.0] .

Releases

Changelog

Sourced from github.com/speakeasy-api/speakeasy-client-sdk-go/v3's changelog.

Version 1.1.0

Changes

Based on:

Releases

Version 1.1.1

Changes

Based on:

Releases

Version 1.2.0

Changes

Based on:

Releases

Version 1.3.0

Changes

Based on:

Releases

Version 1.3.1

Changes

Based on:

Releases

Version 1.3.2

Changes

Based on:

Releases

... (truncated)

Commits
  • e981e27 Merge pull request #42 from speakeasy-api/speakeasy-sdk-regen-1727128919
  • f7ef406 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.406.0
  • See full diff in compare view


Updates golang.org/x/term from 0.24.0 to 0.25.0

Commits


Updates github.com/charmbracelet/glamour from 0.7.0 to 0.8.0

Release notes

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

v0.8.0

Fixing (almost) everything

With a ton of rendering fixes, she's sparkling :sparkles:

It has that new car smell...

So many fixes…one man

@​caarlos0 fixed a whopping 15 issues with PR #317 🥇

  • Fix URL links not rendering inside bold text #312
  • Fix autolink element rendering #290
  • Add support for backslash escapes #106
  • Fix cases when backslash should not be shown #274
  • Fix escape character rendering #311
  • Fix newlines in definition lists #239
  • Fix nested blockquotes rendering #313
  • Fix block quote accidentally combining lines #237
  • Fix document-level indent causing unintended wrapping after quoted lines #68

Better tables

Tables now provide stable rendering of elements within the table including alignment, text styles, all that jazz. It now uses the lipgloss table, making it much more consistent across the board.

  • Render tables with Lip Gloss #262
  • Refactor to replace TableWriter with Lip Gloss table #254
  • Fix inline code within table #315
  • Fix links in tables #316
  • Provide consistent alignment of table elements #60
  • Support alignment in tables #117

New! Tokyo Night

The markdown renderer’s equivalent of a mani-pedi :nail_care:

Tokyo Night is now a built-in style for Glamour. This means you'll be able to use it in the next release of Glow.

glow -s "tokyo-night"
# OR
export GLAMOUR_STYLE="tokyo-night"

Check out the custom style example to learn how to support custom styles in your own Glamour apps.

... (truncated)

Commits


Updates github.com/inkeep/ai-api-go from 0.3.1 to 0.9.8

Release notes

Sourced from github.com/inkeep/ai-api-go's releases.

go - v0.9.8 - 2024-09-25 00:03:37

Generated by Speakeasy CLI

2024-09-25 00:03:37

Changes

Based on:

Generated

  • [go v0.9.8] .

Releases

go - v0.9.7 - 2024-09-20 00:04:59

Generated by Speakeasy CLI

2024-09-20 00:03:46

Changes

Based on:

Generated

  • [go v0.9.7] .

Releases

go - v0.9.6 - 2024-09-13 00:05:08

Generated by Speakeasy CLI

2024-09-13 00:03:49

Changes

Based on:

Generated

  • [go v0.9.6] .

Releases

go - v0.9.5 - 2024-09-07 00:04:26

Generated by Speakeasy CLI

2024-09-07 00:03:30

Changes

Based on:

Generated

  • [go v0.9.5] .

Releases

... (truncated)

Changelog

Sourced from github.com/inkeep/ai-api-go's changelog.

2024-02-20 22:37:30

Changes

Based on:

Generated

  • [go v0.2.0] .

Releases

2024-02-21 00:03:17

Changes

Based on:

Generated

  • [go v0.2.0] .

Releases

2024-02-22 00:03:14

Changes

Based on:

Generated

  • [go v0.2.0] .

Releases

2024-02-25 00:03:33

Changes

Based on:

Generated

  • [go v0.2.1] .

Releases

2024-02-27 00:03:21

Changes

Based on:

Generated

  • [go v0.2.2] .

Releases

... (truncated)

Commits
  • c4fef83 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.12
  • 41a87e6 Merge pull request #1 from inkeep/update-speakeasy-workflow
  • f9d7dd1 chore: remove test registry
  • b2f1a84 chore: update to Speakeasy v15 workflow
  • 6426680 chore: update dependencies
  • 577ad3d ci: regenerated with OpenAPI Doc 0.1.0, Speakeasy CLI 1.400.0
  • c285fae chore: update dependencies
  • 51e512f ci: regenerated with OpenAPI Doc 0.1.0, Speakeasy CLI 1.396.6
  • 6d64281 chore: update dependencies
  • 5d81883 ci: regenerated with OpenAPI Doc 0.1.0, Speakeasy CLI 1.392.1
  • Additional commits viewable in compare view


Updates github.com/pb33f/openapi-changes from 0.0.61 to 0.0.67

Release notes

Sourced from github.com/pb33f/openapi-changes's releases.

v0.0.67

Changelog

  • 4417e5a365d2cf9ba116aa978bde39976c174029 Addressed issue #155
  • c4c812c3d54b998d8f3705ef1d8dc3a60a815ad7 OPENAPI: these columns and such are actually int pointers, so we have to dereference them

v0.0.66

Changelog

  • d2b3d1b0d9b655575a91b8a7d4173d1e203ff42e summary - suppress spinner if noColor is true

v0.0.65

Changelog

  • 34bab3e OPENAPI: added time-limit command and change hashing

v0.0.64

Changelog

  • 9da9009 Correct the counts output by openapi-changes summary

v0.0.63

Changelog

  • 1b853b6 Use google/uuid rather than twinj/uuid

v0.0.62

Changelog

  • a58b58a added badges to readme.
  • fc9c589 bumped deps
  • 24cdab3 improved font color contrast #106
  • 298387c increased size of font and color #127
  • 0c7c478 resolved issue #128
Commits
  • 4417e5a Addressed issue #155
  • c4c812c OPENAPI: these columns and such are actually int pointers, so we have to dere...
  • d2b3d1b summary - suppress spinner if noColor is true
  • 34bab3e OPENAPI: added time-limit command and change hashing
  • 9da9009 Correct the counts output by openapi-changes summary
  • 1b853b6 Use google/uuid rather than twinj/uuid
  • 24cdab3 improved font color contrast #106
  • 298387c increased size of font and color #127
  • fc9c589 bumped deps
  • 0c7c478 resolved issue #128
  • Additional commits viewable in compare view


Updates github.com/speakeasy-api/openapi from 0.0.0-20241004083317-7ec21e855743 to 0.0.4

Commits


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
dependabot[bot] commented 2 weeks ago

Looks like these dependencies are updatable in another way, so this is no longer needed.