-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
realtime-chat: update footer with blogpost #1070
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shahidhk
approved these changes
Nov 21, 2018
Review app https://hge-ci-pull-1070.herokuapp.com is deleted |
hasura-bot
pushed a commit
that referenced
this pull request
Sep 9, 2024
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.39.0 to 1.40.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.40.0</h2> <h2>Release Notes</h2> <ul> <li> <p><code>cargo-insta</code> no longer panics when running <code>cargo test --accept --workspace</code> on a workspace with a default crate. <a href="https://redirect.github.com/mitsuhiko/insta/issues/532">#532</a></p> </li> <li> <p>MSRV for <code>insta</code> has been raised to 1.60, and for <code>cargo-insta</code> to 1.64.</p> </li> <li> <p>Added support for compact debug snapshots (<code>assert_compact_debug_snapshot</code>). <a href="https://redirect.github.com/mitsuhiko/insta/issues/514">#514</a></p> </li> <li> <p>Deprecate <code>--no-force-pass</code> in <code>cargo-insta</code>. The <code>--check</code> option covers the same functionality and has a clearer name. <a href="https://redirect.github.com/mitsuhiko/insta/issues/513">#513</a></p> </li> <li> <p>Inline snapshots now use the required number of <code>#</code>s to escape the snapshot value, rather than always using <code>###</code>. This allows snapshotting values which themselves contain <code>###</code>. If there are no existing <code>#</code> characters in the snapshot value, a single <code>#</code> will be used. <a href="https://redirect.github.com/mitsuhiko/insta/issues/540">#540</a></p> </li> <li> <p>Inline snapshots can now be updated with <code>--force-update-snapshots</code>. <a href="https://redirect.github.com/mitsuhiko/insta/issues/569">#569</a></p> </li> <li> <p><code>cargo insta test</code> accepts multiple <code>--exclude</code> flags. <a href="https://redirect.github.com/mitsuhiko/insta/issues/520">#520</a></p> </li> <li> <p><code>test</code> <code>runner</code> in insta's yaml config works. <a href="https://redirect.github.com/mitsuhiko/insta/issues/544">#544</a></p> </li> <li> <p>Print a warning when encountering old snapshot formats. <a href="https://redirect.github.com/mitsuhiko/insta/issues/503">#503</a></p> </li> <li> <p>Group the options in <code>cargo insta --help</code>, upgrade to <code>clap</code> from <code>structopt</code>. <a href="https://redirect.github.com/mitsuhiko/insta/issues/518">#518</a></p> </li> <li> <p>No longer suggest running <code>cargo insta</code> message when running <code>cargo insta test --check</code>. <a href="https://redirect.github.com/mitsuhiko/insta/issues/515">#515</a></p> </li> <li> <p>Print a clearer error message when accepting a snapshot that was removed. <a href="https://redirect.github.com/mitsuhiko/insta/issues/516">#516</a></p> </li> <li> <p>Mark <code>require-full-match</code> as experimental, given some corner-cases are currently difficult to manage. <a href="https://redirect.github.com/mitsuhiko/insta/issues/497">#497</a></p> </li> <li> <p>Add a new integration test approach for <code>cargo-insta</code> and a set of integration tests. <a href="https://redirect.github.com/mitsuhiko/insta/issues/537">#537</a></p> </li> <li> <p>Enable Filters to be created from <code>IntoIterator</code> types, rather than just <code>Vec</code>s. <a href="https://redirect.github.com/mitsuhiko/insta/issues/570">#570</a></p> </li> <li> <p>Implemented total sort order for an internal <code>Key</code> type correctly. This prevents potential crashes introduced by the new sort algorithm in Rust 1.81. <a href="https://redirect.github.com/mitsuhiko/insta/issues/586">#586</a></p> </li> </ul> <h2>Install cargo-insta 1.40.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.40.0/cargo-insta-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.40.0</h2> <ul> <li> <p><code>cargo-insta</code> no longer panics when running <code>cargo insta test --accept --workspace</code> on a workspace with a default crate. <a href="https://redirect.github.com/mitsuhiko/insta/issues/532">#532</a></p> </li> <li> <p>MSRV for <code>insta</code> has been raised to 1.60, and for <code>cargo-insta</code> to 1.64.</p> </li> <li> <p>Added support for compact debug snapshots (<code>assert_compact_debug_snapshot</code>). <a href="https://redirect.github.com/mitsuhiko/insta/issues/514">#514</a></p> </li> <li> <p>Deprecate <code>--no-force-pass</code> in <code>cargo-insta</code>. The <code>--check</code> option covers the same functionality and has a clearer name. <a href="https://redirect.github.com/mitsuhiko/insta/issues/513">#513</a></p> </li> <li> <p>Inline snapshots now use the required number of <code>#</code>s to escape the snapshot value, rather than always using <code>###</code>. This allows snapshotting values which themselves contain <code>###</code>. If there are no existing <code>#</code> characters in the snapshot value, a single <code>#</code> will be used. <a href="https://redirect.github.com/mitsuhiko/insta/issues/540">#540</a></p> </li> <li> <p>Inline snapshots can now be updated with <code>--force-update-snapshots</code>. <a href="https://redirect.github.com/mitsuhiko/insta/issues/569">#569</a></p> </li> <li> <p><code>cargo insta test</code> accepts multiple <code>--exclude</code> flags. <a href="https://redirect.github.com/mitsuhiko/insta/issues/520">#520</a></p> </li> <li> <p><code>test</code> <code>runner</code> in insta's yaml config works. <a href="https://redirect.github.com/mitsuhiko/insta/issues/544">#544</a></p> </li> <li> <p>Print a warning when encountering old snapshot formats. <a href="https://redirect.github.com/mitsuhiko/insta/issues/503">#503</a></p> </li> <li> <p>Group the options in <code>cargo insta --help</code>, upgrade to <code>clap</code> from <code>structopt</code>. <a href="https://redirect.github.com/mitsuhiko/insta/issues/518">#518</a></p> </li> <li> <p>No longer suggest running <code>cargo insta</code> message when running <code>cargo insta test --check</code>. <a href="https://redirect.github.com/mitsuhiko/insta/issues/515">#515</a></p> </li> <li> <p>Print a clearer error message when accepting a snapshot that was removed. <a href="https://redirect.github.com/mitsuhiko/insta/issues/516">#516</a></p> </li> <li> <p>Mark <code>require-full-match</code> as experimental, given some corner-cases are currently difficult to manage. <a href="https://redirect.github.com/mitsuhiko/insta/issues/497">#497</a></p> </li> <li> <p>Add a new integration test approach for <code>cargo-insta</code> and a set of integration tests. <a href="https://redirect.github.com/mitsuhiko/insta/issues/537">#537</a></p> </li> <li> <p>Enable Filters to be created from <code>IntoIterator</code> types, rather than just <code>Vec</code>s. <a href="https://redirect.github.com/mitsuhiko/insta/issues/570">#570</a></p> </li> <li> <p>Implemented total sort order for an internal <code>Key</code> type correctly. This prevents potential crashes introduced by the new sort algorithm in Rust 1.81. <a href="https://redirect.github.com/mitsuhiko/insta/issues/586">#586</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/insta/commit/83f33653b687c84823fe6af00806107e1dd4f4b8"><code>83f3365</code></a> 1.40.0</li> <li><a href="https://github.com/mitsuhiko/insta/commit/8893db7600b9d0a4066ed8766dc1df4b0c191a1b"><code>8893db7</code></a> Implement total ord for Key (<a href="https://redirect.github.com/mitsuhiko/insta/issues/586">#586</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/a4231cc826400e7df3a7847532407bc7663d6970"><code>a4231cc</code></a> Add test for <code>find_snapshot_macro</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/582">#582</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/d609d7d3a86339ce695d942aed6a1c98b83c1066"><code>d609d7d</code></a> Add integration test for force updating (<a href="https://redirect.github.com/mitsuhiko/insta/issues/580">#580</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/02665eafb291a04ae7460176dfe91284a17afa2a"><code>02665ea</code></a> Mask insta env vars in integration tests (<a href="https://redirect.github.com/mitsuhiko/insta/issues/579">#579</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/ef7abb839e08932fdd32ce9a90e4593e138416c2"><code>ef7abb8</code></a> Use different tests for redactions (<a href="https://redirect.github.com/mitsuhiko/insta/issues/578">#578</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/597199d9dcfbb0b5c20f785e8ed7a80993bc743e"><code>597199d</code></a> Make <code>test_normalize_inline_snapshot</code> easier to read (<a href="https://redirect.github.com/mitsuhiko/insta/issues/577">#577</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/ca87b84da2878ecab644baf6f3ba11dde53f7668"><code>ca87b84</code></a> Fix latest clippy (<a href="https://redirect.github.com/mitsuhiko/insta/issues/574">#574</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/4bea0fb821ee056c24579b5fc8a9b10b08eb6a75"><code>4bea0fb</code></a> Unify handling of file & inline snapshots (compat) (<a href="https://redirect.github.com/mitsuhiko/insta/issues/528">#528</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/c29db016065c78658eeda8b683b44ecc91520e62"><code>c29db01</code></a> Enable inline snapshots to be force-updated (<a href="https://redirect.github.com/mitsuhiko/insta/issues/569">#569</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/insta/compare/1.39.0...1.40.0">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.39.0&new-version=1.40.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> V3_GIT_ORIGIN_REV_ID: 8a97c613401207b8f7fa9f9ae5f3e46464589d8a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
Solution and Design
Type
Checklist: