fix(deps): update prod patch updates#512
Conversation
3592700 to
2f54c60
Compare
a79ced8 to
9ce6ff4
Compare
vanceingalls
left a comment
There was a problem hiding this comment.
First review at 9ce6ff46. Renovate prod-patch updates PR. CI is fully green — all required checks pass (Build, CLI smoke, Lint, Format, Typecheck, Test, Render on windows, Tests on windows, Preview parity, Perf shards, regression).
Audited
- File list: 7 files —
bun.lock(22/-22) + 6package.jsonfiles - The PR body lists prod patch updates: @chenglou/pretext (0.0.5 → 0.0.7), @codemirror/autocomplete (6.20.1 → 6.20.2), @codemirror/lang-html (6.4.9 → 6.4.11), @codemirror/lang-javascript (6.x bump), etc. (body truncated)
Strength
- Patch-class only (per PR title: "prod patch updates"). Bumps within
^x.y.zranges — semver compatible by definition. - CI fully green across all required checks — including windows render, windows tests, and the perf shards. That's the strongest signal for a patch-only bump batch: nothing's regressed.
- Scope is contained — no cross-package skew, lockfile updates are coherent.
Recommendation
Safe to merge. Strong candidate for Vance to stamp without additional verification.
If the team wants a higher bar: spot-check one of the codemirror imports loads in the studio UI (the prod editor uses codemirror), but the green CI + Perf shards make this unlikely to bite.
Verdict
Verdict: COMMENT
Reasoning: Renovate prod-patch bump batch, all patches semver-safe by definition, CI fully green across every required check including windows render/tests and perf shards. Surface this for Vance to stamp.
— Vai
18af6b8 to
6af3fba
Compare
adf2e7a to
445d63d
Compare
445d63d to
043f3c5
Compare
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.476^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.476^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.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
@remotion/studio: Connect canvas and timeline selection by @JonnyBurger in #8222@remotion/studio: Fix sequence reorder drop handling by @JonnyBurger in #8221@remotion/studio: Keep UV controls above outlines by @JonnyBurger in #8220@remotion/studio: Add selectable timeline easing lines by @JonnyBurger in #8208@remotion/studio: Add SFX drag support for Studio by @JonnyBurger in #8207@remotion/studio: Make timeline data available imperatively by @JonnyBurger in #8196@remotion/studio: Limit timeline decimals by @JonnyBurger in #8194@remotion/studio: Converge confirmation dialogs by @JonnyBurger in #8190remotion: Refactor keyframed prop statuses by @JonnyBurger in #8192@remotion/it-tests: Exclude Google Fonts from dev file test by @JonnyBurger in #8189Full Changelog: remotion-dev/remotion@v4.0.473...v4.0.474
v4.0.473Compare Source
What's Changed
remotion: FixSeries.Sequencefrom schema by @JonnyBurger in #8186@remotion/studio: Forward error screens to server logs by @samohovets in #8085@remotion/studio: Support audio asset imports by @JonnyBurger in #8133@remotion/studio: Add outline visibility toggle by @JonnyBurger in #8134@remotion/studio: Move scale lock to the right by @JonnyBurger in #8164@remotion/studio: Auto-install packages before drop codemods by @JonnyBurger in #8165@remotion/studio: Add asset context menu by @JonnyBurger in #8166@remotion/studio: Fix assets root route by @JonnyBurger in #8170Docs
Internal and unreleased
@remotion/studio: Simplify sequence prop saving by @JonnyBurger in #8137@remotion/studio: Simplify sequence prop saving by @JonnyBurger in #8140remotion-monorepo: Add PR ready skill by @JonnyBurger in #8184@remotion/studio: Drag keyframes in timeline by @JonnyBurger in #8110@remotion/studio: Fix timeline resize with negativefromby @JonnyBurger in #8124@remotion/studio: Add keyframe settings modal by @JonnyBurger in #8125@remotion/studio: Replace diamond icon with SVG by @JonnyBurger in #8126@remotion/studio: Fix Studio empty click deselection by @JonnyBurger in #8162@remotion/studio: Add confirmation dialog by @JonnyBurger in #8171@remotion/studio: Disable outline hover while dragging by @JonnyBurger in #8172@remotion/studio: Support dragging remote images into canvas by @JonnyBurger in #8173@remotion/studio: Support copying effect props by @JonnyBurger in #8174@remotion/studio: Add sequence reordering by @JonnyBurger in #8176@remotion/studio: Add outline context menu by @JonnyBurger in #8168@remotion/studio: Add asset panel drag import by @JonnyBurger in #8154@remotion/studio: Settle effect keyframes from server response by @JonnyBurger in #8146@remotion/studio: Prevent keyframe drag collisions by @JonnyBurger in #8136Full Changelog: remotion-dev/remotion@v4.0.472...v4.0.473
v4.0.472Compare Source
What's Changed
remotion: Add array sequence schema fields, allow editing colors ofstarburst()by @JonnyBurger in #8075remotion: Support keyframed drag overrides by @JonnyBurger in #8104remotion: AddusePixelDensityAPI by @JonnyBurger in #8094remotion: AddpixelDensityprop to<Solid>by @JonnyBurger in #8102remotion: AddpixelDensityprop to<HtmlInCanvas>by @JonnyBurger in #8088remotion: Support transform strings ininterpolateby @JonnyBurger in #8078remotion: Split rotation schema types by @JonnyBurger in #8011remotion: Make playback rates non-keyframable by @JonnyBurger in #8049remotion: Video frame callback gets more parameters by @JonnyBurger in #8064remotion: Prevent enum fields from being keyframed by @JonnyBurger in #8081@remotion/effects: AddcolorKey()effect by @JonnyBurger in #8009@remotion/effects: AddlinearProgressiveBlur()effect by @JonnyBurger in #8048@remotion/effects: Add center control tovignette()effect by @JonnyBurger in #8055@remotion/media,remotion: Forward native props from media Video components by @alec-watts in #8086@remotion/media: Re-evaluate canvas on unmount for_experimentalInitiallyDrawCachedFrameby @JonnyBurger in #7999@remotion/studio: Fix canvas responsiveness by @JonnyBurger in #8123@remotion/studio: Add<Folder>context menu by @JonnyBurger in #8122@remotion/studio: Optimize ContextMenu measurement by @JonnyBurger in #8113@remotion/studio: Fix negative sequence frame labels by @JonnyBurger in #8109@remotion/studio: Prevent effect toggle drag reordering by @JonnyBurger in #8100@remotion/studio: Select sequences from canvas outlines by @JonnyBurger in #8077@remotion/studio: Disable Add Solid when disconnected by @JonnyBurger in #8069@remotion/studio: Fix keyframe navigation button clicks by @JonnyBurger in #8046@remotion/studio: Add canvas asset drop insertion by @JonnyBurger in #8026@remotion/studio: Make keyframed values updateable by @JonnyBurger in #8019@remotion/studio: Copy and paste sequence effects by @JonnyBurger in #8000@remotion/studio: Add X and Y scale controls by @JonnyBurger in #7998@remotion/studio: Restore canvas resize responsiveness by @JonnyBurger in #8034@remotion/studio: Refactor code value status types by @JonnyBurger in #8027@remotion/studio-server: Allow keyframes on missing sequence props by @JonnyBurger in #8059@remotion/studio-server: Resolve Prettier config for null override by @JonnyBurger in #8047@remotion/studio-server: Abstract import path codemods by @JonnyBurger in #8013@remotion/studio-server: Make nodePath ignore top-level imports by @JonnyBurger in #8004@remotion/serverless-client: Stabilize Lambda render completion progress by @JonnyBurger in #8001@remotion/web-renderer: Scale text-shadow with the export scale option by @UmungoBungo in #7996Docs
effectsprop by @JonnyBurger in #8112Templates
Internal and unreleased
@remotion/skills: Require stylecheck in PR skill by @JonnyBurger in #8095@remotion/skills: Add effects skill by @JonnyBurger in #8074@remotion/studio: Support keyframed outline translate dragging by @JonnyBurger in #8108@remotion/studio: Drag right edge of Sequence to changedurationInFramesby @JonnyBurger in #8010@remotion/studio: Support multi-sequence duration dragging by @JonnyBurger in #8031@remotion/studio: Support copying keyframed effects by @JonnyBurger in #8029@remotion/studio: Allow dragging timeline sequence from by @JonnyBurger in #8072@remotion/studio: Make keyframed timeline values editable by @JonnyBurger in #8071@remotion/studio: Add outline edge scale dragging by @JonnyBurger in #8061@remotion/studio: Fix keyframed timeline prop reset by @JonnyBurger in #8103Full Changelog: remotion-dev/remotion@v4.0.471...v4.0.472
v4.0.471Compare Source
What's Changed
remotion,@remotion/gif: SupportrequestInitfor animated images by @alec-watts in #7311@remotion/effects: Addwaves()pattern by @JonnyBurger in #7913@remotion/effects: Addrings()effect by @JonnyBurger in #7969@remotion/effects: Addzigzag()effect by @JonnyBurger in #7952@remotion/effects: AddpixelDissolve()effect by @JonnyBurger in #7953@remotion/starburst: Accept CSS color strings instarburst()by @JonnyBurger in #7926@remotion/studio: "Add solid" action by right-clicking on timeline by @JonnyBurgerConfiguration
📅 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.