plugin-responsive-images
plugin-responsive-images copied to clipboard
Update dependency @11ty/eleventy-img to v5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @11ty/eleventy-img | 4.0.2 -> 5.0.0 |
Release Notes
11ty/eleventy-img (@11ty/eleventy-img)
v5.0.0: Eleventy Image v5.0.0
Full Milestone: https://github.com/11ty/eleventy-img/milestone/21?closed=1 Full Changelog: https://github.com/11ty/eleventy-img/compare/v4.0.2...v5.0.0
Install / Upgrade
npm install @​11ty/eleventy-img@latest
What's Changed
- Works great with the brand new Eleventy v3.0.0 release: https://github.com/11ty/eleventy/releases/tag/v3.0.0
- Ships new Transform method for automatic Image transformation: https://www.11ty.dev/docs/plugins/image/#optimize-images-on-request (including on-request transformation for local development) #223
- Fix: Transform method ignores
data:URIs by default #238 - Fix for #220 where SVG as broken because the Buffer is Uint8Array. by @maliMirkec in https://github.com/11ty/eleventy-img/pull/221
- Performance improvement: Avoid utf8 encoding binary image files in getHash. by @fqueze in https://github.com/11ty/eleventy-img/pull/226
New Contributors
- @maliMirkec made their first contribution in https://github.com/11ty/eleventy-img/pull/221
- @fqueze made their first contribution in https://github.com/11ty/eleventy-img/pull/226
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.