Update dependency atuinsh/atuin to v18.22.0 #147

Merged
flamion merged 1 commit from renovate/atuinsh-atuin-18.x into main 2026-09-10 11:18:04 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
atuinsh/atuin minor 18.21.0 → 18.22.0

Release Notes

atuinsh/atuin (atuinsh/atuin)

v18.22.0

Compare Source

Bug Fixes
  • (daemon) Periodically flush captured command output to disk (#​4070)
  • (daemon) Stream large DeleteHistory requests (#​4076)
  • (daemon) Delete captured output when history entries are deleted (#​4074)
  • (nix) Export OpenSSL lib for LD_LIBRARY_PATH in nix devshell (#​4018)
  • (pty-proxy) Make PTY proxy aware of other PTYs (#​4079)
  • (server) Wrap multi-write DB operations in transactions (#​4088)
  • (server) Emit HTTP access logs at INFO and compile in debug tracing (#​4087)
  • (sync) Expand a packfile whose range is a hole below the store head (#​4085)
  • Normalize output of atuin --version (#​4038)
  • Make atuin ai init a no-op instead of erroring (#​4040)
  • Do not try to decrypt plaintext records (#​4057)
  • Behavior of PTY proxy on terminal resizes (#​4061)
  • Build error (#​4094)
Features
  • (daemon) Daemon owns History Deletion (#​4045)
  • (mcp) Make agents actually use the atuin MCP server (#​4050)
  • (pty-proxy) Keep the start and end of command captures that exceed the max size (#​4092)
  • (pty-proxy) Mirror the CWD of the PTY proxy child (#​4091)
  • Implement command capture and remove semantic.rs (#​4048)
  • Simplify semantic captures (#​4065)
  • Store terminal size in command captures (#​4072)
  • Version Stored Output Capture and Avoid PB on disk (#​4068)
  • Redact secrets from captured command output (#​4071)
  • Rework inspector and add output view (#​4090)
  • Add [output_capture] settings (#​4069)
Miscellaneous Tasks
  • (ci) Limit concurrency of workflows on same branch (#​4073)
  • Lift dependencies into top-level Cargo.toml (#​4042)
  • Sort dependencies in Cargo.tomls (#​4046)
  • Enable Clippy cast warnings (#​4049)
  • Temporary workaround for flaky test (#​4083)
  • Emit proptest regression artifacts so CI failures are reproducible (#​4084)
  • Lockfile bumps (#​4089)
  • Don't fail if we can't capture output (#​4086)
  • Link to upstream rustix issue in atuin-pty-proxy (#​4093)
Refactor
  • (daemon) Manage sync inside of the daemon (#​4055)
  • (daemon) Split output capture into fjall and nop backends (#​4082)
  • (deps) Bump mkdocs-material from 9.7.0 to 9.7.7 in /docs in the uv group across 1 directory (#​4059)
  • (deps) Bump vale-cli/vale-action from 2.1.2 to 3.0.0 (#​3887)
  • (deps) Bump rpassword from 7.4.0 to 7.5.0 in the cargo group across 1 directory (#​3877)
  • (history) Make HistoryId a Copy Uuid (#​4013)
  • Clean up the history service and fix minor bugs
Testing
  • (daemon) Adversarial test suites with new daemon (#​4058)
  • E2e pty test harness (#​4075)
  • Filtered commands leave no captured output (#​4081)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ 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 has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [atuinsh/atuin](https://github.com/atuinsh/atuin) | minor | `18.21.0` → `18.22.0` | --- ### Release Notes <details> <summary>atuinsh/atuin (atuinsh/atuin)</summary> ### [`v18.22.0`](https://github.com/atuinsh/atuin/blob/HEAD/CHANGELOG.md#18220) [Compare Source](https://github.com/atuinsh/atuin/compare/v18.21.0...v18.22.0) ##### Bug Fixes - *(daemon)* Periodically flush captured command output to disk ([#&#8203;4070](https://github.com/atuinsh/atuin/issues/4070)) - *(daemon)* Stream large DeleteHistory requests ([#&#8203;4076](https://github.com/atuinsh/atuin/issues/4076)) - *(daemon)* Delete captured output when history entries are deleted ([#&#8203;4074](https://github.com/atuinsh/atuin/issues/4074)) - *(nix)* Export OpenSSL lib for LD\_LIBRARY\_PATH in nix devshell ([#&#8203;4018](https://github.com/atuinsh/atuin/issues/4018)) - *(pty-proxy)* Make PTY proxy aware of other PTYs ([#&#8203;4079](https://github.com/atuinsh/atuin/issues/4079)) - *(server)* Wrap multi-write DB operations in transactions ([#&#8203;4088](https://github.com/atuinsh/atuin/issues/4088)) - *(server)* Emit HTTP access logs at INFO and compile in debug tracing ([#&#8203;4087](https://github.com/atuinsh/atuin/issues/4087)) - *(sync)* Expand a packfile whose range is a hole below the store head ([#&#8203;4085](https://github.com/atuinsh/atuin/issues/4085)) - Normalize output of `atuin --version` ([#&#8203;4038](https://github.com/atuinsh/atuin/issues/4038)) - Make `atuin ai init` a no-op instead of erroring ([#&#8203;4040](https://github.com/atuinsh/atuin/issues/4040)) - Do not try to decrypt plaintext records ([#&#8203;4057](https://github.com/atuinsh/atuin/issues/4057)) - Behavior of PTY proxy on terminal resizes ([#&#8203;4061](https://github.com/atuinsh/atuin/issues/4061)) - Build error ([#&#8203;4094](https://github.com/atuinsh/atuin/issues/4094)) ##### Features - *(daemon)* Daemon owns History Deletion ([#&#8203;4045](https://github.com/atuinsh/atuin/issues/4045)) - *(mcp)* Make agents actually use the atuin MCP server ([#&#8203;4050](https://github.com/atuinsh/atuin/issues/4050)) - *(pty-proxy)* Keep the start and end of command captures that exceed the max size ([#&#8203;4092](https://github.com/atuinsh/atuin/issues/4092)) - *(pty-proxy)* Mirror the CWD of the PTY proxy child ([#&#8203;4091](https://github.com/atuinsh/atuin/issues/4091)) - Implement command capture and remove semantic.rs ([#&#8203;4048](https://github.com/atuinsh/atuin/issues/4048)) - Simplify semantic captures ([#&#8203;4065](https://github.com/atuinsh/atuin/issues/4065)) - Store terminal size in command captures ([#&#8203;4072](https://github.com/atuinsh/atuin/issues/4072)) - Version Stored Output Capture and Avoid PB on disk ([#&#8203;4068](https://github.com/atuinsh/atuin/issues/4068)) - Redact secrets from captured command output ([#&#8203;4071](https://github.com/atuinsh/atuin/issues/4071)) - Rework inspector and add output view ([#&#8203;4090](https://github.com/atuinsh/atuin/issues/4090)) - Add \[output\_capture] settings ([#&#8203;4069](https://github.com/atuinsh/atuin/issues/4069)) ##### Miscellaneous Tasks - *(ci)* Limit concurrency of workflows on same branch ([#&#8203;4073](https://github.com/atuinsh/atuin/issues/4073)) - Lift dependencies into top-level Cargo.toml ([#&#8203;4042](https://github.com/atuinsh/atuin/issues/4042)) - Sort dependencies in `Cargo.toml`s ([#&#8203;4046](https://github.com/atuinsh/atuin/issues/4046)) - Enable Clippy cast warnings ([#&#8203;4049](https://github.com/atuinsh/atuin/issues/4049)) - Temporary workaround for flaky test ([#&#8203;4083](https://github.com/atuinsh/atuin/issues/4083)) - Emit proptest regression artifacts so CI failures are reproducible ([#&#8203;4084](https://github.com/atuinsh/atuin/issues/4084)) - Lockfile bumps ([#&#8203;4089](https://github.com/atuinsh/atuin/issues/4089)) - Don't fail if we can't capture output ([#&#8203;4086](https://github.com/atuinsh/atuin/issues/4086)) - Link to upstream rustix issue in atuin-pty-proxy ([#&#8203;4093](https://github.com/atuinsh/atuin/issues/4093)) ##### Refactor - *(daemon)* Manage sync inside of the daemon ([#&#8203;4055](https://github.com/atuinsh/atuin/issues/4055)) - *(daemon)* Split output capture into fjall and nop backends ([#&#8203;4082](https://github.com/atuinsh/atuin/issues/4082)) - *(deps)* Bump mkdocs-material from 9.7.0 to 9.7.7 in /docs in the uv group across 1 directory ([#&#8203;4059](https://github.com/atuinsh/atuin/issues/4059)) - *(deps)* Bump vale-cli/vale-action from 2.1.2 to 3.0.0 ([#&#8203;3887](https://github.com/atuinsh/atuin/issues/3887)) - *(deps)* Bump rpassword from 7.4.0 to 7.5.0 in the cargo group across 1 directory ([#&#8203;3877](https://github.com/atuinsh/atuin/issues/3877)) - *(history)* Make HistoryId a Copy Uuid ([#&#8203;4013](https://github.com/atuinsh/atuin/issues/4013)) - Clean up the history service and fix minor bugs ##### Testing - *(daemon)* Adversarial test suites with new daemon ([#&#8203;4058](https://github.com/atuinsh/atuin/issues/4058)) - E2e pty test harness ([#&#8203;4075](https://github.com/atuinsh/atuin/issues/4075)) - Filtered commands leave no captured output ([#&#8203;4081](https://github.com/atuinsh/atuin/issues/4081)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yOS4zIiwidXBkYXRlZEluVmVyIjoiNDQuMjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency atuinsh/atuin to v18.22.0
All checks were successful
Build atuin / build-and-push (amd64, latest, docker) (push) Successful in 5m11s
4b12a69a8f
flamion deleted branch renovate/atuinsh-atuin-18.x 2026-09-10 11:18:04 +02:00
Sign in to join this conversation.
No reviewers
No labels
blocked
new package
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
flamion/packages!147
No description provided.