Skip to content

dependency: Update dependency @takumi-rs/image-response to v1#247

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/takumi-rs-image-response-1.x
Open

dependency: Update dependency @takumi-rs/image-response to v1#247
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/takumi-rs-image-response-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 10, 2026

This PR contains the following updates:

Package Change Age Confidence
@takumi-rs/image-response ^0.73.0^1.0.0 age confidence

Release Notes

kane50613/takumi (@​takumi-rs/image-response)

v1.0.14

Compare Source

Patch Changes
  • Updated dependencies [6323299]
    • takumi-js@​1.0.14

v1.0.13

Compare Source

Patch Changes
  • Updated dependencies [ccfaff3]
    • takumi-js@​1.0.13

v1.0.12

Compare Source

Patch Changes
  • takumi-js@​1.0.12

v1.0.11

Compare Source

Patch Changes
  • takumi-js@​1.0.11

v1.0.10

Compare Source

Patch Changes
  • takumi-js@​1.0.10

v1.0.9

Compare Source

Patch Changes
  • takumi-js@​1.0.9

v1.0.8

Compare Source

Patch Changes
  • takumi-js@​1.0.8

v1.0.7

Compare Source

Patch Changes
  • Updated dependencies [6e9b163]
    • takumi-js@​1.0.7

v1.0.6

Compare Source

Patch Changes
  • takumi-js@​1.0.6

v1.0.5

Compare Source

Patch Changes
  • Updated dependencies [d113fb5]
    • takumi-js@​1.0.5

v1.0.4

Compare Source

Patch Changes
  • takumi-js@​1.0.4

v1.0.3

Compare Source

Patch Changes
  • takumi-js@​1.0.3

v1.0.2

Compare Source

Patch Changes
  • takumi-js@​1.0.2

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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the 🔄 dependencies Pull requests that update a dependency file label Apr 10, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 10, 2026

Deploy Preview for eternalcodeteam-website ready!

Name Link
🔨 Latest commit 64654d6
🔍 Latest deploy log https://app.netlify.com/projects/eternalcodeteam-website/deploys/69e27eee29fbfc00089847a2
😎 Deploy Preview https://deploy-preview-247--eternalcodeteam-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 80 (🔴 down 1 from production)
Accessibility: 96 (no change from production)
Best Practices: 83 (🔴 down 17 from production)
SEO: 100 (no change from production)
PWA: 90 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/takumi-rs-image-response-1.x branch 9 times, most recently from 5c08720 to d151b3f Compare April 16, 2026 22:17
@renovate renovate bot force-pushed the renovate/takumi-rs-image-response-1.x branch from d151b3f to 64654d6 Compare April 17, 2026 18:41
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants