Skip to content

chore(deps): bump @takumi-rs/image-response from 2.4.2 to 2.5.0 - #552

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

chore(deps): bump @takumi-rs/image-response from 2.4.2 to 2.5.0#552
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/takumi-rs/image-response-2.4.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @takumi-rs/image-response from 2.4.2 to 2.5.0.

Release notes

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

takumi@2.5.0

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

Add setGlyphCacheMaxBytes

The resolved-glyph and glyph-mask caches share an 8 MiB budget that no binding exposed. cacheMaxBytes looks like the knob for it but covers a different set of caches: decoded images, SVG rasters, and parsed stylesheets.

setGlyphCacheMaxBytes sets the glyph budget. It is a module-level function rather than a Renderer option because those caches live in the module and are shared by every renderer, and the budget is read the first time a cache is used, so the call has to come before the first render.

The default suits Latin text. A CJK outline runs a few kilobytes, so 8 MiB holds on the order of a thousand of them and a page of Chinese re-rasterizes glyphs it evicted a moment earlier.

takumi-js forwards it too. That one records the budget and hands it to the backend as it loads, so it stays synchronous and cannot race the resolution.

Commits
  • a6f69ba Version Packages (#1039)
  • 4d45dc8 CI: exclude node_modules manifests from the cargo workspace (#1038)
  • 7694bf9 Core: cut redundant per-node and per-glyph work, and put glyph caches in one ...
  • 56d0f13 Helpers: keep the glyph budget setter off the backend import graph (#1037)
  • 2dc3ef4 Raster: write per-frame delays into animated PNG output (#1034)
  • cebf765 Core: key the glyph caches on font content instead of blob identity (#1033)
  • f645f65 Core: couple the overflow axes and fix mixed-overflow clipping (#1032)
  • 0d28dc7 Core: bound calc depth, var substitution size, and list interpolation length ...
  • f0cbdbf Chore: update dependencies (#1030)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
@greptile-apps

greptile-apps Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

PR author is in the excluded authors list.

@vercel

vercel Bot commented Jul 20, 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 26, 2026 12:56pm

@github-actions

github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown

Todo Tree Summary

Showing only new TODOs introduced in this PR

No TODOs found!


Last updated: 2026-07-26T12:56:10.343Z

@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

@dependabot dependabot Bot changed the title chore(deps): bump @takumi-rs/image-response from 2.1.2 to 2.4.0 chore(deps): bump @takumi-rs/image-response from 2.3.2 to 2.4.0 Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/takumi-rs/image-response-2.4.0 branch from a881766 to 7a9bd09 Compare July 20, 2026 18:47
@dependabot dependabot Bot changed the title chore(deps): bump @takumi-rs/image-response from 2.3.2 to 2.4.0 chore(deps): bump @takumi-rs/image-response from 2.4.1 to 2.4.2 Jul 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/takumi-rs/image-response-2.4.0 branch from 7a9bd09 to 4f5bff3 Compare July 23, 2026 14:05
@dependabot dependabot Bot changed the title chore(deps): bump @takumi-rs/image-response from 2.4.1 to 2.4.2 chore(deps): bump @takumi-rs/image-response from 2.4.2 to 2.5.0 Jul 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/takumi-rs/image-response-2.4.0 branch from 4f5bff3 to 0734798 Compare July 26, 2026 12:49
Bumps [@takumi-rs/image-response](https://github.com/kane50613/takumi) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/kane50613/takumi/releases)
- [Commits](https://github.com/kane50613/takumi/compare/takumi@2.4.2...takumi@2.5.0)

---
updated-dependencies:
- dependency-name: "@takumi-rs/image-response"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/takumi-rs/image-response-2.4.0 branch from 0734798 to 13216b3 Compare July 26, 2026 12:56
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #558.

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/takumi-rs/image-response-2.4.0 branch July 27, 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