fix(deps): update prod patch updates#1457
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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.11^6.2.2→^6.2.5^6.12.2→^6.12.3^6.1.2→^6.1.3^2.13.0→^2.13.2^4.0.0→^4.0.481^0.5.16→^0.5.17^0.2.1→^0.2.2^4.4.0→^4.4.3^8.5.8→^8.5.15^7.1.2→^7.1.4^3.8.1→^3.8.4^4.0.0→^4.0.481^7.4.3→^7.5.16Release 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/language (@codemirror/language)
v6.12.3Compare Source
Bug fixes
Fix a crash in
bracketMatchingwhen composing at end of document.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)
v2.13.2Compare Source
⚠ BREAKING CHANGES
🎉 Features
📄 Documentation
🏗️ Refactor
Dependencies
🛠️ Fixes
⚡ Performance
v2.13.1Compare Source
♻️ Chores
Dependencies
🛠️ Fixes
⚡ Performance
remotion-dev/remotion (@remotion/cli)
v4.0.481Compare Source
What's Changed
@remotion/effects: Add checkerboard effect by @JonnyBurger in #8563@remotion/effects: Add emboss effect by @JonnyBurger in #8530@remotion/effects: Add gridlines effect by @JonnyBurger in #8564@remotion/effects: Add zoom blur effect by @JonnyBurger in #8562@remotion/effects: Fix vignette on transparent sources by @JonnyBurger in #8567@remotion/lambda: allow custom s3 provider regions by @suzunn in #8536@remotion/studio: Add effect context menu option by @JonnyBurger in #8566@remotion/studio: Add sequence property shortcuts by @JonnyBurger in #8569@remotion/studio: Derive timeline selection order by @JonnyBurger in #8546@remotion/studio: Filter expanded timeline rows by @JonnyBurger in #8535@remotion/studio: Fix Studio error overlay issues by @JonnyBurger in #8537@remotion/studio: Keep dragged keyframes unselected by @JonnyBurger in #8539@remotion/studio: Keep inspector for same-sequence effects by @JonnyBurger in #8560@remotion/studio: Reset effect props with defaults by @JonnyBurger in #8541@remotion/studio: Show component name in sequence inspector by @JonnyBurger in #8544@remotion/studio: Show visual handles for selected easings by @JonnyBurger in #8557@remotion/studio: Stop reset zoom pointerdown propagation by @JonnyBurger in #8556create-video: Update tar dependency by @JonnyBurger in #8549Docs
Internal
@remotion/skills: Add custom effect skill guidance by @JonnyBurger in #8543Full Changelog: remotion-dev/remotion@v4.0.479...v4.0.481
v4.0.479Compare Source
What's Changed
remotion: Make interactivity schema public by @JonnyBurger in #8482@remotion/studio: Revamp Props panel as Inspector by @JonnyBurger in #8470@remotion/studio: Centralize timeline field display formatting by @JonnyBurger in #8528@remotion/studio: Hide empty inspector sections by @JonnyBurger in #8526@remotion/studio: Hide default props warning without schema by @JonnyBurger in #8525@remotion/studio: Add easing editor presets by @JonnyBurger in #8520@remotion/studio: Show media details for current asset by @JonnyBurger in #8515@remotion/studio: Fix Sequence arrow key nudging by @JonnyBurger in #8517@remotion/studio: Add freeze frame action to timeline layers by @JonnyBurger in #8519@remotion/studio: Add effect picker to sequence inspector by @JonnyBurger in #8498@remotion/studio: Allow copy-pasting easings by @JonnyBurger in #8496@remotion/studio: Snap rotation drags with Shift by @JonnyBurger in #8497@remotion/studio: Add spring easing inspector mode by @JonnyBurger in #8483@remotion/studio: Show connected UV controls for effect children by @JonnyBurger in #8475@remotion/studio-server: Add missing effect props before keyframing by @JonnyBurger in #8514@remotion/transitions: Avoid TransitionSeries JSX identity mismatches by @JonnyBurger in #8493@remotion/transitions: Improve linear blur quality by @JonnyBurger in #8491@remotion/effects: Add thermalVision effect by @JonnyBurger in #8518@remotion/effects: Addpixelate()effect by @aryansingh1718 in #8499@remotion/effects: Add shrinkwrap effect by @JonnyBurger in #8487@remotion/effects: Add burlap effect by @JonnyBurger in #8474@remotion/shapes: Add Spark shape by @JonnyBurger in #8516Internal
@remotion/canvas-capture: Add interactivity promo video by @JonnyBurger in #8319@remotion/brand: Add effects showcase composition by @JonnyBurger in #8503@remotion/brand: Add HTML-in-canvas effects showcase by @JonnyBurger in #8486remotion-monorepo: Upgrade Mediabunny to 1.47.0 by @JonnyBurger in #8494remotion-monorepo: Update Vite, ws, and React Router by @app/dependabot in #8476Full Changelog: remotion-dev/remotion@v4.0.478...v4.0.479
v4.0.478Compare Source
What's Changed
@remotion/studio: Fix stuck guide cursor by @JonnyBurger in #8431@remotion/studio: Keep error overlay below menu toolbar by @JonnyBurger in #8435@remotion/studio: Snap transform origin to outline points by @JonnyBurger in #8437@remotion/studio: Detect animated PNGs by @JonnyBurger in #8450@remotion/studio: Fix inline action icon sizing by @JonnyBurger in #8451@remotion/studio: Duplicate selected effects with Cmd+D by @JonnyBurger in #8452@remotion/studio: Prevent accidental scale and rotate by @JonnyBurger in #8453@remotion/studio: Center dropped shapes by @JonnyBurger in #8455@remotion/studio: Fix video timeline filmstrip timing by @JonnyBurger in #8454@remotion/effects: Allow negative gaps inpattern()by @aryansingh1718 in #8418@remotion/effects: Add contourLines() effect by @JonnyBurger in #8411@remotion/effects: FixpixelDissolve()not being finished at progress=1 by @JonnyBurger in #8438@remotion/media: Fix variable FPS video seeking by @JonnyBurger in #8394@remotion/promo-pages: Update About page customer count by @MehmetAdemi in #8423Docs
Full Changelog: remotion-dev/remotion@v4.0.477...v4.0.478
v4.0.477Compare Source
What's Changed
remotion: Add Sequencefreezeprop by @JonnyBurger in #8346@remotion/effects: Addpattern()effect by @JonnyBurger in #8407@remotion/effects: Fix UV origin for center-based effects by @JonnyBurger in #8398@remotion/shapes: Add<Callout />shape by @JonnyBurger in #8395@remotion/studio: Improve selected outline controls by @JonnyBurger in #8404@remotion/studio: Limit dragged UV coordinate decimals by @JonnyBurger in #8405@remotion/studio: Fix guide click selection by @JonnyBurger in #8392@remotion/studio: Place dropped assets at cursor by @JonnyBurger in #8371@remotion/studio: Tune selectable guides by @JonnyBurger in #8390@remotion/studio: Add selectable guides by @JonnyBurger in #8381@remotion/studio: Share sequence context menu across Studio surfaces by @JonnyBurger in #8379@remotion/studio: Split selected outline overlay by @JonnyBurger in #8370@remotion/studio: Drag easing segments with keyframes by @JonnyBurger in #8367@remotion/studio-server: Parse String-wrapped visual prop interpolations by @JonnyBurger in #8406@remotion/studio-server: Validate sequence prop component identity by @JonnyBurger in #8354Docs
Internal
Full Changelog: remotion-dev/remotion@v4.0.476...v4.0.477
v4.0.476Compare Source
What's Changed
remotion: AddEasing.springby @JonnyBurger in #8312remotion: Add documentation link to Interactive sequences by @mvanhorn in #8295remotion: Hide native video controls by @JonnyBurger in #8360@remotion/media: Fix premounted audio scheduling by @JonnyBurger in #8353@remotion/effects: AddtvSignalOffeffect by @JonnyBurger in #8355@remotion/effects: Expose effect colors as controls by @JonnyBurger in #8315@remotion/convert: Use document-level drop handler for reliable file drops by @JonnyBurger in #8300@remotion/studio: Align outline toggle icons by @Aditya07771 in #8362@remotion/studio: Move selected items with arrow keys by @JonnyBurger in #8336@remotion/studio: Replace keyframes on drag collision by @JonnyBurger in #8361@remotion/studio: Round visual drag values by @JonnyBurger in #8358@remotion/studio: Show autosave notice for Cmd+S by @JonnyBurger in #8356@remotion/studio: Add inline sequence rename by @JonnyBurger in #8345@remotion/studio: Add outline drag threshold by @JonnyBurger in #8335@remotion/studio: Preselect filename stem in rename dialog by @Aditya07771 in #8327@remotion/studio: Allow arbitrary translate offsets by @JonnyBurger in #8313@remotion/studio: Reset timeline color picker opacity by @JonnyBurger in #8314@remotion/studio: Support transform origin anchor for SVG elements by @JonnyBurger in #8297@remotion/studio: Allow scaling keyframed sequences in visual mode by @JonnyBurger in #8301@remotion/studio: Add disable interactivity codemod by @JonnyBurger in #8287@remotion/studio: Reset computed sequence props with Backspace by @JonnyBurger in #8294@remotion/studio: Respect transform origin for outline rotation by @JonnyBurger in #8325@remotion/studio: Fix scale outline cursor flicker by @JonnyBurger in #8321@remotion/studio: Fix SVG selection outlines by @JonnyBurger in #8322@remotion/studio: Fix orphanedPreviewToolbarscroll indicators when leaving mobile layout by @juliancook123 in #8283@remotion/studio-server: EnsureStillimport when duplicating composition as Still by @JonnyBurger in #8302@remotion/studio-server: SupportstaticFile()andnew Date()in defaultProps extraction by @JonnyBurger in #8286@remotion/studio-server: Use element schema for sequence prop saves by @JonnyBurger in #8350Docs
Internal
@remotion/example: Fix Mac cursor hotspots by @JonnyBurger in #8289Full Changelog: remotion-dev/remotion@v4.0.475...v4.0.476
v4.0.475Compare Source
Interactivity in the Studio
Now Remotion Studio allows you to interactively change your code!
How to make things interactive:
<Img>,<AnimatedImage>,<Video>,<Sequence>,<HtmlInCanvas>,@remotion/shapes,<Gif>,<Solid>for built-in interactivity<div>→<Interactive.Div>Opt out of interactivity:
showInTimeline={false}so it doesn't participate in interactivityWhat's new
remotion: AddInteractivecomponents by @JonnyBurger in #8269remotion: Support transform-origin keywords in interpolate() by @JonnyBurger in #8248remotion: Add easing to interpolateColors by @JonnyBurger in #8240@remotion/media: Prevent initial double seek by @JonnyBurger in #8278@remotion/studio: Release Studio interactivity by @JonnyBurger in #8271@remotion/studio: Exclude hidden timeline elements from canvas selection by @JonnyBurger in #8282@remotion/studio: Fix marquee selection from empty timeline area by @JonnyBurger in #8279@remotion/studio: Allow editing transform origin by @JonnyBurger in #8265@remotion/studio: Polish timeline styling by @JonnyBurger in #8262@remotion/studio: Fix asset and effect drop conflict by @JonnyBurger in #8264@remotion/studio: Remove color swatch border by @JonnyBurger in #8267@remotion/studio: Add outline rotation handles by @JonnyBurger in #8255@remotion/studio: Preserve selection while dragging sequences by @JonnyBurger in #8263@remotion/studio: Add timeline marquee selection by @JonnyBurger in #8257@remotion/studio: Add easing editor modal by @JonnyBurger in #8253@remotion/studio: Add Shift axis lock for outline dragging by @JonnyBurger in #8245@remotion/studio: Fix nested composition selector button by @JonnyBurger in #8244@remotion/studio: Support mixed timeline selections by @JonnyBurger in #8239@remotion/studio: Allow visual editing keyframed UV coordinates by @JonnyBurger in #8241@remotion/studio: Toggle selected keyframes together by @JonnyBurger in #8230@remotion/studio: Add keyframe easing controls by @JonnyBurger in #8229@remotion/studio: Allow dragging effects onto canvas outlines by @JonnyBurger in #8226@remotion/studio: Allow dragging shape demos into Studio by @JonnyBurger in #8258@remotion/studio-server: Make log updates more concise by @JonnyBurger in #8256@remotion/studio-server: Condense log update output by @JonnyBurger in #8246@remotion/studio-server: Avoid blank lines in keyframed props by @JonnyBurger in #8247@remotion/studio-server: Omit absolute positioning for audio insertions by @JonnyBurger in #8228@remotion/skills: Add Studio-editable animation guidance by @JonnyBurger in #8249Docs
Internal and unreleased
Full Changelog: remotion-dev/remotion@v4.0.474...v4.0.475
v4.0.474Compare Source
What's Changed
remotion: Preserve subframe media durations by @JonnyBurger in #8195@remotion/effects: AddnoiseDisplacement()effect by @JonnyBurger in #8223@remotion/effects: Add source alpha masking option by @JonnyBurger in #8219@remotion/shapes: Add effects, schemas, outline, sequence support by @JonnyBurger in #8205@remotion/media: Fix frame cache duration check by @JonnyBurger in #8193Docs
Internal and unreleased
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.