Skip to content

fix(deps): update all patch versions#19100

Merged
laurit merged 1 commit into
mainfrom
renovate/all-patch-versions
Jun 30, 2026
Merged

fix(deps): update all patch versions#19100
laurit merged 1 commit into
mainfrom
renovate/all-patch-versions

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@github/copilot 1.0.631.0.65 age confidence dependencies patch
aqua:grafana/flint 0.22.50.22.6 age confidence patch
gradle (source) 9.6.09.6.1 age confidence patch
grafana/flint v0.22.5v0.22.6 age confidence patch
rumdl 0.2.200.2.26 age confidence patch
ch.qos.logback:logback-classic (source, changelog) 1.5.341.5.37 age confidence dependencies patch
io.grpc:grpc-bom 1.82.01.82.1 age confidence dependencies patch
org.graalvm.buildtools.native 1.1.21.1.3 age confidence plugin patch

Release Notes

github/copilot-cli (@​github/copilot)

v1.0.65

Compare Source

  • /cd now persists the working directory so resuming a session returns to it, and discovers custom agents in the new directory
  • Commands with slash-prefixed string arguments (e.g. --body "/azp run") no longer trigger spurious filesystem permission prompts
  • Fullscreen timeline stays anchored when older content is trimmed
  • Resume open canvases automatically after restarting the CLI
  • Add an opt-in status bar item showing CI check status (passing/running/failing) for the current branch
  • Add a copilot skill subcommand (and a /skill alias for /skills) to list, add, and remove skills from a file, URL, or directory
  • Prevent the GitHub background from flashing on startup with non-GitHub themes
  • Prevent brief console windows from flashing on Windows when the agent runs hook commands or resolves command paths
  • Include userPromptSubmitted hook additionalContext in the model-facing prompt
  • Keep Windows paths intact when adding stdio MCP servers
  • Stop MCP shutdown from waiting on in-flight server connects
  • Restart the CLI without shutdown timeouts
  • Remove syntax highlighting from shell commands in the timeline
  • Keep custom-agent subagent model selections when using BYOK providers
  • Parse /every schedules on the session's main model
  • Render inline images reliably in tmux
  • The ask_user freeform option wraps text and keeps the cursor aligned
  • Save custom status line commands in /settings
  • Show the streaming byte count separately from the cancel hint
  • Handle wakeup misfires with a graceful message when no self-paced schedule is active
  • Silent MCP OAuth refresh reuses the granted scope so reconnects stay signed in
  • Up/down history and Ctrl+R reverse search now include past shell commands while in normal mode, so you can recall and re-run a shell command without first typing ! to enter shell mode

v1.0.64

Compare Source

  • Path access prompt shows resolved symlink targets so you can see exactly what access is being granted
  • Show the pay-as-you-go additional usage budget at launch, refresh it after a request is rejected for hitting the additional spend limit, and show a friendly message when the additional usage limit is reached
  • Add websocket responses support for BYOK OpenAI-compatible providers
  • Resumed sessions reproduce the original attached-file references even if those files later change on disk, avoiding prompt-cache resets
  • Free-text search terms containing colons (e.g. CLI:) now return correct results in Issues and Pull requests search instead of being misread as invalid qualifiers by GitHub
  • Support static OAuth client overrides, including client secrets, for MCP server authentication
  • Preserve keystrokes typed while the CLI is still loading
  • Add an option to bypass the sandbox for shell commands
  • Add mouse click and double-click selection to paginated lists
  • Link PR and issue references in markdown tables
  • Use the GitHub theme by default and enable home tabs and prompt frame for all users
  • Keep terminal output aligned after terminal resizes
  • Content exclusion no longer blocks every file when the rules service is unreachable (offline or a transient network error). Access is allowed until rules can be fetched and retried in the background, matching the editor's behavior.
  • Configure the rubber-duck subagent in /subagents, including a complementary model strategy that picks an opposite-family model
  • /diff shows a session diff of Copilot's changes in non-git folders
  • Set an HTTP(S) proxy with a user setting
  • Resume sessions by name even when the name contains spaces
  • Hide unsupported slash commands in remote-hosted sessions
  • Add a setting to hide the conversation scrollbar
  • Add inline image rendering in the CLI
  • Add argument-hint frontmatter support for skills
  • OpenTelemetry: chat spans after a successful compaction carry gen_ai.conversation.compacted=true, and the summary is emitted as a CompactionPart in gen_ai.input.messages
  • PowerShell cmdlets (Select-String, Where-Object, ForEach-Object) no longer trigger spurious directory access prompts
  • Non-interactive prompt output now stays at column 1
  • Clear queued tool images when vision is disabled
  • Changing the model now waits until the new model is applied
  • Treat 2>/dev/null redirects as read-only in shell safety prompts
  • Normalize edited text to LF when opening prompts in an external editor
  • Skip computer-use consent prompts in full allow-all sessions
  • Remote export keeps running after /clear and /session info keeps the task URL
  • Keep the cursor on the adjacent session after deleting one in the session selector
  • Use the correct Linux libc target when resolving and auto-updating SEA packages on musl hosts
  • Allow required multi-select prompts to submit an empty selection when minItems is not set
  • Keep the home session timeline visible after attaching and restoring
  • The /settings search field supports readline editing keys and cursor movement
  • OpenTelemetry GenAI spans now emit gen_ai.usage.cache_read.input_tokens, gen_ai.usage.cache_creation.input_tokens, and gen_ai.usage.reasoning.output_tokens per the GenAI semantic conventions spec (previously used incorrect underscore-separated names)
  • Fix mouse wheel scrolling being broken in the terminal after the CLI exits by tearing down terminal modes in reverse order (mouse tracking is now disabled before leaving the alt screen)
  • Fix the /rewind file-restore confirmation dialog being clipped at the bottom when it opens above a scrolled timeline; it now shows at full height once the file list loads
  • Show --remote-export and --no-remote-export in --help output
  • Wrap expanded compact timeline shell entries so long commands and descriptions stay visible
  • Make links in markdown tables clickable
  • Show per-model token totals in /usage and speed up large history scans
  • OpenTelemetry GenAI chat spans emit gen_ai.request.reasoning.level for the configured reasoning effort
  • Autopilot mode now returns to interactive mode after the agent calls task_complete, so you aren't left in autopilot for your next prompt
  • Add /branch as an alias for /fork, matching Claude Code's command naming
  • Experimental: adds a --worktree [name] (-w) flag (enable with /experimental) that creates or reuses a git worktree under <repo>.worktrees/ and starts the session inside it
  • Add tab completion for /agent names
  • Add model family aliases like opus, sonnet, haiku, gpt, and gemini in the model setting
  • Add Ctrl+Backspace binding in /terminal-setup for Windows Terminal
  • Add SDK support for host-provided OAuth tokens for remote MCP servers
  • Experimental: in the compact timeline, click a tool-call or reasoning row to expand or collapse just that entry (like ctrl+o / ctrl+t for one row), with a subtle highlight on the row under the mouse
  • Apply MCP org policy when sessions create or reload MCP servers
  • Fixed completed background command output being unavailable when requested later
  • Keep task companion tools available to custom agents that use the task or agent alias
  • Custom agents using a tools wildcard '*' now respect deferredToolLoading opt-in switch
  • Respect tmux color detection in WSL sessions
  • Respect deferTools on MCP servers configured in custom agent frontmatter
  • Ctrl+Q enqueues a prompt while a completion picker is open
  • Sessions tab row label updates immediately when a session is renamed
  • --continue and --resume select the most recent session for the current repository
  • Shell session starts correctly when a nix-provided bash is first in PATH
  • Marketplace plugins that declare MCP servers in marketplace.json now authenticate correctly with OAuth
  • Content exclusion no longer blocks shell commands on command names or phantom paths
  • Lone surrogates no longer break session resume or truncate prompts
  • Expand Windows home-directory paths in slash-command completion
  • Keep truncated tool output previews valid UTF-8
  • CLI auto-updater downloads the correct musl Linux package on Alpine systems
  • Copy the full last assistant turn, including multi-block responses
  • Load workspace MCP servers in trusted server-mode sessions
  • Stacked diffs use the same file order as the file tree
  • Make /pr status and web confirmations link to the PR's repository
  • Restore later file changes when rewinding to a turn without a snapshot
  • Run queued ! shell commands locally instead of sending them to the agent
  • Scheduled prompts manager dialog shrinks to fit its entries
  • Keep the @​-file picker populated when file search hits a symlink loop
  • Display cache-write pricing for models that omit it
  • Allow /update to restart sessions started with copilot -r
  • Prevent pickers and dialogs from shifting or clipping as content loads
  • Only render double tildes as strikethrough in markdown
  • Allow /allow-all to work in relay sessions
  • Restore clickable PR and issue links in compact timeline markdown
  • Repo-scoped plugins no longer leak into global config across projects
  • Keep /model working on resumed sessions after signing in
  • PowerShell script blocks and interpolated $() sub-expressions no longer trigger content-exclusion refusals
  • Exit message always shows the session ID in the resume command instead of the friendly name
  • Wait for the remote sandbox to start before opening the cloud session
  • Autopilot mode now auto-handles elicitation, ask_user, sampling, and permission prompts (including on launch with --autopilot and during continuation turns) instead of surfacing dialogs to the user
  • Newly spawned sessions appear at the bottom of their group in the agents tab
  • Attached images and PDFs persist across session resume even if the source file is later changed or deleted
  • Allow disabling task and explore built-in subagents
  • Session resume stays responsive while large histories load
  • Code search and worktree listing are faster
  • Use plain text labels instead of decorative emoji in CLI output
  • Syntax-highlight shell commands in the timeline
  • Preserve open canvas instances across reconnects and restarts
  • Forward typed rejection feedback from preToolUse prompts to the model
  • Show statusline picker checkboxes in green for enabled items and gray for disabled items
  • Show shell timeline rows with a yellow $ prompt and Shell label
  • Add a Folder column to the resume picker to show each session's working directory
  • Automatically follow your system light and dark mode changes
  • Use semantic mascot theme colors in the CLI banner
  • Let footer dialogs scroll with the timeline in unified view
  • Click filenames in /diff tree to jump to that file's first change
  • Render inline code with themed chip styling in Markdown
  • Show installed plugin MCP servers in mcp commands
  • Remove terminal-reported color scheme support
  • Add /diagnose command to analyze session logs
  • Add /mcp registry installation for browsing and installing MCP servers
  • Make /security-review available to all users without --experimental
  • Discover MCP servers provided by installed plugins
  • Add CSV output support for MCP tools
  • Add /loop alias for the /every command
  • Remove bogus Ctrl+Enter VS Code keybinding created by old /terminal-setup
  • Images returned by tools stay visible to the model across later turns and after resuming a session
  • Preserve Markdown blockquotes in /share exports
  • Filter long streamed results correctly when content exclusion is enabled
  • Show a friendly message when additional usage limit is reached
  • Search tools handle Windows-style glob patterns correctly
  • Prevent kill self-protection from flagging quoted pipes and paths ending in kill
  • Azure CLI, PowerShell, and Developer CLI credentials work again for Azure auth
  • Slash-command picker name column widened from 25 to 35 characters so fewer long skill names are truncated
  • Wrap long lines in /diff view so content no longer truncates
  • Improve /diff hotkey labels for branch, whitespace, and tree navigation
  • Remove the legacy intent-reporting tool from the CLI
grafana/flint (aqua:grafana/flint)

v0.22.6

Compare Source

Added
Fixed
  • (renovate-deps) normalize tracked snapshot ordering (#​364)
Other
  • (deps) update node.js to v24.17.0 (#​356)
  • link to Flint blog post (#​368)
  • (deps) update taiki-e/install-action action to v2.82.2 (#​367)
  • (deps) update taiki-e/install-action action to v2.82.1 (#​366)
  • (deps) pin dependencies (#​363)
  • (deps) lock file maintenance (#​362)
  • (deps) update mise to v2026.6.11 (#​361)
  • (deps) update taiki-e/install-action action to v2.82.0 (#​358)
  • (deps) update dependency actions/checkout to v7 (#​359)
  • (deps) update dependency jdx/mise-action to v4.2.0 (#​357)
  • (deps) update taiki-e/install-action action to v2.81.11 (#​355)
  • update permissions (#​354)
  • (deps) lock file maintenance (#​353)
  • (deps) update mise to v2026.6.3 (#​352)
  • (deps) update taiki-e/install-action action to v2.81.10 (#​351)
  • (deps) update grafana/shared-workflows/lint-pr-title action to v1.2.3 (#​350)
  • (deps) update taiki-e/install-action action to v2.81.9 (#​349)
  • (deps) update taiki-e/install-action action to v2.81.8 (#​347)
  • (deps) update taiki-e/install-action action to v2.81.7 (#​346)
  • (deps) update taiki-e/install-action action to v2.81.6 (#​345)
  • (deps) lock file maintenance (#​342)
  • (deps) update dependency mise to v2026.6.0 (#​341)
  • (deps) update taiki-e/install-action action to v2.81.5 (#​343)
  • (deps) update dependency jdx/mise-action to v4.1.0 (#​340)
  • (deps) update taiki-e/install-action action to v2.81.4 (#​339)
  • (deps) update taiki-e/install-action action to v2.81.3 (#​338)
  • (deps) update dependency go to v1.26.4 (#​337)
  • (deps) update dependency actions/checkout to v6.0.3 (#​336)
  • (deps) update taiki-e/install-action action to v2.81.2 (#​335)
  • use shared workflow for PR title lint (#​318)
  • note zizmor drift from upstream tag movement (#​334)
  • (deps) update taiki-e/install-action action to v2.81.1 (#​333)
  • (deps) update taiki-e/install-action action to v2.81.0 (#​332)
  • (deps) update taiki-e/install-action action to v2.80.0 (#​331)
gradle/gradle (gradle)

v9.6.1

Compare Source

rvben/rumdl (rumdl)

v0.2.26

Compare Source

Added
  • wasi: add wasi build feature, make target, and CI coverage (8b9b027)
  • lsp: add enableSymbols setting to gate symbol providers (b80f001)
Fixed
  • workspace-index: make cache temp file names unique per write (d3aa269)
  • allow building for WASI (8d0b44a)
  • MD060: preserve trailing blank lines and skip table-free content (0223b30)
Downloads
File Platform Checksum
rumdl-v0.2.26-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.26-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.26-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.26-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.26-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.26-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.26-x86_64-pc-windows-msvc.zip Windows x86_64 checksum
Installation
Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.25

Compare Source

Added
  • lsp: document LSP settings and scope link-completion triggers (18fae1b)
  • MD013: reflow lists with configured marker spacing (#​692) (b00b117)
Fixed
  • MD052: preserve author casing in undefined-reference messages (6d1cb96)
  • MD013: preserve single-tilde strikethrough content during reflow (#​701) (a2387ce)
  • rules: resolve complex link handling in reflow and MD052 (#​702) (d57a61a)
  • rules: prevent front-matter and skippable region leakage (#​699) (e09fa06)
  • MD007: align nested lists to a widened parent's content column (#​700) (595cc4d)
Downloads
File Platform Checksum
rumdl-v0.2.25-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.25-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.25-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.25-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.25-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.25-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.25-x86_64-pc-windows-msvc.zip Windows x86_64 checksum
Installation
Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.24

Compare Source

Added
Fixed
  • MD013: extend standalone-link reflow boundary to blockquotes (74e79f6)
  • MD013: treat standalone links as paragraph boundaries in reflow (#​697) (39ea2b2) - thanks @​chandlerc
  • MD013: associate paragraph reflow fix with all violating lines (#​698) (f17be35) - thanks @​chandlerc
  • fix-coordinator: honor inline rumdl-configure-file overrides when applying fixes (c347ab6)
  • MD013: exempt standalone links with trailing punctuation and wrappers (#​694) (d7a3c2e) - thanks @​chandlerc
  • MD013: keep the space after an inline code span before punctuation (#​693) (13745db) - thanks @​chandlerc
  • lsp: iterate formatting fixes to a fixpoint so one format pass converges (#​695) (78c42ad) - thanks @​chandlerc
  • MD028: make blockquote-merge autofix opt-in by default (cffadef)
  • MD036: make emphasis-to-heading autofix opt-in by default (9b145a9)
  • MD007: scope fence-opening exception to backtick/tilde fences (2a3a554)
  • MD007: keep nested lists nested under a fence-opening list item (59f987e) - thanks @​chandlerc
Downloads
File Platform Checksum
rumdl-v0.2.24-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.24-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.24-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.24-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.24-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.24-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.24-x86_64-pc-windows-msvc.zip Windows x86_64 checksum
Installation
Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.23

Compare Source

Added
  • rules: add MD082 to require content between headings (e5592ae)
Fixed
  • lint-context: attach list items whose marker line opens a code fence (95898f4)
  • parser: parse reference-definition titles on a continuation line (fb02b52)
  • cli: make per-file exclude notice verbose-only (2923e27)
Downloads
File Platform Checksum
rumdl-v0.2.23-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.23-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.23-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.23-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.23-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.23-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.23-x86_64-pc-windows-msvc.zip Windows x86_64 checksum
Installation
Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.22

Compare Source

Added
  • md077: add opt-in style = "aligned" for continuation indent (14eebe1)
Fixed
  • md040: keep blockquote fences valid when adding default language (eab51f6)
  • md013: keep blockquote markers when reflowing a blockquote nested in a list item (f601c8c)

Downloads

File Platform Checksum
rumdl-v0.2.22-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.22-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.22-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.22-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.22-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.22-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.22-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.21

Compare Source

Fixed
  • emphasis: align MD049 and MD037 with CommonMark flanking (#​681) (d1b9968)
  • ci: bump pinned Rust toolchain to 1.96.0 to unblock mise tool install (b2afd76)

Downloads

File Platform Checksum
rumdl-v0.2.21-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.21-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.21-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.21-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.21-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.21-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.21-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

grpc/grpc-java (io.grpc:grpc-bom)

v1.82.1

  • protoc-gen-grpc-java: Fix missing osx-x86_64 binary (#​12878). This fixes a regression in v1.82.0
graalvm/native-build-tools (org.graalvm.buildtools.native)

v1.1.3

Compare Source

What's Changed

Full Changelog: graalvm/native-build-tools@1.1.2...1.1.3


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 07:59 AM, only on Tuesday (* 0-7 * * 2)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copilot AI review requested due to automatic review settings June 30, 2026 01:09
@renovate renovate Bot requested a review from a team as a code owner June 30, 2026 01:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@laurit laurit merged commit c1a50c1 into main Jun 30, 2026
102 checks passed
@laurit laurit deleted the renovate/all-patch-versions branch June 30, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants