Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(go): bump the minor-updates group across 1 directory with 6 upda…
…tes (#650) Bumps the minor-updates group with 4 updates in the / directory: [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea), [golang.org/x/term](https://github.com/golang/term), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and google.golang.org/protobuf. Updates `github.com/charmbracelet/bubbletea` from 1.1.1 to 1.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/charmbracelet/bubbletea/releases">github.com/charmbracelet/bubbletea's releases</a>.</em></p> <blockquote> <h2>v1.2.3</h2> <h1>Altscreen-not-altscreen</h1> <p>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 <a href="https://github.com/applejag"><code>@applejag</code></a> for reporting the issue and <a href="https://github.com/semihbkgr"><code>@semihbkgr</code></a> for the fix.</p> <h2>Changelog</h2> <ul> <li>f8f840c38a36140fe890a02c6b35589f15a85ff5: fix: cursor position adjustment after exiting alt screen (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1241">#1241</a>) (<a href="https://github.com/semihbkgr"><code>@semihbkgr</code></a>)</li> </ul> <hr /> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Thoughts? Questions? We love hearing from you. Feel free to reach out on <a href="https://twitter.com/charmcli">Twitter</a>, <a href="https://mastodon.technology/@charm">The Fediverse</a>, or on <a href="https://charm.sh/chat">Discord</a>.</p> <h2>v1.2.2</h2> <p>Hi! This release fixes some bugs found the fast new renderer introduced in <a href="https://github.com/charmbracelet/bubbletea/releases/tag/v1.2.0">v1.2.0</a>. Happy rendering!</p> <h2>Fixed</h2> <ul> <li>Incorrect line skipping in renderer flush by <a href="https://github.com/semihbkgr"><code>@semihbkgr</code></a> in <a href="https://redirect.github.com/charmbracelet/bubbletea/pull/1233">charmbracelet/bubbletea#1233</a></li> <li>Erase the rest of the line when it's shorter than the width by <a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a> in <a href="https://redirect.github.com/charmbracelet/bubbletea/pull/1227">charmbracelet/bubbletea#1227</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/semihbkgr"><code>@semihbkgr</code></a> made their first contribution in <a href="https://redirect.github.com/charmbracelet/bubbletea/pull/1233">charmbracelet/bubbletea#1233</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/charmbracelet/bubbletea/compare/v1.2.0...v1.2.2">https://github.com/charmbracelet/bubbletea/compare/v1.2.0...v1.2.2</a></p> <hr /> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Thoughts? Questions? We love hearing from you. Feel free to reach out on <a href="https://twitter.com/charmcli">Twitter</a>, <a href="https://mastodon.technology/@charm">The Fediverse</a>, or on <a href="https://charm.sh/chat">Discord</a>.</p> <h2>v1.2.0</h2> <h1>It’s performance boost time</h1> <p>Sometimes you have to take matters into your own hands. That’s exactly what <a href="https://github.com/LeperGnome"><code>@LeperGnome</code></a> did when he wanted faster rendering. This release features adjustments to the rendering algorithm for faster repaints. We encourage you to upgrade and give it a go!</p> <blockquote> <p>[!NOTE] Renderer changes are no laughing matter. We’ve tested the new renderer extensively, however if you notice any bugs let us know. Rendering accuracy is among our top priorities.</p> </blockquote> <h2>Changelog</h2> <ul> <li>rendering speed improvements by <a href="https://github.com/LeperGnome"><code>@LeperGnome</code></a> in <a href="https://redirect.github.com/charmbracelet/bubbletea/pull/1132">charmbracelet/bubbletea#1132</a></li> </ul> <h2>New Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/charmbracelet/bubbletea/commit/f8f840c38a36140fe890a02c6b35589f15a85ff5"><code>f8f840c</code></a> fix: cursor position adjustment after exiting alt screen (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1241">#1241</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/76b0f818b3174a3e9b77f93c19820d07855f13f4"><code>76b0f81</code></a> ci: fix goreleaser config (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1238">#1238</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/97fc4fada84eba82ccfce0ffcc1b9d6216fca05c"><code>97fc4fa</code></a> fix: incorrect line skipping in renderer flush (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1233">#1233</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/1feb60b44b74d9a3a7dc54b90ffbecc8ffd6b40d"><code>1feb60b</code></a> chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1230">#1230</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/80508cff7528c85774e91867730ad13d12b57a3b"><code>80508cf</code></a> chore(deps): bump github.com/charmbracelet/x/term from 0.2.0 to 0.2.1 (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1229">#1229</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/790415e796bb02cc2425f6a66976889c0e6bf043"><code>790415e</code></a> chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1228">#1228</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/5b65f9afee63a23935373397c858891ddf0e868d"><code>5b65f9a</code></a> chore: go mod tidy</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/e16a768eabe59bb0e4d4fe7a40439e27346dcf66"><code>e16a768</code></a> fix: screen_test.go: fix test cases for ClearScreen and EnterAltScreen</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/c78a084f81ea3011662876d8ae65752875f25aa3"><code>c78a084</code></a> fix: renderer: use HomeCursorPosition instead of CursorOrigin</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/50249d492da0c103dfc37d2e47e1be49217479b1"><code>50249d4</code></a> fix: screen_test.go: fix test cases for cursor movement</li> <li>Additional commits viewable in <a href="https://github.com/charmbracelet/bubbletea/compare/v1.1.1...v1.2.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/charmbracelet/lipgloss` from 0.13.0 to 1.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/charmbracelet/lipgloss/releases">github.com/charmbracelet/lipgloss's releases</a>.</em></p> <blockquote> <h2>v1.0.0</h2> <h1>At last: v1.0.0</h1> <!-- raw HTML omitted --> <p>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.</p> <p>Stay tuned for a v2 alpha!</p> <h2>v0.13.1</h2> <h1>Table improvements, on stream</h1> <p><a href="https://github.com/bashbunni"><code>@bashbunni</code></a> went to town in this release and fixed a bunch of bugs, mostly around table. Best of all, she did most of it <a href="https://www.twitch.tv/bashbunni">on stream</a>.</p> <h2>Changelog</h2> <h3>Table</h3> <ul> <li>fix(table): use table height by <a href="https://github.com/Broderick-Westrope"><code>@Broderick-Westrope</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/358">charmbracelet/lipgloss#358</a></li> <li>fix(table): unset data rows without causing nil pointer err by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/372">charmbracelet/lipgloss#372</a></li> <li>fix(table): shared indices for first row of data and headers (StyleFunc bug) by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/377">charmbracelet/lipgloss#377</a></li> <li>fix(table): do not shrink table with offset by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/373">charmbracelet/lipgloss#373</a></li> <li>fix(table): include margins for cell width by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/401">charmbracelet/lipgloss#401</a></li> </ul> <h3>Other Stuff</h3> <ul> <li>fix(render): strip carriage returns from strings by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/386">charmbracelet/lipgloss#386</a></li> </ul> <h2>Bonus</h2> <ul> <li>docs(example): rainbow string by <a href="https://github.com/caarlos0"><code>@caarlos0</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/96">charmbracelet/lipgloss#96</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Broderick-Westrope"><code>@Broderick-Westrope</code></a> made their first contribution in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/358">charmbracelet/lipgloss#358</a></li> <li><a href="https://github.com/swrenn"><code>@swrenn</code></a> made their first contribution in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/364">charmbracelet/lipgloss#364</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/charmbracelet/lipgloss/compare/v0.13.0...v0.13.1">https://github.com/charmbracelet/lipgloss/compare/v0.13.0...v0.13.1</a></p> <hr /> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Thoughts? Questions? We love hearing from you. Feel free to reach out on <a href="https://twitter.com/charmcli">Twitter</a>, <a href="https://mastodon.technology/@charm">The Fediverse</a>, or on <a href="https://charm.sh/chat">Discord</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/charmbracelet/lipgloss/commit/761d265f761271293f20f9bf62884b15f2d7c0cc"><code>761d265</code></a> feat(deps): bump github.com/charmbracelet/x/ansi from 0.4.0 to 0.4.2</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/342e7b051b45419b6f052c1d4b83e904e14414ff"><code>342e7b0</code></a> chore(ci): sync golangci-lint config</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/da324b123d09dc2d194c6911d440371ed463e4c8"><code>da324b1</code></a> feat(deps): bump github.com/charmbracelet/x/ansi from 0.3.2 to 0.4.0</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/78fd6fd42f6e6b028bac3dcc8dcd9652fc15afa0"><code>78fd6fd</code></a> chore(ci): sync golangci-lint config</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/407dc3d2cf84b9abeae83e7a12277a84ab01eab4"><code>407dc3d</code></a> feat(ci): add lint-sync workflow</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/284c0c5c55441a0d11bd07c5496593e676f4dfd0"><code>284c0c5</code></a> docs(list): fix list examples in godoc (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/404">#404</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/d8581323b63a3bb43c6d5247a00353d7cbd1d236"><code>d858132</code></a> fix(table): include margins in cell width (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/401">#401</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/80b4221fc123fbe3374dee85216be698cf7c8556"><code>80b4221</code></a> chore(lint): update linter (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/405">#405</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/fa2f4b06ca711f1be00f83bc9a64d49e6bbb9ee7"><code>fa2f4b0</code></a> docs(readme): update example screenshot with blend</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/68ca8486fcd181ba9d7df258c5ef0979b53090b9"><code>68ca848</code></a> docs: update contributing guidelines (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/396">#396</a>)</li> <li>Additional commits viewable in <a href="https://github.com/charmbracelet/lipgloss/compare/v0.13.0...v1.0.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/sys` from 0.25.0 to 0.27.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sys/commit/e0753d46944376af67385bb4c7c419d13967bcd9"><code>e0753d4</code></a> Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall...</li> <li><a href="https://github.com/golang/sys/commit/c29efe38de3592b9ec11d314613d7a63126cddbf"><code>c29efe3</code></a> windows: add iphlpapi functions for change notifications</li> <li><a href="https://github.com/golang/sys/commit/8f2aa9fb488f140f155cdc02b438533a5c75eeed"><code>8f2aa9f</code></a> cpu: conditionally re-enable AVX512 support on darwin/amd64</li> <li><a href="https://github.com/golang/sys/commit/054f1fcdf746e45edc4baf1840e5c5750b7a864a"><code>054f1fc</code></a> README: don't recommend go get</li> <li><a href="https://github.com/golang/sys/commit/ca0404159d3968c81cc85385a3ef8ee058ecb850"><code>ca04041</code></a> unix: extend z/OS support</li> <li><a href="https://github.com/golang/sys/commit/18e038c8ee1d315bcf6e5365414c1b1ddcc06c1c"><code>18e038c</code></a> unix: move NETLINK_* consts to own section</li> <li><a href="https://github.com/golang/sys/commit/d045236a8d4b76a8a8d1fee1c3db5e78a2871381"><code>d045236</code></a> windows: implement Ftruncate using a single syscall on Windows</li> <li><a href="https://github.com/golang/sys/commit/cff53d5a33f46e1cf36b1e28015328cf33c88375"><code>cff53d5</code></a> unix: gofmt after CL 610296</li> <li><a href="https://github.com/golang/sys/commit/123459f09655dd6e41895fbb34b94dce6030ef8b"><code>123459f</code></a> unix: update z/OS implementation of fcntl and mmap</li> <li><a href="https://github.com/golang/sys/commit/df4a4da00ce033d67dddcb2ddf804f1ba85e5ccc"><code>df4a4da</code></a> unix/linux: adjust Dockerfile ENV key value format</li> <li>Additional commits viewable in <a href="https://github.com/golang/sys/compare/v0.25.0...v0.27.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.24.0 to 0.26.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/b725e362a8129d135cfc48159c4c4117f2cdc3b6"><code>b725e36</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/54df7da90da86330bfdf9c8d1b1f0711d906e64f"><code>54df7da</code></a> README: don't recommend go get</li> <li><a href="https://github.com/golang/term/commit/9d5441ab55ca2ec4afd8611a45a4bb5c5a957d32"><code>9d5441a</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.24.0...v0.26.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/grpc` from 1.67.0 to 1.68.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.68.0</h2> <h1>Known Issues</h1> <ul> <li>The recently added <code>grpc.NewClient</code> function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. This bug has been present since the introduction of <code>NewClient</code>. A fix is expected to be a part of grpc-go v1.69. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7556">#7556</a>)</li> </ul> <hr /> <h1>Behavior Changes</h1> <ul> <li>stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (<a href="https://redirect.github.com/grpc/grpc-go/issues/7740">#7740</a>)</li> <li>orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7663">#7663</a>)</li> <li>client: <code>ClientConn.Close()</code> now closes transports simultaneously and waits for transports to be closed before returning. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7666">#7666</a>)</li> <li>credentials: TLS credentials created via <code>NewTLS</code> that use <code>tls.Config.GetConfigForClient</code> will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the <code>GetConfigForClient</code> option. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7709">#7709</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7662">#7662</a>)</li> <li>mem: reuse buffers more accurately by using slice capacity instead of length (<a href="https://redirect.github.com/grpc/grpc-go/issues/7702">#7702</a>) <ul> <li>Special Thanks: <a href="https://github.com/PapaCharlie"><code>@PapaCharlie</code></a></li> </ul> </li> <li>status: Fix regression caused by <a href="https://redirect.github.com/grpc/grpc-go/issues/6919">#6919</a> in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7724">#7724</a>)</li> </ul> <h1>Dependencies</h1> <ul> <li>Bump minimum supported Go version to <code>go1.22.7</code>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7624">#7624</a>)</li> </ul> <h2>Release 1.67.1</h2> <h1>Bug Fixes</h1> <ul> <li>transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7667">#7667</a>)</li> <li>xds/server: Fix xDS Server memory leak. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7681">#7681</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/acba4d3e9d537eb5adc09947ebc7cfb85ec774cc"><code>acba4d3</code></a> Change version to 1.68.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/7743">#7743</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/5363dca57d52c3ed9c5636f60c230633f9b11ec3"><code>5363dca</code></a> credentials: Apply defaults to TLS configs provided through GetConfigForClien...</li> <li><a href="https://github.com/grpc/grpc-go/commit/056dc64310d66e9e8bf5de62f645f62dc681d917"><code>056dc64</code></a> status: Fix status incompatibility introduced by <a href="https://redirect.github.com/grpc/grpc-go/issues/6919">#6919</a> and move non-regenerat...</li> <li><a href="https://github.com/grpc/grpc-go/commit/b79fb619d0ee760167bfabc373c415441183de80"><code>b79fb61</code></a> mem: use slice capacity instead of length, to determine whether to pool buffe...</li> <li><a href="https://github.com/grpc/grpc-go/commit/54841eff8c107067337510cda5b304df1f1bf1bc"><code>54841ef</code></a> stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environme...</li> <li><a href="https://github.com/grpc/grpc-go/commit/ad81c20503be8c36d929741078e1a53a292e4048"><code>ad81c20</code></a> pickfirstleaf: minor simplification to reconcileSubConnsLocked method (<a href="https://redirect.github.com/grpc/grpc-go/issues/7731">#7731</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b850ea533f746ce3aa7bcc56b041f27e7204de8c"><code>b850ea5</code></a> transport : wait for goroutines to exit before transport closes (<a href="https://redirect.github.com/grpc/grpc-go/issues/7666">#7666</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/00b9e140ce71480ee7ecc6b85317021e0fe11fbb"><code>00b9e14</code></a> pickfirst: New pick first policy for dualstack (<a href="https://redirect.github.com/grpc/grpc-go/issues/7498">#7498</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/18a4eacc06189a8384ffb76b5add28c60ad9f169"><code>18a4eac</code></a> testutils: add couple of log statements to the restartable listener type (<a href="https://redirect.github.com/grpc/grpc-go/issues/7716">#7716</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/fdc2ec2c84c8d21fb23ba82d2aeb95cdef8091e8"><code>fdc2ec2</code></a> xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (<a href="https://redirect.github.com/grpc/grpc-go/issues/7720">#7720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.67.0...v1.68.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.2 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>` 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 <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
- Loading branch information