dependabot[bot] opened a new pull request, #1860: URL: https://github.com/apache/datafusion-ballista/pull/1860
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.47.2 to 1.48.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/releases">insta's releases</a>.</em></p> <blockquote> <h2>1.48.0</h2> <h2>Release Notes</h2> <ul> <li>Add <code>strip_ansi_escape_codes</code> setting which removes ANSI escape sequences (color codes, cursor movement, etc.) from snapshot content before comparison. Requires the <code>filters</code> feature. <a href="https://redirect.github.com/mitsuhiko/insta/issues/899">#899</a> (<a href="https://github.com/pierluigilenoci"><code>@pierluigilenoci</code></a>)</li> <li>Add opt-in support for YAML literal blocks for multiline strings in snapshot metadata fields such as <code>description</code> and <code>expression</code>. Set <code>INSTA_YAML_BLOCK_STYLE=1</code> to enable. <a href="https://redirect.github.com/mitsuhiko/insta/issues/851">#851</a> (<a href="https://github.com/ivov"><code>@ivov</code></a>)</li> <li>Setting <code>CI=true</code> normally makes <code>cargo insta test</code> behave as though <code>--check</code> was passed. Explicit snapshot handling options such as <code>--accept</code> now take precedence over this environment variable, allowing users to override this behavior if they want to. <a href="https://redirect.github.com/mitsuhiko/insta/issues/924">#924</a></li> <li>Fix <code>cargo insta test --profile</code> being forwarded to nextest as the nextest profile instead of the cargo build profile; it now translates to <code>--cargo-profile</code> for the nextest runner. Add <code>--nextest-profile</code> to select the nextest profile. <a href="https://redirect.github.com/mitsuhiko/insta/issues/910">#910</a></li> <li>Fix <code>cargo insta pending-snapshots</code> printing unusable <code>\\?\</code>-prefixed paths on Windows. The <code>--snapshot</code> filter now also accepts partial paths: any trailing path suffix of the snapshot file matches, so a bare <code>--snapshot my_test.snap</code> works. <a href="https://redirect.github.com/mitsuhiko/insta/issues/904">#904</a></li> <li>Accepting a binary snapshot no longer fails with <code>os error 2</code> when its data file is missing (e.g. gitignored and not committed). <a href="https://redirect.github.com/mitsuhiko/insta/issues/914">#914</a></li> </ul> <h2>Install cargo-insta 1.48.0</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-installer.ps1 | iex" </code></pre> <h2>Download cargo-insta 1.48.0</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-aarch64-apple-darwin.tar.xz">cargo-insta-aarch64-apple-darwin.tar.xz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-x86_64-apple-darwin.tar.xz">cargo-insta-x86_64-apple-darwin.tar.xz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-x86_64-pc-windows-msvc.zip">cargo-insta-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-x86_64-unknown-linux-gnu.tar.xz">cargo-insta-x86_64-unknown-linux-gnu.tar.xz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-x86_64-unknown-linux-musl.tar.xz">cargo-insta-x86_64-unknown-linux-musl.tar.xz</a></td> <td>x64 MUSL Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's changelog</a>.</em></p> <blockquote> <h2>1.48.0</h2> <ul> <li>Add <code>strip_ansi_escape_codes</code> setting which removes ANSI escape sequences (color codes, cursor movement, etc.) from snapshot content before comparison. Requires the <code>filters</code> feature. <a href="https://redirect.github.com/mitsuhiko/insta/issues/899">#899</a> (<a href="https://github.com/pierluigilenoci"><code>@pierluigilenoci</code></a>)</li> <li>Add opt-in support for YAML literal blocks for multiline strings in snapshot metadata fields such as <code>description</code> and <code>expression</code>. Set <code>INSTA_YAML_BLOCK_STYLE=1</code> to enable. <a href="https://redirect.github.com/mitsuhiko/insta/issues/851">#851</a> (<a href="https://github.com/ivov"><code>@ivov</code></a>)</li> <li>Setting <code>CI=true</code> normally makes <code>cargo insta test</code> behave as though <code>--check</code> was passed. Explicit snapshot handling options such as <code>--accept</code> now take precedence over this environment variable, allowing users to override this behavior if they want to. <a href="https://redirect.github.com/mitsuhiko/insta/issues/924">#924</a></li> <li>Fix <code>cargo insta test --profile</code> being forwarded to nextest as the nextest profile instead of the cargo build profile; it now translates to <code>--cargo-profile</code> for the nextest runner. Add <code>--nextest-profile</code> to select the nextest profile. <a href="https://redirect.github.com/mitsuhiko/insta/issues/910">#910</a></li> <li>Fix <code>cargo insta pending-snapshots</code> printing unusable <code>\\?\</code>-prefixed paths on Windows. The <code>--snapshot</code> filter now also accepts partial paths: any trailing path suffix of the snapshot file matches, so a bare <code>--snapshot my_test.snap</code> works. <a href="https://redirect.github.com/mitsuhiko/insta/issues/904">#904</a></li> <li>Accepting a binary snapshot no longer fails with <code>os error 2</code> when its data file is missing (e.g. gitignored and not committed). <a href="https://redirect.github.com/mitsuhiko/insta/issues/914">#914</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/insta/commit/7f23d2e4684a789a85c50503004fb38a23c9ea58"><code>7f23d2e</code></a> Release 1.48.0 (<a href="https://redirect.github.com/mitsuhiko/insta/issues/925">#925</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/ee9cae1eb49cfa80c3d335246b0cfbb6bd006027"><code>ee9cae1</code></a> Allow <code>CI=true</code> to be overridden by an explicitly passed <code>--accept</code> CLI flag ...</li> <li><a href="https://github.com/mitsuhiko/insta/commit/043cf8268e3be93ca684fbfbf3969ad03ad71046"><code>043cf82</code></a> fix: translate --profile to --cargo-profile for nextest (<a href="https://redirect.github.com/mitsuhiko/insta/issues/913">#913</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/9c77f137b160e2235a71770d370fc1b4e7b1f456"><code>9c77f13</code></a> test: cover deep-wildcard redaction through arrays (<a href="https://redirect.github.com/mitsuhiko/insta/issues/915">#915</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/362f432b2d33ca9cdc0fe298a62942b3e13082d2"><code>362f432</code></a> Fix <code>--snapshot</code> filter on Windows; allow partial paths (<a href="https://redirect.github.com/mitsuhiko/insta/issues/904">#904</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/a436836bb22bd1c857f374c8aea6064120680558"><code>a436836</code></a> fix: tolerate a missing binary snapshot data file (<a href="https://redirect.github.com/mitsuhiko/insta/issues/914">#914</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/bf5fcdf1646087b717039011ac9a27cff3b4fc02"><code>bf5fcdf</code></a> fix: regenerate Cargo.lock and guard it with --locked in CI (<a href="https://redirect.github.com/mitsuhiko/insta/issues/912">#912</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/a761a9c937406d8eeab45f23d98d5a2a12105aaf"><code>a761a9c</code></a> feat: Support YAML literal blocks for multiline strings (<a href="https://redirect.github.com/mitsuhiko/insta/issues/851">#851</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/f9633f3a1251a10b8a96243cb941c7834e91288d"><code>f9633f3</code></a> ci: pin <code>check-minver</code> to nightly-2026-04-25 (<a href="https://redirect.github.com/mitsuhiko/insta/issues/905">#905</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/c7b98b8d23846130ce769f86ec8c33b0f221d48e"><code>c7b98b8</code></a> feat: add strip_ansi_escape_codes setting (<a href="https://redirect.github.com/mitsuhiko/insta/issues/899">#899</a>)</li> <li>See full diff in <a href="https://github.com/mitsuhiko/insta/compare/1.47.2...1.48.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]
