Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps @11ty/eleventy-img from 5.0.0 to 6.0.4.

Release notes

Sourced from @​11ty/eleventy-img's releases.

Eleventy Image v6.0.4

  • Internals revert of #294, which caused #296 (hangs when using Eleventy serve in transform method)

Milestone: https://github.com/11ty/eleventy-img/milestone/27?closed=1 Full Changelog: 11ty/eleventy-img@v6.0.3...v6.0.4

Eleventy Image v6.0.3

  • Adds Node v24 to CI test suite
  • Swap to use the image-size asynchronous API internally (when using statsOnly option) #294
  • Adds ImageSize export to reuse internal image-size package
  • Reuses multi-runtime hashing utility from @11ty/eleventy-utils@2.0.6
  • Upgrade devDependencies
  • Migrate to flat config with @stylistic/eslint-plugin-js by @​outslept in 11ty/eleventy-img#292

Milestone: https://github.com/11ty/eleventy-img/milestone/26?closed=1 Full Changelog: 11ty/eleventy-img@v6.0.2...v6.0.3

Eleventy Image v6.0.2 (dependency bump for security audit)

Milestone: https://github.com/11ty/eleventy-img/milestone/24?closed=1 Full Changelog: 11ty/eleventy-img@v6.0.1...v6.0.2

Eleventy Image v6.0.1 (Tiny Bugfix Release)

  • Bug fix when using animated images with transformOnRequest #273

Milestone: https://github.com/11ty/eleventy-img/milestone/23?closed=1 Full Changelog: 11ty/eleventy-img@v6.0.0...v6.0.1

Eleventy Image v6.0.0

Notably, for maximum compatibility this package is still CommonJS (not yet ESM). Node minimum is still 18+ (unchanged from Eleventy Image v4).

Breaking Changes

  • useCacheValidityInHash option has been removed #146
  • Transform method will reuse existing <img width> attribute (if single integer) as eleventy:widths value #234

The following changes likely require no action on your part (but are nonetheless breaking):

  • Better color support (P3, AdobeRGB, et al): images retain ICC profiles by default #244
  • Dependency major upgrade: @11ty/eleventy-fetch from v4 to v5
  • Dependency major upgrade @11ty/eleventy-utils from v1 to v2
  • Default metadata object returned will no longer include empty format arrays { jpeg: [] } #242

Features

  • Uses native fetch() (no more node-fetch, via eleventy-fetch upgrade) and works better with caching on remote urls, consistency on file names with sync methods #252 #262 #146
  • returnType: "html" option will return the generated HTML directly instead of the metadata object #267
    • htmlOptions: {} are options passed to the generateHTML function
  • Output format filtering (opt-out with formatFiltering option). Filters out output formats that do not support animation or transparency automatically.

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 19, 2025
Bumps [@11ty/eleventy-img](https://github.com/11ty/eleventy-img) from 5.0.0 to 6.0.4.
- [Release notes](https://github.com/11ty/eleventy-img/releases)
- [Commits](11ty/eleventy-img@v5.0.0...v6.0.4)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-img"
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/11ty/eleventy-img-6.0.4 branch from 0d457a2 to 2038d3e Compare June 9, 2025 08:41
@github-actions
Copy link
Contributor

github-actions bot commented Jun 9, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ BASH bash-exec 1 0 0 0.0s
✅ BASH shellcheck 1 0 0 0.04s
⚠️ BASH shfmt 1 1 0 0.0s
❌ C cppcheck 8 8 0 0.21s
❌ CPP cppcheck 8 8 0 0.22s
✅ JSON npm-package-json-lint yes no no 0.42s
✅ JSON v8r 11 0 0 7.68s
❌ MARKDOWN markdown-link-check 732 211 0 37.15s
✅ REPOSITORY gitleaks yes no no 13.41s
✅ REPOSITORY git_diff yes no no 0.68s
✅ REPOSITORY grype yes no no 31.71s
✅ REPOSITORY secretlint yes no no 36.58s
✅ REPOSITORY syft yes no no 1.8s
✅ REPOSITORY trivy-sbom yes no no 2.78s
✅ REPOSITORY trufflehog yes no no 4.26s
✅ XML xmllint 1 0 0 178.21s
✅ YAML v8r 12 0 0 9.95s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@dannystaple dannystaple merged commit da43058 into master Jun 12, 2025
4 checks passed
@dannystaple dannystaple deleted the dependabot/npm_and_yarn/11ty/eleventy-img-6.0.4 branch June 12, 2025 09:19
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.

2 participants