Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.45 -> ^1.2.69 age confidence
@iconify-json/simple-icons ^1.2.37 -> ^1.2.54 age confidence
@iconify-json/vscode-icons ^1.2.22 -> ^1.2.32 age confidence
@nuxt/content (source) ^3.5.1 -> ^3.7.1 age confidence
@nuxt/eslint (source) ^1.4.1 -> ^1.9.0 age confidence
@nuxt/image (source) ^1.10.0 -> ^1.11.0 age confidence
@nuxt/ui-pro (source) ^3.1.3 -> ^3.3.6 age confidence
@nuxthub/core (source) ^0.8.27 -> ^0.9.0 age confidence
@nuxtjs/seo (source) ^3.0.3 -> ^3.2.2 age confidence
eslint (source) ^9.28.0 -> ^9.37.0 age confidence
mermaid ^11.6.0 -> ^11.12.0 age confidence
nuxt-llms 0.1.2 -> 0.1.3 age confidence
nuxt-og-image (source) ^5.1.4 -> ^5.1.12 age confidence
typescript (source) ^5.8.3 -> ^5.9.3 age confidence
vue-tsc (source) ^3.0.1 -> ^3.1.1 age confidence
wrangler (source) ^4.18.0 -> ^4.43.0 age confidence

Release Notes

nuxt/content (@​nuxt/content)

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

nuxt-hub/core (@​nuxthub/core)

v0.9.0

Compare Source

compare changes

🚀 Enhancements
  • Environments + env sync API (#​579)
📖 Documentation
  • Update nitro.unjs.io links to nitro.build (#​571)
❤️ Contributors
harlan-zw/nuxt-seo (@​nuxtjs/seo)

v3.2.2

Compare Source

No significant changes

    View changes on GitHub

v3.2.1

Compare Source

No significant changes

    View changes on GitHub

v3.2.0

Compare Source

This version implements module dependencies that are available with Nuxt v4.1, and improved Nuxt Content v3.7 compatibility and NPM trusted publishing for all modules for improved security.

It bumps the Nuxt Robots versions, which include the new features:

   🐞 Bug Fixes
   📦 Dependencies

Updated SEO related packages:

These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem.

    View changes on GitHub

v3.1.0

Compare Source

📦 Dependencies

Updated SEO related packages:

These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem, namely:

  • 🐛 Improved stability for I18n integration
  • 🐛 Nuxt Content v3.6.0 compatibility
eslint/eslint (eslint)

v9.37.0

Compare Source

v9.36.0

Compare Source

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

mermaid-js/mermaid (mermaid)

v11.12.0

Compare Source

Minor Changes
Patch Changes

v11.11.0

Compare Source

Minor Changes
  • #​6704 012530e Thanks @​omkarht! - feat: Added support for new participant types (actor, boundary, control, entity, database, collections, queue) in sequenceDiagram.

  • #​6802 c8e5027 Thanks @​darshanr0107! - feat: Update mindmap rendering to support multiple layouts, improved edge intersections, and new shapes

Patch Changes

v11.10.1

Compare Source

Patch Changes

v11.10.0

Compare Source

Minor Changes
Patch Changes

v11.9.0

Compare Source

Minor Changes
  • #​6453 5acbd7e Thanks @​sidharthv96! - feat: Add getRegisteredDiagramsMetadata to mermaid, which returns all the registered diagram IDs in mermaid
Patch Changes

v11.8.1

Compare Source

Patch Changes

v11.8.0

Compare Source

Minor Changes
Patch Changes

v11.7.0

Compare Source

Minor Changes
Patch Changes

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2c6ccc to b5dacbf Compare June 10, 2025 11:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5dacbf to eb8b981 Compare June 11, 2025 19:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb8b981 to 471f2e5 Compare June 12, 2025 08:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 471f2e5 to afbd7e7 Compare June 12, 2025 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afbd7e7 to 579f453 Compare June 15, 2025 11:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 579f453 to b053dcc Compare June 17, 2025 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b053dcc to 15e7755 Compare June 18, 2025 06:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15e7755 to 4f6d6d0 Compare June 18, 2025 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f6d6d0 to b24347d Compare June 18, 2025 19:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b24347d to 058c553 Compare June 19, 2025 07:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 058c553 to e58ee8c Compare June 19, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e58ee8c to fc10db3 Compare June 20, 2025 05:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc10db3 to 10bd164 Compare June 20, 2025 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 10bd164 to 16999e8 Compare June 24, 2025 03:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 16999e8 to 964ad00 Compare June 24, 2025 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd96436 to c481e82 Compare September 30, 2025 10:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c481e82 to 2551ff4 Compare September 30, 2025 23:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2551ff4 to 44c7e6f Compare October 2, 2025 15:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 44c7e6f to 87b119a Compare October 3, 2025 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 87b119a to 6996e3b Compare October 3, 2025 21:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6996e3b to 610550f Compare October 5, 2025 13:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 610550f to d7d9277 Compare October 6, 2025 17:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7d9277 to bcad422 Compare October 6, 2025 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcad422 to f56e71d Compare October 7, 2025 19:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f56e71d to 411904f Compare October 8, 2025 09:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 411904f to 1c25be7 Compare October 9, 2025 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c25be7 to 12a0880 Compare October 13, 2025 08:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12a0880 to 650de13 Compare October 14, 2025 15:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 650de13 to 725c8c8 Compare October 14, 2025 19:15
@renovate renovate bot deployed to preview October 14, 2025 19:15 Active
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