chore(deps): update ⬆️ mise-packages - #1055
Conversation
Renovate Release NotesGenerated from Renovate's update table by the Packages that cannot be summarized from GitHub releases are listed explicitly below. astral-sh/uv (aqua:astral-sh/uv)0.12.8: 0.12.8Release NotesReleased on 2026-08-31. Enhancements
Preview features
Performance
Bug fixes
Other changes
Install uv 0.12.8Install prebuilt binaries via shell scriptcurl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.12.8/uv-installer.sh | shInstall prebuilt binaries via powershell scriptpowershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.12.8/uv-installer.ps1 | iex"Download uv 0.12.8Verifying GitHub Artifact AttestationsThe artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI: gh attestation verify <file-path of downloaded artifact> --repo astral-sh/uvYou can also download the attestation from GitHub and verify against that directly: gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>atuinsh/atuin (aqua:atuinsh/atuin)v18.21.0: 18.21.0Release NotesBug Fixes
FeaturesMiscellaneous TasksRefactor
atuin-server 18.21.0Install atuin-server 18.21.0Install prebuilt binaries via shell scriptcurl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-server-installer.sh | shInstall prebuilt binaries via powershell scriptpowershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-server-installer.ps1 | iex"Download atuin-server 18.21.0
Verifying GitHub Artifact AttestationsThe artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI: gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuinYou can also download the attestation from GitHub and verify against that directly: gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>atuin 18.21.0Install atuin 18.21.0Install prebuilt binaries via shell scriptcurl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-installer.sh | shInstall prebuilt binaries via powershell scriptpowershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.21.0/atuin-installer.ps1 | iex"Download atuin 18.21.0
Verifying GitHub Artifact AttestationsThe artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI: gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuinYou can also download the attestation from GitHub and verify against that directly: gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>fastfetch-cli/fastfetch (aqua:fastfetch-cli/fastfetch)2.68.1: 2.68.1Changes:
Features:
Bugfixes:
Logos:
SHA256SUMsSHA512SUMsopenai/codex (aqua:openai/codex)rust-v0.152.0: 0.152.0New Features
Bug Fixes
Chores
ChangelogFull Changelog: openai/codex@rust-v0.151.0...rust-v0.152.0
sxyazi/yazi (aqua:sxyazi/yazi)v26.9.1: v26.9.1See https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v2691 for the changelog. vercel-labs/agent-browser (aqua:vercel-labs/agent-browser)v0.36.0: v0.36.0New Features
Improvements
Bug Fixes
Contributors
anthropics/claude-code (github:anthropics/claude-code)v2.1.252: v2.1.252What's changed
|
backnotprop/plannotator (github:backnotprop/plannotator)v0.27.10: v0.27.10Follow @plannotator on X for updates Missed recent releases?
What's New in v0.27.10This release brings two review features people have asked for, restores the slash commands on OpenCode 2, and fixes three reported bugs. Six PRs shipped, every one shaped by community reports and requests, and the whole set went through an adversarial 29-point QA sweep before tagging. Files mark themselves viewed as you scrollReviewers reading the all-files diff top to bottom no longer check every file off by hand. Scroll past a file after actually reading it and it marks itself viewed; open a file, read it, and move on, and the same happens. Momentum-flicking to the bottom marks nothing: a file only counts once its content was on screen long enough to have been read, and collapsed or generated files (your lockfiles) never auto-mark from their folded headers. The reviewer stays in charge. Un-viewing a file is treated as "come back to this," and auto-view will never re-check it. When a diff refreshes and a file's content changed underneath its checkmark, the checkmark comes off, so a stale check can't vouch for code an agent just rewrote. The feature is on by default with a one-time notice the first moment it fires, and it can be turned off in Settings or from the gear above the file list. Undo and redo for annotations
Requested by @jj-valentine in #828. Slash commands return on OpenCode 2OpenCode 2's plugin API originally had no way for a plugin to execute a slash command, which left On OpenCode 2 builds that don't have the new API yet, the commands fall back to asking the agent to run the Remote OpenCode 2 sessions show their URLRemote sessions are only usable if you can see the session URL, and on OpenCode 2 there was no visible place for it to land. Both the new native commands and Share links stop serving stale snapshotsWhen a teammate sent you a share link and you annotated their plan, the export kept offering the original short link back, without your annotations. The link lifecycle now tracks exactly which content a short URL was minted for and clears it the moment the content changes, so you can never send back a link that silently drops your feedback. The remaining piece, minting a fresh short link for small plans, is tracked in #1427. Reported by @grncdr in #798. Agent terminal works on npm 12npm 12 blocks dependency install scripts by default, which silently skipped node-pty's native build on Linux and left the annotate-mode Agent tab reporting "Agent unavailable" from a runtime that looked installed but couldn't load. The managed runtime now approves exactly that one build script, verifies the native binary actually exists after install, retries the build once if it doesn't, and fails loudly with the repair command instead of failing later in the UI. Reported by @smartobc-stephen in #1409, with a diagnosis accurate down to the fix. Additional Changes
Install / UpdatemacOS / Linux: curl -fsSL https://plannotator.ai/install.sh | bashWindows: irm https://plannotator.ai/install.ps1 | iexClaude Code Plugin: Run Pi: Update OpenCode: Clear cache and restart: rm -rf ~/.bun/install/cache/@​plannotatorWhat's Changed
CommunityThis release is community-shaped end to end. @jj-valentine requested undo/redo hotkeys for annotations in #828, and that request is now the bounded history system in both review surfaces. @grncdr filed the stale short-link report in #798 with a clean reproduction of the round-trip that dropped annotations. @smartobc-stephen reported the npm 12 agent-terminal failure in #1409 with a root-cause analysis so precise the fix followed it almost line for line. The auto-viewed feature and the OpenCode 2 command work both came from user reports and requests reaching us directly, and a Firefox user's report of vanishing hero text led to the forced-colors fix on the site. Thank you all. Plannotator gets better because you tell us where it falls short. Full Changelog: backnotprop/plannotator@v0.27.9...v0.27.10 Skipped PackagesGitHub Release Notes Unavailable
|
cc6bcd4 to
76b99c8
Compare
This PR contains the following updates:
0.12.7→0.12.80.12.10(+1)18.20.1→18.21.02.67.1→2.68.1rust-v0.151.0→rust-v0.152.0rust-v0.153.4(+5)26.8.15→26.9.10.35.2→0.36.00.209.1→0.210.00.213.0(+3)v2.1.251→v2.1.252v2.1.261(+4)v0.27.9→v0.27.10v0.27.12(+1)Release notes are maintained in a PR comment by the
renovate-release-notes-commentworkflow.Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* 3-5 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.