Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2025

This PR contains the following updates:

Package Type Update Change
insta (source) workspace.dependencies minor 1.43.2 -> 1.44.1

Release Notes

mitsuhiko/insta (insta)

v1.44.1

Compare Source

  • Add --dnd alias for --disable-nextest-doctest flag to make it easier to silence the deprecation warning. #​822
  • Update cargo-dist to 0.30.2 and fix Windows runner to use windows-2022. #​821

v1.44.0

Compare Source

  • Added non-interactive snapshot review and reject modes for use in non-TTY environments
    (LLMs, CI pipelines, scripts). cargo insta review --snapshot <path> and
    cargo insta reject --snapshot <path> now work without a terminal. Enhanced
    pending-snapshots output with usage instructions and workspace-relative paths. #​815
  • Add --disable-nextest-doctest flag to cargo insta test to disable running doctests with
    nextest. Shows a deprecation warning when nextest is used with doctests without this flag, to prepare cargo insta to no longer run
    a separate doctest process when using nextest in the future. #​803
  • Add ergonomic --test-runner-fallback / --no-test-runner-fallback flags to cargo insta test. #​811
  • Apply redactions to snapshot metadata. #​813
  • Remove confusing 'previously unseen snapshot' message. #​812
  • Speed up JSON float rendering. #​806 (@​nyurik)
  • Allow globset version up to 0.4.16. #​810 (@​g0hl1n)
  • Improve documentation. #​814 (@​tshepang)
  • 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
    --force-update-snapshots. They may fail in the future. (Note that we still
    currently allow differing trailing newlines, though may adjust this in the
    future). #​563

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the changelog/chore A trivial change label Nov 23, 2025
@renovate renovate bot enabled auto-merge (squash) November 23, 2025 02:07
@renovate renovate bot added the changelog/chore A trivial change label Nov 23, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Nov 23, 2025

CodSpeed Performance Report

Merging #5475 will degrade performances by 16.87%

Comparing renovate/insta-1.x-lockfile (e6bca4e) with develop (c467a7a)

Summary

⚡ 12 improvements
❌ 6 regressions
✅ 1504 untouched
⏩ 70 skipped1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
in_place_batch[1024] 5.5 µs 4.6 µs +19.68%
in_place_batch[73728] 299.3 µs 234.2 µs +27.81%
in_place_pipeline[100352] 154.5 µs 128.8 µs +19.97%
in_place_pipeline[16384] 28 µs 23.8 µs +17.76%
in_place_pipeline[262144] 331 µs 398.2 µs -16.87%
in_place_pipeline[65536] 85.3 µs 101.2 µs -15.71%
in_place_pipeline[8192] 15.7 µs 12.7 µs +23.95%
pipeline[16384] 27.8 µs 32 µs -13.14%
pipeline[262144] 335.1 µs 402.4 µs -16.71%
pipeline[65536] 106.1 µs 89.2 µs +18.86%
pipeline[73728] 118.4 µs 99.5 µs +19.03%
pipeline_extra_copy[100352] 132.8 µs 158.6 µs -16.24%
pipeline_extra_copy[1024] 8.8 µs 8 µs +11.01%
pipeline_extra_copy[65536] 89.3 µs 106.1 µs -15.84%
pipeline_extra_copy[73728] 118.5 µs 99.5 µs +19.02%
pipeline_extra_copy[86016] 137 µs 114.9 µs +19.19%
verify_all_methods[1024] 392.1 µs 312.5 µs +25.49%
verify_all_methods[16384] 74.2 ms 22.7 ms ×3.3

Footnotes

  1. 70 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@renovate renovate bot merged commit 60d4b71 into develop Nov 23, 2025
72 of 83 checks passed
@renovate renovate bot deleted the renovate/insta-1.x-lockfile branch November 23, 2025 15:58
@codecov
Copy link

codecov bot commented Nov 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.68%. Comparing base (0e72652) to head (e6bca4e).
⚠️ Report is 9 commits behind head on develop.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

a10y pushed a commit that referenced this pull request Nov 25, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [insta](https://insta.rs/)
([source](https://redirect.github.com/mitsuhiko/insta)) |
workspace.dependencies | minor | `1.43.2` -> `1.44.1` |

---

### Release Notes

<details>
<summary>mitsuhiko/insta (insta)</summary>

###
[`v1.44.1`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1441)

[Compare
Source](https://redirect.github.com/mitsuhiko/insta/compare/1.44.0...1.44.1)

- Add `--dnd` alias for `--disable-nextest-doctest` flag to make it
easier to silence the deprecation warning.
[#&#8203;822](https://redirect.github.com/mitsuhiko/insta/issues/822)
- Update cargo-dist to 0.30.2 and fix Windows runner to use
windows-2022.
[#&#8203;821](https://redirect.github.com/mitsuhiko/insta/issues/821)

###
[`v1.44.0`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1440)

[Compare
Source](https://redirect.github.com/mitsuhiko/insta/compare/1.43.2...1.44.0)

- Added non-interactive snapshot review and reject modes for use in
non-TTY environments
(LLMs, CI pipelines, scripts). `cargo insta review --snapshot <path>`
and
`cargo insta reject --snapshot <path>` now work without a terminal.
Enhanced
`pending-snapshots` output with usage instructions and
workspace-relative paths.
[#&#8203;815](https://redirect.github.com/mitsuhiko/insta/issues/815)
- Add `--disable-nextest-doctest` flag to `cargo insta test` to disable
running doctests with
nextest. Shows a deprecation warning when nextest is used with doctests
without this flag, to prepare `cargo insta` to no longer run
a separate doctest process when using nextest in the future.
[#&#8203;803](https://redirect.github.com/mitsuhiko/insta/issues/803)
- Add ergonomic `--test-runner-fallback` / `--no-test-runner-fallback`
flags to `cargo insta test`.
[#&#8203;811](https://redirect.github.com/mitsuhiko/insta/issues/811)
- Apply redactions to snapshot metadata.
[#&#8203;813](https://redirect.github.com/mitsuhiko/insta/issues/813)
- Remove confusing 'previously unseen snapshot' message.
[#&#8203;812](https://redirect.github.com/mitsuhiko/insta/issues/812)
- Speed up JSON float rendering.
[#&#8203;806](https://redirect.github.com/mitsuhiko/insta/issues/806)
([@&#8203;nyurik](https://redirect.github.com/nyurik))
- Allow globset version up to 0.4.16.
[#&#8203;810](https://redirect.github.com/mitsuhiko/insta/issues/810)
([@&#8203;g0hl1n](https://redirect.github.com/g0hl1n))
- Improve documentation.
[#&#8203;814](https://redirect.github.com/mitsuhiko/insta/issues/814)
([@&#8203;tshepang](https://redirect.github.com/tshepang))
- 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
`--force-update-snapshots`. They may fail in the future. (Note that we
still
currently allow differing *trailing* newlines, though may adjust this in
the
future).
[#&#8203;563](https://redirect.github.com/mitsuhiko/insta/issues/563)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/vortex-data/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants