-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update remotion to v4.0.102 #671
Merged
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1345a50
to
454958c
Compare
454958c
to
fb86d35
Compare
fb86d35
to
7dbf832
Compare
7dbf832
to
d1fb274
Compare
d1fb274
to
3cda666
Compare
3cda666
to
b6f821b
Compare
b6f821b
to
3c30f93
Compare
3c30f93
to
7549af1
Compare
7549af1
to
0d119ea
Compare
0d119ea
to
b8262e4
Compare
b8262e4
to
7085d9d
Compare
b049586
to
3e2e579
Compare
3e2e579
to
015d5d3
Compare
015d5d3
to
b29be97
Compare
b29be97
to
313608f
Compare
313608f
to
2c371d6
Compare
2c371d6
to
9375c27
Compare
9375c27
to
6885021
Compare
6885021
to
bef01bb
Compare
bef01bb
to
f7777ca
Compare
f7777ca
to
371c3eb
Compare
371c3eb
to
ecd54a4
Compare
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:
4.0.62
->4.0.102
4.0.62
->4.0.102
4.0.62
->4.0.102
4.0.62
->4.0.102
4.0.62
->4.0.102
4.0.62
->4.0.102
4.0.62
->4.0.102
4.0.62
->4.0.102
4.0.62
->4.0.102
4.0.62
->4.0.102
4.0.62
->4.0.102
Release Notes
remotion-dev/remotion (@remotion/bundler)
v4.0.102
Compare Source
What's Changed
remotion
: Fix case where<Video>
would lead to timeout if it is mounted beyond it's duration by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3423@remotion/studio
: Make it so that the composition only mounts when the canvas is ready so that whengetBoundingClientRect()
is called initially, it does not return zero by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3424Docs
Full Changelog: remotion-dev/remotion@v4.0.100...v4.0.102
v4.0.100
Compare Source
What's Changed
Full Changelog: remotion-dev/remotion@v4.0.98...v4.0.100
v4.0.98
Compare Source
What's Changed
remotion
: Fix some frameworks replacing process.env.NODE_ENV by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3413remotion
: Return composition ID incalculateMetadata()
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3415remotion
: Fix race condition when prefetching + looping together by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3416@remotion/studio
: Allow to add item to array when array is empty by @patsalv in https://github.com/remotion-dev/remotion/pull/3417@remotion/renderer
: Simplify compositor folder structures by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3410Docs
Full Changelog: remotion-dev/remotion@v4.0.97...v4.0.98
v4.0.97
Compare Source
What's Changed
@remotion/renderer
: Update libc requirements by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3409Full Changelog: remotion-dev/remotion@v4.0.96...v4.0.97
v4.0.96
Compare Source
Fixes the inverse bug of 4.0.94 - Zod being exluded from the bundle.
Sorry if you were affected by one of the past few broken releases.
Full Changelog: remotion-dev/remotion@v4.0.95...v4.0.96
v4.0.95
Compare Source
Fixes a regression which was still not fixed in 4.0.94 (@remotion/zod-types became unexpectedly mandatory)
What's Changed
Full Changelog: remotion-dev/remotion@v4.0.94...v4.0.95
v4.0.94
Compare Source
What's Changed
Fixes a regression in 4.0.89 where
zod
and@remotion/zod-types
became mandatory.@remotion/bundler
: Allow missing zod and @zod-types imports when bundling Studio by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3404@remotion/cli
: Give no warning if Remotion CLI is installed globally by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3405Full Changelog: remotion-dev/remotion@v4.0.93...v4.0.94
v4.0.93
Compare Source
Full Changelog: remotion-dev/remotion@v4.0.93...v4.0.93
What's Changed
@remotion/cli
: Don't download browser on CLI start by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3395@remotion/cloudrun
: Fix env file double quotes by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3400@remotion/cloudrun
: Add Noto Emojis to Cloud Run by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3401Internals
Full Changelog: remotion-dev/remotion@v4.0.92...v4.0.93
v4.0.92
Compare Source
What's Changed
@remotion/bundler
: Include Remotion Studio in every bundle! by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3387npx remotion bundle
orbundle()
!@remotion/animation-utils
by @ChetanKarwa in https://github.com/remotion-dev/remotion/pull/3358makeTransform
: https://www.remotion.dev/docs/animation-utils/make-transforminterpolateStyles
: https://www.remotion.dev/docs/animation-utils/interpolate-styles@remotion/shapes
: Fix transform-origin warning in React 18.2 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3388remotion
: Fix sometimes getting type errors for<Img>
,<Audio>
and<Video>
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3389New Contributors
Note about v4.0.90 and 4.0.91
Broken release - use 4.0.92
Full Changelog: remotion-dev/remotion@v4.0.89...v4.0.91
v4.0.91
Compare Source
v4.0.90
Compare Source
v4.0.89
Compare Source
What's Changed
@remotion/cli
: Newnpx remotion bundle
command https://www.remotion.dev/docs/cli/bundle by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3382remotion
: Fix some videos timing out with new seek algorithm in<Video />
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3384@remotion/transitions
: Fix white line inbetween slides in slide() transition by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3381@remotion/bundler
: Refactor to prepare to enable studio in bundle by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3383@remotion/cloudrun
: Enforce the same version of the service and the @remotion/cloudrun package (Breaking change) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3379Docs
Internals
Full Changelog: remotion-dev/remotion@v4.0.88...v4.0.89
v4.0.88
Compare Source
What's Changed
@remotion/layout-utils
: New fitText() API by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3377@remotion/cli
: Add--repro
flag tonpx remotion render
by @jkcs in https://github.com/remotion-dev/remotion/pull/3369@remotion/bundler
: Put remotion version in the cache key - delete cache on every version upgrade by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3378Full Changelog: remotion-dev/remotion@v4.0.87...v4.0.88
v4.0.87
Compare Source
What's Changed
remotion
: Wait longer if<Video>
frame is late by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3372@remotion/renderer
: If compositor quits, always include the signal by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3368@remotion/shapes
: Use transform-origin for React versions 18.2.0, and transformOrigin for canary versions after February 2023 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3375Internals
Docs
Full Changelog: remotion-dev/remotion@v4.0.86...v4.0.87
v4.0.86
Compare Source
What's Changed
remotion
: New approach to frame seeking for<Video>
for less flickering by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3229@remotion/three
: Proper cleanup of useOffthreadVideoTexture by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3354@remotion/compositor*
: Don't rely on require.resolve by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3359@remotion/transitions
: import transitions ESM correctly in node by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3337@remotion/lambda
: Don't throw error if default AWS profile is set by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3363Docs
canplay
event to combat autoplay policy by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3356remotion
APIs alphabetically in sidebar by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3360Full Changelog: remotion-dev/remotion@v4.0.85...v4.0.86
v4.0.85
Compare Source
What's Changed
remotion
: Allow to pass anonProgress()
callback toprefetch()
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3352remotion
: Include more reasons for non seekable media in error message by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3331@remotion/lambda
: Fix how GIF loops work on Lambda + add numberOfGifLoops to options system by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3323@remotion/google-fonts
: Add waitUntilDone() to getAvailableFonts() by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3328@remotion/transitions
: Newcube()
transition (Paid) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3339@remotion/studio
: Fix<UpdateCheck />
being mounted twice by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3343@remotion/studio
: Fix being too big by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3345@remotion/studio
: Fix arrow keys after loading studio by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3348@remotion/lottie
: Fix by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3350@remotion/renderer
: better error message when not specifying a serv… by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3351@remotion/renderer
: check if glibc is supported on linux, and throw error otherwise by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3329@remotion/renderer
: Supportbt2020
colorspace by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3340@remotion/renderer
: Verbage: Clarify frames have been rendered by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3349Docs
frameRange
torenderMediaOnLambda
by @Just-Moh-it in https://github.com/remotion-dev/remotion/pull/3353Full Changelog: remotion-dev/remotion@v4.0.84...v4.0.85
v4.0.84
Compare Source
What's Changed
@remotion/paths
: NewgetInstructionIndexAtLength()
API by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3317@remotion/cloudrun
: New@remotion/cloudrun/client
import by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3320@remotion/lambda/client
: AdddeleteRender()
to light client by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3321@remotion/transitions
: Allow customization of container styles by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3322Docs
port
option to docs by @Alandla in https://github.com/remotion-dev/remotion/pull/3314<Sequence>
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3319New Contributors
Full Changelog: remotion-dev/remotion@v4.0.83...v4.0.84
v4.0.83
Compare Source
What's Changed
@remotion/compositor-*
: Include libzimg in FFmpeg and include fix for ProRes rendering on M2 + Correct bt709 conversion by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3306@remotion/media-utils
: AddoptimizeFor: "speed"
option tovisualizeAudio()
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3309@remotion/three
: NewuseOffthreadVideoTexture()
API by @samohovets in https://github.com/remotion-dev/remotion/pull/3302defaultValue
crash in ZodArrayEditor by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3308Docs
Full Changelog: remotion-dev/remotion@v4.0.82...v4.0.83
v4.0.82
Compare Source
What's Changed
getAwsClient()
to@remotion/lambda/client
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3300Docs
New Contributors
Full Changelog: remotion-dev/remotion@v4.0.81...v4.0.82
v4.0.81
Compare Source
What's Changed
<Sequence>
now accepts awidth
andheight
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3288@remotion/renderer
: Don't allow unhandled rejection to happen when multiple cancelRender() errors are thrown by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3283@remotion/studio
package by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3281Docs
New Contributors
Full Changelog: remotion-dev/remotion@v4.0.79...v4.0.81
v4.0.80
Compare Source
v4.0.79
Compare Source
What's Changed
@remotion/renderer
: ReturnpixelFormat
ingetVideoMetadata()
by @jkcs in https://github.com/remotion-dev/remotion/pull/3258@remotion/renderer
: Add-bufsize
and-maxrate
ffmpeg rendering options by @llccrr in https://github.com/remotion-dev/remotion/pull/3257@remotion/renderer
: Retry download on 5xx errors by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3265@remotion/lambda
make surerenderMediaOnLambda
works on edge by @Iamshankhadeep in https://github.com/remotion-dev/remotion/pull/3262@remotion/lambda
: Log chunk in most expensive frame ranges by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3270@remotion/player
: IntroduceposterFillMode
prop by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3274Deps
Docs
New Contributors
Full Changelog: remotion-dev/remotion@v4.0.77...v4.0.79
v4.0.77
Compare Source
What's Changed
remotion
: don't warn when prefetching assets withimage/*
content type by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3255New Contributors
Full Changelog: remotion-dev/remotion@v4.0.76...v4.0.77
v4.0.76
Compare Source
What's Changed
remotion
: Re-introduce validation for metadata specified without calculateMetadata() by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3231remotion
: Handle exception inplay()
when using shared audio tags by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3235@remotion/cloudrun
: Also set version of package.json on every release by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3236@remotion/cloudrun
: By default, use 50% concurrency, not 100% by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3238@remotion/renderer
: If system is about to run out of memory, halfen the cache size and halfen the maximum cache size by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3237@remotion/lambda
: Addsocket hang up
to list of flaky errors by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3239Full Changelog: remotion-dev/remotion@v4.0.75...v4.0.76
v4.0.75
Compare Source
What's Changed
remotion
: Better error behavior for useAudioData() by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3212@remotion/renderer
: Update transparency documentation information by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3215@remotion/renderer
: Fix FPS in getVideoMetadata() when FPS is fractional by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3218@remotion/lambda
: ImplementestimatedBillingDurationInMilliseconds
in getRenderProgress() by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3203@remotion/player
: FixseekTo()
method while playing by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3228@remotion/transitions
:className
is of type 'number' by @Tagvi in https://github.com/remotion-dev/remotion/pull/3223@remotion/google-fonts
: Update list of fonts by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3224Documentation
New Contributors
Full Changelog: remotion-dev/remotion@v4.0.74...v4.0.75
v4.0.74
Compare Source
What's Changed
@remotion/renderer
: Support transparent GIFs + improve GIF image quality by @patsalv in https://github.com/remotion-dev/remotion/pull/3204@remotion/transitions
: NewclockWipe()
presentation by @patsalv in https://github.com/remotion-dev/remotion/pull/3199Full Changelog: remotion-dev/remotion@v4.0.73...v4.0.74
v4.0.73
Compare Source
🪲 Note: 4.0.73 was a broken publish. Please upgrade to 4.0.74 right away.
What's Changed
remotion
: Improve sound of loop of short audios by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3194@remotion/renderer
: Make puppeteerEvaluateWithCatchAndTimeout use the--timeout
flag by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3196@remotion/renderer
: ffmpeg 6.1 + enable paletteuse and palettegen filters by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3197@remotion/renderer
: Clear cache even inbetween extraction periods by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3198@remotion/player
: Fix vertical slider mouse area being too small by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3201@remotion/lambda
: Reduce amount of simultaneous open files by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3202Full Changelog: remotion-dev/remotion@v4.0.72...v4.0.73
v4.0.72
Compare Source
What's Changed
@remotion/renderer
and@remotion/zod-types
and@remotion/lambda
without having to installreact
andreact-dom
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3189@remotion/lambda
: Better error messages + Prevent some unhandled rejections by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3191remotion
as analias
or asexternal
in their Bundler config: There is a new entrypointremotion/no-react
, which you should add as well. Several Remotion packages now use this import which contains pure JS and is not dependent on React.Full Changelog: remotion-dev/remotion@v4.0.71...v4.0.72
v4.0.71
Compare Source
What's Changed
@remotion/lambda
Disable Lambda leak detection slowing down renders by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3184@remotion/player
: better way to apply preload="metadata" by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3186remotion
: Allow Video/Audio/OffthreadVideo to have a name by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3170@remotion/renderer
: Show response body of download that fails, and add User agent to requests by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3171remotion
: Allow CJK characters to be passed to composition and folder by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3168input_props
by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/3179Docs
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.