chore(deps): update all dependencies#2153
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
8a81fe2 to
4e4cf9f
Compare
ac68210 to
247425d
Compare
f9d3370 to
6f790ae
Compare
772bc5f to
1efa573
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2153 +/- ##
=======================================
Coverage 78.79% 78.79%
=======================================
Files 16 16
Lines 1844 1844
=======================================
Hits 1453 1453
Misses 391 391
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^0.44.0→^0.72.01.31.5→1.31.131.55.0→1.60.05.85.6→5.100.1020.19.11→20.19.41v4.2.0→v4.4.0v5.4.0→v5.6.010.4.21→10.5.0==5.3.3→==5.5.20.25.5→0.28.03.3.1→3.7.0==6.0.0→==6.0.22.4.6→2.4.9==2.173.0→==2.196.0==0.2.0→==0.4.0==3.8.2→==3.10.23.1.10→3.1.144.0.1→4.1.13.10→3.143.10.14→3.14.56.30.1→6.30.3==2.33.0→==2.34.0==0.25.7→==0.26.01.89.2→1.99.0==1.6.1→==1.8.0==3.0.2→==3.0.4==2.49.0→==2.59.029.4.1→29.4.92.2.1→2.2.21.7.0→1.7.1v0.5.2→v0.5.3Release Notes
LottieFiles/dotlottie-web (@lottiefiles/dotlottie-web)
v0.72.1Compare Source
Patch Changes
a354c24: Fix WebGPU rendering channel-swapped or black on platforms where the preferred canvas format isn'tbgra8unorm(e.g. Android/Linux Chrome). The redundant JS-sidegpuCtx.configure()calls were conflicting with ThorVG'sbgra8unormpipelines and have been removed; ThorVG now owns surface configuration via thedotlottie-rsbridge.c0011a4: Fall back to bufferedWebAssembly.instantiatewhen streaming instantiation fails on both CDN URLs. Some iOS WKWebView builds rejectWebAssembly.instantiateStreamingfor otherwise validResponseobjects, which previously surfaced asWASM loading failed from all sources.and a blank canvas. The loader now retries by fetching the bytes itself and passing anArrayBuffertoinit, bypassing the streaming code path.v0.72.0Compare Source
Minor Changes
d4df529: - Upgradedotlottie-rswasm bindings to v0.1.57-6d23176.ImageDataand rebuilding it only when the canvas dimensions or the WASM-backedArrayBufferchange.queueMicrotaskinstead ofsetTimeout(..., 0)for lower-latency, lower-overhead delivery.performance.now()in the Node frame strategy for higher-resolution timing.postMessage.Patch Changes
73046d6: FixError: null pointer passed to rustthrown fromDotLottie.destroy()on iOS Safari 15.5. Makedestroy()idempotent: null_dotLottieCorebefore invokingfree(), and swallow wasm-side cleanup errors so they don't propagate into React error boundaries on unmount.v0.71.0Compare Source
Minor Changes
4e36cb7: Upgrade dotlottie-rs WASM bindings to v0.1.57v0.70.0Compare Source
Minor Changes
dbac41d: chore: upgrade dotlottie-rs v0.1.56-f01de8a WASM bindingsdbac41d: chore: remove unstable tween apiv0.69.0Compare Source
Minor Changes
47d5995: Dependency Updates:dotlottie-rsWASM bindings to v0.1.56 (commit4922138): This update integrates core underlying fixes for the state machine.State Machine fixes:
load_animation()re-applied saved themes specific to the old animation. These stale slot values causedflush_slots()to fail, silently breakingrender()and preventing theOnCompleteevent from firing.GlobalStateconfiguration: Ignored theanimationproperty onGlobalState.v0.68.0Compare Source
Minor Changes
cd4365c: feat: update dotlottie-rs WASM bindings to v0.1.56Patch Changes
e7c1c70: Pass{ module_or_path: url }to wasm-bindgeninit()instead of a raw string to fix deprecation warningv0.67.0Compare Source
Minor Changes
01d79c4: chore: updated dotLottie-rs v0.1.55 WASM bindingsv0.66.2Compare Source
Patch Changes
95ceb90: Fix self-contained bundle generation with separate build configsv0.66.1Compare Source
Patch Changes
901172a: chore: upgrade dotlottie-rs WASM to version 0.1.54-75ea13aThis includes the following changes:
v0.66.0Compare Source
Minor Changes
3a1736d: Add WebGL and WebGPU rendering backendsDotLottieWebGLclass for hardware-accelerated rendering via WebGL 2 (importable from@lottiefiles/dotlottie-web/webgl)DotLottieWebGPUclass for hardware-accelerated rendering via WebGPU (importable from@lottiefiles/dotlottie-web/webgpu)./dotlottie-player.wasm,./webgl/dotlottie-player.wasm,./webgpu/dotlottie-player.wasm) enabling?urlimports in bundlers like VitecreateWasmLoaderfactory, eliminating duplicated fallback logic across renderersa7455a9: Migrate WASM bindings from Emscripten/embind to wasm-bindgeninit()based loadingpoll_event,sm_poll_event)Uint8Arrayfor binary data instead of byte-by-byte VectorChar copyingloopCountgetter to return running loop count viacurrent_loop_count()loadAnimation()to drain events and dispatch errors correctlynew URL()fallback in wasm-bindgen output to prevent Webpack/Next.js build failuresv0.65.0Minor Changes
1797c60: feat: addedDotLottieWorkerslots apisPatch Changes
1797c60: chore: update dotlottie-rs wasm bindings to v0.1.54-495df0ev0.64.2Patch Changes
ced9855: Add requiredcolorStopCountparameter tosetGradientSlot()to distinguish color stops from opacity stops in gradient data. Refactor all slot methods to always re-render after slot operations.v0.64.1Compare Source
Patch Changes
c015630: Fixes build time variable injection for package name and version.v0.64.0Compare Source
Minor Changes
786ac3f: chore: migrate tooling to Biome, update Node/pnpm versions, and cleanup fixturesfe95559: chore: update wasm bindings of dotLottie-rs@v0.1.54-5b9fefev0.63.0Compare Source
Minor Changes
60640e1: chore: bump dotlottie-rs wasm bindings version to 0.1.54-e1cda0cv0.62.0Compare Source
Minor Changes
de6f1e2: fix: text slot overriding7ab00db: feat(types): Add structured Theme type for setThemeDatasetThemeDatato accept either aThemeobject or JSON stringThemeColorRule,ThemeScalarRule,ThemePositionRule,ThemeVectorRule,ThemeGradientRule,ThemeImageRule,ThemeTextRuleBezierHandleto acceptnumber | number[]to match Lottie specv0.61.0Compare Source
Minor Changes
8fc283f: feat: slots apiv0.60.0Compare Source
Minor Changes
7ad6b24: feat: add setCanvas apiv0.58.1Compare Source
Patch Changes
d0ecda1: fix: buffer size mismatch warningsv0.58.0Compare Source
Minor Changes
6091731: chore: bump dotlottie-rs v0.1.53 WASMv0.57.0Compare Source
Minor Changes
4bf1e54: chore: update dotlottie-rs v0.1.52 wasm bindingsv0.56.0Compare Source
Minor Changes
3d2eed2: feat: addregisterFontstatic method inDotLottieandDotLottieWorkerfor custom font registration.v0.55.0Compare Source
Minor Changes
34b3f1a: chore: update dotlottie-rs v0.1.50 wasm bindingsv0.54.1Compare Source
Patch Changes
7fc33a7: fix: 🐛 re-render after applying a theme/slotsv0.54.0Compare Source
Minor Changes
4f7f8c1: chore: bump dotLottie-rs WASM bindings to v0.1.49v0.53.1Compare Source
Patch Changes
b4d63f3: fix: preserve animation layout when starting state machinev0.53.0Compare Source
Minor Changes
7f87fe1: feat: upgrade dotlottie-rs v0.1.48 wasm bindings7f87fe1: feat: added a newqualityproperty (0-100) torenderConfigthat allows balancing the quality andperformance of layer effects
Patch Changes
7d8b5aa: fixed open url config creation before starting state machinev0.52.2Compare Source
Patch Changes
9ffec52: fixes the state machines internal state whilst tweeningv0.52.1Compare Source
Patch Changes
11b1fc1: fix: rerender after animation transformv0.52.0Compare Source
Minor Changes
0a5dd40: feat: add animation getTransform and setTransform methodsv0.51.2Compare Source
Patch Changes
30c6770: fixed on_complete firingv0.51.1Compare Source
Patch Changes
f353c46: fix: resetting the loops count after playv0.51.0Compare Source
Minor Changes
bfac3c6: feat: added loopCount to DotLottie's config to control the number of playback loopsPatch Changes
e72e6e8: fix: rerender on canvas resizev0.50.2Compare Source
Patch Changes
7090211: fix: reset playback config when state machine is stoppedv0.50.1Compare Source
Patch Changes
43ebcec: fix: newValue and oldValue parameters in state machine input callbacksv0.50.0Compare Source
Minor Changes
a01796d: refactor: Replace manual event dispatching with WASM CallbackObserver integration41dff2e: chore: upgrade dotLottie-rs WASM bindings to v0.1.475bd67a5: refactor: update state machine related APIsa01796d: chore: upgrade dotlottie-rs WASM bindings to v0.1.46a01796d: fix: Canvas off-screen optimization condition inisElementInViewportPatch Changes
1744a2c: chore: addsideEffects: falseflag topackage.jsonto allow tree shakingv0.49.0Compare Source
Minor Changes
e3c09bb: chore: upgrade dotLottie-rs v0.1.45 WASM bindingsv0.48.0Compare Source
Minor Changes
950ad52: feat: add experimentaltweenandtweenToMarkermethodsv0.47.0Compare Source
Minor Changes
ff1cb3a: chore: update dotLottie-rs WASM bindings to v0.1.44Patch Changes
93bae08: fix: validate exact buffer size equality in canvas renderingv0.46.0Compare Source
Minor Changes
b78ac03: chore: update dotLottie-rs WASM bindings to v0.1.43v0.45.0Compare Source
Minor Changes
8e8ed12: feat: added animationSize method to DotLottieWorker6c07dae: chore: update dotlottie-rs WASM bindings to v0.1.426c07dae: fix: dotLottie.totalframes return correct Lottie total frames count6c07dae: feat: addanimationIdtoConfigfor initial loading of a specific animationpercy/cli (@percy/cli)
v1.31.13Compare Source
What's Changed
✨ Enhancements
Full Changelog: percy/cli@v1.31.12...v1.31.13
v1.31.12Compare Source
New Contributors
Full Changelog: percy/cli@v1.31.11...v1.31.12
v1.31.11Compare Source
What's Changed
🐛 Bug Fixes
🏗 Maintenance
⬆️⬇️ Dependency Updates
New Contributors
Full Changelog: percy/cli@v1.31.10...v1.31.11
v1.31.10Compare Source
What's Changed
✨ Enhancements
Added uri check for serialized iframes by @aryanku-dev in #2128
New Contributors
Full Changelog: percy/cli@v1.31.9...v1.31.10
v1.31.9Compare Source
What's Changed
✨ Enhancements
🐛 Bug Fixes
Full Changelog: percy/cli@v1.31.8...v1.31.9
v1.31.8Compare Source
What's Changed
✨ Enhancements
New Contributors
Full Changelog: percy/cli@v1.31.7...v1.31.8
v1.31.7Compare Source
What's Changed
✨ Enhancements
Full Changelog: percy/cli@v1.31.6...v1.31.7
v1.31.6Compare Source
What's Changed
✨ Enhancements
🐛 Bug Fixes
🏗 Maintenance
Full Changelog: percy/cli@v1.31.5...v1.31.6
microsoft/playwright (@playwright/test)
v1.60.0Compare Source
🌐 HAR recording on Tracing
tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same
content,modeandurlFilteroptions asrecordHar. The returned Disposable makes it easy to scope a recording withawait using:🪝 Drop API
New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches
dragenter,dragover, anddropwith a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:🎯 Aria snapshots
page.locator('body').boxesoption on locator.ariaSnapshot() / page.ariaSnapshot() appends each element's bounding box as[box=x,y,width,height], useful for AI consumption.🛑 test.abort()
New test.abort() aborts the currently running test from a fixture, hook, or route handler with an optional message. Use it when you have detected an unrecoverable misuse and want to fail the test right away:
New APIs
Browser, Context and Page
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.