Skip to content

Commit 3fce7ab

Browse files
chore(deps): update all non-major dependencies (#1188)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [biome](https://redirect.github.com/biomejs/biome) | | patch | `2.3.10` → `2.3.11` | ![age](https://developer.mend.io/api/mc/badges/age/hermit/biome/2.3.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/biome/2.3.10/2.3.11?slim=true) | | [github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma) | require | minor | `v2.21.1` → `v2.23.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.23.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.21.1/v2.23.1?slim=true) | | [go](https://redirect.github.com/golang/go) | | patch | `1.25.5` → `1.25.6` | ![age](https://developer.mend.io/api/mc/badges/age/hermit/go/1.25.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/go/1.25.5/1.25.6?slim=true) | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.25.5` → `1.25.6` | ![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.25.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.25.5/1.25.6?slim=true) | | [uv](https://redirect.github.com/astral-sh/uv) | | patch | `0.9.18` → `0.9.26` | ![age](https://developer.mend.io/api/mc/badges/age/hermit/uv/0.9.26?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/uv/0.9.18/0.9.26?slim=true) | | [watchexec](https://redirect.github.com/watchexec/watchexec) | | patch | `2.3.2` → `2.3.3` | ![age](https://developer.mend.io/api/mc/badges/age/hermit/watchexec/2.3.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/watchexec/2.3.2/2.3.3?slim=true) | --- ### Release Notes <details> <summary>biomejs/biome (biome)</summary> ### [`v2.3.11`](https://redirect.github.com/biomejs/biome/compare/fd279f3071c2531a4f7f6a48ffcd5efc57bb29b2...1550e7399da3e51c1d22fe26f37a8ff45058c355) </details> <details> <summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary> ### [`v2.23.1`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.23.1) [Compare Source](https://redirect.github.com/alecthomas/chroma/compare/v2.23.0...v2.23.1) #### Changelog - [`5b4188b`](https://redirect.github.com/alecthomas/chroma/commit/5b4188b) fix: remove AGPL licensed testdata - [`b9b4edc`](https://redirect.github.com/alecthomas/chroma/commit/b9b4edc) Add `.env.*` pattern to bash lexer ([#&#8203;1197](https://redirect.github.com/alecthomas/chroma/issues/1197)) - [`f163adc`](https://redirect.github.com/alecthomas/chroma/commit/f163adc) docs: add AGENTS.md - [`fe6f0f3`](https://redirect.github.com/alecthomas/chroma/commit/fe6f0f3) fix: title link to Chroma ### [`v2.23.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.23.0) [Compare Source](https://redirect.github.com/alecthomas/chroma/compare/v2.22.0...v2.23.0) #### Changelog - [`610afd8`](https://redirect.github.com/alecthomas/chroma/commit/610afd8) feat: add light/dark mode toggle - [`1b5aad9`](https://redirect.github.com/alecthomas/chroma/commit/1b5aad9) fix: make just commands faster - [`84583c6`](https://redirect.github.com/alecthomas/chroma/commit/84583c6) fix: wait for WASM runtime to become ready at startup - [`1b6f6e7`](https://redirect.github.com/alecthomas/chroma/commit/1b6f6e7) fix: need relative import for wasm\_exec.js - [`2a78195`](https://redirect.github.com/alecthomas/chroma/commit/2a78195) fix: wasm builds got broken by the last change - [`f8a34ec`](https://redirect.github.com/alecthomas/chroma/commit/f8a34ec) feat: fix local dev so it falls back to server - [`6827057`](https://redirect.github.com/alecthomas/chroma/commit/6827057) refactor: migrate to Just - [`a60896f`](https://redirect.github.com/alecthomas/chroma/commit/a60896f) Create a lexer for Markless ([#&#8203;1195](https://redirect.github.com/alecthomas/chroma/issues/1195)) ### [`v2.22.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.22.0) [Compare Source](https://redirect.github.com/alecthomas/chroma/compare/v2.21.1...v2.22.0) ##### Changelog - [`467c878`](https://redirect.github.com/alecthomas/chroma/commit/467c878) fix: reverse order of `--lexer` to name, then file - [`649c24d`](https://redirect.github.com/alecthomas/chroma/commit/649c24d) Add KDL lexer ([#&#8203;1192](https://redirect.github.com/alecthomas/chroma/issues/1192)) - [`249a634`](https://redirect.github.com/alecthomas/chroma/commit/249a634) Add MoonBit lexer ([#&#8203;1191](https://redirect.github.com/alecthomas/chroma/issues/1191)) - [`3e1f428`](https://redirect.github.com/alecthomas/chroma/commit/3e1f428) Update Zig lexer and example ([#&#8203;1189](https://redirect.github.com/alecthomas/chroma/issues/1189)) - [`31592d5`](https://redirect.github.com/alecthomas/chroma/commit/31592d5) fix: no text auto-sizing on webkit ([#&#8203;1186](https://redirect.github.com/alecthomas/chroma/issues/1186)) - [`2e611c1`](https://redirect.github.com/alecthomas/chroma/commit/2e611c1) Add APKBUILD as filename to Bash lexer ([#&#8203;1187](https://redirect.github.com/alecthomas/chroma/issues/1187)) - [`c1adec8`](https://redirect.github.com/alecthomas/chroma/commit/c1adec8) chore(deps): update all non-major dependencies ([#&#8203;1185](https://redirect.github.com/alecthomas/chroma/issues/1185)) - [`24cc733`](https://redirect.github.com/alecthomas/chroma/commit/24cc733) fix(styles): update punctuation in Aura Theme to meet style guidelines ([#&#8203;1184](https://redirect.github.com/alecthomas/chroma/issues/1184)) - [`b0358e8`](https://redirect.github.com/alecthomas/chroma/commit/b0358e8) Add lexer for microcad ([#&#8203;1171](https://redirect.github.com/alecthomas/chroma/issues/1171)) </details> <details> <summary>golang/go (go)</summary> ### [`v1.25.6`](https://redirect.github.com/golang/go/compare/go1.25.5...go1.25.6) </details> <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.9.26`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0926) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.25...0.9.26) Released on 2026-01-15. ##### Python - Add CPython 3.15.0a5 ##### Enhancements - Add a hint to update uv when a managed Python download is not found ([#&#8203;17461](https://redirect.github.com/astral-sh/uv/pull/17461)) - Improve cache initialization failure error message ([#&#8203;17469](https://redirect.github.com/astral-sh/uv/pull/17469)) - Improve error message for abi3 wheels on free-threaded Python ([#&#8203;17442](https://redirect.github.com/astral-sh/uv/pull/17442)) - Add support for `--no-sources-package` ([#&#8203;14910](https://redirect.github.com/astral-sh/uv/pull/14910)) ##### Preview features - Add `METADATA.json` and `WHEEL.json` in uv build backend ([#&#8203;15510](https://redirect.github.com/astral-sh/uv/pull/15510)) - Add support for GCS request signing ([#&#8203;17474](https://redirect.github.com/astral-sh/uv/pull/17474)) - Adjust the process ulimit to the maximum allowed on startup ([#&#8203;17464](https://redirect.github.com/astral-sh/uv/pull/17464)) ##### Bug fixes - Lock to avoid concurrent refresh of pyx tokens ([#&#8203;17479](https://redirect.github.com/astral-sh/uv/pull/17479)) ##### Documentation - Add linting and formatting instructions to the CONTRIBUTING guide ([#&#8203;17470](https://redirect.github.com/astral-sh/uv/pull/17470)) - Avoid rendering `pyproject.toml` examples for more system-level settings ([#&#8203;17462](https://redirect.github.com/astral-sh/uv/pull/17462)) ### [`v0.9.25`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0925) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.24...0.9.25) Released on 2026-01-13. ##### Python - Add CPython 3.15.0a4 - Upgrade Tcl/Tk used by CPython to 9.0 ##### Enhancements - Add `--compile-bytecode` to `uv python install` and `uv python upgrade` to compile the standard library ([#&#8203;17088](https://redirect.github.com/astral-sh/uv/pull/17088)) - Allow disabling `exclude-newer` per package ([#&#8203;16854](https://redirect.github.com/astral-sh/uv/pull/16854)) - Broadcast `WM_SETTINGCHANGE` on `uv tool update-shell` ([#&#8203;17404](https://redirect.github.com/astral-sh/uv/pull/17404)) ##### Preview features - Detect workspace from `uv run` target ([#&#8203;17423](https://redirect.github.com/astral-sh/uv/pull/17423)) ##### Bug fixes - Avoid unwrapping size for file responses ([#&#8203;17434](https://redirect.github.com/astral-sh/uv/pull/17434)) - Use keyring authentication when retrieving `tool@latest` version ([#&#8203;17448](https://redirect.github.com/astral-sh/uv/pull/17448)) - Use latest Pyodide version for each python version ([#&#8203;17372](https://redirect.github.com/astral-sh/uv/pull/17372)) - Improve trampoline file handle closing ([#&#8203;17374](https://redirect.github.com/astral-sh/uv/pull/17374)) - Fix error message when installing musl python on armv7 ([#&#8203;17213](https://redirect.github.com/astral-sh/uv/pull/17213)) ### [`v0.9.24`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0924) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.22...0.9.24) Released on 2026-01-09. ##### Bug fixes - Fix handling of `UV_NO_SYNC=1 uv run ...` ([#&#8203;17391](https://redirect.github.com/astral-sh/uv/pull/17391)) - Rebuild dynamic distribution when version changes with `--no-cache` ([#&#8203;17387](https://redirect.github.com/astral-sh/uv/pull/17387)) ##### Documentation - Add Rust language classifier ([#&#8203;17389](https://redirect.github.com/astral-sh/uv/pull/17389)) ### [`v0.9.22`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0922) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.21...0.9.22) Released on 2026-01-06. ##### Enhancements - Use a dedicated error message when lockfile can't be found ([#&#8203;17318](https://redirect.github.com/astral-sh/uv/pull/17318)) ##### Bug fixes - Filter unusable wheels from the lockfile for more architectures ([#&#8203;17317](https://redirect.github.com/astral-sh/uv/pull/17317)) - Correctly count retries originating from early middleware errors ([#&#8203;17274](https://redirect.github.com/astral-sh/uv/pull/17274)) ##### Documentation - Clarify requirements file format in docs ([#&#8203;17284](https://redirect.github.com/astral-sh/uv/pull/17284)) ### [`v0.9.21`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0921) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.20...0.9.21) Released on 2025-12-30. ##### Bug fixes - Fix regression where zstd distribution hashes were not considered valid ([#&#8203;17265](https://redirect.github.com/astral-sh/uv/pull/17265)) ##### Documentation - Fix a typo in the resolution documentation ([#&#8203;17258](https://redirect.github.com/astral-sh/uv/pull/17258)) - Fix a typo in `python install --default` documentation ([#&#8203;9826](https://redirect.github.com/astral-sh/uv/pull/9826)) ### [`v0.9.20`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0920) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.18...0.9.20) Released on 2025-12-29. This is a re-release of 0.9.20, with internal crate versions incremented to enable publishing to crates.io. </details> <details> <summary>watchexec/watchexec (watchexec)</summary> ### [`v2.3.3`](https://redirect.github.com/watchexec/watchexec/releases/tag/v2.3.3): CLI v2.3.3 Fixes from contributors: - bring watchexec global ignore file discovery in line with git ([#&#8203;973](https://redirect.github.com/watchexec/watchexec/issues/973)) - eliminate a panic when SIGTERM is received in some circumstances ([#&#8203;982](https://redirect.github.com/watchexec/watchexec/issues/982)) All dependencies were also updated. A change in the "bosion" crate, which provides build-time information for the verbose version output, means that the dependency tree when building from source is about 300 crates lighter, which should result in \~30-60 seconds faster builds. Development pace has slowed considerably but Watchexec remains pretty solid, though it has its various longstanding bugs. Contributions are always appreciated. Let's hope 2026 is a good year. </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**: 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/alecthomas/chroma). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b4188b commit 3fce7ab

12 files changed

Lines changed: 10 additions & 10 deletions

File tree

File renamed without changes.
File renamed without changes.

‎bin/biome‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.biome-2.3.10.pkg
1+
.biome-2.3.11.pkg

‎bin/go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.25.5.pkg
1+
.go-1.25.6.pkg

‎bin/gofmt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.25.5.pkg
1+
.go-1.25.6.pkg

‎bin/uv‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.uv-0.9.18.pkg
1+
.uv-0.9.26.pkg

‎bin/uvx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.uv-0.9.18.pkg
1+
.uv-0.9.26.pkg

‎bin/watchexec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.watchexec-2.3.2.pkg
1+
.watchexec-2.3.3.pkg

0 commit comments

Comments
 (0)