pulumi / pulumi-docker-build

A Pulumi native provider for Docker
Apache License 2.0
5 stars 3 forks source link

Bump the other group across 1 directory with 10 updates #256

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the other group with 5 updates in the / directory:

Package From To
github.com/docker/buildx 0.16.0 0.17.0
github.com/golangci/golangci-lint 1.59.1 1.61.0
github.com/pulumi/providertest 0.0.13 0.1.2
github.com/pulumi/pulumi-go-provider 0.21.0 0.22.0
github.com/pulumi/pulumi-java/pkg 0.15.0 0.16.0

Updates github.com/docker/buildx from 0.16.0 to 0.17.0

Release notes

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

v0.17.0

Welcome to the v0.17.0 release of buildx!

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

Contributors

  • CrazyMax
  • Tõnis Tiigi
  • Jonathan A. Sternberg
  • Shaun Thompson
  • David Karlsson
  • Sebastiaan van Stijn
  • Talon Bowler
  • Akihiro Suda
  • Bryce Lampe
  • Guillaume Lours
  • Nicolas De Loof
  • idnandre

Notable Changes

  • Enable support for entitlements with Bake #2666
  • Allow setting network mode in HCL/JSON for Bake #2671
  • Use shared session for local sources for multiple targets with Bake #2615 #2607 #2663
  • Add metrics for bake command #2610
  • Add basename, dirname and sanitize functions to Bake #2649
  • Allow builds from stdin for multi-node builders #2656
  • Include target name in the error message when building multiple targets with Bake #2651
  • Support metadata file flag when set along the call flag #2640
  • Print out the number of warnings after completing a rule check #2647
  • Add debug as persistent flag #2660
  • Skip build ref and provenance metadata for subrequests #2650
  • Optimize metrics handling during progress #2641
  • Improve kubernetes driver initialization #2606
  • Improvements to avoid unecessary allocations #2601

Dependency Changes

  • github.com/compose-spec/compose-go/v2 v2.1.3 -> v2.1.6
  • github.com/containerd/containerd v1.7.19 -> v1.7.21
  • github.com/containerd/typeurl/v2 v2.1.1 -> v2.2.0
  • github.com/docker/cli v27.0.3 -> v27.2.1
  • github.com/docker/distribution v2.8.2 -> v2.8.3
  • github.com/docker/docker v27.0.3 -> v27.2.1
  • github.com/gorilla/mux v1.8.0 -> v1.8.1

... (truncated)

Commits
  • 78c8c28 Merge pull request #2681 from crazy-max/v0.17.0_update-buildkit
  • 4173281 vendor: update buildkit to v0.16.0
  • 40ef344 Merge pull request #2679 from tonistiigi/buildkit-v0.16.0-rc2
  • 7213b2a vendor: update buildkit to v0.16.0-rc2
  • 9cfa25a Merge pull request #2678 from thompson-shaun/mermaid-fix
  • 6db3444 update mermaid diagram to avoid GH mermaid issues
  • 15e930b Merge pull request #2619 from thompson-shaun/project-guide
  • abc5eae Merge pull request #2676 from docker/dependabot/github_actions/peter-evans/cr...
  • ad9a519 build(deps): bump peter-evans/create-pull-request from 7.0.0 to 7.0.1
  • db11785 Merge pull request #2675 from dvdksn/run-mount-secret-env
  • Additional commits viewable in compare view


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

Commits
  • 9e34c9b Merge pull request #5414 from vvoland/vendor-docker
  • 324cdbc vendor: github.com/docker/docker v27.2.1-dev (8b539b8df240)
  • b5290d4 Merge pull request #5411 from vvoland/5410-27.x
  • 3db9538 update to go1.22.7
  • 1ab89e7 Merge pull request #5409 from thaJeztah/27.x_update_docker
  • 667d9fd Merge pull request #5408 from thaJeztah/27.x_backport_mod_tidy
  • 41e61c4 [27.x] vendor: github.com/docker/docker v27.2.0
  • 869df10 vendor.mod: put github.com/pkg/browser in the right group
  • 6feee4a Merge pull request #5402 from laurazard/backport-27.x-login-not-interactive
  • d0c1a80 login: handle non-tty scenario consistently
  • Additional commits viewable in compare view


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

Release notes

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

v27.2.1

27.2.1

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 non-container images being hidden in the docker image ls output. moby/moby#48402
  • containerd image store: Improve docker pull error message when the image platform doesn't match. moby/moby#48415
  • CLI: Fix issue causing docker login to not remove repository names from passed in registry addresses, resulting in credentials being stored under the wrong key. docker/cli#5385
  • CLI: Fix issue that will sometimes cause the browser-login flow to fail if the CLI process is suspended and then resumed while waiting for the user to authenticate. docker/cli#5376
  • CLI: docker login now returns an error instead of hanging if called non-interactively with --password or --password-stdin but without --user. docker/cli#5402

Packaging updates

v27.2.0

27.2.0

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

New

  • CLI: Add support for device-code flow login when authenticating to the official registry. docker/cli#5349
  • containerd image store: docker image ls now supports --tree flag that shows a multiplatform-aware image list. This is experimental and may change at any time without any backwards compatibility. docker/cli#5353

API

  • GET /images/json response now includes Manifests field, which contains information about the sub-manifests included in the image index. This includes things like platform-specific manifests and build attestations. The new field will only be populated if the request also sets the manifests query parameter to true.

[!WARNING]

This is experimental and may change at any time without any backward compatibility.

Bug fixes and enhancements

  • CLI: Fix issue with remote contexts over SSH where the CLI would allocate a pseudoterminal when connecting to the remote host, which causes issues in rare situations. docker/cli#5351
  • Fix an issue that prevented network creation with a --ip-range ending on a 64-bit boundary. moby/moby#48326

... (truncated)

Commits
  • 8b539b8 Merge pull request #48433 from vvoland/48432-27.x
  • 37bf6e8 update to go1.22.7
  • fefdb1b Merge pull request #48430 from vvoland/48425-27.x
  • 3a4c589 vendor: github.com/opencontainers/runc v1.1.14
  • 6eeb414 Merge pull request #48426 from thaJeztah/27.x_backport_bump_runc_1.1.14
  • 54af846 Merge pull request #48416 from thaJeztah/27.x_backport_update_go_1.22
  • 10cf2d6 update runc binary to 1.1.14
  • 7b86f40 Merge pull request #48423 from vvoland/48422-27.x
  • 84cfcb0 docs/api: add documentation for API v1.47
  • edeb6ba golangci-lint: temporarily disable G115: integer overflow conversion
  • Additional commits viewable in compare view


Updates github.com/golangci/golangci-lint from 1.59.1 to 1.61.0

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.61.0

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! :heart:

For key updates, see the changelog.

Changelog

  • e9a872629d4feda79d2fff23ddc1f410faff163e build(deps): bump github.com/Abirdcfly/dupword from 0.0.14 to 0.1.1 (#4954)
  • 2813c451edd6b75098372dbb269ffed8df3a4ec6 build(deps): bump github.com/Crocmagnon/fatcontext from 0.4.0 to 0.5.2 (#4971)
  • 48251f274a1e09fae524271662a30a47f4ddb242 build(deps): bump github.com/ckaznocha/intrange from 0.1.2 to 0.2.0 (#4996)
  • 726b8153cac6c04238264b189f5b05ec059f9330 build(deps): bump github.com/daixiang0/gci from 0.13.4 to 0.13.5 (#4975)
  • 2fcfe26fdb368ae0930bac909a0573277a6d2226 build(deps): bump github.com/go-viper/mapstructure/v2 from 2.0.0 to 2.1.0 (#4910)
  • 5fa1b681e4518b09be4ebdbe635e044cf729b8a1 build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3 (#4955)
  • a6fc686d733f339619b02de65ef4c782848eaff0 build(deps): bump github.com/quasilyte/go-ruleguard to 0fe6f58b47b1 (#4949)
  • 57fa4dad326cd24b71fccd3fb9b8fc8a2788c994 build(deps): bump github.com/ryancurrah/gomodguard from 1.3.3 to 1.3.5 (#4992)
  • 6e5dc28f52b76181f5c4f5c7d37dab20e09f59d1 build(deps): bump github.com/securego/gosec/v2 from 2.20.1-0.20240826145712-bcec04e78483 to 2.21.0 (#4981)
  • dd069d5578f3fb9eb298e5d397697c368a0e85f7 build(deps): bump github.com/securego/gosec/v2 from 2.21.0 to 2.21.1 (#4982)
  • a1d6c560de1a193a0c68ffed68cd5928ef39e884 build(deps): bump github.com/securego/gosec/v2 from 2.21.1 to 2.21.2 (#4997)
  • 98b685cc0d3dcc956eb30bd7557c4c2ecf369f54 build(deps): bump github.com/securego/gosec/v2 from ab3f6c1c83a0 to bcec04e78483 (#4960)
  • bfc52476dd7b0b5111bcc17f7e2c103cfc0a15e0 build(deps): bump github.com/tetafro/godot from 1.4.16 to 1.4.17 (#4993)
  • 04c19e6f4f8b04dae083c2923457bc911303d177 build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 in /scripts/gen_github_action_config in the all group (#4977)
  • e905c7a3e260abe5b984e532925dfa30ffe60a5b build(deps): bump peter-evans/create-pull-request from 6 to 7 in the all group (#4978)
  • 2881c7178b62e75ac33df7747c40fabc75c62e2b build(deps): bump the all group across 4 directories with 8 updates (#4979)
  • 0275389a64bd88fd37eb5f46993a8523ce4bf2f0 feat: add junit-xml-extended format (#4918)
  • a6bd868cf0c575d7a7e6d87007cd510394c30d86 feat: exclude Swagger Codegen files (#4967)
  • 54d089d1064eb700aafade61cdb00e452fdbf5da fix: improve runtime version parsing (#4961)
  • bf4a66a07d618628f6a26609404cb5c608e99ff8 gosec: disable G407 (#4983)
  • 3797ed90c38b8471c54f003ab9ac72492c1143ec nolintlint: remove empty line in unused directive replacement (#4973)

v1.60.3

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! :heart:

For key updates, see the changelog.

Changelog

  • c2e095c022a97360f7fff5d49fbc11f273be929a build(deps): bump github.com/securego/gosec/v2 from 81cda2f91fbe to ab3f6c1c83a0 (#4943)
  • f0c190436343e51e6b4dc98a368cf7bae0e5f33a feat: check that Go version use to build is greater or equals to the Go version of the project (#4938)

v1.60.2

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

... (truncated)

Changelog

Sourced from github.com/golangci/golangci-lint's changelog.

v1.61.0

  1. Enhancements
    • Add junit-xml-extended format
    • Exclude Swagger Codegen files by default
  2. Updated linters
    • dupword: from 0.0.14 to 0.1.1
    • fatcontext: from 0.4.0 to 0.5.2
    • gci: from 0.13.4 to 0.13.5 (new option no-lex-order)
    • go-ruleguard: from 0.4.2 to 0fe6f58b47b1 (fix panic with custom linters)
    • godot: from 1.4.16 to 1.4.17
    • gomodguard: from 1.3.3 to 1.3.5
    • gosec: disable temporarily G407
    • gosec: from ab3f6c1c83a0 to 2.21.2 (partially fix G115)
    • intrange: from 0.1.2 to 0.2.0
    • nolintlint: remove the empty line in the directive replacement
  3. Misc.
    • Improve runtime version parsing
  4. Documentation
    • Add additional info about typecheck

v1.60.3

  1. Updated linters
    • gosec: from 81cda2f91fbe to ab3f6c1c83a0 (fix G115 false positives)
  2. Misc.
    • Check that the Go version use to build is greater or equals to the Go version of the project

v1.60.2

  1. Updated linters
  • gofmt: update to HEAD (go1.22)
  • gofumpt: from 0.6.0 to 0.7.0
  • gosec: fix G602 analyzer
  • gosec: from 5f0084eb01a9 to 81cda2f91fbe (adds G115, G405, G406, G506, G507)
  • staticcheck: from 0.5.0 to 0.5.1
  • staticcheck: propagate Go version
  • wrapcheck: from 2.8.3 to 2.9.0
  • ⚠️ exportloopref: deprecation

v1.60.1

  1. Updated linters
    • errorlint: from 1.5.2 to 1.6.0
    • exhaustruct: from 3.2.0 to 3.3.0 (recognize custom error values in return)
    • fatcontext: from 0.2.2 to 0.4.0 (fix false positives for context stored in structs)
    • gocognit: from 1.1.2 to 1.1.3
    • gomodguard: from 1.3.2 to 1.3.3
    • govet (printf): report non-constant format, no args
    • lll: advertise max line length instead of just reporting failure

... (truncated)

Commits
  • a1d6c56 build(deps): bump github.com/securego/gosec/v2 from 2.21.1 to 2.21.2 (#4997)
  • 48251f2 build(deps): bump github.com/ckaznocha/intrange from 0.1.2 to 0.2.0 (#4996)
  • bfc5247 build(deps): bump github.com/tetafro/godot from 1.4.16 to 1.4.17 (#4993)
  • 57fa4da build(deps): bump github.com/ryancurrah/gomodguard from 1.3.3 to 1.3.5 (#4992)
  • d302a30 dev: fix nancy
  • 24e6645 docs: add additionnal info about typecheck (#4985)
  • bf4a66a gosec: disable G407 (#4983)
  • dd069d5 build(deps): bump github.com/securego/gosec/v2 from 2.21.0 to 2.21.1 (#4982)
  • 2813c45 build(deps): bump github.com/Crocmagnon/fatcontext from 0.4.0 to 0.5.2 (#4971)
  • e9a8726 build(deps): bump github.com/Abirdcfly/dupword from 0.0.14 to 0.1.1 (#4954)
  • Additional commits viewable in compare view


Updates github.com/moby/buildkit from 0.15.0 to 0.16.0

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.16.0

Welcome to the v0.16.0 release of buildkit!

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

Contributors

  • CrazyMax
  • Tõnis Tiigi
  • Sebastiaan van Stijn
  • Akihiro Suda
  • David Karlsson
  • Shaun Thompson
  • Talon Bowler
  • Arkadiusz Drabczyk
  • Craig Andrews
  • Justin Chadwell
  • Mitsuru Kariya
  • Anthony Nandaa
  • Bertrand Paquet
  • Ignas Mikalajūnas
  • Jonathan A. Sternberg
  • Billy Owire
  • Debosmit Ray
  • Kai Takac
  • Marat Radchenko
  • a-palchikov

Notable changes

  • Builtin Dockerfile frontend has been updated to v1.10.0 changelog
  • Remote cache export to S3 backend can now happen with parallel requests and can be controlled with new upload_parallelism option #5270
  • Remote cache export to S3 backend now supports layers larger than 5GB #5266
  • History records now contain information about the number of warnings that were generated during the build #5166
  • Printing check results with library now allows source mapping modifications #5295
  • Unconditionally use /etc/resolv.conf rather than systemd's config in host networking mode #5207
  • Certain history, graph consistency, and some syscall errors as now marked as internal and use corresponding gRPC error code #5163 #5182
  • Output of errors produced by the container executor has been improved #5179
  • Stack traces produced by build errors are now clearer and avoid duplicates #5180
  • Build containers killed by OOMKiller are now detected and shown to the user in the error message #5260
  • Runc container runtime has been updated to v1.1.14 #5300
  • Pre-defined OCI annotations are now set to the BuildKit image #3554
  • Fix pruning cache mounts that use uid/gid/mode/from on no-cache builds #5306
  • Fix issue where --import-cache flag could be ignored for buildctl #5143
  • Fix OTEL trace ID being missing from logs #5315

Dependency Changes

... (truncated)

Commits
  • 0865fcc Merge pull request #5320 from crazy-max/v0.16.0-picks2
  • 74116a2 fix windows area label when modifications are under the vendor folder
  • 5c5dc59 vendor: github.com/docker/docker v27.2.1
  • c9d08dd Merge pull request #5315 from jsternberg/trace-id-in-log
  • b2b8b1c Merge pull request #5313 from tonistiigi/grpc-v1.62
  • 366c355 bklog: always enable trace id if it exists
  • e89d391 vendor: update grpc to v1.62.0
  • a1993e8 Merge pull request #5306 from tonistiigi/cache-mount-mode-prune
  • 85668ff Merge pull request #5307 from thompson-shaun/update-labeler
  • 436609d Merge pull request #5302 from crazy-max/dockerfile-rootless-cache
  • Additional commits viewable in compare view


Updates github.com/pulumi/providertest from 0.0.13 to 0.1.2

Release notes

Sourced from github.com/pulumi/providertest's releases.

v0.1.2

What's Changed

Full Changelog: https://github.com/pulumi/providertest/compare/v0.1.1...v0.1.2

v0.1.1

What's Changed

Full Changelog: https://github.com/pulumi/providertest/compare/v0.1.0...v0.1.1

v0.1.0

What's Changed

⚠️ Breaking change ⚠️

You must now pass T as the first parameter for any method which does asserts internally, as is the pattern in Go.

You can fix pretty much all usages using the following batch of gofmt commands:

gofmt -r 'a.Convert(b) -> a.Convert(t, b)' -w ./**/*_test.go
gofmt -r 'a.CopyTo(b) -> a.CopyTo(t, b)' -w ./**/*_test.go
gofmt -r 'a.CopyToTempDir() -> a.CopyToTempDir(t)' -w ./**/*_test.go
gofmt -r 'a.Destroy() -> a.Destroy(t)' -w ./**/*_test.go
gofmt -r 'a.ExportStack() -> a.ExportStack(t)' -w ./**/*_test.go
gofmt -r 'a.GrpcLog() -> a.GrpcLog(t)' -w ./**/*_test.go
gofmt -r 'a.ClearGrpcLog() -> a.ClearGrpcLog(t)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d, e, f, g) -> a.Import(t, b, c, d, e, f, g)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d, e, f) -> a.Import(t, b, c, d, e, f)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d, e) -> a.Import(t, b, c, d, e)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d) -> a.Import(t, b, c, d)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c) -> a.Import(t, b, c)' -w ./**/*_test.go
gofmt -r 'a.Import(b) -> a.Import(t, b)' -w ./**/*_test.go
gofmt -r 'a.ImportStack(b) -> a.ImportStack(t, b)' -w ./**/*_test.go
gofmt -r 'a.Install() -> a.Install(t)' -w ./**/*_test.go
gofmt -r 'a.InstallStack(b) -> a.InstallStack(t, b)' -w ./**/*_test.go
gofmt -r 'a.Preview() -> a.Preview(t)' -w ./**/*_test.go
gofmt -r 'a.Refresh() -> a.Refresh(t)' -w ./**/*_test.go
gofmt -r 'a.SetConfig(b, c) -> a.SetConfig(t, b, c)' -w ./**/*_test.go
gofmt -r 'a.Up() -> a.Up(t)' -w ./**/*_test.go
gofmt -r 'a.UpdateSource(b) -> a.UpdateSource(t, b)' -w ./**/*_test.go
</tr></table> 

... (truncated)

Commits


Updates github.com/pulumi/pulumi-go-provider from 0.21.0 to 0.22.0

Release notes

Sourced from github.com/pulumi/pulumi-go-provider's releases.

v0.22.0

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-go-provider/compare/v0.21.0...v0.22.0

Commits


Updates github.com/pulumi/pulumi-java/pkg from 0.15.0 to 0.16.0

Release notes

Sourced from github.com/pulumi/pulumi-java/pkg's releases.

v0.16.0

Improvements

  • Classloader: now supports dynamic exclusions of packages from system property
  • Add support for attaching debuggers

Bug Fixes

  • Fix issue with direct dependencies causing IndexOutOfBoundsException
Changelog

Sourced from github.com/pulumi/pulumi-java/pkg's changelog.

0.16.0 (2024-09-11)

Improvements

  • Classloader: now supports dynamic exclusions of packages from system property
  • Add support for attaching debuggers

Bug Fixes

  • Fix issue with direct dependencies causing IndexOutOfBoundsException
Commits
  • fcd0193 Prepare for v0.16.0 release (#1424)
  • a140153 implement debugging support for Java (#1423)
  • 4a672e0 ci: Increase job timeout from 10 to 15 minutes (#1419)
  • a1ab305 Exclude Non-Loadable Packages from ClassLoader. Fixes #issue 1385 (#1384)
  • 55af7cd Fixes issue with direct dependencies causing IndexOutOfBoundsException (#1388)
  • fe3da43 Upgrade golangci-lint to the latest version (#1416)
  • See full diff in compare view


Updates github.com/pulumi/pulumi/pkg/v3 from 3.131.0 to 3.131.1-0.20240909074427-079f98be15a6

Changelog

Sourced from github.com/pulumi/pulumi/pkg/v3's changelog.

Changelog

3.132.0 (2024-09-11)

Features

  • [cli/state] Show the full set of delete commands necessary to remove resources from the source stack, if writing to it fails #17205

  • [cli/state] Try to revert changes to destination stack if we are unable to save the source stack in state move #17208

  • [engine] Send resource names and types in provider requests from the engine, in addition to the combined URN #17177

  • [pkg] Add support for ESC Projects #17226

  • [sdk/dotnet] Update dotnet to 3.67.0 #17223

  • [sdkgen/go] Allow output-versioned invokes to resolve and maintain secrets #17132

Bug Fixes

  • [cli] Recover from zero-byte credentials.json files #17186

  • [cli] Using PULUMI_BACKEND_URL no longer updates credentials.json #17199

  • [engine] Fix parameterized providers not downloading correctly when found from state #17218

  • [cli/about] Fix language plugins always having unknown version in about #17216

  • [cli/display] Fix deletes not being show in refresh when using json output #16851

  • [cli/display] Hide unnecessary rows in non-interactive mode #17188

  • [sdkgen/python] Correctly case Python package names in package add link instructions #17178

Commits


Updates github.com/pulumi/pulumi/sdk/v3 from 3.131.0 to 3.131.1-0.20240908210708-9ff0a5ad1715

Changelog

Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.

Changelog

3.132.0 (2024-09-11)

Features

  • [cli/state] Show the full set of delete commands necessary to remove resources from the source stack, if writing to it fails #17205

  • [cli/state] Try to revert changes to destination stack if we are unable to save the source stack in state move #17208

  • [engine] Send resource names and types in provider requests from the engine, in addition to the combined URN #17177

  • [pkg] Add support for ESC Projects #17226

  • [sdk/dotnet] Update dotnet to 3.67.0 #17223

  • [sdkgen/go] Allow output-versioned invokes to resolve and maintain secrets #17132

Bug Fixes

  • [cli] Recover from zero-byte credentials.json files #17186

  • [cli] Using PULUMI_BACKEND_URL no longer updates credentials.json #17199

  • [engine] Fix parameterized providers not downloading correctly when found from state #17218

  • [cli/about] Fix language plugins always having unknown version in about #17216

  • [cli/display] Fix deletes not being show in refresh when using json output #16851

  • [cli/display] Hide unnecessary rows in non-interactive mode #17188

  • [sdkgen/python] Correctly case Python package names in package add link instructions #17178

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 weeks ago

Superseded by #258.