Skip to content

fix(deps): update all patch versions#19013

Merged
laurit merged 2 commits into
mainfrom
renovate/all-patch-versions
Jun 16, 2026
Merged

fix(deps): update all patch versions#19013
laurit merged 2 commits into
mainfrom
renovate/all-patch-versions

Conversation

@renovate

@renovate renovate Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@github/copilot 1.0.601.0.61 age confidence dependencies patch 1.0.63 (+1)
rumdl 0.2.100.2.17 age confidence patch
com.google.protobuf:protobuf-java-util (source) 4.35.04.35.1 age confidence dependencies patch
org.graalvm.buildtools.native 1.1.11.1.2 age confidence plugin patch
com.github.jk1.dependency-license-report 3.1.23.1.4 age confidence plugin patch

Release Notes

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

v1.0.61

Compare Source

  • Polish /agents picker and Create New Agent wizard with consistent borders, headers, and styled inputs
  • Fixed a bug where resuming a session could leave the screen blank
  • Add /settings interactive dialog to browse and edit all user settings in one place
  • Resuming a local session with memory disabled no longer crashes the UI to a blank screen
  • /after and /every commands now appear in the /experimental slash command list
  • Auto-load MCP servers from .github/mcp.json workspace config file
  • /env output hides internal hooks and shows full file paths for hook sources
  • Prevent crashes from malformed UTF-8, oversized string buffers, and terminal disconnect errors
  • Add support for Claude Fable 5 model
  • Gemini models work correctly with MCP tools that use nullable schema types
  • Number-key selection in pickers (e.g. /agent) works for items 10 and beyond
  • GitHub issue and PR references inside existing links no longer create broken nested autolinks
  • Bash tool correctly handles multi-byte UTF-8 characters (em dash, curly quotes, etc.) in command input
  • Symlinked directories now appear in @​-file picker suggestions
  • MCP OAuth re-authentication correctly uses the saved OAuth client ID for remote servers
  • Pasted images no longer leak into the main prompt after a permission dialog closes
  • Press '/' in the /agent picker to filter agents by name
  • Configure home tab bar visibility, order, and hidden tabs via the tabs setting in settings.json
  • grep and glob tools correctly handle single path arguments, preventing missed search results
  • Hook progress status lines marked as temporary collapse in place instead of accumulating in the conversation timeline
  • /fork shows a "Creating fork..." progress notification while the fork is being created
  • /mcp search works correctly with external registries
  • Use natural language with /every and /after to schedule tasks using cron expressions, calendar times, or relative durations
  • Light theme secondary background color is now rendered correctly
  • Search bar match count stays inside the prompt frame
  • GitHub theme adapts to light terminals with an authentic GitHub Primer light color palette
  • Add mTLS and private-CA support for OTLP telemetry export over HTTPS
  • Fixed false positives in shell command validation that could block harmless commands containing words like "kill" in string literals or embedded documents (heredocs).
  • Add full screen scrollbar
  • Grep searches in large monorepos use an indexed search engine for significantly faster results
  • /sessions now navigates to the Sessions tab instead of opening an overlay
  • Add http/protobuf OTLP HTTP export via standard OTel protocol env vars
  • Prompt mode surfaces model-load errors on stderr instead of exiting silently
  • Add /worktree command (aliased /move) to create a new git worktree and switch into it, moving any uncommitted changes along
  • Plugin install enforces managed marketplace policy even when settings cannot be fetched due to network errors
  • /help now lists $HOME/.copilot/instructions/**/*.instructions.md alongside the other user-level instruction locations
  • Colors render correctly in WSL and tmux sessions instead of falling back to a degraded palette
  • Exit shell mode by pressing Esc or Ctrl+C on an empty prompt, in addition to Backspace
  • Add beepOnSchedule setting to disable completion beeps for scheduled /every and /after runs
rvben/rumdl (rumdl)

v0.2.17

Compare Source

Fixed
  • md077: skip footnote definition bodies in list continuation check (#​669) (388b63f) - thanks @​vEnhance
  • lsp: offer quick fixes across a diagnostic's full line span (c533b75)

Downloads

File Platform Checksum
rumdl-v0.2.17-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.17-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.17-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.17-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.17-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.17-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.17-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.16

Compare Source

Added
  • config: expand environment variables in extends paths (ee98810)

Downloads

File Platform Checksum
rumdl-v0.2.16-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.16-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.16-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.16-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.16-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.16-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.16-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.15

Compare Source

Fixed
  • md038: keep whitespace-only code spans verbatim (afe5b43)

Downloads

File Platform Checksum
rumdl-v0.2.15-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.15-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.15-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.15-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.15-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.15-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.15-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.14

Compare Source

Added
  • release: publish an alpine container image flavour (10fc739)
Fixed
  • discovery: honor config include patterns with non-standard extensions (4436dd7)

Downloads

File Platform Checksum
rumdl-v0.2.14-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.14-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.14-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.14-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.14-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.14-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.14-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.13

Compare Source

Added
  • release: publish multi-arch container image to ghcr.io (2e3d70b)
  • MD072: add required-keys option to enforce frontmatter key presence (7e8c78f)
  • config: file-precise provenance in rumdl config output (f401004)
Fixed
  • config: probe the working directory for project config even when it is $HOME (b49a2f8)

Downloads

File Platform Checksum
rumdl-v0.2.13-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.13-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.13-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.13-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.13-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.13-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.13-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.12

Compare Source

Fixed
  • discovery: normalize path_relative_to output to forward slashes on Windows (36c8fd9)
  • lsp: apply document fixes through the FixCoordinator (a5c5da1)
  • stdin: lint stdin through the shared engine (065c4d2)

Downloads

File Platform Checksum
rumdl-v0.2.12-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.12-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.12-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.12-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.12-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.12-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.12-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.11

Compare Source

Fixed
  • lsp: rebuild and prune workspace index when configuration changes (9ca9049)
  • lsp: align workspace file discovery with CLI semantics (7a5d6aa)

Downloads

File Platform Checksum
rumdl-v0.2.11-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.11-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.11-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.11-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.11-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.11-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.11-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.

graalvm/native-build-tools (org.graalvm.buildtools.native)

v1.1.2

Compare Source

What's Changed

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


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.

@renovate renovate Bot requested a review from a team as a code owner June 16, 2026 03:27
Copilot AI review requested due to automatic review settings June 16, 2026 03:27

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 encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@laurit laurit merged commit 1fd5afe into main Jun 16, 2026
100 checks passed
@laurit laurit deleted the renovate/all-patch-versions branch June 16, 2026 05:42
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