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.10.3→^6.10.4^6.4.9→^6.4.11^6.2.2→^6.2.5^6.12.2→^6.12.4^6.1.2→^6.1.3^4.0.0→^4.0.495^0.2.1→^0.2.2^4.4.0→^4.4.3^0.18.12→^0.18.13^8.5.8→^8.5.21^7.1.2→^7.1.4^0.23.11→^0.23.12^4.0.0→^4.0.495^7.4.3→^7.5.20Release 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
{ wordBreak: 'keep-all' }now handles no-space mixed Latin, numeric, and CJK text more like browsers.codemirror/lang-html (@codemirror/lang-html)
v6.4.11Compare Source
Bug fixes
Adjust autocompletion to work with @lezer/html's improved handling of
<characters without tag name after them.v6.4.10Compare Source
Bug fixes
Don't include period characters in the language's word characters.
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.
remotion-dev/remotion (@remotion/cli)
v4.0.495Compare Source
What's Changed
remotion: Remove text controls from SVG elements by @JonnyBurger in #9328@remotion/studio: Fix timeline pinch zoom anchoring by @JonnyBurger in #9362@remotion/studio: Use CanvasImage for dropped images by @JonnyBurger in #9360@remotion/studio: Fix nested sequence reordering by @JonnyBurger in #9358@remotion/studio: Ignore premounted and postmounted canvas elements by @JonnyBurger in #9357@remotion/studio: Support pasting Figma selections by @JonnyBurger in #9344@remotion/studio: Preselect new composition name by @JonnyBurger in #9356@remotion/studio: Clean up Studio design by @JonnyBurger in #9353@remotion/studio: Add padding when fitting compositions by @JonnyBurger in #9339@remotion/studio: Allow pasting and dropping SVGs by @JonnyBurger in #9326@remotion/studio: Add composition inspector actions by @JonnyBurger in #9330@remotion/cli: Reload config changes in Studio by @JonnyBurger in #9024@remotion/studio: Refactor composition inspector by @JonnyBurger in #9323@remotion/studio: Reject invalid playback rate values by @JonnyBurger in #9321@remotion/studio: Support pasting images from clipboard by @JonnyBurger in #9322@remotion/studio: Notify when canvas rejects a drop by @JonnyBurger in #9320@remotion/studio: Add split clip action to inspector by @JonnyBurger in #9319@remotion/studio: Show image metadata in asset inspector by @JonnyBurger in #9317@remotion/studio: Open existing render output by @JonnyBurger in #9315@remotion/studio-server: Replace deprecated URL parser by @JonnyBurger in #9361@remotion/studio-server: Remove default value after keyframe deletion by @JonnyBurger in #9318@remotion/media: Add direct premounting to Video and Audio by @JonnyBurger in #9336@remotion/convert: Seek when adjusting trim points by @JonnyBurger in #9314@remotion/cli: Fix Mediabunny extension upgrades by @JonnyBurger in #9313Docs
Full Changelog: remotion-dev/remotion@v4.0.494...v4.0.495
v4.0.494Compare Source
What's Changed
remotion: Preserve Sequence opacity while active by @JonnyBurger in #9308remotion: Fix AnimatedImage playback rate by @JonnyBurger in #9305remotion: Keep interactive components visible with negative offsets by @JonnyBurger in #9297@remotion/studio: Align matching assets on drop by @JonnyBurger in #9307@remotion/studio: Insert AnimatedImage for animated WebP files by @JonnyBurger in #9303@remotion/studio: Allow dragging SVGs into Studio by @JonnyBurger in #9301@remotion/studio: Refine connected composition navigation by @JonnyBurger in #9295@remotion/studio: Preserve value when deleting all keyframes by @JonnyBurger in #9293@remotion/studio: Restore browser swipe navigation by @JonnyBurger in #9292@remotion/studio-server: Support keyframingdurationInFrames - 1by @JonnyBurger in #9285@remotion/media: Remove redundant ProRes decoding note by @JonnyBurger in #9290Docs
Internal
/remotion-upgradeskill by @JonnyBurger in #9288Full Changelog: remotion-dev/remotion@v4.0.493...v4.0.494
v4.0.493Compare Source
What's Changed
@remotion/studio: Edit composition metadata in inspector by @JonnyBurger in #9266@remotion/studio: Add connected composition navigation by @JonnyBurger in #9281@remotion/studio: Fix moving compositions out of folders by @JonnyBurger in #9273@remotion/studio: Copy and paste keyframes by @JonnyBurger in #9267@remotion/studio-server: Allow dragging onto single-node compositions by @JonnyBurger in #9277Internal
@remotion/example: Add animated captions tester by @JonnyBurger in #9279remotion-monorepo: Check gcloud authentication before releases by @JonnyBurger in #9278Full Changelog: remotion-dev/remotion@v4.0.492...v4.0.493
v4.0.492Compare Source
What's Changed
@remotion/effects: Add flannel effect by @JonnyBurger in #9189@remotion/media: Add muted to Video schema by @JonnyBurger in #9256@remotion/media: Fix negative Video offsets in sequences by @JonnyBurger in #9249@remotion/studio: Show media source details by @JonnyBurger in #9176@remotion/studio: Open compositions in popup windows by @JonnyBurger in #9263@remotion/studio: Link sequences to matching compositions by @JonnyBurger in #9265@remotion/studio: Align matching compositions on drop by @JonnyBurger in #9251@remotion/studio: Use selected composition values as defaults by @JonnyBurger in #9250@remotion/studio: Add creation menu to compositions panel by @JonnyBurger in #9248@remotion/studio: Use contextual file manager labels by @JonnyBurger in #9253@remotion/studio: Hide empty effects placeholder by @JonnyBurger in #9262@remotion/studio: Keep timeline row padding out of inspector by @JonnyBurger in #9261@remotion/studio: Use Open in editor action wording by @JonnyBurger in #9260@remotion/studio-server: Allow splitting negative sequence offsets by @JonnyBurger in #9255@remotion/brand: Add sound effects showcase by @JonnyBurger in #9270Docs
Internal
remotion-monorepo: Avoid discovering nested skills by @JonnyBurger in #9271Full Changelog: remotion-dev/remotion@v4.0.491...v4.0.492
v4.0.491Compare Source
What's Changed
@remotion/media: Now stable and recommended! by @JonnyBurgerremotion: Improve shared audio tag pool performance by @Octember in #9159remotion: Include source path in visual editing keys by @JonnyBurger in #9174@remotion/web-renderer: Improve client-side render performance by @JonnyBurger in #9124@remotion/web-rendererby @JonnyBurger in #9101@remotion/media: Fix transparent video ghost trails by @JonnyBurger in #9231@remotion/media: Throw a helpful error when ProRes decoding is not enabled by @sksingh2005 in #9082@remotion/effects: Add liquidContours effect + Element by @JonnyBurger in #9164@remotion/effects: Add skew() effect by @JonnyBurger in #9190@remotion/compositor: FFmpeg binary no more has--enable-nonfreeby @JonnyBurger in #9104@remotion/studio: Allow resizing media clips in the timeline by @JonnyBurger in #9109@remotion/studio: Fix video thumbnails for trimmed sequences by @JonnyBurger in #9110@remotion/studio: Adapt dynamic Elements to compositions by @samohovets in #9111@remotion/studio: Cut selected effects by @samohovets in #9113@remotion/studio: Open canvas elements in editor on double-click by @JonnyBurger in #9132@remotion/studio: Increase timeline horizontal padding by @JonnyBurger in #9135@remotion/studio: Support2 * fpsin Interactivity by @JonnyBurger in #9139@remotion/studio: Disable toolbar toggles in read-only Studio by @JonnyBurger in #9150@remotion/studio: Allow copying SVG when right-clicking<Interactive.Svg>by @JonnyBurger in #9166@remotion/studio: Add inspector location copy button by @JonnyBurger in #9103@remotion/studio: Move textarea below its label by @JonnyBurger in #9102@remotion/studio-server: Improve Studio codemod logs by @JonnyBurger in #9133@remotion/transitions: Make series sequences interactive in Studio by @JonnyBurger in #9141@remotion/transitions: Make transition items selectable in Studio by @JonnyBurger in #9147@remotion/brand: Add inline SVG logo compositions by @JonnyBurger in #9145@remotion/brand: Add SVG logo banners by @JonnyBurger in #9165@remotion/claude-code-plugin: Add Claude Code plugin by @JonnyBurger in #9125@remotion/claude-code-plugin: Add dedicated documentation by @JonnyBurger in #9134@remotion/kimi-code-plugin: Add Kimi Code plugin by @samohovets in #9187Docs
Internal
@remotion/skills: Link public skills for agents by @JonnyBurger in #9126@remotion/example: Improve independent timeline interactivity by @JonnyBurger in #9106@remotion/it-tests: Retry flaky Windows rendering tests by @samohovets in #9181piby @samohovets in #9085Full Changelog: remotion-dev/remotion@v4.0.490...v4.0.491
v4.0.490Compare Source
What's Changed
@remotion/rough-notationby @JonnyBurger in #9018remotion: Addoutput: "perceptual-scale"tointerpolate()by @JonnyBurger in #8994remotion: Support shared enum schema keys by @JonnyBurger in #9038@remotion/effects: Add progressive pixelation effects by @JonnyBurger in #9047@remotion/lambda-client: Avoid retrying consumed upload streams by @JonnyBurger in #9094@remotion/lambda-go: Upload large inputProps to S3 by @iliya-vidrush in #8987@remotion/media: Share Input across MediaPlayers of the same source by @pravchuk in #8912@remotion/player: Fix mute crash with mounted Html5Audio by @JonnyBurger in #9033@remotion/renderer: Make calculateAssetPositions() faster by @dexhunter in #9034@remotion/skills: Add/remotion-docsskill by @app/copilot-swe-agent in #9084@remotion/studio: Improve responsive sidebar close button by @JonnyBurger in #9098@remotion/studio: Show Element dependencies before installation by @samohovets in #9076@remotion/studio: Move keyframe settings to easing inspector by @JonnyBurger in #9065@remotion/studio: Open layer in editor on double-click by @samohovets in #9058@remotion/studio: Add alignment controls to inspector by @sksingh2005 in #8964@remotion/studio: Fix dragged element canvas selection by @samohovets in #8962@remotion/studio: Fix timeline sequence rename selection by @JonnyBurger in #9036@remotion/studio: Install element dependencies before insert by @JonnyBurger in #9039@remotion/studio-server: Default inserted Solids to gray by @JonnyBurger in #9069@remotion/studio-server: Default scale keyframes to perceptual output by @JonnyBurger in #9060Docs
1cd6bd6682bb8eInternal
@remotion/studio-server: Test computed posterize expression by @JonnyBurger ine9f861d@remotion/skills-evals: Add skills playground by @JonnyBurger in #9096remotion-monorepo: Add project-local Pi/commitcommand by @samohovets in #9067@remotion/it-tests: Retry flaky AAC rendering test by @samohovets in #9063remotion-monorepo: Speed up worktree checkout hook by @samohovets in #9059remotion: Tidy up delayRender internals by @iliya-vidrush in #9048remotion: Add stack traces to Interactive.withSchema() by @JonnyBurger in #9095@remotion/skills: Update interactivity skill documentation by @JonnyBurger inda0d201@remotion/promo-pages: Update GitHub star count by @JonnyBurger in36d9074@remotion/player-a11y: Mark package as private by @JonnyBurger in #9037Full Changelog: remotion-dev/remotion@v4.0.489...v4.0.490
v4.0.489Compare Source
What's Changed
@remotion/studio: Request element install targets on demand by @JonnyBurger in #9025@remotion/studio: Use runtime Studio config by @JonnyBurger in #9022@remotion/studio-server: Fix file source origin check by @JonnyBurger in #9020Docs
Full Changelog: remotion-dev/remotion@v4.0.488...v4.0.489
v4.0.488Compare Source
What's Changed
remotion: Fix image loading during premount transitions by @JonnyBurger in #8950remotion: Forward AnimatedImage data attributes to canvas by @alec-watts in #8972@remotion/lambda: Add S3 output provider CLI option by @JonnyBurger in #9007@remotion/media: Fix looped audio dropping out after multiple loop iterations by @iliya-vidrush in #8978@remotion/media: Upgrade Mediabunny to 1.50.8 by @JonnyBurger in #8976@remotion/serverless-client: Fix Lambda cost estimate by @JonnyBurger in #9005@remotion/studio: Add docs Element install button by @samohovets in #8951@remotion/studio-server: Fix browser process detection by @JonnyBurger in #8992@remotion/studio-server: Reject origin-less requests by @JonnyBurger in #9006create-video: Add--helpby @JonnyBurger in #8988Docs
@remotion/mediain more places by @JonnyBurger in #9014docs: Fix CrawlChat embed causing hydration errors and duplicate script execution by @pelazas in #9000Internal
@remotion/cli: Migrate more options to option system by @JonnyBurger in #8942@remotion/skills: Add Remotion SaaS skill by @JonnyBurger in #8993@remotion/skills: Add interactivity skill by @JonnyBurger in #8980remotion-monorepo: Document skill locations by @JonnyBurger in #8991@remotion/example: Add timeline interactivity compositions by @JonnyBurger in #8981Full Changelog: remotion-dev/remotion@v4.0.487...v4.0.488
v4.0.487Compare Source
What's Changed
@remotion/media: Add ProRes support and upgrade Mediabunny to 1.50.7 by @samohovets in #8740@remotion/media: Ensure we always get the right duration from mediabunny frame by peeking by @JonnyBurger in [#8917](https://redirect.github.com/Configuration
📅 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.