Bump @11ty/eleventy-img from 6.0.4 to 7.0.0 in the npm-major-upgrades group - #1158
Merged
jgerigmeyer merged 3 commits intoAug 14, 2026
Merged
Conversation
Bumps the npm-major-upgrades group with 1 update: [@11ty/eleventy-img](https://github.com/11ty/image). Updates `@11ty/eleventy-img` from 6.0.4 to 7.0.0 - [Release notes](https://github.com/11ty/image/releases) - [Commits](11ty/image@v6.0.4...v7.0.0) --- updated-dependencies: - dependency-name: "@11ty/eleventy-img" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-major-upgrades ... Signed-off-by: dependabot[bot] <support@github.com>
jgerigmeyer
approved these changes
Aug 14, 2026
Member
|
@jamesnw I'd appreciate your review on this before merge. |
jamesnw
approved these changes
Aug 14, 2026
jamesnw
left a comment
Contributor
There was a problem hiding this comment.
This looks good to me, and seems to work. 🚀
jgerigmeyer
deleted the
dependabot/npm_and_yarn/npm-major-upgrades-219192d8eb
branch
August 14, 2026 18:44
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.
Bumps
@11ty/eleventy-img6.0.4 → 7.0.0, which removedstatsSyncin favor of an async-only API.Making
image()async isn't viable here: it's called from inside theimgmacro inembed.macros.njk(~179 call sites), and Nunjucks macros compile synchronously — an async shortcode inside one silently renders empty.So
image()stays synchronous, and metadata is pre-computed instead:cacheImageMetadata()runsstatsOnlyover every source image into a lookup keyed by canonical path, hooked toeleventy.before. ~0.4s for 656 images — header reads only, no processing.finishImages()oneleventy.afterawaits the generation that renders kick off but can't await, and fails the build naming any image that errored. It also writes the local HTML cache, which may only happen once every image is known to have succeeded.image_cache.jsonnow carries the eleventy-img version, so a cache from a different version is discarded rather than serving stale markup.Output impact
Of 663 HTML files, 612 are byte-identical to the v6 build and 51 differ only because v7 drops the redundant width descriptor when a srcset has a single candidate (
srcset="x.webp 160w"→srcset="x.webp"). No other differences.Bumps the npm-major-upgrades group with 1 update: @11ty/eleventy-img.
Updates
@11ty/eleventy-imgfrom 6.0.4 to 7.0.0Release notes
Sourced from @11ty/eleventy-img's releases.
... (truncated)
Commits
f69b24bv7.0.0fcabc87Remove removed sharp optionf4c514av7.0.0-alpha.5d2eb0ceUse npm staged publishing5943d24v7.0.0-alpha.584d9bf4Fixes #356c20189aFixes #212. Addspassthroughspecial format that skips sharp processing alt...ec011f6Rename eleventyImage in a few places to more generic namesebbe22dFixes #302 unbounded memory use from memory cache5e79529Merge branch 'pr/274'Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@11ty/eleventy-imgsince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions