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 35 updates #166

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

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

Package From To
github.com/99designs/gqlgen 0.17.49 0.17.55
github.com/adrg/xdg 0.5.0 0.5.1
github.com/charmbracelet/bubbletea 1.1.1 1.1.2
github.com/charmbracelet/lipgloss 0.13.0 0.13.1
github.com/containerd/containerd 1.7.22 1.7.23
github.com/containerd/continuity 0.4.3 0.4.4
github.com/docker/cli 27.2.1+incompatible 27.3.1+incompatible
github.com/docker/docker 27.2.1+incompatible 27.3.1+incompatible
github.com/goproxy/goproxy 0.17.2 0.18.0
github.com/moby/buildkit 0.16.0-rc2.0.20240912123401-2a7accc029ec 0.17.0-rc1
github.com/opencontainers/runc 1.1.14 1.2.0
github.com/tidwall/gjson 1.17.3 1.18.0
github.com/urfave/cli 1.22.15 1.22.16
github.com/vito/midterm 0.1.5-0.20240307214207-d0271a7ca452 0.2.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.52.0 0.56.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.52.0 0.56.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.27.0 1.31.0
golang.org/x/oauth2 0.22.0 0.23.0
golang.org/x/tools 0.25.0 0.26.0
modernc.org/sqlite 1.33.0 1.33.1

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

Release notes

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

v0.17.55

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.54...v0.17.55

v0.17.54

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.53...v0.17.54

v0.17.53

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.52...v0.17.53

v0.17.52

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.51...v0.17.52

v0.17.51

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.50...v0.17.51

... (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
  • 5228a0b release v0.17.55
  • edf6b42 chore(deps-dev): bump vite from 5.4.7 to 5.4.8 in /integration (#3311)
  • 7177055 Update gqlparser to 2_5_17 (#3307)
  • 4cdeaa2 Call Unalias() in IsNilable() to support gotypesalias=1 (#3304)
  • 8fcf704 Update subscriptions.md (#3305)
  • 3a445f0 Add CSPs to list of common initialisms (#3303)
  • cd6f0b9 Handle common initialisms as the non-first word (#3302)
  • a711ecb chore(deps): bump rollup in /integration in the npm_and_yarn group (#3299)
  • a0f7dde chore(deps-dev): bump vite from 5.4.6 to 5.4.7 in /integration (#3296)
  • cc17785 v0.17.54 postrelease bump
  • Additional commits viewable in compare view

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

Release notes

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

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
  • 3b346cd Minor README.md update
  • 1409556 Merge pull request #97 from adrg/macos-additional-search-paths
  • 1d38818 Update README.md
  • ab2aa4f Update default base directories test case for macOS
  • 6c0ef54 Add more data and config search paths on macOS
  • 0d710b1 Merge pull request #96 from adrg/xdg-bin-home
  • b09cff4 Minor README.md update
  • 5992f75 Update README.md
  • e57243d Update package documentation
  • 06a69c3 Update test cases to account for XDG_BIN_HOME directory addition
  • Additional commits viewable in compare view

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

Release notes

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

v1.1.2

A tiny tiny release that fixes the tests on Windows, and uses the latest ansi package definitions.

Changelog

New Features

  • 12b04c5d6001056875bc712f81fa1efd470fa592: feat(ci): use meta lint workflow (@​aymanbagabas)
  • 3209d62ae751da63a38237666d6706ab7c9f0006: feat(ci): use meta lint-sync workflow to sync linter config (@​aymanbagabas)

Bug fixes

  • 566879aa33ce13f27a6bdab4a274e08be01bac9c: fix(ci): run lint workflow on all platforms (@​aymanbagabas)
  • cd1e4d34a7e0232ea94afcc168eec107450aa332: fix: exec tests on windows (@​aymanbagabas)

Documentation updates

  • d928d8dcabcd4bca0efc22fb661de0cc27c66b21: docs: update contributing guidelines (#1186) (@​bashbunni)
  • de4788dc763d5a6ce7ca555c5ee6fce3179dedc4: docs: update readme badge images (@​aymanbagabas)

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

Commits
  • c07fa72 chore(ci): sync golangci-lint config
  • 3209d62 feat(ci): use meta lint-sync workflow to sync linter config
  • fc066c0 chore(examples): go mod tidy
  • 2b4accc chore(deps): bump ansi from 0.3.2 to 0.4.0
  • 1c01f2b chore(lint): remove lint-soft; use meta
  • 12b04c5 feat(ci): use meta lint workflow
  • 566879a fix(ci): run lint workflow on all platforms
  • cd1e4d3 fix: exec tests on windows
  • d928d8d docs: update contributing guidelines (#1186)
  • f945f2e chore(examples): go mod tidy
  • Additional commits viewable in compare view

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

Release notes

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

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
  • 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)
  • 24258b8 fix(examples): draw nested structure in file tree example
  • a5618cb fix(table): do not shrink table with offset (#373)
  • 9b809dc fix(examples): fix out of range error (#395)
  • 199d3c8 fix(render): strip carriage returns from strings (#386)
  • 07d1841 docs(example): rainbow string (#96)
  • Additional commits viewable in compare view

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

Release notes

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

containerd 1.7.23

Welcome to the v1.7.23 release of containerd!

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

Highlights

  • Add errdefs aliases (#10792)
  • Allow proxy plugins to have capabilities (#10731)
  • Revert errdefs package migration (#10712)

Container Runtime Interface (CRI)

  • Add check for CNI plugins before tearing down pod network (#10767)

Image Distribution

  • Fix the race condition during GC of snapshots when client retries (#10763)

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

Contributors

  • Derek McGowan
  • Austin Vazquez
  • Phil Estes
  • Akihiro Suda
  • Samuel Karp
  • Maksym Pavlenko
  • Kern Walster
  • Kir Kolyshkin
  • Saket Jajoo
  • Sameer
  • Wei Fu
  • Zou Nengren
  • bo.jiang

Changes

  • Prepare release notes for v1.7.23 (#10802)
    • 921f554af Prepare release notes for v1.7.23
  • Revert "update runc binary to 1.1.15" (#10826)
    • 8f16d6588 Revert "update runc binary to 1.1.15"
  • Switch from actuated.dev to GH Action runners for arm64 (#10822)
    • 41e8f24cd Switch from actuated.dev to GH Action runners for arm64
    • dd811f224 Update github actions ci to run on forks

... (truncated)

Commits
  • 57f17b0 Merge pull request #10802 from dmcgowan/prepare-v1.7.23
  • 921f554 Prepare release notes for v1.7.23
  • 1f30ba0 Merge pull request #10826 from samuelkarp/revert-runc-1.1.15-for-1.7
  • 8f16d65 Revert "update runc binary to 1.1.15"
  • 13fdce8 Merge pull request #10822 from austinvazquez/cherry-pick-ee921689f739bd495b66...
  • 41e8f24 Switch from actuated.dev to GH Action runners for arm64
  • dd811f2 Update github actions ci to run on forks
  • bf981c1 Merge pull request #10813 from zouyee/patch-1
  • 284484a bump golangci/golangci-lint-action from 4 to 6
  • f380dee Merge pull request #10808 from austinvazquez/cherry-pick-46f5a0d9392f13f5f140...
  • Additional commits viewable in compare view

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

Release notes

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

v0.4.4

What's Changed

New Contributors

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

Commits
  • 2fab5e9 Merge pull request #257 from AkihiroSuda/dev
  • 8ae2b5e Disable FUSE for FreeBSD
  • ef3b6f4 go.mod: bump up
  • 332293b Merge pull request #254 from thaJeztah/rm_macos_bits
  • 1287117 Merge pull request #256 from thaJeztah/fix_kind
  • 0a983fc Merge pull request #252 from thaJeztah/gofix_buildtags
  • 75b1c65 Merge pull request #245 from sondavidb/properly-handle-fs-without-xattrs
  • cb01a52 Merge pull request #251 from thaJeztah/bump_codeql
  • 7d074e7 kind.String(): fix missing case statements for iota consts in switch
  • 327ebdd cmd/continuity/commands: MountCmd: remove macOS remnants
  • 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/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
  • a4149b0 Dockerfile: update compose to v2.29.7
  • 4aac415 Merge pull request #5458 from thaJeztah/27.x_bump_engine3
  • 8546958 vendor: github.com/docker/docker v27.3.0
  • f052003 Merge pull request #5457 from laurazard/backport-dropped-defer
  • 460f1be telemetry: fix early meterprovider shutdown
  • e85edf8 Merge pull request #5452 from laurazard/27.3.0-match-moby-version
  • ca62759 vendor: github.com/docker/docker v27.3.0-rc2
  • Additional commits viewable in compare view

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

Release notes

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

v27.3.1

27.3.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • CLI: Fix issue with command execution metrics not being exported due to the CLI MeterProvider being shutdown too early. docker/cli#5457

Packaging updates

v27.3.0

27.3.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • containerd image store: Fix docker image prune -a untagging images used by containers started from images referenced by a digested reference. moby/moby#48488
  • Add a --feature flag to the daemon options. moby/moby#48487
  • Updated the handling of the --gpus=0 flag to be consistent with the NVIDIA Container Runtime. moby/moby#48483 (docker/cli#5432)
  • Support WSL2 mirrored-mode networking's use of interface loopback0 for packets from the Windows host. moby/moby#48514
  • Fix an issue that prevented communication between containers on an IPv4 bridge network when running with --iptables=false, --ip6tables=true (the default), a firewall with a DROP rule for forwarded packets on hosts where the br_netfilter kernel module was not normally loaded. moby/moby#48511
  • CLI: Fix issue where docker volume update command would cause the CLI to panic if no argument/volume was passed. docker/cli#5426
  • docker/cli#5432

Packaging updates

v27.3.0-rc.2

27.3.0-rc.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

... (truncated)

Commits
  • 41ca978 Merge pull request #48525 from thaJeztah/27.x_backport_govulncheck_permissions
  • a6b772b gha: govulncheck: make sure read permissions are set
  • 856359c Merge pull request #48514 from robmry/backport-27.x/wsl2_mirrored_loopback0_w...
  • cd21af7 Do not DNAT packets from WSL2's loopback0
  • 8516f3b Merge pull request #48510 from thaJeztah/27.x_backport_bump_buildx_compose
  • 3a7779a Merge pull request #48511 from robmry/backport-27.x/48375_bridge_netfiltering
  • 5c499fc Only enable bridge netfiltering when needed
  • 98f24aa Merge pull request #48506 from thaJeztah/27.x_backport_man_dockerd_logformat
  • 8adc8e4 Dockerfile: update compose to v2.29.4
  • 576fc88 Dockerfile: update buildx to v0.17.1
  • Additional commits viewable in compare view

Updates github.com/goproxy/goproxy from 0.17.2 to 0.18.0

Release notes

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

v0.18.0

0.18.0 (2024-10-26)

Bug Fixes

  • GoFetcher: include latest query when performing directList (#73) (9dad311)

Code Refactoring

  • bump minimum required Go version to 1.22.0 (#79) (7e4176b)

Tests

Miscellaneous Chores

Changelog

Sourced from github.com/goproxy/goproxy's changelog.

0.18.0 (2024-10-26)

Bug Fixes

  • GoFetcher: include latest query when performing directList (#73) (9dad311)

Code Refactoring

  • bump minimum required Go version to 1.22.0 (#79) (7e4176b)

Tests

Miscellaneous Chores

Commits

Updates github.com/klauspost/compress from 1.17.9 to 1.17.11

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.17.11

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.10...v1.17.11

v1.17.10

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.9...v1.17.10

Commits
  • 72cd4a9 zstd: Fix ext...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.49` | `0.17.55` |
| [github.com/adrg/xdg](https://github.com/adrg/xdg) | `0.5.0` | `0.5.1` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.1.1` | `1.1.2` |
| [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) | `0.13.0` | `0.13.1` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.22` | `1.7.23` |
| [github.com/containerd/continuity](https://github.com/containerd/continuity) | `0.4.3` | `0.4.4` |
| [github.com/docker/cli](https://github.com/docker/cli) | `27.2.1+incompatible` | `27.3.1+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.2.1+incompatible` | `27.3.1+incompatible` |
| [github.com/goproxy/goproxy](https://github.com/goproxy/goproxy) | `0.17.2` | `0.18.0` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.16.0-rc2.0.20240912123401-2a7accc029ec` | `0.17.0-rc1` |
| [github.com/opencontainers/runc](https://github.com/opencontainers/runc) | `1.1.14` | `1.2.0` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.3` | `1.18.0` |
| [github.com/urfave/cli](https://github.com/urfave/cli) | `1.22.15` | `1.22.16` |
| [github.com/vito/midterm](https://github.com/vito/midterm) | `0.1.5-0.20240307214207-d0271a7ca452` | `0.2.0` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.52.0` | `0.56.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.52.0` | `0.56.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.27.0` | `1.31.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.22.0` | `0.23.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.25.0` | `0.26.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.33.0` | `1.33.1` |



Updates `github.com/99designs/gqlgen` from 0.17.49 to 0.17.55
- [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.55)

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

Updates `github.com/charmbracelet/bubbletea` from 1.1.1 to 1.1.2
- [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.1.2)

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

Updates `github.com/containerd/containerd` from 1.7.22 to 1.7.23
- [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.23)

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

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/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.3.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.2.1...v27.3.1)

Updates `github.com/goproxy/goproxy` from 0.17.2 to 0.18.0
- [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.0)

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/moby/buildkit` from 0.16.0-rc2.0.20240912123401-2a7accc029ec to 0.17.0-rc1
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/commits/v0.17.0-rc1)

Updates `github.com/opencontainers/runc` from 1.1.14 to 1.2.0
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.1.14...v1.2.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-20241003195857-3f140a1299b0
- [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.17
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.16...v2.5.17)

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 `golang.org/x/crypto` from 0.27.0 to 0.28.0
- [Commits](golang/crypto@v0.27.0...v0.28.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/net` from 0.29.0 to 0.30.0
- [Commits](golang/net@v0.29.0...v0.30.0)

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

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

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

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

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

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

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

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

---
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-patch
  dependency-group: engine
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/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/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/goproxy/goproxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/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/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: 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/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/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-patch
  dependency-group: engine
...

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

dependabot bot commented on behalf of github Oct 28, 2024

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

Copy link
Author

dependabot bot commented on behalf of github Nov 4, 2024

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

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/engine-46ffe59894 branch November 4, 2024 07:04
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