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 8 updates #1031

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

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

Package From To
github.com/sethvargo/go-githubactions 1.1.0 1.3.0
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 3.13.1 3.14.9
golang.org/x/term 0.24.0 0.25.0
github.com/charmbracelet/glamour 0.7.0 0.8.0
github.com/charmbracelet/huh 0.5.1 0.6.0
github.com/inkeep/ai-api-go 0.3.1 0.9.8
github.com/pb33f/openapi-changes 0.0.61 0.0.68
github.com/speakeasy-api/openapi 0.0.0-20241004083317-7ec21e855743 0.0.4

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/speakeasy-client-sdk-go/v3 from 3.13.1 to 3.14.9

Release notes

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

go - v3.14.9 - 2024-10-18 22:02:23

Generated by Speakeasy CLI

2024-10-18 22:02:23

Changes

Based on:

Generated

  • [go v3.14.9] .

Releases

go - v3.14.8 - 2024-10-16 20:41:53

Generated by Speakeasy CLI

2024-10-16 20:41:53

Changes

Based on:

Generated

  • [go v3.14.8] .

Releases

go - v3.14.7 - 2024-10-15 22:02:13

Generated by Speakeasy CLI

2024-10-15 22:02:13

Changes

Based on:

Generated

  • [go v3.14.7] .

Releases

go - v3.14.6 - 2024-10-13 22:02:06

Generated by Speakeasy CLI

2024-10-13 22:02:06

Changes

Based on:

Generated

  • [go v3.14.6] .

Releases

... (truncated)

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
  • b093583 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.419.2
  • f154ccd ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.419.0
  • e152c78 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.418.4
  • c0e3861 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.418.2
  • 7d458d4 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.418.1
  • 7ee750c ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.417.0
  • a961020 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.412.6
  • e355017 Update sdk_generation.yaml
  • 8c801e4 Merge pull request #44 from speakeasy-api/speakeasy-sdk-regen-1728428067
  • 48e122e ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.412.6
  • Additional commits viewable 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/charmbracelet/huh from 0.5.1 to 0.6.0

Release notes

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

v0.6.0

Just focus

This release features automatic window focus events support for the Input and Text components.

Note that if you're using Huh in a larger Bubble Tea program you’ll need WithReportFocus to enable focus events.

p := tea.NewProgram(model{}, tea.WithReportFocus())

Happy focusing!

Changelog

New!

Full Changelog: https://github.com/charmbracelet/huh/compare/v0.5.3...v0.6.0

v0.5.3

Crushin’ bugs

This release fixes a buncha bugs in Huh and Gum alike. Gum users, stay tuned for an update later today.

What's Changed

Fixed

Other Stuff

New Contributors

... (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.68

Release notes

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

v0.0.68

Changelog

  • 47b3402615f24df2067155c191a1a69083354589 Add repo-revisions flag
  • c448806114a3ce10a5654f669ca05815301322d3 Updated deps and build
  • 3ed9359e5cdfdc14bbc28c0aad69787fa999347f Use global instead of repo
  • bca559106dc440d1cccdf630cd82f852eb9da8e7 Use repoRevisions and limit in git log command

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
  • c448806 Updated deps and build
  • 3ed9359 Use global instead of repo
  • bca5591 Use repoRevisions and limit in git log command
  • 47b3402 Add repo-revisions flag
  • 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
  • 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 1 week ago

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