Commit 08285ce
authored
build(deps): Bump insta from 1.43.2 to 1.44.0 (#766)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.2 to 1.44.0.
<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.44.0</h2>
<ul>
<li>Added non-interactive snapshot review and reject modes for use in
non-TTY environments
(LLMs, CI pipelines, scripts). <code>cargo insta review --snapshot
<path></code> and
<code>cargo insta reject --snapshot <path></code> now work without
a terminal. Enhanced
<code>pending-snapshots</code> output with usage instructions and
workspace-relative paths. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/815">#815</a></li>
<li>Add <code>--disable-nextest-doctest</code> flag to <code>cargo insta
test</code> to disable running doctests with
nextest. Shows a deprecation warning when nextest is used with doctests
without this flag, to prepare <code>cargo insta</code> to no longer run
a separate doctest process when using nextest in the future. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/803">#803</a></li>
<li>Add ergonomic <code>--test-runner-fallback</code> /
<code>--no-test-runner-fallback</code> flags to <code>cargo insta
test</code>. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/811">#811</a></li>
<li>Apply redactions to snapshot metadata. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/813">#813</a></li>
<li>Remove confusing 'previously unseen snapshot' message. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/812">#812</a></li>
<li>Speed up JSON float rendering. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/806">#806</a>
(<a href="https://github.com/nyurik"><code>@nyurik</code></a>)</li>
<li>Allow globset version up to 0.4.16. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/810">#810</a>
(<a href="https://github.com/g0hl1n"><code>@g0hl1n</code></a>)</li>
<li>Improve documentation. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/814">#814</a>
(<a href="https://github.com/tshepang"><code>@tshepang</code></a>)</li>
<li>We no longer trim starting newlines during assertions, which allows
asserting
the number of leading newlines match. Existing assertions with different
leading newlines will pass and print a warning suggesting running with
<code>--force-update-snapshots</code>. They may fail in the future.
(Note that we still
currently allow differing <em>trailing</em> newlines, though may adjust
this in the
future). <a
href="https://redirect.github.com/mitsuhiko/insta/issues/563">#563</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/insta/commit/5da894d55ea3003b341bdf3efdf5d27cd046150b"><code>5da894d</code></a>
Prepare release 1.44.0 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/820">#820</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/d8deb2fc0f20d9100b6e764a627e1b827323fd8e"><code>d8deb2f</code></a>
Add LLM-friendly non-interactive snapshot management (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/815">#815</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/783ebc2b84fdc01c59b1127eeffef40bf0865884"><code>783ebc2</code></a>
feat(vscode-ext): support source opening (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/817">#817</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/dd34e41e72991e22a784a67bd61afcdb7aee9aa7"><code>dd34e41</code></a>
chore: update <code>ron</code> to 0.12 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/819">#819</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/af48633167e052da8a609f2f8274c50734ad8580"><code>af48633</code></a>
Support <code>-r</code> shorthand for <code>--release</code>, for
compatibility with <code>cargo test</code> (...</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/7de4930adad8e9b0485d0e9e67b907e06dc82b30"><code>7de4930</code></a>
Apply redactions to snapshot metadata (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/813">#813</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/90f6ad8df5af489dae3f00694e25fa325f433a5f"><code>90f6ad8</code></a>
Fix backward compatibility for --test-runner-fallback true syntax (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/816">#816</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/00f68162dee7641e4e56090e75f0a7f8caac2825"><code>00f6816</code></a>
improve some of the docs (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/814">#814</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/3ca8b0e84f909f152d66005089407e2fa149298c"><code>3ca8b0e</code></a>
Remove confusing 'previously unseen snapshot' message (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/812">#812</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/dcc2e0476d9f508d576d68253870b753d7831e88"><code>dcc2e04</code></a>
Add ergonomic --test-runner-fallback/--no-test-runner-fallback flags (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/811">#811</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mitsuhiko/insta/compare/1.43.2...1.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 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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5e08266 commit 08285ce
2 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
0 commit comments