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.7^6.20.1→^6.20.2^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.468^0.5.16→^0.5.17^0.2.1→^0.2.2^1.45.3→^1.45.4^8.5.8→^8.5.15^3.8.1→^3.8.3^4.0.0→^4.0.468^7.4.3→^7.5.15Release Notes
chenglou/pretext (@chenglou/pretext)
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.468Compare Source
What's Changed
remotion: Fix<Audio>volume callback not starting at 0 by @JonnyBurger in #7597@remotion/effects:duotone()effect by @JonnyBurger in #7683@remotion/effects: Use API names as Studio labels by @JonnyBurger in #7685@remotion/effects: Add glow() effect by @JonnyBurger in #7687@remotion/effects: Add vignette() effect by @JonnyBurger in #7690@remotion/effects: Add shine() effect by @JonnyBurger in #7710@remotion/light-leaks: lightLeak() effect by @JonnyBurger in #7695@remotion/starburst: starburst() effect by @JonnyBurger in #7692@remotion/studio: Shift timeline keyframes by parent Sequence offset by @JonnyBurger in #7691@remotion/studio-server: Improve outside-project file errors by @JonnyBurger in #7689@remotion/studio-server: Add keyframe codemods by @JonnyBurger in #7699@remotion/studio-server: Support interpolateColors keyframes by @JonnyBurger in #7703@remotion/promo-pages: Rethink homepage copy for AI workflows by @samohovets in #7656Docs
Internal
@remotion/example: Add OffthreadVideo cut repro by @JonnyBurger in #7686Full Changelog: remotion-dev/remotion@v4.0.467...v4.0.468
v4.0.467Compare Source
What's Changed
remotion: Preserve subframe audio timeline durations by @JonnyBurger in #7673remotion: Make Img sync decoding render-only by @JonnyBurger in #7669remotion: Refactor audio states to consider transition states by @JonnyBurger in #7647remotion: More explicit anchor change by @JonnyBurger in #7650remotion: New<CanvasImage>component by @JonnyBurger in #7636@remotion/bundler: Restore CSS Modules support by @JonnyBurger in #7632@remotion/effects:chromaticAberration()effect by @JonnyBurger in #7676@remotion/effects: Add halftone color modes by @JonnyBurger in #7675@remotion/effects: AdduvTranslate()andxyTranslate()effects by @JonnyBurger in #7671@remotion/effects: Addcontrast()effect by @JonnyBurger in #7661@remotion/media: Add requestInit prop by @samohovets in #7493@remotion/media: Fix audio anchor currentTime being stale by @JonnyBurger in #7651@remotion/media: Fix audio scheduling when seeking with playbackRate !== 1 in #7650@remotion/studio: Cache timeline asset metadata by @JonnyBurger in #7664@remotion/studio: Fix timeline sequence widths by @JonnyBurger in #7670@remotion/studio: Show media info in Timeline list items by @JonnyBurger in #7646@remotion/studio: Add resolve guidance for default props warning by @samohovets in #7492@remotion/transitions:crossZoom()presentation by @JonnyBurger in #7655@remotion/transitions:filmBurn()presentation by @JonnyBurger in #7662Docs
Internal
@remotion/it-tests: Update composer.lock after bumping composer.json version by @JonnyBurger in #7649Full Changelog: remotion-dev/remotion@v4.0.466...v4.0.467
v4.0.466Compare Source
What's Changed
@remotion/renderer: Add keyframe interval option by @JonnyBurger in #7610@remotion/effects:grayscale()effect by @JonnyBurger in #7564@remotion/effects:invert()effect and subpath export by @JonnyBurger in #7573@remotion/effects:hue()effect by @JonnyBurger in #7577@remotion/effects:brightness()effect and subpath export by @JonnyBurger in #7579@remotion/effects:scale()effect by @JonnyBurger in #7585@remotion/effects:halftone()effect by @JonnyBurger in #7591@remotion/effects:tint()effect by @JonnyBurger in #7600@remotion/effects:saturation()effect by @JonnyBurger in #7635@remotion/effects:mirror()effect by @JonnyBurger in #7639@remotion/effects:barrelDistortion()effect by @JonnyBurger in #7642@remotion/effects: Link effect labels to documentation by @JonnyBurger in #7638@remotion/transitions: Addripple()HTML-in-canvas presentation by @JonnyBurger in #7559@remotion/transitions: Addswap()presentation by @JonnyBurger in #7565@remotion/transitions: Addcrosswarp()HTML-in-canvas presentation by @JonnyBurger in #7574@remotion/transitions: AddbookFlip()HTML-in-canvas presentation by @JonnyBurger in #7587@remotion/transitions: AddlinearBlur()HTML-in-canvas presentation by @JonnyBurger in #7633@remotion/transitions: AdddreamyZoom()presentation by @JonnyBurger in #7641@remotion/studio: Add Composition menu by @JonnyBurger in #7546@remotion/studio: Add composition component editor action by @JonnyBurger in #7563@remotion/studio: Show keyframed status for interpolated props by @JonnyBurger in #7569@remotion/studio: Disable rename, duplicate and delete composition in read-only mode by @JonnyBurger in #7570@remotion/studio: Fix empty space in dropdowns caused by scrollbar-gutter: stable by @JonnyBurger in #7571@remotion/studio: Reload component when hook rules error occurs by @JonnyBurger in #7575@remotion/studio: Show keyframe markers in timeline by @JonnyBurger in #7576@remotion/studio: Prefetch composition component info by @JonnyBurger in #7583@remotion/studio: Show timeline layers for stills by @JonnyBurger in #7602@remotion/studio: Open docs from timeline labels by @JonnyBurger in #7609@remotion/studio: Reorganize render modal by @JonnyBurger in #7637@remotion/studio-server: Fix punctuation color invisible in light mode terminal by @JonnyBurger in #7584@remotion/studio-server: Resolve re-exported composition editor links by @JonnyBurger in #7596Docs
Internal
@remotion/example: Add effects keyframe demo to keyframed props test by @JonnyBurger in #7580@remotion/player-example: Add issue 7183 repro page by @JonnyBurger in #7608Full Changelog: remotion-dev/remotion@v4.0.465...v4.0.466
v4.0.465Compare Source
What's Changed
remotion: Launcheffectssystem! by @JonnyBurger in #7488remotion: Dismiss in-canvas error overlay after Fast Refresh fixes the bug by @JonnyBurger in #7474remotion:<Img>inherits from<Sequence layout="none">by @JonnyBurger in #7537@remotion/media: Buffer when exiting premount during first-frame decode #7525@remotion/effects: Promote blur() to public API with axis control by @JonnyBurger in #7520@remotion/effects: Graduate wave() with WebGL2 warp by @JonnyBurger in #7534@remotion/effects: Fix upside-down WebGL effects after 2D effects in chain by @JonnyBurger in #7535@remotion/gif: Integrate effect system with<Gif>by @JonnyBurger in #7480@remotion/sfx: AddrecordScratchsound effect by @JonnyBurger in #7558@remotion/studio: Use symbolicated stack for composition codemods by @JonnyBurger in #7487@remotion/studio: Fix premounted timeline thumbnails by @samohovets in #7491@remotion/studio: Allow deleting effects by right-clicking by @JonnyBurger in #7551@remotion/studio-server: Add undo support for composition codemods by @JonnyBurger in #7548@remotion/transitions: Adddissolve()HTML-in-canvas presentation by @JonnyBurger in #7538Docs
<Img>with<HtmlInCanvas>in effects intro by @JonnyBurger in #7532Internal
@remotion/web-renderer: Add issue-7489 whitespace-collapsing fixture by @JonnyBurger in #7522@remotion/it-tests: Fix flaky google-fonts no-dev-files test by @JonnyBurger in #7540@remotion/example: Deploy example as testbed by @JonnyBurger in #7550@remotion/it-tests: Fix flaky PHP composer CI by @JonnyBurger in #7557New Contributors
Full Changelog: remotion-dev/remotion@v4.0.464...v4.0.465
v4.0.464Compare Source
What's Changed
remotion: New<Solid>component by @JonnyBurger in #7457remotion: NopremountForcontrols for elements that do not support it by @JonnyBurger in #7455remotion: Fix<HtmlInCanvas>in latest Chrome Canary withtransferControlToOffscreenfor Chromium by @JonnyBurger in #7464@remotion/media: Redraw video effects when effect chain updates by @JonnyBurger in #7463@remotion/rive: Integrate effects system with Rive by @JonnyBurger in #7473@remotion/sfx: Add 20 more sound effects by @JonnyBurger in #7468@remotion/studio: Recover from lost stack by @JonnyBurger in #7426@remotion/studio: Consolidate/eventsinto a singleEventSourceby @JonnyBurger in #7432@remotion/studio: Align timeline effect toggle with visibility toggles by @JonnyBurger in #7435@remotion/studio: Fix timeline render crash from circular import by @JonnyBurger in #7442@remotion/studio: Hide timeline visibility controls when preview server is disconnected by @JonnyBurger in #7444@remotion/studio: Custom color picker that supports alpha by @JonnyBurger in #7453@remotion/studio: Better queueing of code edits by @JonnyBurger in #7456@remotion/studio: Fix buttons not being all the same size in error overlay by @JonnyBurger in #7467@remotion/studio: Fix timeline indentation by @JonnyBurger in #7472@remotion/studio: Consolidate timelineshowInTimelinefiltering by @JonnyBurger in #7475@remotion/vercel: Fix nested bundle upload and surface sandbox API errors by @JonnyBurger in #7431Templates
template-recorderby @JonnyBurger in #7448Root.tsxon "New Folder" by @JonnyBurger in #7412Internals
@remotion/timeline-utils:drawRepeatingImageThumbnail()by @JonnyBurger in #7443remotion.mediaaspackages/remotion-mediaby @JonnyBurger in #7452Docs
Internal
@remotion/skills: Add video layout guidance by @samohovets in #7386/packages/template-electronby @dependabot in #7433@remotion/promo-pages: Fix hero headline breaking on mobile by @JonnyBurger in #7445Full Changelog: remotion-dev/remotion@v4.0.463...v4.0.464
v4.0.463Compare Source
What's Changed
remotion: supportpreservesPitchprop by @mvanhorn in #7277remotion: Addhiddenprop to<Sequence>, persist via Studio timeline toggle by @JonnyBurger in #7380remotion: Add sequence schema toAnimatedImageby @JonnyBurger in #7413@remotion/cli: Fix pnpm catalog upgrade detection by @samohovets in #7424@remotion/layout-utils: FixfitTextOnNLines()overflow for long words by @JonnyBurger in #7401@remotion/renderer: Fix browser download on Node 26 by @JonnyBurger in #7423@remotion/studio: Fix localStorage quota errors by @JonnyBurger in #7414@remotion/timeline-utils: Correctly start waveform at 0 by @JonnyBurger in #7421Docs
Internal
@remotion/example: Add lightweight E2E testbed entry point by @JonnyBurger in #7415@remotion/layout-utils: Don't publish test files by @JonnyBurger in #7430@remotion/skills-evals: Add static result sharing by @samohovets in #7419@remotion/skills-evals: Add per-run timing by @samohovets in #7402Full Changelog: remotion-dev/remotion@v4.0.462...v4.0.463
v4.0.462Compare Source
What's Changed
remotion: Allow an array forEasingininterpolate()by @JonnyBurger in #7369@remotion/bundler: Symlink public dir for ephemeral CLI render bundles by @JonnyBurger in #7388Docs
Internal
sideEffects:falsebarrel packages by @JonnyBurger in #7371@remotion/timeline-utils: Add film strip codec tests by @JonnyBurger in #7383@remotion/timeline-utils: Add waveform integration tests using@mediabunny/serverby @JonnyBurger in #7381@remotion/skills-evals: Add visual skill eval runner by @samohovets in #7337@remotion/skills-evals: Add batched eval runs by @samohovets in #7396@remotion/skills-evals: Compare against configurable base refs by @samohovets in #7395Full Changelog: remotion-dev/remotion@v4.0.461...v4.0.462
v4.0.461Compare Source
What's Changed
@remotion/studio: Enable Code Edits in Studio by @JonnyBurger in #7358remotion: Fix easing overshoot when it doesn't make sense by @JonnyBurger in #7343@remotion/studio: Replacesource-mapwith@jridgewell/trace-mappingby @JonnyBurger in #7350@remotion/timeline-utils: Move audio waveform utilities by @JonnyBurger in #7328@remotion/web-renderer: Fixtext-transformregex to avoid unusual capitalize by @saimfd in #7347Docs
Internal
Full Changelog: remotion-dev/remotion@v4.0.460...v4.0.461
v4.0.460Compare Source
What's Changed
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.