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 the engine group across 1 directory with 46 updates #214

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps the engine group with 21 updates in the / directory:

Package From To
github.com/99designs/gqlgen 0.17.49 0.17.61
github.com/adrg/xdg 0.5.0 0.5.3
github.com/charmbracelet/bubbletea 1.1.1 1.2.4
github.com/containerd/containerd 1.7.22 1.7.24
github.com/containerd/containerd/api 1.7.19 1.8.0
github.com/containerd/continuity 0.4.3 0.4.5
github.com/containerd/stargz-snapshotter 0.15.1 0.16.3
github.com/creack/pty 1.1.23 1.1.24
github.com/docker/docker 27.2.1+incompatible 27.4.1+incompatible
github.com/go-git/go-git/v5 5.12.0 5.13.0
github.com/goproxy/goproxy 0.17.2 0.18.2
github.com/jackpal/gateway 1.0.15 1.0.16
github.com/lmittmann/tint 1.0.5 1.0.6
github.com/moby/buildkit 0.16.0-rc2.0.20240912123401-2a7accc029ec 0.18.2
github.com/opencontainers/runc 1.1.14 1.2.3
github.com/samber/slog-logrus/v2 2.5.0 2.5.1
github.com/tidwall/gjson 1.17.3 1.18.0
github.com/vito/midterm 0.1.5-0.20240307214207-d0271a7ca452 0.2.0
go.opentelemetry.io/proto/otlp 1.3.1 1.4.0
golang.org/x/tools 0.25.0 0.28.0
modernc.org/sqlite 1.33.0 1.34.4

Updates github.com/99designs/gqlgen from 0.17.49 to 0.17.61

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.61

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.60...v0.17.61

v0.17.60

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.59...v0.17.60

v0.17.59

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.58...v0.17.59

v0.17.58

What's Changed

... (truncated)

Changelog

Sourced from github.com/99designs/gqlgen's changelog.

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v0.17.50 - 2024-09-13

  • a6d5d843 release v0.17.50

  • f154d99d Fix Nancy to use Go 1.22

  • 6b9e40e8 make rewrite default for resolver layout single-file (#3243)

Bumps the npm_and_yarn group in /integration with 1 update: dset.

Updates dset from 3.1.3 to 3.1.4


updated-dependencies:

  • dependency-name: dset dependency-type: indirect dependency-group: npm_and_yarn ...
  • Bump some more module versions

  • Update aurora

  • Avoid upgrade to go 1.23

  • downgrade goquery to support pre-Go 1.23 for now

... (truncated)

Commits

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

Release notes

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

v0.5.3

Changelog

  • Updated xdg.SearchRuntimeFile to also look in the operating system's temporary directory for runtime files. This covers unlikely cases in which runtime files cannot be written relative to the base runtime directory either because it does not exist or it is not accessible, so xdg.RuntimeFile suggests the operating system's temporary directory as a suitable fallback location.

Internal

  • Improved package testing.

v0.5.2

Changelog

  • Updated logic of xdg.RuntimeFile: due to the special nature of the runtime directory, the function no longer attempts to create it if it does not exist. If that's the case, the function uses the operating system's temporary directory as a fallback. The function still creates subdirectories relative to the base runtime directory or its fallback.

    Justification: the creation of the runtime directory is not in the scope of this package as it has special requirements defined by the XDG Base Directory Specification. Relevant excerpt:

    The lifetime of the directory MUST be bound to the user being logged in. It MUST be created when the user first logs in and if the user fully logs out the directory MUST be removed. If the user logs in more than once they should get pointed to the same directory, and it is mandatory that the directory continues to exist from their first login to their last logout on the system, and not removed in between. Files in the directory MUST not survive reboot or a full logout/login cycle.

    Also, on Linux, the parent directories of the default user runtime directory are owned by the root user so they cannot be created by a regular user. pam_systemd is usually responsible for creating the runtime directory (/run/user/$UID).

v0.5.1

Changelog

  • Added support for the non-standard XDG_BIN_HOME base directory. See XDG base directories README section for more details.
  • Added more config and data search locations on macOS.
    • Added ~/.config at the end of the list of default locations for XDG_CONFIG_DIRS.
    • Added ~/.local/share at the end of the list of default locations for XDG_DATA_DIRS.
  • Added more application search locations on Windows:
    • %ProgramFiles%
    • %ProgramFiles%\Common Files
    • %LOCALAPPDATA%\Programs
    • %LOCALAPPDATA%\Programs\Common

Internal

  • Updated golang.org/x/sys dependency to the latest version.
  • Improved package testing.
Commits
  • aa865a5 Merge pull request #101 from adrg/update-search-runtime-file
  • 71a81ec Minor xdg.SearchRuntimeFile function documentation update
  • 88111eb Minor example update in README.md and doc.go
  • d9f76be Improve non-existent runtime directory test case
  • 800775a Update xdg.SearchRuntimeFile to also look in temporary directory
  • 2335a68 Merge pull request #99 from adrg/improve-runtime-file
  • 221e506 Minor non-existent runtime directory test case fix on macOS
  • 9bbb602 Minor error format improvement in pathutil.Create and pathutil.Search
  • 987b3ce Minor README.md update
  • 3c39d55 Add non-existent runtime directory test case
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbletea from 1.1.1 to 1.2.4

Release notes

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

v1.2.4

A few little rendering fixes

This release fixes a couple rendering bugs. Quality rendering in Bubble Tea is paramount!

Changelog

Bug fixes

  • 4ad07926d7ff00bc21a05b2536d82a7cc629225e: fix: cursor position adjustment after exiting alt screen (#1241) (@​semihbkgr)
  • ede8caa9d4f588a4a2c744d8e135a1b444bf2ce9: fix: renderer: keep a separate count of lines rendered in the alt screen (@​aymanbagabas)

Other work

  • 76b0f818b3174a3e9b77f93c19820d07855f13f4: ci: fix goreleaser config (#1238) (@​caarlos0)

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

v1.2.3

Altscreen-not-altscreen

This release fixes a sneaky longstanding bug in the renderer where mis-paints could happen when toggling in and out of the altscreen if the height of the TUI changed whilst in the altscreen. Special thanks to @​applejag for reporting the issue and @​semihbkgr for the fix.

Changelog

  • f8f840c38a36140fe890a02c6b35589f15a85ff5: fix: cursor position adjustment after exiting alt screen (#1241) (@​semihbkgr)

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

v1.2.2

Hi! This release fixes some bugs found the fast new renderer introduced in v1.2.0. Happy rendering!

Fixed

New Contributors

Full Changelog: charmbracelet/bubbletea@v1.2.0...v1.2.2

... (truncated)

Commits
  • 2ea49dd chore: update screen test
  • ede8caa fix: renderer: keep a separate count of lines rendered in the alt screen
  • bc15c1e chore: revert "fix: cursor position adjustment after exiting alt screen (#1241)"
  • 4ad0792 fix: cursor position adjustment after exiting alt screen (#1241)
  • 76b0f81 ci: fix goreleaser config (#1238)
  • 97fc4fa fix: incorrect line skipping in renderer flush (#1233)
  • 1feb60b chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 (#1230)
  • 80508cf chore(deps): bump github.com/charmbracelet/x/term from 0.2.0 to 0.2.1 (#1229)
  • 790415e chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 (#1228)
  • 5b65f9a chore: go mod tidy
  • Additional commits viewable in compare view

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

Release notes

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

v1.0.0

At last: v1.0.0

This is an honorary release indicating that Lip Gloss is now stable. Thank you, open source community, for all your love, support, contributions, and great style.

Stay tuned for a v2 alpha!

v0.13.1

Table improvements, on stream

@​bashbunni went to town in this release and fixed a bunch of bugs, mostly around table. Best of all, she did most of it on stream.

Changelog

Table

Other Stuff

Bonus

New Contributors

Full Changelog: charmbracelet/lipgloss@v0.13.0...v0.13.1


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

Commits
  • 761d265 feat(deps): bump github.com/charmbracelet/x/ansi from 0.4.0 to 0.4.2
  • 342e7b0 chore(ci): sync golangci-lint config
  • da324b1 feat(deps): bump github.com/charmbracelet/x/ansi from 0.3.2 to 0.4.0
  • 78fd6fd chore(ci): sync golangci-lint config
  • 407dc3d feat(ci): add lint-sync workflow
  • 284c0c5 docs(list): fix list examples in godoc (#404)
  • d858132 fix(table): include margins in cell width (#401)
  • 80b4221 chore(lint): update linter (#405)
  • fa2f4b0 docs(readme): update example screenshot with blend
  • 68ca848 docs: update contributing guidelines (#396)
  • Additional commits viewable in compare view

Updates github.com/containerd/containerd from 1.7.22 to 1.7.24

Release notes

Sourced from github.com/containerd/containerd's releases.

containerd 1.7.24

Welcome to the v1.7.24 release of containerd!

The twenty-fourth patch release for containerd 1.7 contains various fixes and updates.

Highlights

  • Update runc binary to 1.2.2 (#11027)
  • Fix "invalid metric type" error message for cgroup v1 (#10814)

Container Runtime Interface (CRI)

  • Update the container exit log to info level (#11007)

Image Distribution

  • Fix retry logic and concurrency issue with http fallback (#11032)

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Phil Estes
  • Akhil Mohan
  • Akihiro Suda
  • Maksym Pavlenko
  • Austin Vazquez
  • Samuel Karp
  • Benjamin Peterson
  • Davanum Srinivas
  • Iceber Gu
  • Mike Brown
  • Sebastiaan van Stijn
  • Tõnis Tiigi
  • ningmingxiao

Changes

  • Prepare release notes for v1.7.24 (#11036)
    • 936f8e2de Prepare release notes for v1.7.24
  • Update the container exit log to info level (#11007)
  • Fix retry logic and concurrency issue with http fallback (#11032)
    • 10af0d60f Adds a mutex to protect fallback host
    • e426ec51b Use unix and windows specific connection error checks

... (truncated)

Commits
  • 88bf19b Merge pull request #11036 from samuelkarp/prepare-1.7.24
  • 8170354 Merge pull request #11007 from ningmingxiao/1.7.x
  • 47ff8e2 add info of exited event
  • 936f8e2 Prepare release notes for v1.7.24
  • 80fda60 Merge pull request #11032 from vvoland/httpfallback-backports-1.7
  • 921b05c Merge pull request #10913 from austinvazquez/cherry-pick-3cc2343de020fa448138...
  • b47e5e0 Merge pull request #11027 from k8s-infra-cherrypick-robot/cherry-pick-11022-t...
  • 10af0d6 Adds a mutex to protect fallback host
  • e426ec5 Use unix and windows specific connection error checks
  • 49c9f30 Allow fallback across default ports
  • Additional commits viewable in compare view

Updates github.com/containerd/containerd/api from 1.7.19 to 1.8.0

Release notes

Sourced from github.com/containerd/containerd/api's releases.

containerd API 1.8.0

Welcome to the api/v1.8.0 release of containerd!

The first dedicated release for the containerd API. This release continues the 1.x line of API compatibility with the 9th minor release of the 1.x API.

Highlights

  • Add Update API for sandbox controller (#9903)
  • Add PluginInfo to introspection API (#9442)
  • Expose usage of deprecated features (#9258)
  • Add image delete target (#8989)

Go client

  • Add api Go module and move all protos under api (#10151)

Image Distribution

  • Enable Transfer service API to support plain HTTP (#10024)
  • Enable Transfer service to use registry configuration directory (#9908)
  • Update Transfer service to add OCI descriptors to Progress structure (#9630)
  • Add option to perform syncfs after pull (#9401)

Runtime

  • Store bootstrap parameters in sandbox metadata (#9736)
  • Add sandboxer configuration and move sandbox controllers to plugins (#8268)
  • Add annotations to CreateSandbox request (#8960)
  • Add SandboxMetrics (#8680)
  • Publish sandbox events (#8602)

Deprecations

  • Add type alias for event Envelope (#10279)

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Maksym Pavlenko
  • Wei Fu
  • Abel Feng
  • Akihiro Suda
  • Phil Estes
  • Danny Canter
  • Samuel Karp
  • Kohei Tokunaga

... (truncated)

Commits
  • cf36acf Merge pull request #10935 from dmcgowan/prepare-api-v1.8.0
  • c017828 Merge pull request #10877 from AkihiroSuda/runc-1.2.0
  • 716445a Merge pull request #10933 from dmcgowan/test-container-resilience
  • b6d1178 Merge pull request #10934 from dmcgowan/update-errdefs-1.0
  • 481692a Merge pull request #10926 from AkihiroSuda/docs-2.0
  • d389118 Prepare release notes for api/v1.8.0
  • 93f9db2 Update errdefs tag to v1.0.0
  • bddeba8 Make TestContainerPids more resilient
  • ada2fa1 Merge pull request #10927 from AkihiroSuda/fix-removal-criv1alpha2
  • cb4ce9a Merge pull request #10886 from thaJeztah/fix_retry_logs
  • Additional commits viewable in compare view

Updates github.com/containerd/continuity from 0.4.3 to 0.4.5

Release notes

Sourced from github.com/containerd/continuity's releases.

v0.4.5

What's Changed

Full Changelog: containerd/continuity@v0.4.4...v0.4.5

v0.4.4

What's Changed

New Contributors

Full Changelog: containerd/continuity@v0.4.3...v0.4.4

Commits
  • 44e2adf Merge pull request #261 from thaJeztah/fix_mtime
  • 3f84e3e Merge pull request #262 from thaJeztah/fix_freebsd
  • 163414b Merge pull request #255 from thaJeztah/fix_lint
  • dbe44eb fs: implement Atime, Ctime, Mtime for bsd and darwin
  • f4f4fb5 fs: fix Ctime returning Mtime
  • 4c00ab7 Makefile: make "lint" target also lint cmd/continuity module
  • cadd3a2 cmd/continuity/continuityfs: SA1019: fuse.ENOENT is deprecated
  • 38fcdae cmd/continuity: fix SA1019: entry.User/entry.Group is deprecated
  • 0e83ada Merge pull request #259 from thaJeztah/fix_lint_step1
  • c156753 Merge pull request #260 from thaJeztah/switch_proto
  • Additional commits viewable in compare view

Updates github.com/containerd/errdefs from 0.1.0 to 0.3.0

Release notes

Sourced from github.com/containerd/errdefs's releases.

v0.3.0

This release splits the errdefs package into the github.com/containerd/errdefs package which only contains error definitions as well as basic functions to check for those definitions and the github.com/containerd/errdefs/pkg package which containers functionality for using the errdefs, such as error serialization and adding more data to errors.

What's Changed

Full Changelog: containerd/errdefs@v0.2.0...v0.3.0

pkg/v0.3.0

What's Changed

Full Changelog: containerd/errdefs@v0.3.0...pkg/v0.3.0

v0.2.0

What's Changed

New Contributors

Full Changelog: containerd/errdefs@v0.1.0...v0.2.0

Commits

Updates github.com/containerd/stargz-snapshotter from 0.15.1 to 0.16.3

Release notes

Sourced from github.com/containerd/stargz-snapshotter's releases.

v0.16.3

Notable Changes

  • Fix zstd:chunked converter error on duplicated blobs (#1894)

v0.16.2

Notable Changes

  • go.mod: Use 1.22.0 by specifying to google.golang.org/grpc v1.67.1 (#1877)

v0.16.1

Notable Changes

  • prevernt go version upgraded to 1.23 in go.mod (#1863)

v0.16.0

Notable Changes

  • Support for the latest CRI-O(>=v1.31.0) and Podman (>=v5.1.0) Additional Layer Store (#1673, #1674)
  • Fix log message in refnode.Lookup (#1595), thanks to @​iain-macdonald
  • store: use OnForget API for checking if a node is reusable (#1808)
  • Support for containerd v2 (#1722), thanks to @​apostasie
  • fs: Check connection only when image isn't fully cached (#1584)
Commits
  • c0389e0 Merge pull request #1898 from ktock/prepare-v0.16.3
  • c6a444e [v0.16] Prepare for v0.16.3
  • 86bbdeb Merge pull request #1894 from ktock/bp-1885
  • 9b706a2 Rely on OpenWriter for retrying opening writer
  • 570ba70 Rely on contaienrd's GC for cleanup of temporary content
  • 1d34a1b Merge pull request #1878 from ktock/prepare-v0.16.2
  • 3971b26 Merge pull request #1877 from ktock/v0.16dev
  • 1e4fad0 Preapre for v0.16.2
  • 4edcebd go.mod: Use 1.22.0 by specifying to google.golang.org/grpc v1.67.1
  • 7d3230e Merge pull request #1864 from ktock/prepare-v0.16.1
  • Additional commits viewable in compare view

Updates github.com/creack/pty from 1.1.23 to 1.1.24

Release notes

Sourced from github.com/creack/pty's releases.

v1.1.24

What's Changed

New Contributors

Full Changelog: creack/pty@v1.1.23...v1.1.24

Commits

Updates github.com/docker/cli from 27.2.1+incompatible to 27.3.1+incompatible

Commits
  • ce12230 Merge pull request #5462 from thaJeztah/27.x_backport_bump_compose
  • 263ba95 Merge pull request #5461 from laurazard/27.x-backport-update-VERSION
  • be9b9f3 Update VERSION file to v27.3.1-dev

Bumps the engine group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.49` | `0.17.61` |
| [github.com/adrg/xdg](https://github.com/adrg/xdg) | `0.5.0` | `0.5.3` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.1.1` | `1.2.4` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.22` | `1.7.24` |
| [github.com/containerd/containerd/api](https://github.com/containerd/containerd) | `1.7.19` | `1.8.0` |
| [github.com/containerd/continuity](https://github.com/containerd/continuity) | `0.4.3` | `0.4.5` |
| [github.com/containerd/stargz-snapshotter](https://github.com/containerd/stargz-snapshotter) | `0.15.1` | `0.16.3` |
| [github.com/creack/pty](https://github.com/creack/pty) | `1.1.23` | `1.1.24` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.2.1+incompatible` | `27.4.1+incompatible` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.12.0` | `5.13.0` |
| [github.com/goproxy/goproxy](https://github.com/goproxy/goproxy) | `0.17.2` | `0.18.2` |
| [github.com/jackpal/gateway](https://github.com/jackpal/gateway) | `1.0.15` | `1.0.16` |
| [github.com/lmittmann/tint](https://github.com/lmittmann/tint) | `1.0.5` | `1.0.6` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.16.0-rc2.0.20240912123401-2a7accc029ec` | `0.18.2` |
| [github.com/opencontainers/runc](https://github.com/opencontainers/runc) | `1.1.14` | `1.2.3` |
| [github.com/samber/slog-logrus/v2](https://github.com/samber/slog-logrus) | `2.5.0` | `2.5.1` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.3` | `1.18.0` |
| [github.com/vito/midterm](https://github.com/vito/midterm) | `0.1.5-0.20240307214207-d0271a7ca452` | `0.2.0` |
| [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) | `1.3.1` | `1.4.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.25.0` | `0.28.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.33.0` | `1.34.4` |



Updates `github.com/99designs/gqlgen` from 0.17.49 to 0.17.61
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.49...v0.17.61)

Updates `github.com/adrg/xdg` from 0.5.0 to 0.5.3
- [Release notes](https://github.com/adrg/xdg/releases)
- [Commits](adrg/xdg@v0.5.0...v0.5.3)

Updates `github.com/charmbracelet/bubbletea` from 1.1.1 to 1.2.4
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.1.1...v1.2.4)

Updates `github.com/charmbracelet/lipgloss` from 0.13.0 to 1.0.0
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/lipgloss@v0.13.0...v1.0.0)

Updates `github.com/containerd/containerd` from 1.7.22 to 1.7.24
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.22...v1.7.24)

Updates `github.com/containerd/containerd/api` from 1.7.19 to 1.8.0
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.19...api/v1.8.0)

Updates `github.com/containerd/continuity` from 0.4.3 to 0.4.5
- [Release notes](https://github.com/containerd/continuity/releases)
- [Commits](containerd/continuity@v0.4.3...v0.4.5)

Updates `github.com/containerd/errdefs` from 0.1.0 to 0.3.0
- [Release notes](https://github.com/containerd/errdefs/releases)
- [Commits](containerd/errdefs@v0.1.0...v0.3.0)

Updates `github.com/containerd/stargz-snapshotter` from 0.15.1 to 0.16.3
- [Release notes](https://github.com/containerd/stargz-snapshotter/releases)
- [Commits](containerd/stargz-snapshotter@v0.15.1...v0.16.3)

Updates `github.com/creack/pty` from 1.1.23 to 1.1.24
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.23...v1.1.24)

Updates `github.com/docker/cli` from 27.2.1+incompatible to 27.3.1+incompatible
- [Commits](docker/cli@v27.2.1...v27.3.1)

Updates `github.com/docker/docker` from 27.2.1+incompatible to 27.4.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.2.1...v27.4.1)

Updates `github.com/go-git/go-git/v5` from 5.12.0 to 5.13.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.12.0...v5.13.0)

Updates `github.com/goproxy/goproxy` from 0.17.2 to 0.18.2
- [Release notes](https://github.com/goproxy/goproxy/releases)
- [Changelog](https://github.com/goproxy/goproxy/blob/master/CHANGELOG.md)
- [Commits](goproxy/goproxy@v0.17.2...v0.18.2)

Updates `github.com/jackpal/gateway` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/jackpal/gateway/releases)
- [Commits](jackpal/gateway@v1.0.15...v1.0.16)

Updates `github.com/klauspost/compress` from 1.17.9 to 1.17.11
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.9...v1.17.11)

Updates `github.com/lmittmann/tint` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](lmittmann/tint@v1.0.5...v1.0.6)

Updates `github.com/moby/buildkit` from 0.16.0-rc2.0.20240912123401-2a7accc029ec to 0.18.2
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/commits/v0.18.2)

Updates `github.com/opencontainers/runc` from 1.1.14 to 1.2.3
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.2.3/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.1.14...v1.2.3)

Updates `github.com/samber/slog-logrus/v2` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/samber/slog-logrus/releases)
- [Commits](samber/slog-logrus@v2.5.0...v2.5.1)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `github.com/tidwall/gjson` from 1.17.3 to 1.18.0
- [Commits](tidwall/gjson@v1.17.3...v1.18.0)

Updates `github.com/tonistiigi/fsutil` from 0.0.0-20240424095704-91a3fc46842c to 0.0.0-20241121093142-31cf1f437184
- [Commits](https://github.com/tonistiigi/fsutil/commits)

Updates `github.com/urfave/cli` from 1.22.15 to 1.22.16
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v1.22.15...v1.22.16)

Updates `github.com/vektah/gqlparser/v2` from 2.5.16 to 2.5.20
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.16...v2.5.20)

Updates `github.com/vito/midterm` from 0.1.5-0.20240307214207-d0271a7ca452 to 0.2.0
- [Commits](https://github.com/vito/midterm/commits/v0.2.0)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.52.0 to 0.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.52.0...zpages/v0.56.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.52.0 to 0.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.52.0...zpages/v0.56.0)

Updates `go.opentelemetry.io/otel` from 1.27.0 to 1.31.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.27.0...v1.31.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.27.0 to 1.31.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.27.0...v1.31.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.27.0 to 1.31.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.27.0...v1.31.0)

Updates `go.opentelemetry.io/otel/trace` from 1.27.0 to 1.31.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.27.0...v1.31.0)

Updates `go.opentelemetry.io/proto/otlp` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases)
- [Commits](open-telemetry/opentelemetry-proto-go@v1.3.1...v1.4.0)

Updates `golang.org/x/crypto` from 0.27.0 to 0.31.0
- [Commits](golang/crypto@v0.27.0...v0.31.0)

Updates `golang.org/x/exp` from 0.0.0-20231110203233-9a3e6036ecaa to 0.0.0-20240909161429-701f63a606c0
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/mod` from 0.21.0 to 0.22.0
- [Commits](golang/mod@v0.21.0...v0.22.0)

Updates `golang.org/x/net` from 0.29.0 to 0.33.0
- [Commits](golang/net@v0.29.0...v0.33.0)

Updates `golang.org/x/oauth2` from 0.22.0 to 0.24.0
- [Commits](golang/oauth2@v0.22.0...v0.24.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.10.0
- [Commits](golang/sync@v0.8.0...v0.10.0)

Updates `golang.org/x/sys` from 0.25.0 to 0.28.0
- [Commits](golang/sys@v0.25.0...v0.28.0)

Updates `golang.org/x/term` from 0.24.0 to 0.27.0
- [Commits](golang/term@v0.24.0...v0.27.0)

Updates `golang.org/x/text` from 0.18.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.18.0...v0.21.0)

Updates `golang.org/x/tools` from 0.25.0 to 0.28.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.25.0...v0.28.0)

Updates `google.golang.org/grpc` from 1.65.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.65.0...v1.68.0)

Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.2

Updates `modernc.org/sqlite` from 1.33.0 to 1.34.4
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.33.0...v1.34.4)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/adrg/xdg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: engine
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/containerd/containerd/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/containerd/continuity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/containerd/errdefs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/containerd/stargz-snapshotter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/goproxy/goproxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/jackpal/gateway
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/lmittmann/tint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/opencontainers/runc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/samber/slog-logrus/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/tidwall/gjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/tonistiigi/fsutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/urfave/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/vito/midterm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/proto/otlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Dec 30, 2024

The following labels could not be found: kind/dependencies, area/engine, area/cli.

Copy link
Author

dependabot bot commented on behalf of github Jan 6, 2025

Superseded by #219.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/engine-b2da6ee4bf branch January 6, 2025 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants