Skip to content

Bump @hyperframes/producer from 0.6.58 to 0.6.81#91

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/hyperframes/producer-0.6.81
Closed

Bump @hyperframes/producer from 0.6.58 to 0.6.81#91
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/hyperframes/producer-0.6.81

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps @hyperframes/producer from 0.6.58 to 0.6.81.

Release notes

Sourced from @​hyperframes/producer's releases.

v0.6.81

HyperFrames v0.6.81

Released on 2026-06-07.

Adds Google Cloud Run + Cloud Workflows as a distributed-render target (@hyperframes/gcp-cloud-run) — the GCP counterpart to the AWS Lambda adapter, sharing the same plan → renderChunk → assemble primitives. Also lands a font-resolution pipeline so compositions capture and embed their own fonts for deterministic rendering.

Features

  • Font resolution pipeline — compositions capture and embed their own fonts (0bf15119, #1255)
  • Gcp Cloud Run: Google Cloud Run + Workflows distributed render adapter (4da567df, #1253)

Catalog

  • Registry: Add morph-text component and text-effects catalog section (48fcf4ad, #1247)

Internal

  • Core: Add T9 CompositionVariable font/image parse spec (before R1) (806b226b, #1246)
  • Core: Add T2 stable id spec for parse-to-hf id contract (before R1) (a890d093, #1245)
  • Studio: Add T4 op-contract stubs for editor dispatch boundary (bdbd8b1d, #1243)

Full changelog

heygen-com/hyperframes@v0.6.80...v0.6.81

v0.6.80

HyperFrames v0.6.80

Released on 2026-06-07.

Fixes a main-thread hang on compositions with thousands of GSAP tween calls by batching timeline construction through requestAnimationFrame, and adds innerText support to the GSAP inspector for counter animations.

Features

  • Gsap: Add innerText support to GSAP inspector for counter animations (05aac941, #1244)

Fixes

Internal

  • Studio: Add T11 history coalescing and cross-prop separation suite (9aebc8db, #1242)
  • Core: Add T8 override-set merge semantics suite for getVariables (37d02f26, #1241)
  • Core: Add T1 round-trip idempotence suite for parse/serialize (dd956744, #1240)

Full changelog

... (truncated)

Changelog

Sourced from @​hyperframes/producer's changelog.


title: "Changelog" description: "Release notes for HyperFrames." rss: true

Recent HyperFrames releases, including user-facing features, fixes, and migration notes.

{/* New release entries are prepended by bun run changelog:draft <version> --write. */}

<Update label="HyperFrames v0.6.81" description="Released - 2026-06-07" tags={["Release", "Gcp Cloud Run", "Core", "Registry"]}

Adds Google Cloud Run + Cloud Workflows as a distributed-render target (@hyperframes/gcp-cloud-run) — the GCP counterpart to the AWS Lambda adapter, sharing the same plan → renderChunk → assemble primitives. Also lands a font-resolution pipeline so compositions capture and embed their own fonts for deterministic rendering.

Features

  • Font resolution pipeline — compositions capture and embed their own fonts (0bf15119, #1255)
  • Gcp Cloud Run: Google Cloud Run + Workflows distributed render adapter (4da567df, #1253)

Catalog

  • Registry: Add morph-text component and text-effects catalog section (48fcf4ad, #1247)

Internal

  • Core: Add T9 CompositionVariable font/image parse spec (before R1) (806b226b, #1246)
  • Core: Add T2 stable id spec for parse-to-hf id contract (before R1) (a890d093, #1245)
  • Studio: Add T4 op-contract stubs for editor dispatch boundary (bdbd8b1d, #1243)

View the full commit range.

<Update label="HyperFrames v0.6.80" description="Released - 2026-06-07" tags={["Release", "Render", "Studio", "Core"]}

Fixes a main-thread hang on compositions with thousands of GSAP tween calls by batching timeline construction through requestAnimationFrame, and adds innerText support to the GSAP inspector for counter animations.

Features

  • Gsap: Add innerText support to GSAP inspector for counter animations (05aac941, #1244)

Fixes

... (truncated)

Commits
  • 4b8749c chore: release v0.6.81
  • 0bf1511 feat: font resolution pipeline — compositions capture and embed their own fon...
  • 4da567d feat(gcp-cloud-run): Google Cloud Run + Workflows distributed render adapter ...
  • 53eb821 chore: release v0.6.80
  • ebd156b fix: batch GSAP timeline construction to prevent main-thread hang (#1231) (#1...
  • 29d6f1e fix(render): add end-to-end observability (#1248)
  • 731bc78 chore: release v0.6.79
  • 62b7137 fix(engine): use domcontentloaded to avoid video preload navigation timeout (...
  • 272f731 chore: release v0.6.78
  • dc71f41 chore(engine): add capture navigation timeout diagnostics (#1238)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Bumps [@hyperframes/producer](https://github.com/heygen-com/hyperframes/tree/HEAD/packages/producer) from 0.6.58 to 0.6.81.
- [Release notes](https://github.com/heygen-com/hyperframes/releases)
- [Changelog](https://github.com/heygen-com/hyperframes/blob/main/docs/changelog.mdx)
- [Commits](https://github.com/heygen-com/hyperframes/commits/v0.6.81/packages/producer)

---
updated-dependencies:
- dependency-name: "@hyperframes/producer"
  dependency-version: 0.6.81
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file security Security-related dependency updates labels Jun 8, 2026
@simongonzalezdc simongonzalezdc deleted the dependabot/npm_and_yarn/hyperframes/producer-0.6.81 branch June 10, 2026 18:28
@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file security Security-related dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant