Skip to content

Bump @takumi-rs/helpers from 2.3.2 to 2.5.7 - #30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/takumi-rs/helpers-2.5.7
Open

Bump @takumi-rs/helpers from 2.3.2 to 2.5.7#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/takumi-rs/helpers-2.5.7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @takumi-rs/helpers from 2.3.2 to 2.5.7.

Release notes

Sourced from @​takumi-rs/helpers's releases.

takumi@2.5.7

  • takumi-js@2.5.7
  • @​takumi-rs/image-response@​2.5.7
  • @​takumi-rs/helpers@​2.5.7
  • @​takumi-rs/core@​2.5.7
  • @​takumi-rs/wasm@​2.5.7
  • takumi@2.5.7

takumi@2.5.6

  • takumi-js@2.5.6
  • @​takumi-rs/core@​2.5.6
  • @​takumi-rs/image-response@​2.5.6
  • @​takumi-rs/helpers@​2.5.6
  • @​takumi-rs/wasm@​2.5.6
  • takumi@2.5.6

takumi@2.5.5

  • @​takumi-rs/image-response@​2.5.5
  • @​takumi-rs/helpers@​2.5.5
  • @​takumi-rs/core@​2.5.5
  • takumi-js@2.5.5
  • @​takumi-rs/wasm@​2.5.5
  • takumi@2.5.5

Type render output as backed by ArrayBuffer

render and renderAnimation declared their output as Buffer / Uint8Array over ArrayBufferLike, so passing the bytes straight to new Response(...) failed to typecheck. They now declare Buffer<ArrayBuffer> / Uint8Array<ArrayBuffer>, which BodyInit accepts.

takumi@2.5.4

  • takumi-js@2.5.4
  • @​takumi-rs/core@​2.5.4
  • @​takumi-rs/wasm@​2.5.4
  • @​takumi-rs/image-response@​2.5.4
  • @​takumi-rs/helpers@​2.5.4
  • takumi@2.5.4

takumi@2.5.3

  • @​takumi-rs/wasm@​2.5.3
  • @​takumi-rs/image-response@​2.5.3
  • takumi-js@2.5.3
  • @​takumi-rs/helpers@​2.5.3
  • @​takumi-rs/core@​2.5.3
  • takumi@2.5.3

takumi@2.5.2

  • @​takumi-rs/helpers@​2.5.2
  • takumi-js@2.5.2
  • @​takumi-rs/core@​2.5.2
  • @​takumi-rs/image-response@​2.5.2
  • @​takumi-rs/wasm@​2.5.2

... (truncated)

Changelog

Sourced from @​takumi-rs/helpers's changelog.

@​takumi-rs/helpers@​2.5.8

Raise the default fetch timeout to 30 seconds

AbortSignal.timeout counts wall-clock time, so a 5-second budget aborted otherwise-healthy font fetches whenever heavy synchronous work (SSG, wasm rendering) blocked the event loop past it.

@​takumi-rs/helpers@​2.4.2

Hand font and image bytes to the bindings as Uint8Array views

Fetched fonts and images flowed to the bindings as bare ArrayBuffers, which the native binding copies. Wrapping them in a Uint8Array view costs nothing and takes the zero-copy path.

@​takumi-rs/helpers@​2.4.0

Enforce allowUrl on every redirect hop

fetchOk with an allowUrl policy now follows redirects manually (capped at 5 hops) and re-checks the resolved target of each hop, so an allowed URL can no longer redirect to a blocked address. Callers without a policy keep default redirect handling.

@​takumi-rs/helpers@​2.3.3

Honour per-element white-space when collapsing inline text

Inline whitespace collapsing read the block's white-space value for every span, so a white-space: pre child inside a normal-collapsing parent lost its spaces and line breaks. Each span now collapses against its own value. <br> also carries a white-space: pre preset, so its line break survives.

@​takumi-rs/helpers@​2.3.0

Accept raw RGBA pixels as an image source

An image node's src takes { width, height, data, premultiplied? } and renders the pixels without decoding; the Bitmap JSX helper wraps it as an <img>.

@​takumi-rs/helpers@​2.2.0

Support generic on googleFonts families

A family's generic (e.g. "monospace") propagates to every loaded coverage subset, so generic stacks like font-mono resolve to it.

Claim generic font families from the JS font API

Font descriptors accept generic (e.g. "monospace"), so stacks like Tailwind's font-mono resolve to registered fonts without naming the family.

@​takumi-rs/helpers@​2.1.1

Bundle the WebContainer fallback instead of @takumi-rs/wasm/auto

The node backend's fallback pulled in auto, whose conditions resolve against the host bundler: Turbopack sets module and got Vite's ?url import of the binary, failing the build. It now loads @takumi-rs/wasm/node, which every bundler resolves, so only @takumi-rs/core needs externalizing.

Drop preact-render-to-string

... (truncated)

Commits

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)

Bumps [@takumi-rs/helpers](https://github.com/kane50613/takumi/tree/HEAD/takumi-helpers) from 2.3.2 to 2.5.7.
- [Release notes](https://github.com/kane50613/takumi/releases)
- [Changelog](https://github.com/kane50613/takumi/blob/master/takumi-helpers/CHANGELOG.md)
- [Commits](https://github.com/kane50613/takumi/commits/takumi@2.5.7/takumi-helpers)

---
updated-dependencies:
- dependency-name: "@takumi-rs/helpers"
  dependency-version: 2.5.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 8, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants