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
9ce6ff4 to
106614c
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.461^0.5.16→^0.5.17^0.2.1→^0.2.2^6.0.1→^6.0.2^8.5.8→^8.5.14^3.8.1→^3.8.3^4.0.0→^4.0.461^0.34.0→^0.34.5Release 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.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
remotion: Allow empty sequences by @JonnyBurger in #7321@remotion/cli: AddConfig.setLogLevel(deprecate setLevel) by @Jefsky in #7292@remotion/media: Fix stale audio seek buffering by @JonnyBurger in #7322@remotion/player: Fix buffering state when Player is muted by @JonnyBurger in #7302@remotion/player: Smoother audio scheduling by @JonnyBurger in #7305@remotion/studio: Fix audio waveform crash for trimmed media by @samohovets in #7303@remotion/openai-whisper: Fix OpenAI Whisper apostrophe variant parsing by @JonnyBurger in #7317Docs
Internals
@remotion/timeline-utilspackage by @JonnyBurger in #7320Full Changelog: remotion-dev/remotion@v4.0.459...v4.0.460
v4.0.459Compare Source
What's Changed
@remotion/studio: Guard timeline waveform draw against zero-width canvas by @ke11 in #7293Full Changelog: remotion-dev/remotion@v4.0.458...v4.0.459
v4.0.458Compare Source
What's Changed
remotion: Split playback rate out of timeline context by @samohovets in #7257remotion: Makestylework correctly for<HtmlInCanvas>by @JonnyBurger in #7268remotion: Fix<Series>in visual mode by @JonnyBurger in #7286remotion: Start AudioContext in suspended state by @JonnyBurger in #7287remotion: More solid ramp up of audio by @JonnyBurger in #7288@remotion/cli: Hide progress bars when--log=errorby @JonnyBurger in #7252@remotion/google-fonts: Fix CJK subset loading by @kiyeonjeon21 in #7260@remotion/media: Decode video more ahead of time by @JonnyBurger in #7289@remotion/media: Fix races in canvas-ahead-of-time iterator by @JonnyBurger in #7291@remotion/media-utils: Add requestInit to media-utils audio loaders by @alec-watts in #7186@remotion/renderer: Close files before apply toneFrequency rename by @JonnyBurger in #7254@remotion/renderer: Kill Chrome/compositor as well when Node.js process gets killed by @JonnyBurger in #7264@remotion/skills: Use MapLibre for maps skill by @samohovets in #7280@remotion/studio: Avoid TimelineSequence re-renders by @samohovets in #7261@remotion/studio: Fix timeline tick label spacing by @samohovets in #7263@remotion/studio: Share subscription if many sequences have the same stack by @JonnyBurger in #7279@remotion/web-renderer: Fix Lottie with Japanese characters by @JonnyBurger in #7251Docs
New Contributors
Full Changelog: remotion-dev/remotion@v4.0.457...v4.0.458
v4.0.457Compare Source
What's Changed
remotion: Fix bugs withAudioContextand autoplay / muted by @JonnyBurger in #7240remotion: Forbid nesting HtmlInCanvas by @JonnyBurger in #7235@remotion/transitions:zoomInOuttransition, docs for creating custom HTML-in-canvas presentations by @JonnyBurger in #7234Docs
Full Changelog: remotion-dev/remotion@v4.0.456...v4.0.457
v4.0.456Compare Source
What's Changed
@remotion/media: Make<Video>and<Audio>a true<Sequence>and inherit timeline rendering behavior by @JonnyBurger in #7228@remotion/studio: Make symbolicated stack file paths open in editor by @JonnyBurger in #7225@remotion/studio: Expand composition folders when navigating via URL by @JonnyBurger in #7227@remotion/studio: Remove misleading Cmd+T shortcut from Copy Stacktrace by @JonnyBurger in #7222@remotion/vercel: Fallback URL for glibc download by @JonnyBurger in #7224create-video: Exit when CLI target directory is not empty by @JonnyBurger in #7226Docs
Full Changelog: remotion-dev/remotion@v4.0.455...v4.0.456
v4.0.455Compare Source
What's Changed
remotion: Add<HtmlInCanvas>component by @JonnyBurger in #7158@remotion/media: Fix audio-only<Audio>falling back to<Html5Audio>by @JonnyBurger in #7215@remotion/player: Don't wait for AudioContext to resume when we are muted by @JonnyBurger in #7216@remotion/web-renderer: Support for drop-shadow by @JonnyBurger in #7191@remotion/web-renderer: Ancestor scale with drop-shadow precompose by @JonnyBurger in #7201Experts
Internals
New Contributors
Full Changelog: remotion-dev/remotion@v4.0.454...v4.0.455
v4.0.454Compare Source
What's Changed
@remotion/media: Add HLS support by @JonnyBurger in #7094Full Changelog: remotion-dev/remotion@v4.0.453...v4.0.454
v4.0.453Compare Source
What's Changed
@remotion/studio: Don't countshowInTimeline: falseparents toward timeline nested depth by @JonnyBurger in #7181@remotion/lambda: Remove support forme-south-1by @JonnyBurger in #7189@remotion/media: Skip video decoding when used in<Audio>tag by @JonnyBurger in #7171@remotion/media: Decode 1 frame ahead of time by @JonnyBurger in #7172@remotion/player: AddinitialVolumeprop by @JonnyBurger in #7187@remotion/player: Compensate per-axis CSS scale inuseElementSizeby @DavidWiener84 in #7184@remotion/renderer: FixeveryNthFrameto always include the first frame by @JonnyBurger in #7173@remotion/renderer: Fix ENOENT crash when uncompressing assets with duplicate id and frame by @JonnyBurger in #7176@remotion/studio: Move timeline waveform work into a worker by @samohovets in #7141@remotion/studio: Fix looped media timeline display by @samohovets in #7179@remotion/web-renderer: Account for line-height < 1 in bounding rect by @JonnyBurger in #7192Internals
@remotion/design: Fix bundled client directives by @samohovets in #7193@remotion/example: Fix loop trimmed audio volume callback by @samohovets in #7177@remotion/playerby @AleksejDix in #7142Full Changelog: remotion-dev/remotion@v4.0.452...v4.0.453
v4.0.452Compare Source
What's Changed
@remotion/media: Better audio scheduling, ensure scheduling in order by @JonnyBurger in #7143@remotion/compositor: Avoid panic on empty frame cache by @JonnyBurger in #7156@remotion/fonts: Add validation forloadFont()arguments by @JonnyBurger in #7135remotion/lambda: FixnumberOfGifLoopsdefault causing non-GIF renders to fail in PHP SDK by @JonnyBurger in #7137@remotion/player: Increase playbackRate limit to 10 by @yamin-H in #7107@remotion/player: Fixtimeupdateevent not firing in Firefox by @JonnyBurger in #7145@remotion/renderer: Enable HTML-in-canvas during rendering by @JonnyBurger in #7132@remotion/studio: Fix timeline waveform timing for stereo audio by @samohovets in #7134@remotion/studio: Revert timeline width useLayoutEffect fix by @JonnyBurger in #7119@remotion/vercel: AddtimeoutInMillisecondsoption tocreateSandbox()by @umairnadeem in #7130@remotion/web-renderer: Neutralize CSS transitions during transform measurement by @JonnyBurger in #7112Docs
Internals
@remotion/design: AddasChildAPI toButtonby @samohovets in #7111@remotion/studio-server: Fix flaky file watcher tests by @JonnyBurger in #7117@remotion/it-tests: Run monorepo checks in CI by @JonnyBurger in #7116@remotion/example: Add html-in-canvas demo composition by @JonnyBurger in #7151@remotion/example: Refactor HtmlInCanvas demo into reusable component by @JonnyBurger in #7155Full Changelog: remotion-dev/remotion@v4.0.451...v4.0.452
v4.0.451Compare Source
What's Changed
Fixes version mismatches appearing when running the CLI.
Full Changelog: remotion-dev/remotion@v4.0.450...v4.0.451
v4.0.450What's Changed
remotion: Truncate very long data URLs to avoid polluting logs by @acj in #7049@remotion/bundler: Add scrollbar-gutter: stable to studio scroll containers by @JonnyBurger in #7102@remotion/bundler: Fix null props crash in setup-sequence-stack-traces by @JonnyBurger in #7104@remotion/renderer: Update minimum macOS requirement to 15 by @app/copilot-swe-agent in #7067@remotion/transitions: Fix pointer events on SVG clip path wrappers by @JonnyBurger in #7084@remotion/vercel: FixsampleRatebeingundefinedin FFmpeg command by @bhaktofmahakal in #7077@remotion/web-renderer: Support clip-path with polygon, path, circle, ellipse, inset to support all transitions by @JonnyBurger in #7092@remotion/web-renderer: Always preserve silent audio frames to match composition duration by @yamin-H in #7074create-video: Remove JSX syntax from HTML template description by @JonnyBurger in #7095Docs
Internals
@remotion/promo-pages: strip CSS Modules :global() from video-player.css for Turbopack consumers by @AleksejDix in #7058@remotion/promo-pages: Improve Company License pricing section by @AleksejDix in #7062@remotion/promo-pages: Fix missing space in succession plan card by @app/copilot-swe-agent in #7069@remotion/codex-plugin: fix typo in the skill content by @samohovets in #7072git add -uinstead of explicit globs by @JonnyBurger in #7088@remotion/web-renderer: Fix flaky 3D pixel and frame-range duration tests by @JonnyBurger in #7098@remotion/web-renderer: Add issue-7050 reproduction test by @JonnyBurger in #7100New Contributors
Full Changelog: remotion-dev/remotion@v4.0.448...v4.0.450
v4.0.448Compare Source
What's Changed
@remotion/renderer: Add--sample-rateoption to control audio output sample rate by @JonnyBurger in #7040@remotion/renderer: Downgrade macOS version check to a warning by @JonnyBurger in #7029@remotion/studio: Detect "Should have a queue" React hook error for auto-reload by @Copilot in #7033@remotion/web-renderer: Fix CSS filter compositing for drop-shadow and background-clip: text by @JonnyBurger in #7038@remotion/media: Pre-decode and schedule at most 2 seconds ahead by @JonnyBurger in #7039@remotion/codex-plugin: Add OpenAI Codex plugin by @JonnyBurger in #7043Docs
Templates
Internals
@remotion/studio-server: Fix flaky file watcher tests by @JonnyBurger in #7044Full Changelog: remotion-dev/remotion@v4.0.447...v4.0.448
v4.0.447Compare Source
What's Changed
@remotion/media:_experimentalInitiallyDrawCachedFrameprop by @JonnyBurger in #7022@remotion/studio: Add dropdown type-to-select navigation by @app/cursor in #7016@remotion/web-renderer: Allow HTML-in-Canvas API to be used by @JonnyBurger in #7011@remotion/web-renderer: Return canvas/blob/url API from renderStillOnWeb (Docs
Full Changelog: remotion-dev/remotion@v4.0.446...v4.0.447
v4.0.446Compare Source
What's Changed
@remotion/media: Make media tags wrap in an invisible<Sequence>and allowfromanddurationInFramesprops by @JonnyBurger in #6983@remotion/studio: Fix calculateMetadata copy on render errors by @JonnyBurger in #6996@remotion/studio: Scroll to composition or asset when selected but out of view by @JonnyBurger in #6997@remotion/studio-server: More efficient file watcher for render outputs by @JonnyBurger in #6985@remotion/studio-server: Hint when someone forgets to wrap in staticFile() by @app/cursor in #7002@remotion/studio-server: Remove duplicate codemod formatting logic by @app/cursor in #6994@remotion/studio-server: Remove duplicated codemod formatting logic by @app/cursor in #6999Skills
Docs
Full Changelog: remotion-dev/remotion@v4.0.445...v4.0.446
v4.0.445Compare Source
What's Changed
@remotion/studio: Add pinch-to-zoom on timeline by @JonnyBurger in #6972@remotion/studio-server: Fix saving default props by @JonnyBurger in #6982Full Changelog: remotion-dev/remotion@v4.0.444...v4.0.445
v4.0.444Compare Source
What's Changed
remotion: Fix media duration calculation with playbackRate by @JonnyBurger in #6961@remotion/bundler: Bump loader-utils to 2.0.4 by @JonnyBurger in #6980@remotion/cloudrun: Add type safety to stream variables by @bhaktofmahakal in [#6964](https://redirect.gitConfiguration
📅 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.