Skip to content

chore(deps): bump @takumi-rs/image-response from 2.0.1 to 2.1.2 - #546

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/takumi-rs/image-response-2.1.2
Closed

chore(deps): bump @takumi-rs/image-response from 2.0.1 to 2.1.2#546
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/takumi-rs/image-response-2.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps @takumi-rs/image-response from 2.0.1 to 2.1.2.

Release notes

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

takumi@2.1.2

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

takumi@2.1.1

  • @​takumi-rs/image-response@​2.1.1
  • @​takumi-rs/helpers@​2.1.1
  • @​takumi-rs/wasm@​2.1.1
  • takumi-js@2.1.1
  • @​takumi-rs/core@​2.1.1
  • takumi@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

An optional import no bundler can skip: webpack and Vite have no optional import, so resolving it statically failed the build of every app that renders React and never installed it. Preact trees now traverse natively. Components calling a Preact hook no longer render — those hooks live on Preact's mangled internals, which no dispatcher can stand in for.

Accept preact/compat elements in ReactElementLike

preact/compat types $$typeof as symbol | string, so its elements — and a propless component's FunctionComponentElement<never> — no longer need a cast to reach render.

takumi@2.1.0

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

Fall back to the WASM backend in a WebContainer

Unbundled runs (e.g. nitro dev externalizing the package) resolve #backend with Node's default conditions, so the native addon wins even when the host set unwasm. The node backend now detects process.versions.webcontainer and loads

... (truncated)

Commits
  • 2153709 Version Packages (#956)
  • 9472864 Docs: update pnpm native binding hoist guidance (#954)
  • ab34778 Core: fix inline SVG data URIs and null style values (#955)
  • d09c12a Docs: rollback typescript 6 because of twoslash
  • 64bbb9c Version Packages (#953)
  • 796eae6 JS, Helpers: keep the bundle graph resolvable without externalizing takumi-js...
  • 238728e Version Packages (#948)
  • 191c490 CI: disable windows-11-arm wasm test
  • eca61b6 Docs: document variable fonts with googleFonts axes, closes #949
  • ea48cb7 Helpers: accept Preact vnodes in ReactElementLike
  • 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)

Bumps [@takumi-rs/image-response](https://github.com/kane50613/takumi) from 2.0.1 to 2.1.2.
- [Release notes](https://github.com/kane50613/takumi/releases)
- [Commits](https://github.com/kane50613/takumi/compare/takumi@2.0.1...takumi@2.1.2)

---
updated-dependencies:
- dependency-name: "@takumi-rs/image-response"
  dependency-version: 2.1.2
  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 Jul 13, 2026
@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
zap-studio-website Error Error Jul 13, 2026 6:35pm

@greptile-apps

greptile-apps Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

PR author is in the excluded authors list.

@github-actions

Copy link
Copy Markdown

Todo Tree Summary

Showing only new TODOs introduced in this PR

No TODOs found!


Last updated: 2026-07-13T18:35:12.058Z

@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #552.

@dependabot dependabot Bot closed this Jul 20, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/takumi-rs/image-response-2.1.2 branch July 20, 2026 18:35
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