dependabot[bot] opened a new pull request, #16327: URL: https://github.com/apache/lucene/pull/16327
Bumps [ast-grep-cli](https://github.com/ast-grep/ast-grep) from 0.42.3 to 0.44.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ast-grep/ast-grep/releases">ast-grep-cli's releases</a>.</em></p> <blockquote> <h2>0.44.0</h2> <ul> <li>chore: move outline docs and benchmarks out of repo <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2763"><code>[#2763](https://github.com/ast-grep/ast-grep/issues/2763)</code></a></li> <li>chore(deps): update dependency smol-toml to v1.7.0 <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2762"><code>[#2762](https://github.com/ast-grep/ast-grep/issues/2762)</code></a></li> <li>Add JavaScript outline rules and stream JSON files <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2761"><code>[#2761](https://github.com/ast-grep/ast-grep/issues/2761)</code></a></li> <li>fix: reject root multi-metavariable patterns <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2727"><code>[#2727](https://github.com/ast-grep/ast-grep/issues/2727)</code></a></li> <li>fix: don't leak metavar bindings across siblings in nthChild ofRule <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2677"><code>[#2677](https://github.com/ast-grep/ast-grep/issues/2677)</code></a></li> <li>fix: extract python from-import modules in outline <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2758"><code>[#2758](https://github.com/ast-grep/ast-grep/issues/2758)</code></a></li> <li>fix: match go outline types by declaration <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2759"><code>[#2759](https://github.com/ast-grep/ast-grep/issues/2759)</code></a></li> <li>fix: skip empty files in outline <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2757"><code>[#2757](https://github.com/ast-grep/ast-grep/issues/2757)</code></a></li> <li>feat: mark duplicate outline names <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2756"><code>[#2756](https://github.com/ast-grep/ast-grep/issues/2756)</code></a></li> <li>refactor: inline outline member kind lookup <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2755"><code>[#2755](https://github.com/ast-grep/ast-grep/issues/2755)</code></a></li> <li>refactor: make outline extract return iterator <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2754"><code>[#2754](https://github.com/ast-grep/ast-grep/issues/2754)</code></a></li> <li>refactor: stream outline extraction items <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2753"><code>[#2753](https://github.com/ast-grep/ast-grep/issues/2753)</code></a></li> <li>perf: use single traversal for outline extraction <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2751"><code>[#2751](https://github.com/ast-grep/ast-grep/issues/2751)</code></a></li> <li>perf: cache transform replace regexes <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2750"><code>[#2750](https://github.com/ast-grep/ast-grep/issues/2750)</code></a></li> <li>fix: don't leak metavar bindings from a negated <code>not</code> rule <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2676"><code>[#2676](https://github.com/ast-grep/ast-grep/issues/2676)</code></a></li> <li>refactor: fold outline extract options into extractors <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2749"><code>[#2749](https://github.com/ast-grep/ast-grep/issues/2749)</code></a></li> <li>refactor: split outline extract options and style <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2748"><code>[#2748](https://github.com/ast-grep/ast-grep/issues/2748)</code></a></li> <li>refactor: map outline cli to core options <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2747"><code>[#2747](https://github.com/ast-grep/ast-grep/issues/2747)</code></a></li> <li>feat: apply outline extractor options <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2746"><code>[#2746](https://github.com/ast-grep/ast-grep/issues/2746)</code></a></li> <li>feat: add outline extractor options <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2745"><code>[#2745](https://github.com/ast-grep/ast-grep/issues/2745)</code></a></li> <li>fix: simplify some code <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2744"><code>[#2744](https://github.com/ast-grep/ast-grep/issues/2744)</code></a></li> <li>fix: trailing ast-grep-ignore on a multi-line statement suppresses it <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2678"><code>[#2678](https://github.com/ast-grep/ast-grep/issues/2678)</code></a></li> <li>chore(deps): update actions/checkout action to v7 <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2731"><code>[#2731](https://github.com/ast-grep/ast-grep/issues/2731)</code></a></li> <li>fix: cover async rust outline rules <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2743"><code>[#2743](https://github.com/ast-grep/ast-grep/issues/2743)</code></a></li> <li>feat: add bundled outline rules for more languages <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2739"><code>[#2739](https://github.com/ast-grep/ast-grep/issues/2739)</code></a></li> <li>feat: add outline CLI command <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2738"><code>[#2738](https://github.com/ast-grep/ast-grep/issues/2738)</code></a></li> <li>perf: use cursor-backed outline traversal <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2737"><code>[#2737](https://github.com/ast-grep/ast-grep/issues/2737)</code></a></li> <li>feat: run outline extractors <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2729"><code>[#2729](https://github.com/ast-grep/ast-grep/issues/2729)</code></a></li> <li>chore(deps): update oxlint monorepo to v1.70.0 <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2726"><code>[#2726](https://github.com/ast-grep/ast-grep/issues/2726)</code></a></li> <li>refactor: split fixer variable validation <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2724"><code>[#2724](https://github.com/ast-grep/ast-grep/issues/2724)</code></a></li> <li>refactor: validate rule core directly <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2723"><code>[#2723](https://github.com/ast-grep/ast-grep/issues/2723)</code></a></li> <li>test: move matcher tests to rule core <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2722"><code>[#2722](https://github.com/ast-grep/ast-grep/issues/2722)</code></a></li> <li>refactor: wrap rewriter config errors <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2721"><code>[#2721](https://github.com/ast-grep/ast-grep/issues/2721)</code></a></li> <li>test: validate global rule fix vars via rule config <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2719"><code>[#2719](https://github.com/ast-grep/ast-grep/issues/2719)</code></a></li> <li>fix: check undefined meta var in fix <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2718"><code>[#2718](https://github.com/ast-grep/ast-grep/issues/2718)</code></a></li> <li><strong>Breaking change:</strong> fix: remove fix from SerializableCore <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2717"><code>[#2717](https://github.com/ast-grep/ast-grep/issues/2717)</code></a></li> <li>fix: preserve unused suppression fixer <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2716"><code>[#2716](https://github.com/ast-grep/ast-grep/issues/2716)</code></a></li> <li><strong>Breaking change:</strong> refactor: move optional fixer to RuleConfig <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2715"><code>[#2715](https://github.com/ast-grep/ast-grep/issues/2715)</code></a></li> <li>fix: add fixer var check <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2714"><code>[#2714](https://github.com/ast-grep/ast-grep/issues/2714)</code></a></li> <li>Refactor rule config <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2713"><code>[#2713](https://github.com/ast-grep/ast-grep/issues/2713)</code></a></li> <li><strong>Breaking change:</strong> refactor: mvoe rewriters into SerializableRuleCore <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2711"><code>[#2711](https://github.com/ast-grep/ast-grep/issues/2711)</code></a></li> <li>refactor: move rewriter out <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2712"><code>[#2712](https://github.com/ast-grep/ast-grep/issues/2712)</code></a></li> <li>feat: add outline rule schema <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2710"><code>[#2710](https://github.com/ast-grep/ast-grep/issues/2710)</code></a></li> <li>docs: remove outline target alias fields <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2709"><code>[#2709](https://github.com/ast-grep/ast-grep/issues/2709)</code></a></li> <li>chore(deps): update rust crate smallvec to v1.15.2 <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2701"><code>[#2701](https://github.com/ast-grep/ast-grep/issues/2701)</code></a></li> <li>fix(deps): update rust-wasm-bindgen monorepo <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2704"><code>[#2704](https://github.com/ast-grep/ast-grep/issues/2704)</code></a></li> <li>fix: remove unused trait/methods <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2708"><code>[#2708](https://github.com/ast-grep/ast-grep/issues/2708)</code></a></li> <li>feat: add outline entry model <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2703"><code>[#2703](https://github.com/ast-grep/ast-grep/issues/2703)</code></a></li> <li>refactor: remove legacy outline placeholders <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2702"><code>[#2702](https://github.com/ast-grep/ast-grep/issues/2702)</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md">ast-grep-cli's changelog</a>.</em></p> <blockquote> <h4><a href="https://github.com/ast-grep/ast-grep/compare/0.43.0...0.44.0">0.44.0</a></h4> <ul> <li>chore: move outline docs and benchmarks out of repo <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2763"><code>[#2763](https://github.com/ast-grep/ast-grep/issues/2763)</code></a></li> <li>chore(deps): update dependency smol-toml to v1.7.0 <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2762"><code>[#2762](https://github.com/ast-grep/ast-grep/issues/2762)</code></a></li> <li>Add JavaScript outline rules and stream JSON files <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2761"><code>[#2761](https://github.com/ast-grep/ast-grep/issues/2761)</code></a></li> <li>fix: reject root multi-metavariable patterns <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2727"><code>[#2727](https://github.com/ast-grep/ast-grep/issues/2727)</code></a></li> <li>fix: don't leak metavar bindings across siblings in nthChild ofRule <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2677"><code>[#2677](https://github.com/ast-grep/ast-grep/issues/2677)</code></a></li> <li>fix: extract python from-import modules in outline <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2758"><code>[#2758](https://github.com/ast-grep/ast-grep/issues/2758)</code></a></li> <li>fix: match go outline types by declaration <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2759"><code>[#2759](https://github.com/ast-grep/ast-grep/issues/2759)</code></a></li> <li>fix: skip empty files in outline <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2757"><code>[#2757](https://github.com/ast-grep/ast-grep/issues/2757)</code></a></li> <li>feat: mark duplicate outline names <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2756"><code>[#2756](https://github.com/ast-grep/ast-grep/issues/2756)</code></a></li> <li>refactor: inline outline member kind lookup <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2755"><code>[#2755](https://github.com/ast-grep/ast-grep/issues/2755)</code></a></li> <li>refactor: make outline extract return iterator <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2754"><code>[#2754](https://github.com/ast-grep/ast-grep/issues/2754)</code></a></li> <li>refactor: stream outline extraction items <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2753"><code>[#2753](https://github.com/ast-grep/ast-grep/issues/2753)</code></a></li> <li>perf: use single traversal for outline extraction <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2751"><code>[#2751](https://github.com/ast-grep/ast-grep/issues/2751)</code></a></li> <li>perf: cache transform replace regexes <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2750"><code>[#2750](https://github.com/ast-grep/ast-grep/issues/2750)</code></a></li> <li>fix: don't leak metavar bindings from a negated <code>not</code> rule <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2676"><code>[#2676](https://github.com/ast-grep/ast-grep/issues/2676)</code></a></li> <li>refactor: fold outline extract options into extractors <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2749"><code>[#2749](https://github.com/ast-grep/ast-grep/issues/2749)</code></a></li> <li>refactor: split outline extract options and style <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2748"><code>[#2748](https://github.com/ast-grep/ast-grep/issues/2748)</code></a></li> <li>refactor: map outline cli to core options <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2747"><code>[#2747](https://github.com/ast-grep/ast-grep/issues/2747)</code></a></li> <li>feat: apply outline extractor options <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2746"><code>[#2746](https://github.com/ast-grep/ast-grep/issues/2746)</code></a></li> <li>feat: add outline extractor options <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2745"><code>[#2745](https://github.com/ast-grep/ast-grep/issues/2745)</code></a></li> <li>fix: simplify some code <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2744"><code>[#2744](https://github.com/ast-grep/ast-grep/issues/2744)</code></a></li> <li>fix: trailing ast-grep-ignore on a multi-line statement suppresses it <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2678"><code>[#2678](https://github.com/ast-grep/ast-grep/issues/2678)</code></a></li> <li>chore(deps): update actions/checkout action to v7 <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2731"><code>[#2731](https://github.com/ast-grep/ast-grep/issues/2731)</code></a></li> <li>fix: cover async rust outline rules <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2743"><code>[#2743](https://github.com/ast-grep/ast-grep/issues/2743)</code></a></li> <li>feat: add bundled outline rules for more languages <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2739"><code>[#2739](https://github.com/ast-grep/ast-grep/issues/2739)</code></a></li> <li>feat: add outline CLI command <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2738"><code>[#2738](https://github.com/ast-grep/ast-grep/issues/2738)</code></a></li> <li>perf: use cursor-backed outline traversal <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2737"><code>[#2737](https://github.com/ast-grep/ast-grep/issues/2737)</code></a></li> <li>feat: run outline extractors <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2729"><code>[#2729](https://github.com/ast-grep/ast-grep/issues/2729)</code></a></li> <li>chore(deps): update oxlint monorepo to v1.70.0 <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2726"><code>[#2726](https://github.com/ast-grep/ast-grep/issues/2726)</code></a></li> <li>refactor: split fixer variable validation <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2724"><code>[#2724](https://github.com/ast-grep/ast-grep/issues/2724)</code></a></li> <li>refactor: validate rule core directly <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2723"><code>[#2723](https://github.com/ast-grep/ast-grep/issues/2723)</code></a></li> <li>test: move matcher tests to rule core <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2722"><code>[#2722](https://github.com/ast-grep/ast-grep/issues/2722)</code></a></li> <li>refactor: wrap rewriter config errors <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2721"><code>[#2721](https://github.com/ast-grep/ast-grep/issues/2721)</code></a></li> <li>test: validate global rule fix vars via rule config <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2719"><code>[#2719](https://github.com/ast-grep/ast-grep/issues/2719)</code></a></li> <li>fix: check undefined meta var in fix <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2718"><code>[#2718](https://github.com/ast-grep/ast-grep/issues/2718)</code></a></li> <li><strong>Breaking change:</strong> fix: remove fix from SerializableCore <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2717"><code>[#2717](https://github.com/ast-grep/ast-grep/issues/2717)</code></a></li> <li>fix: preserve unused suppression fixer <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2716"><code>[#2716](https://github.com/ast-grep/ast-grep/issues/2716)</code></a></li> <li><strong>Breaking change:</strong> refactor: move optional fixer to RuleConfig <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2715"><code>[#2715](https://github.com/ast-grep/ast-grep/issues/2715)</code></a></li> <li>fix: add fixer var check <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2714"><code>[#2714](https://github.com/ast-grep/ast-grep/issues/2714)</code></a></li> <li>Refactor rule config <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2713"><code>[#2713](https://github.com/ast-grep/ast-grep/issues/2713)</code></a></li> <li><strong>Breaking change:</strong> refactor: mvoe rewriters into SerializableRuleCore <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2711"><code>[#2711](https://github.com/ast-grep/ast-grep/issues/2711)</code></a></li> <li>refactor: move rewriter out <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2712"><code>[#2712](https://github.com/ast-grep/ast-grep/issues/2712)</code></a></li> <li>feat: add outline rule schema <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2710"><code>[#2710](https://github.com/ast-grep/ast-grep/issues/2710)</code></a></li> <li>docs: remove outline target alias fields <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2709"><code>[#2709](https://github.com/ast-grep/ast-grep/issues/2709)</code></a></li> <li>chore(deps): update rust crate smallvec to v1.15.2 <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2701"><code>[#2701](https://github.com/ast-grep/ast-grep/issues/2701)</code></a></li> <li>fix(deps): update rust-wasm-bindgen monorepo <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2704"><code>[#2704](https://github.com/ast-grep/ast-grep/issues/2704)</code></a></li> <li>fix: remove unused trait/methods <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2708"><code>[#2708](https://github.com/ast-grep/ast-grep/issues/2708)</code></a></li> <li>feat: add outline entry model <a href="https://redirect.github.com/ast-grep/ast-grep/pull/2703"><code>[#2703](https://github.com/ast-grep/ast-grep/issues/2703)</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ast-grep/ast-grep/commit/e34ce6685aee146a794c5a345f1e696960baea0c"><code>e34ce66</code></a> 0.44.0</li> <li><a href="https://github.com/ast-grep/ast-grep/commit/e27fc743f69af16c136181397b7f150da847e10c"><code>e27fc74</code></a> chore: move outline docs and benchmarks out of repo (<a href="https://redirect.github.com/ast-grep/ast-grep/issues/2763">#2763</a>)</li> <li><a href="https://github.com/ast-grep/ast-grep/commit/8a0be7ea38f8c949cd6d151ef0cc1cade396642b"><code>8a0be7e</code></a> chore(deps): update dependency smol-toml to v1.7.0 (<a href="https://redirect.github.com/ast-grep/ast-grep/issues/2762">#2762</a>)</li> <li><a href="https://github.com/ast-grep/ast-grep/commit/621335178dca2c69756bdf69eebf014c4e72fc31"><code>6213351</code></a> Add JavaScript outline rules and stream JSON files (<a href="https://redirect.github.com/ast-grep/ast-grep/issues/2761">#2761</a>)</li> <li><a href="https://github.com/ast-grep/ast-grep/commit/01f05a1a66b20dee2060149d9e90bbeb36a4c3d9"><code>01f05a1</code></a> fix: update edge case fallback behavior</li> <li><a href="https://github.com/ast-grep/ast-grep/commit/b8f220cf5be1c75072f2494677ea6ffee76396c5"><code>b8f220c</code></a> fix: improve root multi meta var error</li> <li><a href="https://github.com/ast-grep/ast-grep/commit/a8b70615b20740e689ef0e38c72b558a9c041f28"><code>a8b7061</code></a> fix: reject root multi-metavariable patterns (<a href="https://redirect.github.com/ast-grep/ast-grep/issues/2727">#2727</a>)</li> <li><a href="https://github.com/ast-grep/ast-grep/commit/58efe194f1e5e632d47b3d178c93fa244762ff13"><code>58efe19</code></a> fix: don't leak metavar bindings across siblings in nthChild ofRule (<a href="https://redirect.github.com/ast-grep/ast-grep/issues/2677">#2677</a>)</li> <li><a href="https://github.com/ast-grep/ast-grep/commit/d5ee2c254f47f0d533f3669ee849d6d795289f6c"><code>d5ee2c2</code></a> fix: extract python from-import modules in outline (<a href="https://redirect.github.com/ast-grep/ast-grep/issues/2758">#2758</a>)</li> <li><a href="https://github.com/ast-grep/ast-grep/commit/af979e61e35360307fe1a7107865d7fa808a706b"><code>af979e6</code></a> fix: match go outline types by declaration (<a href="https://redirect.github.com/ast-grep/ast-grep/issues/2759">#2759</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ast-grep/ast-grep/compare/0.42.3...0.44.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
