chore(deps): update devdependency @nuxt/image to v2 - #27
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
November 10, 2025 19:57
6f46875 to
bb04765
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
November 18, 2025 11:59
bb04765 to
45ae409
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
December 3, 2025 17:07
45ae409 to
26f7347
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
December 31, 2025 15:32
26f7347 to
5505ff5
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
January 8, 2026 19:05
5505ff5 to
ba4c6d4
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
January 23, 2026 17:06
e1bad35 to
2b14437
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
February 2, 2026 17:53
2b14437 to
913a65b
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
February 17, 2026 19:51
9b1cf3f to
2b7a7a2
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
March 5, 2026 17:20
2b7a7a2 to
6a35976
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
March 13, 2026 15:41
6a35976 to
088d9af
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
April 8, 2026 17:59
455cdd0 to
04ebdb2
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
April 29, 2026 13:03
04ebdb2 to
d507d43
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
May 18, 2026 12:03
e0fe60b to
c8d3dbd
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
May 30, 2026 23:29
c8d3dbd to
30ef30c
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
June 11, 2026 16:01
30ef30c to
a340722
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
July 12, 2026 12:15
a340722 to
5b687e2
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
July 24, 2026 14:49
b1813fb to
ac1189d
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
July 30, 2026 18:34
c04544b to
5175315
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
August 14, 2026 16:44
409c32a to
62543f2
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
August 26, 2026 15:07
62543f2 to
eac327a
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
2 times, most recently
from
September 3, 2026 10:29
6863837 to
72603a1
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
September 7, 2026 23:41
72603a1 to
6fc3426
Compare
renovate
Bot
force-pushed
the
renovate/nuxt-image-2.x
branch
from
September 9, 2026 17:34
6fc3426 to
4ebf1ab
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:
^0.7.1→^2.1.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
v1.11.0Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
v1.10.0Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
propsin template (e2e61fa)img-attrsandattrsresponsive (#1696)📖 Documentation
filerobotpage (ac056cc)📦 Build
nuxt/module-builder(#1668)🏡 Chore
.nuxtrcconfig (#1708)@nuxtjs/tailwindcss(25379fb)@nuxtjs/tailwindcssversion (36fb95e)🤖 CI
❤️ Contributors
v1.9.0Compare Source
👉 Changelog
compare changes
🚀 Enhancements
customslot for full control of rendering (#1626)🔥 Performance
node-fetch-nativedependency (d667025)#app/nuxtand#imports(70ef740)🩹 Fixes
ipxproviders ifoptions.ipxis set (#1618)<NuxtImg>placeholder (#1640)strapi5to list of built-in providers (1079a03)📖 Documentation
xxlis not a tailwind size (#1632)altprop (#1628)🏡 Chore
knipandinstalled-check+ clean up workspace deps (736102b)✅ Tests
🤖 CI
❤️ Contributors
v1.8.1Compare Source
compare changes
🩹 Fixes
/index(#1467)formatsconfig & improved documentation (#1514)📖 Documentation
🏡 Chore
tinyexecinternally (3b9a4ea)❤️ Contributors
v1.8.0Compare Source
compare changes
🚀 Enhancements
getImage(#1428)🩹 Fixes
<NuxtImg>(#1445)default: undefined(#1450)❤️ Contributors
v1.7.1Compare Source
compare changes
🩹 Fixes
covertolfillmode (#1355)@nuxt/module-builder(#1439)ro(#1441)💅 Refactors
<NuxtImg>to SFC (#1435)<NuxtPicture>to SFC (#1432)import.meta.*properties (#1440)📖 Documentation
🏡 Chore
type: module(04cd4cc)compatibilityDate(8e2a01a)❤️ Contributors
v1.7.0Compare Source
compare changes
🚀 Enhancements
fetchprioritywhen preloading images (#989)🩹 Fixes
srccomes afterloadingwhen rendering image (#1338)📖 Documentation
🤖 CI
❤️ Contributors
v1.6.0Compare Source
compare changes
🚀 Enhancements
domainswithNUXT_IMAGE_DOMAINS(#1332)placeholderClassprop (#1111)🩹 Fixes
undefinedor empty image source values (#1300)densityvalues > 2 (dad493a)jpegformat tojpg(a59e57c)📖 Documentation
nuxi module addcommand in installation (#1310)<NuxtPicture>doesn't support different sources (#1326)🏡 Chore
devDependencies(74605cb)✅ Tests
❤️ Contributors
v1.5.0Compare Source
compare changes
🚀 Enhancements
domainsoption with Netlify Image CDN (#1287)🩹 Fixes
import.meta.*properties (#1301)options.domains(#1305)📖 Documentation
🏡 Chore
✅ Tests
pageafter each test (2b4bac9)❤️ Contributors
v1.4.0Compare Source
compare changes
🚀 Enhancements
@errorevent from<NuxtPicture>(#1252)🩹 Fixes
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.