Skip to content

chore(deps): update dependency @takumi-rs/core to v1#85

Open
bottd wants to merge 1 commit intomainfrom
renovate/takumi-rs-core-1.x
Open

chore(deps): update dependency @takumi-rs/core to v1#85
bottd wants to merge 1 commit intomainfrom
renovate/takumi-rs-core-1.x

Conversation

@bottd
Copy link
Copy Markdown
Owner

@bottd bottd commented Apr 13, 2026

This PR contains the following updates:

Package Change Age Confidence
@takumi-rs/core 0.73.11.0.9 age confidence

Release Notes

kane50613/takumi (@​takumi-rs/core)

v1.0.9

Compare Source

v1.0.8

Compare Source

Patch Changes
  • 8886c01: Replace noto emoji source with googlefonts/noto-emoji with Unicode 17 support
  • b287c43: Update Twemoji to v17

v1.0.7

Compare Source

Patch Changes

v1.0.6

Compare Source

Patch Changes

v1.0.5

Compare Source

Patch Changes

v1.0.4

Compare Source

Patch Changes

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes

v1.0.1

Compare Source

Patch Changes

v1.0.0

Compare Source

Major Changes
  • 188079f: Removed all deprecated types, functions

  • 188079f: Removed pascal case output format (e.g. WebP, Png), please switch to lowercase.

  • 188079f: Changed initial display value from flex to inline

    This is to comply with the CSSWG spec.

    You should update your code to use display: flex if you want to use flexbox.

  • 8566f15: renderer.putPersistentImage() now takes ImageSource

    Before:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage("foo.png", data);

    After:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage({
      src: "foo.png",
      data,
    });
Minor Changes
Patch Changes
  • 0e14dd5: Mark turbopackOptional: true to silence errors
  • b2e304a: Replaced native extractResourceUrls with JS version to avoid roundtrip
  • 2f6c8b5: Fix missing type definition file
  • 26b5557: Fix dist folder not included
  • 256ef21: Make Woff2/Woff decompression run in parallel
  • 532bc96: Fix bun compile fails to resolve native module #​606
  • Updated internal dependencies

Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • "every weekday"
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@bottd bottd force-pushed the renovate/takumi-rs-core-1.x branch from 790d819 to 1ff6e57 Compare April 14, 2026 05:45
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.

2 participants