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 33 updates #7406

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
github.com/99designs/gqlgen 0.17.44 0.17.46
github.com/a-h/templ 0.2.543 0.2.680
github.com/charmbracelet/bubbletea 0.25.0 0.26.2
github.com/containerd/containerd 1.7.15 1.7.17
github.com/containernetworking/cni 1.1.2 1.2.0
github.com/creack/pty 1.1.18 1.1.21
github.com/docker/cli 26.1.0+incompatible 26.1.3+incompatible
github.com/docker/distribution 2.8.2+incompatible 2.8.3+incompatible
github.com/docker/docker 26.1.0+incompatible 26.1.3+incompatible
github.com/dschmidt/go-layerfs 0.1.0 0.2.0
github.com/google/go-containerregistry 0.19.0 0.19.1
github.com/gorilla/websocket 1.5.0 1.5.1
github.com/jackpal/gateway 1.0.7 1.0.15
github.com/klauspost/compress 1.17.4 1.17.8
github.com/prometheus/procfs 0.12.0 0.15.0
github.com/samber/slog-logrus/v2 2.2.0 2.3.0
github.com/tidwall/gjson 1.17.0 1.17.1
github.com/urfave/cli 1.22.14 1.22.15
github.com/vektah/gqlparser/v2 2.5.11 2.5.12
go.etcd.io/bbolt 1.3.9 1.3.10
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.49.0 0.51.0
go.opentelemetry.io/otel/log 0.0.1-alpha 0.2.0-alpha
go.opentelemetry.io/otel/sdk/metric 1.24.0 1.26.0
golang.org/x/oauth2 0.19.0 0.20.0
golang.org/x/tools 0.20.0 0.21.0
google.golang.org/grpc 1.63.2 1.64.0

Updates github.com/99designs/gqlgen from 0.17.44 to 0.17.46

Release notes

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

v0.17.46

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.45 - 2024-03-11

  • b6d1a8b9 release v0.17.45
  • Bump golang.org/x/tools from 0.18.0 to 0.19.0

Bumps golang.org/x/tools from 0.18.0 to 0.19.0.


updated-dependencies:

  • dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ...
  • Go mod tidy examples and websocket

Bumps typescript from 5.3.3 to 5.4.2.


updated-dependencies:

  • dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor

... (truncated)

Commits
  • 90af8bf release v0.17.46
  • bf49e56 fix: failed to build _examples/websocket-initfunc/server/server.go (#3055) (#...
  • 1ee0fa8 chore(deps-dev): bump vite from 5.2.10 to 5.2.11 in /integration (#3047)
  • ddd9a6b chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 (#3052)
  • 36b6660 chore(deps): bump github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2 (#3051)
  • ad91bf6 chore(deps-dev): bump vitest from 1.5.2 to 1.6.0 in /integration (#3048)
  • a5cb576 chore(deps-dev): bump @​apollo/client in /integration (#3049)
  • 6b423e5 chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (#3050)
  • c34e246 chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 in /_examples (#3053)
  • a3991df chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 (#3054)
  • Additional commits viewable in compare view

Updates github.com/a-h/templ from 0.2.543 to 0.2.680

Release notes

Sourced from github.com/a-h/templ's releases.

v0.2.680

Changelog

  • e3e98c0 chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#722)
  • 35e24ae chore: bump deps
  • aea0c80 chore: bump deps in echo example
  • c5507b8 chore: bump docusaurus version
  • c6a2ac2 chore: bump version number
  • 27fc6a3 docs(echo): set headers before calling WriteHeader (#729)
  • 210391f feat(lsp): map go code errors that aren't template expressions to clo… (#690)
  • ef58c7a feat: add brotli support to proxy, warn on unsupported encoding (#695)
  • 41d5003 feat: normalise line breaks and path separators to Linux style, on Windows, fixes #539 (#696)
  • 6af8b3b feat: support build tags by copying template header over (#688)
  • 702c106 fix: allow hot reload script to be re-evaluated, fixes #716
  • f300746 fix: allow slice type definitions in templ expressions (#670)
  • 89f216e fix: escape constant attribute Go strings (#725)
  • d120e33 fix: multi-byte character positions in LSP (fixes #482) (#712)
  • fe1f70e fix: prevent greedy parsing in raw element parser (#702)
  • 77ba285 refactor: remove legacy v1 to v2 migration feature (#697)

v0.2.663

Changelog

  • 44183ea chore: add troubleshooting guide for intellij products (#660)
  • 8cc2e94 chore: add unit test and benchmark to URL function
  • 0b30dc5 chore: bump version
  • 25ac8cf chore: fix function name in comment (#675)
  • d57277f feat: Allow using tel, ftp and ftps as safe URL protocols (#657)
  • 022a8b0 feat: add notify proxy to reload browser (#661)
  • ad69501 feat: handle string and boolean pointers in attributes (#648)
  • ac07d85 fix: delete watch mode files when command exits, fixes #664
  • 72349ec fix: minor typo, fixes #665
  • 9cd51fe refactor: remove redundant comment (#668)

v0.2.648

Fix for regression in previous release.

Changelog

  • 80bffc6 chore: refactor comment position
  • ae52b02 fix: failure to parse empty slices (fixes #638)

v0.2.646

Changelog

  • f2e5269 chore: bump version [no ci]
  • 8709950 chore: bump workflow
  • 3eff9c3 feat: add option to generate to stdout (#628)
  • 1e176a0 fix: handle slice literals without named types (#635)

v0.2.639

Changelog

... (truncated)

Commits
  • c6a2ac2 chore: bump version number
  • 27fc6a3 docs(echo): set headers before calling WriteHeader (#729)
  • 89f216e fix: escape constant attribute Go strings (#725)
  • 702c106 fix: allow hot reload script to be re-evaluated, fixes #716
  • c5507b8 chore: bump docusaurus version
  • aea0c80 chore: bump deps in echo example
  • 35e24ae chore: bump deps
  • e3e98c0 chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#722)
  • fe1f70e fix: prevent greedy parsing in raw element parser (#702)
  • d120e33 fix: multi-byte character positions in LSP (fixes #482) (#712)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbletea from 0.25.0 to 0.26.2

Release notes

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

v0.26.2

This fixes a small regression that was introduced in v0.26.0 related to the first line on the first render not being displayed correctly. Thank you @​mistakenelf for pointing this out in charmbracelet/bubbletea#1000!

What's Changed

Full Changelog: charmbracelet/bubbletea@v0.26.1...v0.26.2


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

v0.26.1

This is a quick one to fix a Windows shortcoming in the last release acutely identified by our pal @​jon4hz. Thank you!

What's Changed

Full Changelog: charmbracelet/bubbletea@v0.26.0...v0.26.1


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

v0.26.0

Bracketed Paste, Windows Improvements, Mainframes, and more

What do tapioca balls, IBM mainframes, and the Microsoft Windows Console API have in common? Bubble Tea v0.26.0, that’s what. Let’s get to it.

⚡️ Windows Input Improvements

A few years ago @​erikgeiser, a penetration tester and ex-particle physicist, wrote this awesome library called coninput to majorly improve Bubble Tea input on Windows. @​aymanbagabas has implemented the library in Bubble Tea and input on Windows is roughly 1000 times better now. In the short term, this means that for Windows users inputting non-Latin characters (like Greek, Cyrillic, Korean, Chinese and so on) stuff will “just work.”

The bigger news, however, is that this paves the way for Windows parity with our forthcoming support for super high fidelity input via Kitty Keyboard and Fixterms.

🍳 Hot Windows Resize Events

Terminal emulators on Windows don’t support the SIGWINCH signal, which is sent when the terminal is resized. It’s been a huge bummer for a really long time. Thanks (again) to @​erikgeiser and @​aymanbagabas, we’re now able to reach deep into Windows’ underpinnings, detect window resizes, and send tea.WindowSizeMsgs accordingly! This is a glorious moment for Bubble Tea on Windows indeed.

... (truncated)

Commits
  • ea792a8 chore(deps): bump golang.org/x/term from 0.19.0 to 0.20.0
  • 4f070e4 chore(deps): bump golangci/golangci-lint-action from 5 to 6
  • c31d33d chore(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0
  • 8028ede fix: update examples testdata
  • 601d228 fix: renderer: reset the cursor on the first line
  • e3c6153 chore(lint): remove naked returns
  • 3e129db chore(lint): add various nolint directives
  • 7e05e1d fix(ci): remove deprecated 'ifshort' linter config
  • 556cdde chore(readme): add ntcharts to libs section
  • 0c937f4 fix: stop and drain timers (#993)
  • Additional commits viewable in compare view

Updates github.com/containerd/containerd from 1.7.15 to 1.7.17

Release notes

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

containerd 1.7.17

Welcome to the v1.7.17 release of containerd!

The seventeenth patch release for containerd 1.7 contains various fixes and updates.

Highlights

  • Use LOOP_CONFIGURE when creating loop devices (#10209)
  • Update unpacker to fetch all provided content (#10233)
  • Preserve CL_UNPRIVILEGED locked flags during remount of bind mounts (#10210)
  • Update metadata snapshotter to lease on already exists (#10198)
  • Handle unsupported config versions (#10165)
  • Fix deadlock when writing to pipe blocks (containerd/ttrpc#168)

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

Contributors

  • Stefan Berger
  • Derek McGowan
  • Austin Vazquez
  • Alexandru Matei
  • Maksym Pavlenko
  • Akihiro Suda
  • Bryant Biggs
  • Kevin Parsons
  • Kirtana Ashok
  • Phil Estes
  • Kazuyoshi Kato
  • Kohei Tokunaga
  • Swagat Bora

Changes

  • Prepare release notes for v1.7.17 (#10235)
    • 114b07b97 Prepare release notes for v1.7.17
  • Use LOOP_CONFIGURE when creating loop devices (#10209)
    • 803aaa680 Remove internal LoopConfig struct
    • 7bd3be948 Swap internal ioctl implementation with golang.org/x/sys
    • a0739dc0e Use LOOP_CONFIGURE when creating loop devices
  • Update unpacker to fetch all provided content (#10233)
    • 1573ea598 Update ctr image pull all platforms
    • 32b594f1b Update unpacker to always fetch all
  • Update hcsshim tag to v0.11.5 (#10232)
  • Update ttrpc tag to 1.2.4 (#10221)

... (truncated)

Commits
  • 3a4de45 Merge pull request #10235 from dmcgowan/prepare-v1.7.17
  • 114b07b Prepare release notes for v1.7.17
  • 2441c2d Merge pull request #10209 from austinvazquez/cherry-pick-a782fd6da2fa9fa350ef...
  • 62af107 Merge pull request #10233 from dmcgowan/1.7-unpack-fetch-all
  • a3c0f2f Merge pull request #10232 from kiashok/update-shim-0.11.4
  • 1573ea5 Update ctr image pull all platforms
  • 32b594f Update unpacker to always fetch all
  • 5a03a3a Update hcsshim tag to v0.11.5
  • b5aec32 Merge pull request #10221 from kiashok/update-ttrpc-release-1.7
  • 36bbb4d Merge pull request #10210 from swagatbora90/preserve-flags-cherry-pick-1.7
  • Additional commits viewable in compare view

Updates github.com/containernetworking/cni from 1.1.2 to 1.2.0

Release notes

Sourced from github.com/containernetworking/cni's releases.

v1.2.0

This is libcni v1.2.0, which releases the new CNI spec version v1.1.0.

Major changes:

GC verb

The GC verb allows runtimes to specify the set of known-good attachments, allowing plugins to clean up stale and leaked resources such as IPAM reservations. Libcni will also synthesize a CNI DEL for any stale cached attachments, so all users will have a form of GC, even if their plugins do not support CNI v1.1

STATUS verb

The STATUS verb allows a plugin to report its readiness to accept ADD requests. Runtimes such as containerd and cri-o will no longer have to rely merely on the presence of a CNI configuration file to determine network readiness.

Version negotiation

CNI configurations may now contain multiple versions, so that an administrator can opportunistically update the protocol version without breaking older runtimes:

{
  "cniVersion": "1.0.0",
  "cniVersions": ["1.0.0", "1.1.0"]
}

New fields

A number of new fields have been added to the result type:

  • (#1060). Add MTU to CNI result
  • (#1068). Add Scope property for routes Fixes: #598
  • (#1069). Add SocketPath/PciID to Interface struct This is to resolve: #1050
  • (#1062). Add table ID property for routes Fixes #1061
  • (#1041). Add route attributes - MTU, AdvMSS, Priority

Other improvements

  • (#911). libcni: add specific type for CHECK not supported
  • (#1072). tolerate invalid cni caches for deletion
  • (#1054). Add Version() to CNI interface
Commits
  • df52e94 Merge pull request #1082 from squeed/v1.2-release
  • 047255e spec: remove "-dev" tag
  • 0137b32 Merge pull request #1054 from MikeZappa87/feature/addversiontocni
  • dd65e2d add version to cni interface
  • bbae220 Merge pull request #1080 from s1061123/cnitool-1.1.0-support
  • 0036b62 cnitool CNI 1.1.0 support
  • 83287db Merge pull request #1078 from henry118/multierror
  • a67dabb use errors package in golang v20 to join multiple errors
  • 951d8d0 Merge pull request #1077 from containernetworking/dependabot/go_modules/golan...
  • f846cb7 build(deps): bump the golang group with 2 updates
  • Additional commits viewable in compare view

Updates github.com/creack/pty from 1.1.18 to 1.1.21

Release notes

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

v1.1.21

What's Changed

Full Changelog: creack/pty@v1.1.20...v1.1.21

v1.1.20

What's Changed

Full Changelog: creack/pty@v1.1.19...v1.1.20

v1.1.19

What's Changed

New Contributors

Full Changelog: creack/pty@v1.1.18...v1.1.19

Commits
  • f188b6d Revert go.mod for v1.
  • 3194d69 Merge pull request #177 from creack/revert-nonblock-ioctl
  • 8efd70a Revert #167 to avoid race on Linux.
  • 2dfd24d Merge pull request #173 from creack/tests-cleanup
  • cafb3b4 Fix typo.
  • 0a15590 Skip tests for go1.6.
  • 219f7e0 Add more test helpers, cleanup existing tests. Add editorconfig and golangci ...
  • ccf8e7e Add openClose helper in tests to remove duplication.
  • bc68e99 Minor cosmetic cleanups in the tests. Add missing error checks. Use Fatal ins...
  • a425b37 Bump major version to v2. Drop support for the old riscv in favor of the offi...
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 26.1.0+incompatible to 26.1.3+incompatible

Commits
  • b72abbb Merge pull request #5073 from vvoland/vendor-docker
  • 26e9ff4 vendor: github.com/docker/docker v26.1.3-dev (8e96db1c328d)
  • 4021ee9 Merge pull request #5071 from laurazard/backport/5051-26.1
  • 326c713 OTel: implement missing MeterProvider ForceFlush
  • ee359a3 OTel: add command.time metric to plugin commands
  • 004e292 Merge pull request #5070 from laurazard/backport/5067-26.1
  • 6691085 Use funcs on DockerCli to return Meter/TracerProviders, not initialize them. ...
  • 60f2d38 Merge pull request #5068 from dvdksn/26.1_backport_doc-vxlan-listen-addr
  • 81b482e docs: clarify that --data-path-addr doesn't restrict access
  • 211e74b Merge pull request #5066 from vvoland/vendor-docker
  • Additional commits viewable in compare view

Updates github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+incompatible

Release notes

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

v2.8.3

What's Changed

New Contributors

Full Changelog: distribution/distribution@v2.8.2...v2.8.3

Commits
  • 4772604 Merge pull request #4088 from distribution/2.8.3-release-notes
  • a4fa699 Add v2.8.3 release notes
  • 1eb2c30 Merge pull request #4068 from milosgajdos/2_8-dont-close-request-body
  • 5e6b1b5 Do not close HTTP request body in HTTP handler
  • 2b76378 Merge pull request #4064 from thaJeztah/2.8_backport_nodigestset
  • 29b00e8 digestset: deprecate package in favor of go-digest/digestset
  • d1ab243 [release/2.8] vendor: github.com/opencontainers/go-digest v1.0.0
  • 11eb419 Merge pull request #4063 from thaJeztah/2.8_backport_switch_reference
  • 3dda067 deprecate reference package, migrate to github.com/distribution/reference
  • da05539 Merge pull request #4053 from thaJeztah/2.8_backport_set-content-type-client-...
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 26.1.0+incompatible to 26.1.3+incompatible

Release notes

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

v26.1.3

26.1.3

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

Bug fixes and enhancements

  • Fix a regression that prevented the use of DNS servers within a --internal network. moby/moby#47832
  • When the internal DNS server's own address is supplied as an external server address, ignore it to avoid unproductive recursion. moby/moby#47833

Packaging updates

  • Allow runc to kill containers when confined to the runc profile in AppArmor version 4.0.0 and later. moby/moby#47829

v26.1.2

26.1.2

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

Bug fixes and enhancements

  • Fix issue where the CLI process would sometimes hang when a container failed to start. docker/cli#5062

Packaging updates

v26.1.1

26.1.1

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

Bug fixes and enhancements

  • Fix docker run -d printing an context canceled spurious error when OTEL is configured. docker/cli#5044
  • Experimental environment variable DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1 will prevent the daemon from removing the kernel-assigned link local address on a Linux bridge. moby/moby#47775
  • Resolve an issue preventing container creation on hosts with a read-only /proc/sys/net filesystem. If IPv6 cannot be disabled on an interface due to this, either disable IPv6 by default on the host or ensure /proc/sys/net is read-write. Otherwise, start dockerd with DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1 to bypass the error. moby/moby#47769

[!NOTE]

... (truncated)

Commits

Updates github.com/dschmidt/go-layerfs from 0.1.0 to 0.2.0

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.44` | `0.17.46` |
| [github.com/a-h/templ](https://github.com/a-h/templ) | `0.2.543` | `0.2.680` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `0.25.0` | `0.26.2` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.15` | `1.7.17` |
| [github.com/containernetworking/cni](https://github.com/containernetworking/cni) | `1.1.2` | `1.2.0` |
| [github.com/creack/pty](https://github.com/creack/pty) | `1.1.18` | `1.1.21` |
| [github.com/docker/cli](https://github.com/docker/cli) | `26.1.0+incompatible` | `26.1.3+incompatible` |
| [github.com/docker/distribution](https://github.com/docker/distribution) | `2.8.2+incompatible` | `2.8.3+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `26.1.0+incompatible` | `26.1.3+incompatible` |
| [github.com/dschmidt/go-layerfs](https://github.com/dschmidt/go-layerfs) | `0.1.0` | `0.2.0` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.19.0` | `0.19.1` |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.1` |
| [github.com/jackpal/gateway](https://github.com/jackpal/gateway) | `1.0.7` | `1.0.15` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.4` | `1.17.8` |
| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.15.0` |
| [github.com/samber/slog-logrus/v2](https://github.com/samber/slog-logrus) | `2.2.0` | `2.3.0` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.0` | `1.17.1` |
| [github.com/urfave/cli](https://github.com/urfave/cli) | `1.22.14` | `1.22.15` |
| [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) | `2.5.11` | `2.5.12` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.3.9` | `1.3.10` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.49.0` | `0.51.0` |
| [go.opentelemetry.io/otel/log](https://github.com/open-telemetry/opentelemetry-go) | `0.0.1-alpha` | `0.2.0-alpha` |
| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.26.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.19.0` | `0.20.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.20.0` | `0.21.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.63.2` | `1.64.0` |



Updates `github.com/99designs/gqlgen` from 0.17.44 to 0.17.46
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.44...v0.17.46)

Updates `github.com/a-h/templ` from 0.2.543 to 0.2.680
- [Release notes](https://github.com/a-h/templ/releases)
- [Changelog](https://github.com/a-h/templ/blob/main/.goreleaser.yaml)
- [Commits](a-h/templ@v0.2.543...v0.2.680)

Updates `github.com/charmbracelet/bubbletea` from 0.25.0 to 0.26.2
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Commits](charmbracelet/bubbletea@v0.25.0...v0.26.2)

Updates `github.com/containerd/containerd` from 1.7.15 to 1.7.17
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.15...v1.7.17)

Updates `github.com/containernetworking/cni` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/containernetworking/cni/releases)
- [Commits](containernetworking/cni@v1.1.2...v1.2.0)

Updates `github.com/creack/pty` from 1.1.18 to 1.1.21
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.18...v1.1.21)

Updates `github.com/docker/cli` from 26.1.0+incompatible to 26.1.3+incompatible
- [Commits](docker/cli@v26.1.0...v26.1.3)

Updates `github.com/docker/distribution` from 2.8.2+incompatible to 2.8.3+incompatible
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](distribution/distribution@v2.8.2...v2.8.3)

Updates `github.com/docker/docker` from 26.1.0+incompatible to 26.1.3+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v26.1.0...v26.1.3)

Updates `github.com/dschmidt/go-layerfs` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/dschmidt/go-layerfs/releases)
- [Commits](dschmidt/go-layerfs@v0.1.0...v0.2.0)

Updates `github.com/google/go-containerregistry` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.19.0...v0.19.1)

Updates `github.com/gorilla/websocket` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](gorilla/websocket@v1.5.0...v1.5.1)

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

Updates `github.com/klauspost/compress` from 1.17.4 to 1.17.8
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.4...v1.17.8)

Updates `github.com/prometheus/procfs` from 0.12.0 to 0.15.0
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.12.0...v0.15.0)

Updates `github.com/rs/cors` from 1.10.0 to 1.11.0
- [Commits](rs/cors@v1.10.0...v1.11.0)

Updates `github.com/samber/slog-logrus/v2` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/samber/slog-logrus/releases)
- [Commits](samber/slog-logrus@v2.2.0...v2.3.0)

Updates `github.com/tidwall/gjson` from 1.17.0 to 1.17.1
- [Commits](tidwall/gjson@v1.17.0...v1.17.1)

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

Updates `github.com/vektah/gqlparser/v2` from 2.5.11 to 2.5.12
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.11...v2.5.12)

Updates `go.etcd.io/bbolt` from 1.3.9 to 1.3.10
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.3.9...v1.3.10)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.49.0 to 0.51.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.49.0...zpages/v0.51.0)

Updates `go.opentelemetry.io/otel/log` from 0.0.1-alpha to 0.2.0-alpha
- [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@log/v0.0.1-alpha...log/v0.2.0-alpha)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.24.0 to 1.26.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.24.0...v1.26.0)

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

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

Updates `golang.org/x/oauth2` from 0.19.0 to 0.20.0
- [Commits](golang/oauth2@v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.19.0 to 0.20.0
- [Commits](golang/sys@v0.19.0...v0.20.0)

Updates `golang.org/x/term` from 0.19.0 to 0.20.0
- [Commits](golang/term@v0.19.0...v0.20.0)

Updates `golang.org/x/text` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.14.0...v0.15.0)

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

Updates `google.golang.org/grpc` from 1.63.2 to 1.64.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.63.2...v1.64.0)

Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.0

---
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/a-h/templ
  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/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/containernetworking/cni
  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-patch
  dependency-group: engine
- dependency-name: github.com/docker/distribution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/dschmidt/go-layerfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/gorilla/websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/prometheus/procfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/rs/cors
  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-minor
  dependency-group: engine
- dependency-name: github.com/tidwall/gjson
  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: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/log
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  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/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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added area/cli All about go code on dagger CLI area/engine About dagger core engine kind/dependencies Pull requests that update a dependency file labels May 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #7414.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/engine-a326861c55 branch May 20, 2024 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli All about go code on dagger CLI area/engine About dagger core engine kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants