Skip to content

chore(deps): update nuxt core (major) - autoclosed #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint (source) ^0.5.7 -> ^1.3.0 age adoption passing confidence
@nuxt/ui (source) 2.17.0 -> 3.0.2 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint)

v1.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.7.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.5

Compare Source

No significant changes

    View changes on GitHub

v0.7.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.1

Compare Source

No significant changes

    View changes on GitHub

v0.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.6.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/ui (@​nuxt/ui)

v3.0.2

Compare Source

Features
Bug Fixes
  • Avatar: proxy $attrs to default slot (#​3712) (88f349d)
  • Button: use focus:outline-none instead of focus:outline-hidden (c231fe5), closes #​3658
  • CommandPalette: use group.id as key (bc61d29)
  • components: improve generic types (#​3331) (b998354)
  • Container: add w-full class (df00149)
  • defineLocale/defineShortcuts: remove @__NO_SIDE_EFFECTS__ (82e2665)
  • Drawer: remove fadeFromIndex prop proxy (f7604e5)
  • Form: clear dirty state after submit (#​3692) (3dd88ba)
  • FormField: add help to aria-describedby attribute (#​3691) (20c3392)
  • InputMenu/SelectMenu: empty search results (94b6e52)
  • InputMenu: reset searchTerm on update:open (3074632), closes #​3620
  • Link: handle aria-current like NuxtLink / RouterLink (c531d02)
  • Link: prevent active="true" binding on html (d73768b)
  • Link: properly pick all aria-* & data-* attrs (ade16b7)
  • Link: proxy onClick (370054b), closes #​3631
  • NavigationMenu: add z-index on viewport (0095d89), closes #​3654
  • Switch: prevent transition on focus outline (68787b2)
  • Table: wrong condition on caption slot (4ebb94c)
  • Tabs: remove focus:outline-hidden class (1769d5e)
  • types: add missing export for ButtonGroup (#​3709) (e7e6745)
  • useOverlay: refine open method type to infer close emit return type (#​3716) (bd99c2d)
  • vue: mock nuxtApp.hooks & useRuntimeHook (23bfeb9)

v3.0.1

Compare Source

⚠ BREAKING CHANGES
  • Form: drop explicit support for zod and valibot (#​3617)
Features
Bug Fixes
Code Refactoring

v3.0.0

Compare Source

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

v2.20.0

Compare Source

🚨 Breaking Changes

  • Form: resolve async validation in yup & issue directly mutate state (#​2701)

🚀 Features

🐛 Bug Fixes

  • AvatarGroup/ButtonGroup/MeterGroup: allow deeply partial ui config (#​2542) (bf58086)
  • Carousel: wrong ui type with strategy (07ef771)
  • components: replace as const with correct type in config (#​2652) (51c8b8e)
  • DatePicker: undefined dayIndex (#​2545) (ce955d2)
  • Form: resolve async validation in yup & issue directly mutate state (#​2701) (f3632dd)
  • Form: use parsed value from joi instead of original state (#​2587) (acecff4)
  • InputMenu/SelectMenu: use by prop to compare objects & support dot notation in value-attribute (#​2566) (7154254)
  • Link: exactQuery prop type (#​2781) (4cde571)
  • Notification: element renders even when no notification is present (#​2561) (d4e408c)
  • Table: data outdated when rows change (#​2600) (b23f2de)
  • Table: missing type on props loadingState (#​2551) (6e66990)
  • Table: prevent onClick while blocking element (#​2592) (9703786)
  • types: improve DeepPartial type for App Config (#​2621) (976b03f)

👋 New Contributors

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

v2.19.2

Compare Source

v2.19.1

Compare Source

🐛 Bug Fixes

  • InputMenu/SelectMenu: regex breaks build (cb6f5f2)

Full Changelog: nuxt/ui@v2.19.0...v2.19.1

v2.19.0

Compare Source

Read our updated documentation on https://ui.nuxt.com/.

🚨 Breaking Changes

In #​2485, the expandable feature of the Table component has changed. You should use v-model:expand to achieve the functionality that was previously implemented using the #expand slot.

🚀 Features

🐛 Bug Fixes

👋 New Contributors

Full Changelog: nuxt/ui@v2.18.7...v2.19.0

v2.18.7

Compare Source

🚀 Enhancements

🐛 Bug Fixes

👋 New Contributors

Full Changelog: nuxt/ui@v2.18.6...v2.18.7

v2.18.6

Compare Source

Bug Fixes

v2.18.5

Compare Source

Features
Bug Fixes

v2.18.4

Compare Source

Bug Fixes

v2.18.3

Compare Source

Bug Fixes
  • Link: define rel as any (69f605f)
  • types: only use .ts for index (93ddf1d)

v2.18.2

Compare Source

Bug Fixes
  • Tabs: add missing UIcon import (4fd1be2)

v2.18.1

Compare Source

Bug Fixes
  • components: use relative imports (ea721a3)

v2.18.0

Compare Source

⚠ BREAKING CHANGES
  • Icon: migrate from @egoist/tailwindcss-icons to new @nuxt/icon (#​1789)
Features
Bug Fixes
  • Accordion: truncate buttons (5db18c0), closes #​1909
  • Alert/Notification: missing margin on description (2c55fb6), closes #​1959
  • Breadcrumb: use rotate on rtl icon (53003fc)
  • ButtonGroup/FormGroup: pass default sizes to children (#​1875) (6b6b03d)
  • Carousel: remove mix-blend-overlay on indicators (#​1714) (f74f1df)
  • FormGroup: don't check for error slot so help slot can render (#​1888) (99c52e5)
  • InputMenu/SelectMenu: invalid label with value-attribute and async search (4d5f250), closes #​1780
  • InputMenu/SelectMenu: prevent double filter with async search (e2881d3), closes #​1966
  • Link: allow ariaLabel to be picked (720c44d), closes #​1934
  • Progress: pass down attrs to <progress> to improve accessibility (#​1881) (abd13f1)
  • RadioGroup: allow boolean in modelValue prop (#​1913) (8eca5a0)

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 requested a review from danielroe as a code owner January 30, 2025 22:49
Copy link

vercel bot commented Jan 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples ❌ Failed (Inspect) Apr 2, 2025 10:09pm

@renovate renovate bot force-pushed the renovate/major-nuxt branch from 79b41b1 to 1010a1c Compare February 4, 2025 11:07
@renovate renovate bot force-pushed the renovate/major-nuxt branch from 1010a1c to e92736e Compare February 7, 2025 06:13
@renovate renovate bot force-pushed the renovate/major-nuxt branch from e92736e to 59e3ea0 Compare February 18, 2025 14:02
@renovate renovate bot force-pushed the renovate/major-nuxt branch from 59e3ea0 to 1749d49 Compare March 8, 2025 16:27
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/eslint to v1 chore(deps): update nuxt core (major) Mar 12, 2025
@renovate renovate bot force-pushed the renovate/major-nuxt branch from 1749d49 to 6ce7c24 Compare March 12, 2025 18:07
@renovate renovate bot force-pushed the renovate/major-nuxt branch from 6ce7c24 to 3c789de Compare March 21, 2025 15:42
@renovate renovate bot force-pushed the renovate/major-nuxt branch from 3c789de to 94fe553 Compare March 26, 2025 04:42
@renovate renovate bot force-pushed the renovate/major-nuxt branch from 94fe553 to 118d6e0 Compare March 28, 2025 16:45
@renovate renovate bot force-pushed the renovate/major-nuxt branch from 118d6e0 to 1c8fd6e Compare March 31, 2025 04:44
@renovate renovate bot force-pushed the renovate/major-nuxt branch from 1c8fd6e to 834aab5 Compare April 2, 2025 22:08
@renovate renovate bot changed the title chore(deps): update nuxt core (major) chore(deps): update nuxt core (major) - autoclosed Apr 2, 2025
@renovate renovate bot closed this Apr 2, 2025
@renovate renovate bot deleted the renovate/major-nuxt branch April 2, 2025 22:12
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