Skip to content

fix(deps): update prod patch updates#512

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prod-patch-updates
Open

fix(deps): update prod patch updates#512
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prod-patch-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@chenglou/pretext ^0.0.5^0.0.7 age confidence
@​codemirror/autocomplete ^6.20.1^6.20.2 age confidence
@codemirror/lang-html ^6.4.9^6.4.11 age confidence
@codemirror/lang-javascript ^6.2.2^6.2.5 age confidence
@codemirror/language ^6.12.2^6.12.3 age confidence
@codemirror/theme-one-dark ^6.1.2^6.1.3 age confidence
@puppeteer/browsers (source) ^2.13.0^2.13.2 age confidence
@remotion/cli (source) ^4.0.0^4.0.461 age confidence
adm-zip ^0.5.16^0.5.17 age confidence
citty ^0.2.1^0.2.2 age confidence
codemirror ^6.0.1^6.0.2 age confidence
postcss (source) ^8.5.8^8.5.14 age confidence
prettier (source) ^3.8.1^3.8.3 age confidence
remotion (source) ^4.0.0^4.0.461 age confidence
sharp (source, changelog) ^0.34.0^0.34.5 age confidence

Release Notes

chenglou/pretext (@​chenglou/pretext)

v0.0.7

Compare Source

Changed
  • The package now declares itself side-effect-free so bundlers can tree-shake unused entrypoints (#​160).
  • layoutNextLine() and layoutNextLineRange() 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.
  • No-space punctuation and symbol chains now stay together for non-ASCII word-like text too, instead of only ASCII words (#​169).
  • Opening punctuation such as ¡, ¿, German low quotes, and now stays with the following word instead of dangling at line end (#​165).
  • Numeric prefix/postfix symbols like $, %, , +, , and ° now stay attached to adjacent text the way browser line breaking does (#​105).
  • Soft-hyphen breaks now stay at the soft-hyphen insertion point instead of pulling post-hyphen graphemes onto the broken line (#​162).
  • Line geometry now preserves browser-style terminal letter spacing, including rich-inline item boundaries and visible soft-hyphen breaks (#​171).
  • Rich-inline item boundaries no longer overflow the requested width after a forced-progress break (#​132).
  • The markdown chat demo now drops parsed link URLs unless they resolve to HTTP(S) hrefs (#​168).
  • Overlong hyphenated runs now prefer browser-like dash breakpoints before falling back to emergency grapheme breaks (#​89).

v0.0.6

Compare Source

Added
  • Numeric CSS-pixel letterSpacing support on prepare(), prepareWithSegments(), and each existing rich-inline item (#​108, #​156).
Fixed
  • CJK text followed by opening bracket annotations now wraps like browsers instead of leaving the opening bracket on the previous line (#​148).
  • { wordBreak: 'keep-all' } now handles no-space mixed Latin, numeric, and CJK text more like browsers.
codemirror/lang-html (@​codemirror/lang-html)

v6.4.11

Compare Source

Bug fixes

Adjust autocompletion to work with @​lezer/html's improved handling of < characters without tag name after them.

v6.4.10

Compare Source

Bug fixes

Don't include period characters in the language's word characters.

codemirror/lang-javascript (@​codemirror/lang-javascript)

v6.2.5

Compare 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.4

Compare Source

Bug fixes

Fix a crash in the esLint helper when a rule's meta.docs isn't defined.

Properly dedent lines starting with an opening curly brace below composite statements like for/while.

v6.2.3

Compare Source

Bug fixes

Disable JavaScript completions in JSX context.

codemirror/language (@​codemirror/language)

v6.12.3

Compare Source

Bug fixes

Fix a crash in bracketMatching when composing at end of document.

codemirror/theme-one-dark (@​codemirror/theme-one-dark)

v6.1.3

Compare Source

Bug fixes

Add a .d.cts file to make TypeScript happy.

puppeteer/puppeteer (@​puppeteer/browsers)

v2.13.2

Compare Source

⚠ BREAKING CHANGES
  • remove deprecated Puppeteer.product (#​14977)
  • bump min NodeJS to 22 (#​14973)
  • return a Promise for executablePath, defaultArgs (#​14965)
  • remove deprecated MouseOptions.clickCount (#​13865)
  • update min version - Node v20.19 and Typescript v5.0.1 (#​14364)
  • remove deprecated Browser.isConnected() (#​14910)
  • move packages to ESM only (#​14355)
  • puppeteer-core: Remove Cookie attribute sameParty (#​14545)
  • normalize newline-separated headers to comma-separated format (#​14492)
🎉 Features
📄 Documentation
🏗️ Refactor
Dependencies
  • The following workspace dependencies were updated
🛠️ Fixes
  • block standard network emulation reset if allowlist or blocklist are enabled (#​14976) (4e75b66)
  • Handle missing sessionId when looking up callbacks (#​14975) (4faa0e6)
  • normalize newline-separated headers to comma-separated format (#​14492) (1ea5dea)
  • puppeteer-core: Remove Cookie attribute sameParty (#​14545) (be2d86a)
  • webdriver: don't store request on BrowsingContext (#​14966) (4e4daec)
⚡ Performance

v2.13.1

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
🛠️ Fixes
⚡ Performance
remotion-dev/remotion (@​remotion/cli)

v4.0.461

Compare Source

What's Changed

Docs

Internal

Full Changelog: remotion-dev/remotion@v4.0.460...v4.0.461

v4.0.460

Compare Source

What's Changed

Docs

Internals

Full Changelog: remotion-dev/remotion@v4.0.459...v4.0.460

v4.0.459

Compare Source

What's Changed

  • Fixes audio breaking in Player when in strict mode
  • @remotion/studio: Guard timeline waveform draw against zero-width canvas by @​ke11 in #​7293

Full Changelog: remotion-dev/remotion@v4.0.458...v4.0.459

v4.0.458

Compare Source

What's Changed
Docs
New Contributors

Full Changelog: remotion-dev/remotion@v4.0.457...v4.0.458

v4.0.457

Compare Source

What's Changed

Docs

Full Changelog: remotion-dev/remotion@v4.0.456...v4.0.457

v4.0.456

Compare Source

What's Changed
Docs

Full Changelog: remotion-dev/remotion@v4.0.455...v4.0.456

v4.0.455

Compare Source

What's Changed

Experts

Internals

New Contributors

Full Changelog: remotion-dev/remotion@v4.0.454...v4.0.455

v4.0.454

Compare Source

What's Changed

Full Changelog: remotion-dev/remotion@v4.0.453...v4.0.454

v4.0.453

Compare Source

What's Changed
Internals

Full Changelog: remotion-dev/remotion@v4.0.452...v4.0.453

v4.0.452

Compare Source

What's Changed
Docs
Internals

Full Changelog: remotion-dev/remotion@v4.0.451...v4.0.452

v4.0.451

Compare 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.450

What's Changed

Docs

Internals

New Contributors

Full Changelog: remotion-dev/remotion@v4.0.448...v4.0.450

v4.0.448

Compare Source

What's Changed

Docs

Templates

Internals

Full Changelog: remotion-dev/remotion@v4.0.447...v4.0.448

v4.0.447

Compare Source

What's Changed
Docs

Full Changelog: remotion-dev/remotion@v4.0.446...v4.0.447

v4.0.446

Compare Source

What's Changed

Skills

Docs

Full Changelog: remotion-dev/remotion@v4.0.445...v4.0.446

v4.0.445

Compare Source

What's Changed

Full Changelog: remotion-dev/remotion@v4.0.444...v4.0.445

v4.0.444

Compare Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/prod-patch-updates branch 12 times, most recently from 3592700 to 2f54c60 Compare May 4, 2026 19:42
@renovate renovate Bot force-pushed the renovate/prod-patch-updates branch 12 times, most recently from a79ced8 to 9ce6ff4 Compare May 13, 2026 07:50
Copy link
Copy Markdown
Collaborator

@vanceingalls vanceingalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) + 6 package.json files
  • 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.z ranges — 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

@renovate renovate Bot force-pushed the renovate/prod-patch-updates branch from 9ce6ff4 to 106614c Compare May 14, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant