Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Change Age Confidence Type Update
@antfu/eslint-config ^3.12.0 -> ^3.16.0 age confidence devDependencies minor
@iconify-json/mdi ^1.2.2 -> ^1.2.3 age confidence devDependencies patch
@nuxt/image (source) ^1.8.1 -> ^1.11.0 age confidence devDependencies minor
@nuxt/ui (source) ^2.20.0 -> ^2.22.3 age confidence dependencies minor
@nuxt/ui-pro (source) ^1.6.0 -> ^1.8.2 age confidence dependencies minor
@nuxtjs/seo (source) 2.0.2 -> 2.2.0 age confidence devDependencies minor
@nuxtjs/supabase ^1.4.5 -> ^1.6.2 age confidence devDependencies minor
@unlok-co/nuxt-stripe ^4.0.1 -> ^4.0.2 age confidence devDependencies patch
@vite-pwa/nuxt ^0.10.6 -> ^0.10.8 age confidence devDependencies patch
dependabot/fetch-metadata v2.2.0 -> v2.4.0 age confidence action minor
eslint (source) ^9.17.0 -> ^9.38.0 age confidence devDependencies minor
node 20 -> 20.19.5 age confidence uses-with minor
nuxt-schema-org (source) ^4.0.4 -> ^4.1.3 age confidence dependencies minor
pnpm (source) 9.15.0 -> 9.15.9 age confidence packageManager patch
typescript (source) ^5.7.2 -> ^5.9.3 age confidence devDependencies minor
vue (source) ^3.5.13 -> ^3.5.22 age confidence dependencies patch
vue-router (source) ^4.5.0 -> ^4.6.3 age confidence dependencies minor

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v3.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.2

Compare Source

   🚀 Features
    View changes on GitHub

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

v1.10.0

Compare Source

compare changes

🚀 Enhancements
  • imageengine: Add new modifiers (#​1701)
  • filerobot: Add new provider (#​1680)
🩹 Fixes
  • NuxtImg: Do not access props in template (e2e61fa)
  • NuxtPicture: Make img-attrs and attrs responsive (#​1696)
📖 Documentation
📦 Build
  • Update to latest nuxt/module-builder (#​1668)
🏡 Chore
  • Skip missing commit in generating changelog (a658787)
  • Revert to previous module builder (54dc469)
  • Remove unneeded .nuxtrc config (#​1708)
  • Temporarily ignore typescript upgrade (473f8f1)
  • Bump @nuxtjs/tailwindcss (25379fb)
  • Bump @nuxtjs/tailwindcss version (36fb95e)
🤖 CI
❤️ Contributors

v1.9.0

Compare Source

1.9.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • nuxt-img: Add custom slot for full control of rendering (#​1626)
  • amplify: Add additional modifiers (#​1656)
  • strapi5: Add new provider with formats (#​1621)
🔥 Performance
  • Remove node-fetch-native dependency (d667025)
  • Use direct imports from #app/nuxt and #imports (70ef740)
🩹 Fixes
  • prismic: Use unsplash image proxy where necessary (#​1614)
  • Set up non-default ipx providers if options.ipx is set (#​1618)
  • Emit error events from <NuxtImg> placeholder (#​1640)
  • Add strapi5 to list of built-in providers (1079a03)
📖 Documentation
  • Update link to downloads count badge (392991b)
  • Improve cloudflare provider page (#​1601)
  • Make clearer that xxl is not a tailwind size (#​1632)
  • Add note about the alt prop (#​1628)
  • Capitalize title (#​1649)
  • Update strapi links (#​1650)
🏡 Chore
  • Update version link (fa18501)
  • docs: Remove unneeded icons config (150db3e)
  • Add knip and installed-check + clean up workspace deps (736102b)
  • Dedupe lockfile (ddc355b)
✅ Tests
  • Await file snapshot assertions (0e20cce)
  • Add strapi5 snapshots (3415daa)
🤖 CI
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v2.22.3

Compare Source

v2.22.2

Compare Source

🐛 Bug Fixes

  • Meter: correct vertical alignment of progress bar (#​4735) (875be4b)
  • SelectMenu/InputMenu: ensure object compare with by prop (#​4791) (44382cd)

New Contributors

Full Changelog: nuxt/ui@v2.22.1...v2.22.2

v2.22.1

Compare Source

🐛 Bug Fixes

Full Changelog: nuxt/ui@v2.22.0...v2.22.1

v2.22.0

Compare Source

✨ Highlights

  • deps: update @nuxt/module-builder to v1 (#​3801)

The module has been updated to use nuxt/module-builder@1.0.0!

🚨 Breaking Changes

  • Form: drop explicit support for zod and valibot (#​3618)

We now rely on standard-schema for Form validation with valibot and zod. Make sure to upgrade to valibot@1.0.0 / zod@3.24.0 if you use them in your app.

🐛 Bug Fixes

Full Changelog: nuxt/ui@v2.21.1...v2.22.0

v2.21.1

Compare Source

🚀 Features

🐛 Bug Fixes

👋 New Contributors

Full Changelog: nuxt/ui@v2.21.0...v2.21.1

v2.21.0

Compare Source

🚀 Features

🐛 Bug Fixes

New Contributors

Full Changelog: nuxt/ui@v2.20.0...v2.21.0

nuxt/ui-pro (@​nuxt/ui-pro)

v1.8.2

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

harlan-zw/nuxt-seo (@​nuxtjs/seo)

v2.2.0

Compare Source

    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

   🚀 Features
Nuxt Content v3

All modules now support Nuxt Content v3 including Robots, Sitemap, OG Image, Schema.org and Link Checker.

You can either install them manually by following the individual module instructions or use the Nuxt SEO asSeoCollection() to register them all at once.

  • Nuxt Robots: robots (docs)
  • Nuxt Sitemap: sitemap (docs)
  • Nuxt OG Image: ogImage (docs)
  • Nuxt Schema.org: schemaOrg (docs)
    View changes on GitHub

v2.0.3

Compare Source

No significant changes

    View changes on GitHub
nuxt-modules/supabase (@​nuxtjs/supabase)

v1.6.2

Compare Source

Bug Fixes
  • cookies: guard writes when response headers already sent (#​525) (2338991)

v1.6.1

Compare Source

Bug Fixes
  • demo: database types (8da11e6)
  • demo: link module (25cae97)
  • playground: database types (58549ab)
  • types: use "unjs/pathe" to make the exported type use relative path (#​516) (28d04b0)

v1.6.0

Compare Source

Bug Fixes

1.5.2 (2025-06-12)

Bug Fixes
  • demo: login screen height (09f697b)
  • demo: redirect github provider (be12884)
  • demo: redirect url for github provider (1fd67f8)
  • demo: remove toggle (e741537)
  • demo: use head (65832ba)

1.5.1 (2025-05-13)

Bug Fixes

v1.5.3

Compare Source

Bug Fixes

v1.5.2

Compare Source

Bug Fixes
  • demo: login screen height (09f697b)
  • demo: redirect github provider (be12884)
  • demo: redirect url for github provider (1fd67f8)
  • demo: remove toggle (e741537)
  • demo: use head (65832ba)

v1.5.1

Compare Source

Bug Fixes

v1.5.0

Compare Source

Bug Fixes
Features
  • auth: improve client flexibility & allow overriding cookie options (#​463) (254cbdb)

1.4.6 (2025-01-20)

Bug Fixes
  • serverSupabaseServiceRole: Pass H3Event into useRuntimeConfig (#​450) (2de1c08)

1.4.5 (2024-12-18)

1.4.4 (2024-12-10)

1.4.3 (2024-11-20)

1.4.2 (2024-11-07)

Bug Fixes
  • lint: nuxt config key order (cc2f45e)

1.4.1 (2024-10-11)

Bug Fixes
  • session: ssr getSession warning (#​418) (95d905b)
  • types: added explicit types annotations for serverSupabaseClient and serverSupabaseServiceRole (#​411) (3f98640)

v1.4.6

Compare Source

Bug Fixes
  • serverSupabaseServiceRole: Pass H3Event into useRuntimeConfig (#​450) (2de1c08)
fuentesloic/nuxt-stripe (@​unlok-co/nuxt-stripe)

v4.0.2

Compare Source

compare changes

🏡 Chore
  • Fix security issue for cross spawn (#​42)
❤️ Contributors
vite-pwa/nuxt (@​vite-pwa/nuxt)

v0.10.8

Compare Source

   🚀 Features
    View changes on GitHub

v0.10.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
dependabot/fetch-metadata (dependabot/fetch-metadata)

v2.4.0

Compare Source

What's Changed

Full Changelog: dependabot/fetch-metadata@v2...v2.4.0

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: dependabot/fetch-metadata@v2...v2.3.0

eslint/eslint (eslint)

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 changed the title chore(deps): update pnpm to v9.15.1 chore(deps): update all non-major dependencies Dec 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d7465a0 to b9812a1 Compare December 28, 2024 22:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f5e1288 to 265112a Compare January 11, 2025 02:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 30c3997 to 8a3e47a Compare January 15, 2025 17:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from fa96fc9 to cdee8ed Compare January 25, 2025 01:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fe64186 to 53e7f30 Compare February 2, 2025 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1961fc2 to aca88a2 Compare February 11, 2025 23:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 72c5c0e to 078dbbd Compare July 28, 2025 17:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2cf5332 to 781453a Compare August 13, 2025 11:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 37550c7 to 333440d Compare August 25, 2025 09:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4745c70 to 66cca9d Compare September 5, 2025 17:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66cca9d to 6e0d2d4 Compare September 9, 2025 10:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f157588 to 192038c Compare September 25, 2025 14:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 189c630 to ef80d28 Compare October 3, 2025 20:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d1a413a to cabd158 Compare October 16, 2025 09:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cabd158 to 12eef99 Compare October 17, 2025 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12eef99 to d31733a Compare October 21, 2025 11:47
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.

0 participants