fix(deps): update prod patch updates - #1457
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Collaborator
|
Closing in the backlog value sweep. This is documentation, test-only, dependency upkeep, refactoring, or narrow diagnostic/ergonomic polish without enough current user impact or an active merge path to justify carrying it open. Please reopen or resubmit against current main if the need is still concrete. |
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.0.5→^0.0.8^6.20.1→^6.20.3^6.4.9→^6.4.12^6.2.2→^6.2.5^6.12.2→^6.12.4^6.1.2→^6.1.3^3.2.1→^3.2.2^4.0.0→^4.0.521^3.14.6→^3.14.10^0.2.1→^0.2.2^4.4.0→^4.4.3^0.18.12→^0.18.13^8.5.8→^8.5.28^7.1.2→^7.1.6^7.1.4→^7.1.6^4.0.0→^4.0.521^0.35.0→^0.35.4^7.4.3→^7.5.22Release Notes
chenglou/pretext (@chenglou/pretext)
v0.0.8Compare Source
Added
.tssource instead of the.d.tsfiles.Fixed
v0.0.7Compare Source
Changed
layoutNextLine()andlayoutNextLineRange()now avoid redundant chunk lookup in chunk-heavy manual layout paths (#140).Fixed
{ wordBreak: 'keep-all' }now handles no-space mixed Latin, numeric, and CJK text more like browsers.¡,¿, German low quotes, and⸘now stays with the following word instead of dangling at line end (#165).$,%,€,+,−, and°now stay attached to adjacent text the way browser line breaking does (#105).v0.0.6Compare Source
Added
letterSpacingsupport onprepare(),prepareWithSegments(), and each existing rich-inline item (#108, #156).Fixed
codemirror/lang-javascript (@codemirror/lang-javascript)
v6.2.5Compare Source
Bug fixes
Support code folding of JSX elements and tags.
When reading properties in
scopeCompletionSource, use the original object, not a prototype.v6.2.4Compare Source
Bug fixes
Fix a crash in the
esLinthelper when a rule'smeta.docsisn't defined.Properly dedent lines starting with an opening curly brace below composite statements like
for/while.v6.2.3Compare Source
Bug fixes
Disable JavaScript completions in JSX context.
codemirror/theme-one-dark (@codemirror/theme-one-dark)
v6.1.3Compare Source
Bug fixes
Add a .d.cts file to make TypeScript happy.
puppeteer/puppeteer (@puppeteer/browsers)
v3.2.2Compare Source
Miscellaneous Chores
Dependencies
Bug Fixes
remotion-dev/remotion (@remotion/cli)
v4.0.521Compare Source
What's Changed
remotion: Fix playback rate resetting on media reload by @JonnyBurger in #11081remotion: AddassetTypetoInteractivitySchemaby @samohovets in #11068@remotion/bundler: Enable incremental chunk graph builds by @JonnyBurger in #11023@remotion/install-whisper-cpp: FixinstallWhisperCpp()with Windows paths containing spaces by @JonnyBurger in #11089@remotion/media: Fix video rendering stalls on Windows by @samohovets in #11018@remotion/player: Prevent resume timeout from muting user-initiated playback by @JonnyBurger in #11016@remotion/studio: Add interactive Remotion upgrades by @JonnyBurger in #11087@remotion/studio: Add composition and folder reordering by @JonnyBurger in #11031@remotion/studio: Add persistent collapsing of timeline layer children by @JonnyBurger in #11088@remotion/studio: Add persistent frame format for timeline ticks by @JonnyBurger in #11078@remotion/studio: Expand timeline layer edge hit areas by @JonnyBurger in #11075@remotion/studio: Import Remotion caption JSON by @samohovets in #11055@remotion/studio: Rename web render action to Render in browser by @samohovets in #11021@remotion/studio: Distinguish browser and server render modals by @samohovets in #11028@remotion/studio: Preserve font weight value types in Inspector by @JonnyBurger in #11017@remotion/studio: Fix custom asset values missing from Inspector by @samohovets in #11057@remotion/studio: Fix context menu actions triggering on right-click by @JonnyBurger in #11025@remotion/studio: Fix timeline drags snapping back on mouse release by @JonnyBurger in #11082@remotion/studio: Fix timeline media jitter when trimming by @JonnyBurger in #11024@remotion/studio: Fix web rendering when OPFS is unavailable by @JonnyBurger in #11015@remotion/studio-codemods: Split JSX without Prettier by @JonnyBurger in #11019@remotion/studio-protocol: Remove legacy Studio discovery probe by @samohovets in #11046@remotion/studio-protocol: Ignore non-Studio responses during discovery by @samohovets in #11048Elements
iframeusingpostMessageby @samohovets in #11038Docs
Internal and experimental
Full Changelog: remotion-dev/remotion@v4.0.520...v4.0.521
v4.0.520Compare Source
What's Changed
remotion: Replace imperative playing ref withplaybackStoreandusePlaying()by @Octember in #10956remotion: Canonicalize playing and buffering subscriptions by @Octember in #10991remotion: Update sequence registrations in place by @JonnyBurger in #10992@remotion/media: Upgrade Mediabunny to 1.55.5 by @JonnyBurger in #11006@remotion/media: Add preview pitch shifting by @JonnyBurger in #11008@remotion/studio: Hide FPS counter on narrow viewports by @JonnyBurger in #10966@remotion/studio: Restore reset zoom button styling by @JonnyBurger in #10969@remotion/studio: Addget_current_errorWebMCP tool by @JonnyBurger in #10971@remotion/studio: Prevent timeline asset drops through modals by @JonnyBurger in #10979@remotion/studio: Fix source inspector alignment by @JonnyBurger in #10980@remotion/studio: Add folder hierarchy to Quick Switcher composition search by @JonnyBurger in #10988@remotion/studio: Fix selection after context-menu deletion by @JonnyBurger in #10990@remotion/studio: Move composition dragging out of Studio Protocol by @samohovets in #10993@remotion/studio: Fade unselected timeline tracks by @JonnyBurger in #10997@remotion/studio: Add composition context menu to Quick Switcher by @JonnyBurger in #10998@remotion/studio: Preserve markup order during Fast Refresh by @JonnyBurger in #11002@remotion/studio: Fix maximum timeline zoom at 30 pixels per frame by @JonnyBurger in #11010@remotion/studio: Increase timeline waveform fidelity with composition FPS by @JonnyBurger in #11011@remotion/studio-protocol: Fix discovery with unknown capabilities by @samohovets in #10975@remotion/studio-protocol: Validate protocol payloads with Zod Mini by @samohovets in #10983@remotion/studio-shared: Remove Studio Protocol dependency by @samohovets in #10985@remotion/studio-codemods: Stop wrapping self-closing roots in<Sequence>by @JonnyBurger in #10987@remotion/timeline-utils: Release waveform progress snapshots after decoding by @JonnyBurger in #11014@remotion/transitions: Cancel rendering when HTML-in-canvas drawing fails by @BarriBarri20 in #10951Docs
Internal and experimental
@remotion/studio: Fix Browser Studio document title + Make Element Install a modal by @JonnyBurger in #10981@remotion/codex-plugin: Publish marketplace-compatible Agent Plugin releases by @JonnyBurger in #11007Full Changelog: remotion-dev/remotion@v4.0.519...v4.0.520
v4.0.519Compare Source
What's Changed
@remotion/three: Fix canvases underscale(0)ancestors by @JonnyBurger in #10927@remotion/studio: Add option to sort compositions alphabetically by @naoyashiga in #10813@remotion/studio: Add folder selection when creating compositions by @JonnyBurger in #10877@remotion/studio: Add inspector section titles by @JonnyBurger in #10899@remotion/studio: Add translation while rotating by @JonnyBurger in #10930@remotion/studio: Redesign error overlay actions and stack frames by @JonnyBurger in #10937@remotion/studio: Change design of image layer by @JonnyBurger in #10894@remotion/studio: Move updates into Settings by @JonnyBurger in #10936@remotion/studio: Keep Effects section expanded by @JonnyBurger in #10885@remotion/studio: Keep input mode when tabbing between number inputs by @JonnyBurger in #10872@remotion/studio: Show source locations in read-only Studio by @JonnyBurger in #10875@remotion/studio: Add license confirmation to Browser Studio project download by @JonnyBurger in #10878@remotion/studio: Avoid/eventsrequest in read-only Studio by @JonnyBurger in #10911@remotion/studio: Fix quick switcher autofocus on touchscreens by @JonnyBurger in #10868@remotion/studio: Fix added keyframe values with outer frame clock by @JonnyBurger in #10876@remotion/studio: Fix negative-start sequence frame info by @YUHAO-corn in #10892@remotion/studio: Fix connected compositions after Fast Refresh by @JonnyBurger in #10895@remotion/studio: Fix Explorer item hover states and actions by @JonnyBurger in #10901@remotion/studio: Fix media asset previews in Browser Studio by @JonnyBurger in #10913@remotion/studio: Fix Browser Studio canvas state URLs by @JonnyBurger in #10915@remotion/studio: Fix outline update loop in read-only mode by @JonnyBurger in #10916@remotion/studio: Fix context actions for multiple selected sequences by @JonnyBurger in #10931@remotion/studio: Fix sequence state after JSX structure edits by @JonnyBurger in #10935@remotion/studio: Move outline derivation back to Studio by @JonnyBurger in #10903@remotion/studio-codemods: Preserve source formatting when inserting JSX by @JonnyBurger in #10929@remotion/studio-server: Log busy ports during Studio startup by @JonnyBurger in #10922@remotion/studio-server: Fix Zed source files opening in new windows by @JonnyBurger in #10925remotion: FixallowTailinterpolation continuity by @JonnyBurger in #10869@remotion/player: Resume keep-alive audio after buffering by @Octember in #10902Elements
Docs
Internal and experimental
@remotion/canvas-capture-extension: Redesign by @JonnyBurger in #10886Full Changelog: remotion-dev/remotion@v4.0.518...v4.0.519
v4.0.518Compare Source
What's Changed
@remotion/whisper-webgpu: New package! by @JonnyBurger in #10812@remotion/studio: Add WebMCP tools by @JonnyBurger in #10827@remotion/captions: Add forced page breaks by @JonnyBurger in #10805@remotion/media: Use Mediabunny retry defaults by @JonnyBurger in #10826@remotion/lambda: Allow single-concurrency Lambda renders by @JonnyBurger in #10797@remotion/studio: Add explorer header actions by @JonnyBurger in #10831@remotion/studio: Preserve sidebar order and refine asset actions by @JonnyBurger in #10830@remotion/studio: Remove asset inspector quick action scrollbar by @JonnyBurger in #10850@remotion/studio: Add Copy context for agents to composition menu by @YUHAO-corn in #10828@remotion/studio-protocol: AddisInsideStudio()by @samohovets in #10836@remotion/studio-protocol: Add Element catalogs to Studio viaaddElementLibraryToStudio()by @samohovets in #10843Elements
Internal and experimental
@remotion/canvas: Add outline calculation interface by @JonnyBurger in #10806@remotion/browser-studio: Add Studio loading progress bar by @JonnyBurger in #10818@remotion/promo-pages: Fix HLS video playback in Chrome by @samohovets in #10819piby @samohovets in #10820Full Changelog: remotion-dev/remotion@v4.0.517...v4.0.518
v4.0.517Compare Source
What's Changed
@remotion/gsap: New package! by @Fats403 in #10738remotion: Keep Suspense loading indicator at UI scale by @JonnyBurger in #10758@remotion/studio: Align canvas rulers with timeline ticks by @JonnyBurger in #10765@remotion/studio: Redesign license settings by @JonnyBurger in #10769@remotion/studio: Unify inspector row styling by @JonnyBurger in #10760@remotion/studio: Remove inspector dividers by @JonnyBurger in #10804@remotion/studio: Refine navbar menu styling by @JonnyBurger in #10780@remotion/studio: Add pixel grid to canvas by @JonnyBurger in #10776@remotion/studio: Fix checkerboard bleeding at canvas edges by @JonnyBurger in #10763@remotion/studio: Allow Canvas Capture drops anywhere by @JonnyBurger in #10784@remotion/studio: Auto-scroll timeline while reordering layers by @JonnyBurger in #10786@remotion/studio: Preview font assets by @JonnyBurger in #10800@remotion/studio: Preview media assets on the timeline by @JonnyBurger in #10808@remotion/studio-server: Ignore missing skills in update checks by @JonnyBurger in #10750@remotion/studio-codemods: Delete JSX without Prettier by @JonnyBurger in #10754@remotion/media: Apply initial preview volume before playback by @JonnyBurger in #10761@remotion/renderer: Use clip-relative WAV files for inline audio by @JonnyBurger in #10752@remotion/renderer: Finalize Fast Start before publishing output by @JonnyBurger in #10755@remotion/renderer: Select Fast Start based on output container by @JonnyBurger in #10791@remotion/renderer: Preserve hardware acceleration fallback warning by @JonnyBurger in #10774@remotion/serverless: Make artifact retries idempotent by @JonnyBurger in #10772@remotion/effects: Preserve pixels outside fisheye radius by @JonnyBurger in #10803@remotion/web-renderer: Allow setting metadata by @JonnyBurger in #10796Elements
Config.addElementLibrary()by @samohovets in #10794Docs
Internal and experimental
@remotion/canvas: Add headless timeline primitives by @JonnyBurger in #10777@remotion/canvas: Add live timeline controller by @JonnyBurger in #10783@remotion/canvas: Extract Studio selection state by @JonnyBurger in #10787@remotion/browser-studio: Support Safari by @JonnyBurger in #10792@remotion/browser-studio: Load vendor bundle during compilation by @JonnyBurger in #10801@remotion/jonnys-videos: Add Jonny's video collection by @JonnyBurger in #10751@remotion/jonnys-videos: Offload Jonny's videos without local media by @JonnyBurger in #10788@remotion/jonnys-videos: Improve animated caption effects and layout by @JonnyBurger in #10802Full Changelog: remotion-dev/remotion@v4.0.516...v4.0.517
v4.0.516Compare Source
What's Changed
@remotion/studio: Add rulers and guides toolbar button by @JonnyBurger in #10734@remotion/studio: Fix dragging local assets onto the canvas by @JonnyBurger in #10682@remotion/studio: Copy agent context from inspector rows by @JonnyBurger in #10684@remotion/studio: Refine inspector property controls by @JonnyBurger in #10685@remotion/studio: Keep selected editinConfiguration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.