Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Bump insta from 1.9.0 to 1.17.1 #531

Closed
wants to merge 6 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps insta from 1.9.0 to 1.17.1.

Changelog

Sourced from insta's changelog.

Changelog

All notable changes to insta and cargo-insta are documented here.

0.17.1

  • Added support for nextest. (#242)
  • Resolved an issue where inline snapshot tests in doctests refused to work. (#252)

0.17.0

  • Fixed an issue in cargo-insta where sometimes accepting inline snapshots would crash with an out of bounds panic.
  • Added new filters feature. (#245)
  • Disallow unnamed snapshots in doctests. (#246)
  • with_settings! macro now inherits the former settings rather than resetting. (#249)
  • Added support for Settings::bind_to_scope and deprecated Settings::bind_to_thread. (#250)
  • Added support for minimal-versions builds.

1.16.0

  • Added --no-quiet/-Q flag to cargo insta test to suppress the quiet flag. This works around limitations with custom test harnesses such as cucumber.
  • Update RON to 0.7.1.
  • Improved ergonomics around with_settings!. It's now a perfect match to the settings object's setter methods.
  • Added description and info to snapshots. (#239)
  • Added omit_expression setting. (#239)
  • Added improved support for running insta from doctests. (#243)

1.15.0

  • Bump minimum version of Rust to 1.56.1. This was done because the used serde-yaml dependency no longer supports older versions of Rust.

1.14.1

  • Update uuid crate to 1.0.0. (#228)
  • Use inline block format also for strings of form "foo\n". (#225)

1.14.0

  • Fixed a bug that caused insta to panic if inline snapshot assertions moved since the time of the snapshot creation. (#220)
  • cargo insta test now returns non zero status code when snapshots are left for review. (#222)
  • Assertion failures now mention cargo insta test. (#223)

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.9.0 to 1.17.1.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.9.0...1.17.1)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added rust Pull requests that update Rust code 🤖 dependencies Pull requests that update a dependency file labels Aug 1, 2022
@netlify
Copy link

netlify bot commented Aug 1, 2022

Deploy Preview for cynic-querygen-web canceled.

Name Link
🔨 Latest commit d7cd963
🔍 Latest deploy log https://app.netlify.com/sites/cynic-querygen-web/deploys/62e8fd5afca6310008908c60

@obmarg obmarg added this to the v2.0.0 milestone Aug 1, 2022
@obmarg
Copy link
Owner

obmarg commented Aug 1, 2022

bors r+

bors bot pushed a commit that referenced this pull request Aug 1, 2022
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.9.0 to 1.17.1.
<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>
<h1>Changelog</h1>
<p>All notable changes to insta and cargo-insta are documented here.</p>
<h2>0.17.1</h2>
<ul>
<li>Added support for nextest. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/242">#242</a>)</li>
<li>Resolved an issue where inline snapshot tests in doctests refused to
work. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/252">#252</a>)</li>
</ul>
<h2>0.17.0</h2>
<ul>
<li>Fixed an issue in <code>cargo-insta</code> where sometimes accepting inline snapshots
would crash with an out of bounds panic.</li>
<li>Added new <code>filters</code> feature. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/245">#245</a>)</li>
<li>Disallow unnamed snapshots in doctests. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/246">#246</a>)</li>
<li><code>with_settings!</code> macro now inherits the former settings rather than resetting. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/249">#249</a>)</li>
<li>Added support for <code>Settings::bind_to_scope</code> and deprecated
<code>Settings::bind_to_thread</code>. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/250">#250</a>)</li>
<li>Added support for <code>minimal-versions</code> builds.</li>
</ul>
<h2>1.16.0</h2>
<ul>
<li>Added <code>--no-quiet</code>/<code>-Q</code> flag to <code>cargo insta test</code> to suppress the
quiet flag. This works around limitations with custom test harnesses
such as cucumber.</li>
<li>Update RON to 0.7.1.</li>
<li>Improved ergonomics around <code>with_settings!</code>. It's now a perfect match to
the settings object's setter methods.</li>
<li>Added <code>description</code> and <code>info</code> to snapshots. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/239">#239</a>)</li>
<li>Added <code>omit_expression</code> setting. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/239">#239</a>)</li>
<li>Added improved support for running insta from doctests. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/243">#243</a>)</li>
</ul>
<h2>1.15.0</h2>
<ul>
<li>Bump minimum version of Rust to 1.56.1. This was done because the used
serde-yaml dependency no longer supports older versions of Rust.</li>
</ul>
<h2>1.14.1</h2>
<ul>
<li>Update uuid crate to 1.0.0. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/228">#228</a>)</li>
<li>Use inline block format also for strings of form <code>&quot;foo\n&quot;</code>. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/225">#225</a>)</li>
</ul>
<h2>1.14.0</h2>
<ul>
<li>Fixed a bug that caused insta to panic if inline snapshot assertions
moved since the time of the snapshot creation. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/220">#220</a>)</li>
<li><code>cargo insta test</code> now returns non zero status code when snapshots
are left for review. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/222">#222</a>)</li>
<li>Assertion failures now mention <code>cargo insta test</code>. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/223">#223</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mitsuhiko/insta/commit/7332f0c1b2fca09cacdda3943f42887165ff1446"><code>7332f0c</code></a> 1.17.1</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/c552ebe20174c38afa91325635c03c68b73b0ed8"><code>c552ebe</code></a> Resolve an issue where inline snapshot tests refused to work in doctests (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/253">#253</a>)</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/df1503943db46d4ffda7b36ad778887929a6e240"><code>df15039</code></a> Added changelog entry</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/6f000827d5c00f85061dde0ead3e7db2f171ffd9"><code>6f00082</code></a> Experimental support for NEXTEST_RUN_ID (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/251">#251</a>)</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/66b57ddb3e55309ca621b46aab5a707f82c2f09c"><code>66b57dd</code></a> 1.17.0</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/a340d45a3abae6b30c66b60029c367d19edf0ab3"><code>a340d45</code></a> Added changelog entry for minimal-versions</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/175b55529f6d2fc0b8543320942a30399d9240f7"><code>175b555</code></a> Added changelog entries</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/ab34053e38954fcfcb42b495ad7d26b467ac3902"><code>ab34053</code></a> Add support for Settings::bind_to_scope (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/250">#250</a>)</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/c73c42ebf8ac073bc6c15ab2f88213e3ffac7647"><code>c73c42e</code></a> Inherit settings in with_settings! (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/249">#249</a>)</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/74159c048ff54ca29ddab403212c515a854eca3c"><code>74159c0</code></a> Update console for cargo-insta</li>
<li>Additional commits viewable in <a href="https://github.com/mitsuhiko/insta/compare/1.9.0...1.17.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=insta&package-manager=cargo&previous-version=1.9.0&new-version=1.17.1)](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 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>

Co-authored-by: Graeme Coupar <grambo@grambo.me.uk>
@bors
Copy link

bors bot commented Aug 1, 2022

Build failed:

@obmarg
Copy link
Owner

obmarg commented Aug 2, 2022

bors r+

bors bot pushed a commit that referenced this pull request Aug 2, 2022
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.9.0 to 1.17.1.
<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>
<h1>Changelog</h1>
<p>All notable changes to insta and cargo-insta are documented here.</p>
<h2>0.17.1</h2>
<ul>
<li>Added support for nextest. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/242">#242</a>)</li>
<li>Resolved an issue where inline snapshot tests in doctests refused to
work. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/252">#252</a>)</li>
</ul>
<h2>0.17.0</h2>
<ul>
<li>Fixed an issue in <code>cargo-insta</code> where sometimes accepting inline snapshots
would crash with an out of bounds panic.</li>
<li>Added new <code>filters</code> feature. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/245">#245</a>)</li>
<li>Disallow unnamed snapshots in doctests. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/246">#246</a>)</li>
<li><code>with_settings!</code> macro now inherits the former settings rather than resetting. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/249">#249</a>)</li>
<li>Added support for <code>Settings::bind_to_scope</code> and deprecated
<code>Settings::bind_to_thread</code>. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/250">#250</a>)</li>
<li>Added support for <code>minimal-versions</code> builds.</li>
</ul>
<h2>1.16.0</h2>
<ul>
<li>Added <code>--no-quiet</code>/<code>-Q</code> flag to <code>cargo insta test</code> to suppress the
quiet flag. This works around limitations with custom test harnesses
such as cucumber.</li>
<li>Update RON to 0.7.1.</li>
<li>Improved ergonomics around <code>with_settings!</code>. It's now a perfect match to
the settings object's setter methods.</li>
<li>Added <code>description</code> and <code>info</code> to snapshots. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/239">#239</a>)</li>
<li>Added <code>omit_expression</code> setting. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/239">#239</a>)</li>
<li>Added improved support for running insta from doctests. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/243">#243</a>)</li>
</ul>
<h2>1.15.0</h2>
<ul>
<li>Bump minimum version of Rust to 1.56.1. This was done because the used
serde-yaml dependency no longer supports older versions of Rust.</li>
</ul>
<h2>1.14.1</h2>
<ul>
<li>Update uuid crate to 1.0.0. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/228">#228</a>)</li>
<li>Use inline block format also for strings of form <code>&quot;foo\n&quot;</code>. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/225">#225</a>)</li>
</ul>
<h2>1.14.0</h2>
<ul>
<li>Fixed a bug that caused insta to panic if inline snapshot assertions
moved since the time of the snapshot creation. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/220">#220</a>)</li>
<li><code>cargo insta test</code> now returns non zero status code when snapshots
are left for review. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/222">#222</a>)</li>
<li>Assertion failures now mention <code>cargo insta test</code>. (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/223">#223</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mitsuhiko/insta/commit/7332f0c1b2fca09cacdda3943f42887165ff1446"><code>7332f0c</code></a> 1.17.1</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/c552ebe20174c38afa91325635c03c68b73b0ed8"><code>c552ebe</code></a> Resolve an issue where inline snapshot tests refused to work in doctests (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/253">#253</a>)</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/df1503943db46d4ffda7b36ad778887929a6e240"><code>df15039</code></a> Added changelog entry</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/6f000827d5c00f85061dde0ead3e7db2f171ffd9"><code>6f00082</code></a> Experimental support for NEXTEST_RUN_ID (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/251">#251</a>)</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/66b57ddb3e55309ca621b46aab5a707f82c2f09c"><code>66b57dd</code></a> 1.17.0</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/a340d45a3abae6b30c66b60029c367d19edf0ab3"><code>a340d45</code></a> Added changelog entry for minimal-versions</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/175b55529f6d2fc0b8543320942a30399d9240f7"><code>175b555</code></a> Added changelog entries</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/ab34053e38954fcfcb42b495ad7d26b467ac3902"><code>ab34053</code></a> Add support for Settings::bind_to_scope (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/250">#250</a>)</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/c73c42ebf8ac073bc6c15ab2f88213e3ffac7647"><code>c73c42e</code></a> Inherit settings in with_settings! (<a href="https://github-redirect.dependabot.com/mitsuhiko/insta/issues/249">#249</a>)</li>
<li><a href="https://github.com/mitsuhiko/insta/commit/74159c048ff54ca29ddab403212c515a854eca3c"><code>74159c0</code></a> Update console for cargo-insta</li>
<li>Additional commits viewable in <a href="https://github.com/mitsuhiko/insta/compare/1.9.0...1.17.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=insta&package-manager=cargo&previous-version=1.9.0&new-version=1.17.1)](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 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>

Co-authored-by: Graeme Coupar <grambo@grambo.me.uk>
@bors
Copy link

bors bot commented Aug 2, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title Bump insta from 1.9.0 to 1.17.1 [Merged by Bors] - Bump insta from 1.9.0 to 1.17.1 Aug 2, 2022
@bors bors bot closed this Aug 2, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/insta-1.17.1 branch August 2, 2022 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant