fix(deps): update dependency @11ty/eleventy-img to v7 - #265
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying guidebook-financial-inclusion with
|
| Latest commit: |
0a3c88c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3f04008a.guidebook-financial-inclusion.pages.dev |
| Branch Preview URL: | https://renovate-11ty-eleventy-img-7.guidebook-financial-inclusion.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.0.4→^7.0.0Release Notes
11ty/image (@11ty/eleventy-img)
v7.0.0: Image v7.0.0: The Memory Efficiency ReleaseCompare Source
TL;DR: ESM-only, Node 22+ minimum, and huge memory and performance wins over v6.
Thank you to @sentience, @valadaptive, @kirthi-b, @jens-struct, and @jornmineur for their contributions to this release!
Issue Milestone: https://github.com/11ty/eleventy-img/milestone/25?closed=1
Full Changelog: v6.0.4...v7.0.0
Breaking changes
require(esm). #300import Image from "@11ty/eleventy-img"const Image = await import("@11ty/eleventy-img")And a few breaking changes that are unlikely to affect most projects:
widthandeleventy:widthson the same element, note thateleventy:widthsnow takes priority. #314Image.statsSyncandImage.statsByDimensionsSynchave been removed after being deprecated in 2024. Use thestatsOnlyfeature instead, like so:await Image(src, { statsOnly: true, /* …options */ }). Helpful error messaging is provided if your project uses these (so don’t worry about it until you run into it, they weren’t commonly used). #211 #295<eleventy-image>WebC component (use the transform method instead) #305New Features
formats: ["passthrough"]) copies and uses the source file directly, while still adding width and height attributes to the generated output. Useful when you've already optimized your source images and want to skip the optimization pipeline — about 20× faster in local benchmarks. Example on #212. Also #133, #183, #309eleventy:sizesattribute allows overriding anysizesattribute in markup #306manualCacheKeyoption to improve the cropping API #271 #274 by @jens-structBug Fixes
wdescriptor when only one size is used in srcset, fixing valid HTML output when only one width is used and no sizes is present (#298).eleventy:ignoreappearing in output on<img>tags inside<picture>elements — by @valadaptive in #303.<img src>when read back from HTML, by @kirthi-b #349 #307Internals
Configuration
📅 Schedule: (UTC)
* * * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.