Skip to content

Bump @napi-rs/image from 1.7.0 to 1.14.0 - #14426

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/napi-rs/image-1.14.0
Open

Bump @napi-rs/image from 1.7.0 to 1.14.0#14426
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/napi-rs/image-1.14.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @napi-rs/image from 1.7.0 to 1.14.0.

Release notes

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

@​napi-rs/image@​1.14.0

Highlights

🖼️ Native HEIC on macOS and Windows

This release adds native HEIC decode/encode on both macOS (Apple ImageIO, #214) and Windows (WIC, #221) — using each OS's built-in codec. No bundled HEVC codec, so zero added license or patent-pool exposure. Note: the Windows backend is 8-bit, opaque-only, and exposes a Lossless mode.

🎚️ opacity(factor) transformer

New opacity(factor) scales the alpha channel by a factor, making whole-image transparency adjustments a one-liner (#42).

🧭 SVG fixes

  • SVG content now scales to fill the upscaled raster instead of leaving padding (#159).
  • metadata() now reflects pending transforms, and the SVG format reports as "svg" (#158).

What's Changed

Full Changelog: https://github.com/Brooooooklyn/Image/compare/@​napi-rs/image@1.13.0...@​napi-rs/image@1.14.0

@​napi-rs/image@​1.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/Brooooooklyn/Image/compare/@​napi-rs/image@1.12.1...@​napi-rs/image@1.13.0

@​napi-rs/image@​1.12.1

What's Changed

... (truncated)

Commits
  • 9e93ec3 chore(release): publish
  • 67304eb feat(heic): Windows WIC backend for HEIC decode/encode (#221)
  • c2bc50a feat(transformer): add opacity(factor) to scale the alpha channel (#42) (#220)
  • 8903a33 chore: bump up all non-major dependencies (#219)
  • 5a0ac65 chore: bump up actions/cache action to v6 (#217)
  • 9dba311 fix(transformer): metadata() reflects pending transforms; SVG format "svg" (#...
  • 4ebb17c chore: bump up Rust crate criterion to v5 (#216)
  • ff57062 fix(svg): scale SVG content to fill the upscaled raster (#159) (#215)
  • e07e1e0 feat(heic): macOS-native HEIC decode + encode via Apple ImageIO (#214)
  • 6e0d2ae chore: bump up all non-major dependencies (#213)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​napi-rs/image since your current version.


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 [@napi-rs/image](https://github.com/Brooooooklyn/Image) from 1.7.0 to 1.14.0.
- [Release notes](https://github.com/Brooooooklyn/Image/releases)
- [Commits](https://github.com/Brooooooklyn/Image/compare/@napi-rs/image@1.7.0...@napi-rs/image@1.14.0)

---
updated-dependencies:
- dependency-name: "@napi-rs/image"
  dependency-version: 1.14.0
  dependency-type: direct:development
  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 6, 2026
@shopify-shipitnext

Copy link
Copy Markdown

🔎 View this PR in Shipit Next.

ℹ️ Expand to learn how to deploy and handle emergencies using Shipit Next

Overview

Shipit Next will merge your code on your behalf because this repository uses Shipit Next and its merge queue.

To ship this PR, you can either:

Comment Commands

  • /shipit: Enqueue this PR into the merge queue where it will eventually be merged and deployed.
  • /cancel: Eject this PR from the merge queue and rebuild PRs that were enqueued after this PR.
  • /shipit --jump-queue: Enqueue this PR at the top of the merge queue where it will be included in the next deploy. Use this for non-emergency situations.
    - Emergency handling procedure for this command can be found here.
  • /shipit --emergency: Merge this PR directly into main and deploy to all environments once all require_for_emergency CI checks pass. Please be aware that changes deployed with this command will not be automatically rolled back.

Commands exclusive to Deploy Before Merge

  • /cancel --emergency: Eject this PR from the merge and rollback any deployments containing this PR.

Documentation

Questions or feedback?

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