Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.34 -> ^1.2.73 age confidence
@iconify-json/simple-icons ^1.2.30 -> ^1.2.58 age confidence
@iconify-json/vscode-icons ^1.2.18 -> ^1.2.33 age confidence
@nuxt/content (source) ^3.4.0 -> ^3.8.0 age confidence
@nuxt/eslint (source) ^1.3.0 -> ^1.10.0 age confidence
@nuxt/image (source) ^1.10.0 -> ^1.11.0 age confidence
@nuxt/ui-pro (source) ^3.0.2 -> ^3.3.7 age confidence
@nuxtjs/robots (source) 5.2.10 -> 5.5.6 age confidence
@nuxtjs/sitemap 7.2.10 -> 7.4.7 age confidence
eslint (source) ^9.23.0 -> ^9.39.1 age confidence
nuxt-gtag 3.0.2 -> 3.0.3 age confidence
nuxt-llms 0.1.2 -> 0.1.3 age confidence
nuxt-og-image (source) ^5.1.1 -> ^5.1.12 age confidence
pnpm (source) 10.7.0 -> 10.21.0 age confidence
typescript (source) ^5.8.2 -> ^5.9.3 age confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.8.0

Compare Source

Features
Bug Fixes
  • extend inherited schema (dd054ea)
Performance Improvements

v3.7.1

Compare Source

Bug Fixes
  • remove zod and zod-to-json-schema from optional deps (#​3541) (8e038f0)

v3.7.0

Compare Source

Deprecations

The following features are deprecated and will be removed in a future release:

  • z re-export from @nuxt/content
  • Calling .editor() directly on zod schemas (e.g. z.string().editor(...))

Migration guide :

- import { defineContentConfig, defineCollection, z } from '@​nuxt/content'
+ import { defineContentConfig, defineCollection, property } from '@​nuxt/content'
+ import { z } from 'zod' // or 'zod/v3' if your setup exposes this subpath

  export default defineContentConfig({
    collections: {
      posts: defineCollection({
        type: 'page',
        source: 'blog/*.md',
        schema: z.object({
        image: z.object({
-         src: z.string().editor({ input: 'media' }),
+         src: property(z.string()).editor({ input: 'media' }),
          alt: z.string(),
        }),
      }),
    },
  })
Features
  • adopt standard schema spec and support different validators (#​3524) (46a1004)
  • inherit component prop types in content collection (#​3451) (a620a2c)
Bug Fixes
  • ProseCode preview syntax highlighting (#​3491) (4a725bd)
  • add dependency at Nuxt root dir (#​3525) (71f2989)
  • block experimental sqlite warning on node (5ac31da)
  • deprecate nitro export in favor of server (ec97064)
  • do not register close hook if websocket is disabled (#​3474) (9edcc8f)
  • ignore .DS_Store files in all subdirectories (c7a9af3)
  • ignore OSX meta file .DS_Store (fe5d7f9)
  • improve websocket and watcher cleanup handling (#​3478) (8041807)
  • inherit: cache component meta (e9658de)
  • inherit: issue with property definition in arrays (873b768)
  • inherit: try resolve component from root directory (b0073f1)
  • inherit: type generation (63500f3)
  • normalize source cwd (#​3532) (0a34742)
  • nuxthub: missing line separator in database migrations (#​3464) (4983443)
  • use listhen's publicUrl if available (#​3500) (fb0f022)

v3.6.3

Compare Source

Bug Fixes

v3.6.2

Compare Source

Features
  • schema: set navigation.icon of page as icon for preview (eff825d)
Bug Fixes

v3.6.1

Compare Source

Features
Bug Fixes

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes
nuxt/eslint (@​nuxt/eslint)

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.1

Compare Source

No significant changes

    View changes on GitHub
nuxt/image (@​nuxt/image)

v1.11.0

Compare Source

compare changes

🚀 Enhancements
  • Add support for image helpers in nitro endpoints (#​1473)
  • ipx: Log the architecture of the build (#​1808)
🩹 Fixes
  • Remove layer0 and edgio providers (#​1763)
  • Add back layer0 and edgio providers (without) tests (a99ce09)
  • cloudflare: Don't add baseURL if there are no operations (#​1790)
  • ipx: Always use ipx provider if external baseURL is provided (#​1800)
  • ipxStatic: Strip repeated slashes from image path (#​1801)
  • Avoid deep type instantiation (12b37a2)
📖 Documentation
🏡 Chore
  • Disable shamefully-hoist (#​1795)
  • Do not ignore typescript upgrades (0809991)
  • Switch to using typesVersions field (b4af05a)
  • Allow major bumps in changelog (d486587)
  • Enable oxc-resolver build (4be31c7)
  • Release v1.11.0 (3123997)
✅ Tests
  • Exclude layer0 + edgio from unit tests (3682a90)
🤖 CI
❤️ Contributors
nuxt/ui-pro (@​nuxt/ui-pro)

v3.3.7

Compare Source

v3.3.6

Compare Source

v3.3.5

Compare Source

v3.3.4

Compare Source

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

nuxt-modules/robots (@​nuxtjs/robots)

v5.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.5.5

Compare Source

No significant changes

    View changes on GitHub

v5.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v5.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v5.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.2.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/sitemap (@​nuxtjs/sitemap)

v7.4.7

Compare Source

No significant changes

    View changes on GitHub

v7.4.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.4.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.4.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.4.1

Compare Source

   🏎 Performance
    View changes on GitHub

v7.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.3.0

Compare Source

⚠️ This release introduces several features, performance improvements and bug fixes, it's recommended to test your sitemap after upgrading.

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented May 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 3 times, most recently from e8e50d3 to bc9318f Compare May 11, 2025 14:05
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 7 times, most recently from 2687fad to 402a3ff Compare May 16, 2025 22:46
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 2 times, most recently from 8fc6971 to cdcecb9 Compare May 26, 2025 19:20
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 7 times, most recently from 7b8585d to aaaa11e Compare June 3, 2025 04:44
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 6 times, most recently from 7b03f45 to 899564b Compare June 8, 2025 22:57
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 8efecf8 to cf7c6e2 Compare June 14, 2025 05:39
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 6 times, most recently from 7d90f02 to 49bd666 Compare October 8, 2025 11:35
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 5 times, most recently from 214a049 to 624d2d4 Compare October 16, 2025 22:36
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 7 times, most recently from b3041cf to 71b1b64 Compare October 24, 2025 01:07
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 6 times, most recently from 5168c68 to 286631a Compare November 1, 2025 00:02
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from fa8c124 to 0ba85b2 Compare November 10, 2025 01:55
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 0ba85b2 to c3f10e4 Compare November 10, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant