fix(deps): update dependency @nuxt/image to v2 - #113
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
December 31, 2025 15:31
64b600e to
8e97585
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
January 8, 2026 17:26
8e97585 to
6bfb3e2
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
January 23, 2026 20:42
6bfb3e2 to
9cdef76
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
February 12, 2026 10:58
9cdef76 to
a538e73
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
March 5, 2026 15:45
a538e73 to
8e86bb8
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
March 13, 2026 10:58
8e86bb8 to
df9030c
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
April 8, 2026 14:53
b928b74 to
c6bbb33
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
April 29, 2026 09:55
c6bbb33 to
ab64449
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
May 18, 2026 12:13
fa17765 to
b285605
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
May 30, 2026 23:08
b285605 to
278705c
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
June 11, 2026 18:50
278705c to
84dcf44
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
July 12, 2026 11:58
84dcf44 to
72ce08d
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
July 24, 2026 20:15
09cd275 to
1cc09be
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
July 28, 2026 18:50
1cc09be to
7e82577
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
July 30, 2026 20:46
7e82577 to
081d0c9
Compare
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:
^1.11.0→^2.0.0Release Notes
nuxt/image (@nuxt/image)
v2.1.0Compare Source
👀 Highlights
Nuxt Image 2.1 ships eight new image providers, a major upgrade to our image processing engine, and a bunch of fixes across existing providers.
🖼️ IPX v4
Under the hood, we've upgraded to IPX v4 which brings significant improvements:
svgo: falsewould return untouched SVGs. The sanitizer now removes SMIL attribute injection, foreign content (<foreignObject>,<iframe>, etc.), and unsafe URIs across all elementsopacity,brightness,saturation,hue,lightness,autoorient,dilate,erode,clahe, andlinear400errors with clear messages instead of cryptic500sparseURLoption🌐 New Providers
This release adds support for eight new image optimization services:
🔧 Provider Improvements
keymodifier for named presets (#2207)baseURLfor custom CDN setups (#2273)minimumCacheTTLis now configurable (#2278)📦 Type Exports
NuxtImgPropsandNuxtPicturePropsare now exported from the runtime, making it easier to type your own components that wrap<NuxtImg>or<NuxtPicture>(#2115).👉 Changelog
compare changes
🚀 Enhancements
keymodifier (#2207)minimumCacheTTLconfigurable (#2278)baseURLoption to Sanity provider (#2273)🩹 Fixes
137ee63)providerkey in generated image options (#2279)7e561f6)237e480)baseURLfor urls with no operations (#2162)imagesrcsetpreload when densities are set w/o sizes (#2176)runtimeConfig.ipxwith defaults (#2134)withoutEnlargementmodifier type (#2133)remote_imagesconfig (#2086)formats(#2038)layer.config.image(23b8cef)data-*in imgAttrs (#2017)public/dir in relation torootDir(3e07761)📖 Documentation
6f59ab1)_routes.json(#2136)<NuxtImg />example (#2074)93de8a9)2deacc0)📦 Build
🏡 Chore
prepack(97d3758)consolato dev dependencies (#2275)pnpm-workspace.yaml(9b80ce6)fd87f7d)<NuxtPicture>(#2145)13b88c1)03b5ef4)🤖 CI
e529f37)2f8b332)23ee710)777239c)a200dae)f60d0f7)d1cb12b)09e5efb)402c729)906111c)🎉 New Contributors
❤️ Contributors
v2.0.0Compare Source
We're excited to announce Nuxt Image v2! 🎉 This release focuses on TypeScript support, performance improvements, and better developer experience.
👀 Highlights
🎯 TypeScript support
The biggest change in v2 is full TypeScript support throughout the module (#1802).
Typed providers
Image providers now use
defineProviderfor type-safe configuration:Type-safe configuration
Module options are now fully typed. For example, providers that require a
baseURLwill enforce it at the type level in yournuxt.config.ts:Typed composables
The
$imghelper anduseImage()composable have full type inference (#1844):🚀 IPX v3
We've upgraded to IPX v3 (#1799) for better performance and better
sharpbinary handling. The upgrade includes automatic detection of the correctsharpbinaries for your deployment architecture.🔌 Server-side utilities
You can now use image helpers directly in Nitro server endpoints (#1473).
🎨 Component improvements
Template refs
<NuxtImg>now exposes the underlying<img>element via template refs:Typed slots
Both
<NuxtImg>and<NuxtPicture>now have properly typed default slots.🌐 New providers
We've added two new providers:
⚡ Performance
We've made several optimizations to reduce bundle size and improve runtime performance:
URLSearchParamsfor more reliable parameter handling🎯 Better layer support
Nuxt Image now properly supports custom image directories within Nuxt layers (#1880), making it easier to organize images in modular projects.
Provider API
The biggest breaking change is how providers are defined. All providers now use a default export with the
defineProviderwrapper:If you maintain a custom provider, you'll need to update it. But you get full TypeScript support in return!
Removed providers
The deprecated
layer0andedgioproviders have been removed.URL formatters
If you have custom providers using
joinWithfor parameter formatting, you'll need to update them to use theformatterfunction withcreateOperationsGenerator. See the migration guide for details.Removed utilities
We've removed several unused runtime utilities. If you were importing internal utilities directly, check if they still exist.
✅ Upgrading
Check out our comprehensive migration guide for step-by-step upgrade instructions.
The quick version:
Most apps can upgrade with no code changes. If you have custom providers, you'll need to update them to use
defineProvider- see the migration guide for examples.🐛 Bug fixes
This release includes several fixes:
🙏 Thank you
Thank you to all the contributors who made this release possible! This includes contributions from dozens of community members who helped with features, bug fixes, documentation improvements, and feedback.
👉 Changelog
compare changes
🚀 Enhancements
🔥 Performance
🩹 Fixes
💅 Refactors
📖 Documentation
📦 Build
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
Configuration
📅 Schedule: (UTC)
🚦 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.