chore(deps): update all non-major dependencies #585
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:
^28.0.0→^28.1.0^1.2.15→^1.2.16^2.33.1→^2.33.3^3.20.0→^3.21.0^24.10.4→^24.10.7^3.13.5→^3.14.0^12.23.26→^12.25.010.27.0→10.28.0^7.3.0→^7.3.1^3.2.1→^3.2.2Release Notes
antfu-collective/ni (@antfu/ni)
v28.1.0Compare Source
🐞 Bug Fixes
View changes on GitHub
rive-app/rive-wasm (@rive-app/canvas)
v2.33.3Compare Source
Commits
b5a7391f646cd00488666cacc1bb85c551970a383d209e1b6baac90288f20541f38327a4e9d5004fc85fv2.33.2Compare Source
Commits
66cf983c05b97dc9be8038e395d65b20c488f9dae9e16bc56df0db413ca4d8a41d316cda3bf2c56f08da6872214923b32090ab6a7699b891fd86801shikijs/shiki (@shikijs/vitepress-twoslash)
v3.21.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
asciinema/asciinema-player (asciinema-player)
v3.14.0: 3.14.0Compare Source
This is a significant release, with major refactoring to the terminal renderer.
Notable changes:
boldIsBrightoption (see below)New terminal renderer
The terminal renderer is now 2x faster, resulting in reduced (typically zero) frame skips, and lower CPU and memory usage. In practice, the playback is smoother (up to 60 FPS, since there's no fixed frame rate) even for the most demanding animations.
There are 4 changes in this new implementation that contribute to better performance:
<canvas>,Other than improving performance, moving block symbol rendering to a crisp, pixelated canvas resulted in perfect alignment of block chars with the background. No more visual glitches for ANSI art!
Last but not least, 4 Powerline symbols (2 arrows, 2 triangles) and the smooth mosaic character set are now rendered as SVG instead of relying on fonts, giving them better alignment and making those glyphs look consistent across browsers/platforms.
Check out these cool demos to see the new renderer in action:
https://asciinema.org/a/648882 - Amiga themed Terminal Multiplexer
https://asciinema.org/a/370006 - Impossible Flappy
https://asciinema.org/a/150828 - term81 - voxel
https://asciinema.org/a/150843 - term81 - tunnel
https://asciinema.org/a/141032 - cbeams
https://asciinema.org/a/423181 - Tetris
https://asciinema.org/a/335029 - Gorched
New
boldIsBrightoptionSince the early days, the player assumed the classic (legacy) logic of "when text has the bold attribute it should be rendered in high-intensity/bright variant of its color", e.g., bold + color 2 was rendered as bold + color 10. This logic was often used by terminal emulators in the past, and many of them provided a setting for enabling/disabling this behavior.
With this version, the "bold makes it bright" is disabled by default (
boldIsBright: false), but it can be enabled by settingboldIsBright: truewhen initializing the player. Whether you should use it or not depends on your terminal and its corresponding setting. Many modern terminal emulators don't enable this behavior by default, so when in doubt, just leave it off.motiondivision/motion (motion)
v12.25.0Compare Source
Added
Reorder.Itemreaches the edges of its parent scrollable container.v12.24.12Compare Source
Fixed
v12.24.11Compare Source
Fixed
v12.24.10Compare Source
v12.24.9Compare Source
Fixed
DialogwithAnimatePresence.v12.24.8Compare Source
Fixed
calc()values.v12.24.7Compare Source
Fixed
AnimatePresence.v12.24.6Compare Source
Fixed
matchMediacallbacks.v12.24.5Compare Source
Fixed
refaccess error forAnimatePresencepopLayoutmode in React 19.v12.24.4Compare Source
Fixed
reffunctions that return a cleanup callback.v12.24.3Compare Source
Fixed
onAnimationStartandonAnimationCompletecallbacks fire foruseSpring.v12.24.2Compare Source
Fixed
useDragControlssnapToCursor: true` works with initial transforms.v12.24.1Compare Source
Fixed
styleon SVG elements.JSXis correctly imported byReorder.Item.v12.24.0Compare Source
Added
{ type: "svg" }option tomotion.create()for creating custom SVG components.pxdefault value type for CSS logical properties (paddingBlock,paddingInline,marginBlock,marginInline).Fixed
JSXimport error.motion-dombuild.srcfrom distributed package.v12.23.28Compare Source
Fixed
MotionStyletype with React 19 whenskipLibCheckisfalse.processcheck for better compat with ESM environments.v12.23.27Compare Source
Fixed
motionimport.pnpm/pnpm (pnpm)
v10.28.0Compare Source
vitejs/vite (vite)
v7.3.1Compare Source
Please refer to CHANGELOG.md for details.
vuejs/language-tools (vue-tsc)
v3.2.2Compare Source
language-core
language-plugin-pug
language-service
=""for boolean props completion edits (#5888) - Thanks to @KazariEX!typescript-plugin
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: 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.