chore(deps): update all non-major dependencies - #209
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
commit: |
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
16 times, most recently
from
August 8, 2026 16:41
3f9553e to
c2fd58a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 8, 2026 22:02
c2fd58a to
7973fdf
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.5.1→0.6.2^1.2.120→^1.2.122^1.2.120→^1.2.122^1.2.92→^1.2.93^1.2.67→^1.2.704.0.0-alpha.9→4.0.0-alpha.10^1.16.0→^1.17.0^2.0.0→^2.1.02.5.0→2.5.112.6.02.5.0→2.5.112.6.0^26.1.1→^26.2.0^3.5.40→^3.5.41^3.3.8→^3.3.9^14.3.0→^14.4.0^14.3.0→^14.4.0^13.0.1→^13.0.3^10.8.0→^10.8.124.18.0→24.19.0^6.7.4→^6.7.6^0.141.0→^0.143.0^4.3.1→^4.4.2^0.17.2→^0.18.03.3.8→3.3.9^4.114.0→^4.120.0Release Notes
comarkdown/comark (@comark/nuxt)
v0.6.2: @comark/nuxt v0.6.2Compare Source
0.6.2 (2026-08-07)
v0.6.1: @comark/nuxt v0.6.1Compare Source
Check out full release notes: https://github.com/comarkdown/comark/releases/tag/comark%400.6.1
v0.6.0: @comark/nuxt v0.6.0Compare Source
nuxt/devtools (@nuxt/devtools-kit)
v4.0.0-alpha.10Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
View changes on GitHub
nuxt/eslint (@nuxt/eslint-config)
v1.17.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
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
kane50613/takumi (@takumi-rs/core)
v2.5.5Type render output as backed by
ArrayBufferrenderandrenderAnimationdeclared their output asBuffer/Uint8ArrayoverArrayBufferLike, so passing the bytes straight tonew Response(...)failed to typecheck. They now declareBuffer<ArrayBuffer>/Uint8Array<ArrayBuffer>, whichBodyInitaccepts.kane50613/takumi (@takumi-rs/wasm)
v2.5.3v2.5.2Export
FontSourcefrom the preludeFontResource::newtakes anything that converts into aFontSource, and naming that type is the only way to reachFontSource::from_staticorfrom_shared. It was missing from the prelude, so registering aninclude_bytes!face meant going through the semver-exemptunstablemodule.v2.5.1vuejs/language-tools (@vue/language-core)
v3.3.9Compare Source
component-meta
getProgramAndFilefree of side effects (#6136) - Thanks to @seanogdev!language-core
language-service
workspace
typescript-native-bridge(#6129)vueuse/vueuse (@vueuse/core)
v14.4.0Compare Source
🚀 Features
useColorModeauto import if@nuxtjs/color-modeis detected - by @OrbisK in #5476 (60687)onStartTyping- by @LightQuanta and @9romise in #5395 (1f2b7)behavior,blockandinlineto exposed scrollTo method - by @laurens94, @OrbisK, @43081j and @ilyaliao in #4905 (01875)🐞 Bug Fixes
PUREannotation to avoid Rollup warning - by @serkodev and @9romise in #5388 (16933)tryOnScopeDisposeto avoid operating Vue internal API - by @liangmiQwQ in #5548 (2cad7)View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)
v13.0.3Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v13.0.2...v13.0.3
v13.0.2Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v13.0.1...v13.0.2
eslint/eslint (eslint)
v10.8.1Compare Source
Bug Fixes
18eb0a7fix: prevent ASI hazard inno-unused-labelsautofix (#21173) (dongkyu lee)151ba3ffix: false positives ingetter-returnandaccessor-pairs(#21163) (Grit)6898df9fix: ignore meta-property names inid-denylist(#21166) (Pixel)4d7db66fix: ignore meta-property names inid-match(#21167) (Pixel)677214efix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)Documentation
7d0cbf8docs: Update README (GitHub Actions Bot)0a05812docs: add missing backticks tono-duplicate-imports.js(#21183) (Lee Daeun)678c90bdocs: Update README (GitHub Actions Bot)8a10424docs: Update README (GitHub Actions Bot)69bb948docs: Update README (GitHub Actions Bot)Chores
0a14800chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])05adcb1test: fix failing ecosystem test foreslint-plugin-unicorn(#21191) (Lazizbek Ergashev)5611035test: add error locations info tono-void(#21185) (Lee Daeun)ee47333ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])f131c03chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)1f6eddechore: update ecosystem plugins (#21182) (ESLint Bot)d3266fbchore: unpinwebpackdependency (#21172) (Francesco Trotta)65a6519chore: add allowScripts field to package.json (#21092) (GiHoon Noh)22e5256ci: addtriage:nolabel to Dependabot PRs (#21141) (lumir)55c9038ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])7280e78chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])eddbad6test: fix failing ecosystem test foreslint-plugin-unicorn(#21156) (Francesco Trotta)60a178dchore: update ecosystem plugins (#21150) (ESLint Bot)f9f61dctest: add error locations tono-unreachable(#21151) (JIYEON)d086293test: add error locations tono-undef(#21147) (JIYEON)cc01b67test: add error locations tono-useless-catch(#21144) (devoil)688e75echore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)7c1e175test: add error locations torequire-await(#21145) (Grit)588a26dtest: add error locations tono-extra-label(#21139) (dongkyu lee)059aa89test: add error locations tono-useless-concat(#21140) (dongkyu lee)5a452a8test: add error locations tono-const-assign(#21138) (dongkyu lee)actions/node-versions (node)
v24.19.0: 24.19.0Compare Source
Node.js 24.19.0
v24.18.1: 24.18.1Compare Source
Node.js 24.18.1
nuxt-modules/og-image (nuxt-og-image)
v6.7.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.7.5Compare Source
🐞 Bug 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.