chore(deps): update all non-major dependencies #549
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.13->^1.2.14^1.2.14->^1.2.16^24.6.2->^24.7.2^66.5.2->^66.5.3^66.5.2->^66.5.3^66.5.2->^66.5.3^3.11.0->^3.12.1^10.2.3->^10.3.1^1.39.10->^1.40.0^4.4.1->^4.4.2^16.2.3->^16.2.4^12.23.22->^12.23.2410.18.0->10.18.2^66.5.2->^66.5.3^3.1.0->^3.1.1Release Notes
unocss/unocss (@unocss/cli)
v66.5.3Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
asciinema/asciinema-player (asciinema-player)
v3.12.1: 3.12.1Compare Source
This version includes additional fix for seeking past the end of recording and restarting the playback.
v3.12.0: 3.12.0Compare Source
Notable changes:
Live audio playback
The
audioUrloption, introduced in v3.11, can now also be used with live (WebSocket) sources:The URL should be a live audio source - either a direct HTTP audio stream (.mp3, .aac, .ogg, etc) such as Icecast/Shoutcast endpoint, or HLS playlist (.m3u8).
Note that it's not recommended to use
autoplay: trueoption together withaudioUrl- browsers often require explicit user activity (click, tap) to enable sound, which in the player's case would be starting the playback by clicking on the play button. Without user click theautoplaywill start the playback but the sound likely won't be there.Also, for the audio playback to work a server that handles the audio URL (e.g. Icecast) must be configured to allow CORS requests from the page (URL) that hosts the player.
New adaptive buffering
The WebSocket driver uses adaptive buffer (expressed in time) to ensure smooth, stutter free playback of live sessions with minimal latency.
The previous algorithm used a moving average over a sliding window of N recent latencies. It did ok-ish job, but given the sparse nature of the event stream (no constant rate) it turned out to be not ideal. Here's how it performed. Red dots are measured latencies, green line is effective buffer time:
The new algorithm uses time based EMA (exponential moving average), which is much more relevant for sparse events, resulting in more stable and overall lower buffer size when applied to a wide spectrum of terminal activities (here applied to the same input latencies as the one above):
v3.11.1: 3.11.1Compare Source
This release brings additional fixes for audio loading in Safari.
antfu-collective/bumpp (bumpp)
v10.3.1Compare Source
No significant changes
View changes on GitHub
v10.3.0Compare Source
🚀 Features
--releasefor release type - by @luoling8192 in #97 (5af7b)View changes on GitHub
toss/es-toolkit (es-toolkit)
v1.40.0Compare Source
Released on October 8th, 2025.
sumByto pass the element index to thegetValuecallback function.uniqfunction.cloneDeepWithto handle runtime errors in environments without Blob support and correctly clone Boolean, Number, and String objects.omitto avoid unnecessary deep cloning, improving performance.toCamelCaseKeysto properly handle PascalCase type conversion.toPathto correctly handle arrays and non-string inputs.repeatto validate and handle invalid repeat counts.sortedIndexByto properly handle default iteratee.somepredicate check to correctly handle null and undefined cases.compat/unsetwith nonexistent paths.We sincerely thank @wo-o29, @D-Sketon, @HidenLee, @yoouung, @manudeli, @dayongkr, @Li13, @nicklemmon, @sen2y, @miinhho, @raon0211, @joshkel, @jgjgill, @mlnwns, @Dohun-choi, @PinkChampagne17, @sukvvon, @YOUNGHO8762, @caseBread, @Jeongeun-Choi, @artechventure and hoyyChoi for their contributions. We appreciate your great efforts!
less/less.js (less)
v4.4.2Compare Source
lint-staged/lint-staged (lint-staged)
v16.2.4Compare Source
Patch Changes
#1682
0176038Thanks @iiroj! - Update dependencies, including[email protected]with bug fixes.#1671
581a54eThanks @iiroj! - Speed up execution by only importing theyamldepedency if using YAML configuration files.motiondivision/motion (motion)
v12.23.24Compare Source
Fixed
initial={false}.v12.23.23Compare Source
Added
PresenceChildandPopChildtype for internal use.pnpm/pnpm (pnpm)
v10.18.2Compare Source
Patch Changes
pnpm outdated --longshould work #10040.pnpm dlxshould request the full metadata of packages, whenminimumReleaseAgeis set #9963.EPIPEerrors when piping output to other commands #10027.v10.18.1Compare Source
Patch Changes
--lockfile-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows #5700.pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.vuejs/language-tools (vue-tsc)
v3.1.1Compare Source
Features
--tsdkcommand line arg (#5691)Bug Fixes
RefbyRefSymbolproperty (#5687) - Thanks to @KazariEX!__vue__in project instead of program (#5690)$scopedSlotssupport for Vue 2__VLS_export(#5696) - Thanks to @KazariEX!Other Changes
writeGlobalTypeswithout side effectsConfiguration
📅 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: 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.