Skip to content
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

chore(deps): update nuxt #334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update nuxt #334

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content (source) ^2.12.1 -> ^2.13.4 age adoption passing confidence
@nuxt/fonts ^0.3.0 -> ^0.10.1 age adoption passing confidence
@nuxt/ui (source) ^2.14.2 -> ^2.18.7 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v2.13.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v2.13.3

Compare Source

compare changes

🩹 Fixes
  • module: Allow using @nuxtjs/mdc utils via content module (#​2775)
  • search: Add charset=utf-8 to headers of indexed mode (#​2729)
  • docs: Add warning about using ssr: false with Content (#​2776)
  • Corrected .gradient class (#​2723)
  • build: Keep parser deps out of main bundle (#​2780)
  • navigation: Respect query locale (#​2772)
  • Import defineNitroPlugin from #imports (34f65172)
  • Respect draft key as _draft (#​2738)
  • Draft field order (b0b5eb2d)
📖 Documentation
  • Fix incorrect TS types import path in documentation (#​2773)
  • Missing imports and typo in code blocks (#​2741)
  • Changed types path (#​2735)
  • Fix typo in SSR warning on Installation page (#​2777)
  • Update link to downloads count badge (c1d6ad14)
🏡 Chore
❤️ Contributors

v2.13.2

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add string type to gt/lt/gte/lte type definitions (#​2704)
  • search: Non-md file might not have dscription file (#​2706)
  • module: Disable MDC plugin if user disabled it (#​2707)
  • Unwatch storage on nitro close (ec7105ad)
📖 Documentation
  • Add missing await for searchContent docs (#​2692)
  • Prerender home (4253f0bf)
  • Update nuxt-og-image and add postinstall script (#​2705)
  • Update ContentSlot Documentation (#​2713)
🤖 CI
❤️ Contributors

v2.13.1

Compare Source

compare changes

🔥 Performance
  • dev-cache: Improve localhost markdown page navigation performance (when having 2,000+ pages) (#​2675)
🩹 Fixes
  • module: Do not force prerender index page (#​2681)
  • Hot reload on dev server for documentDriven: false (#​2686)
📖 Documentation
  • Typo in configuration (#​2677)
  • Add missing await keyword in search documentation (#​2687)
🏡 Chore
❤️ Contributors

v2.13.0

Compare Source

compare changes

🚀 Enhancements
  • Top level content/ directory in Nuxt 4 compatibility version (#​2649)
🩹 Fixes
  • Optimise nested dependencies (#​2583)
  • Opt in to import.meta.* properties (#​2597)
  • Ignore unsupported files from contents list (#​2607)
  • module: Convert content-slot to MDCSlot (#​2632)
  • Fix typo in logger warning message (#​2626)
  • search: Keep page's beginning paragraphs (#​2658)
  • Add Nitro hooks types declarations (#​2655)
  • Filter draft files in production (#​2648)
  • search: Use page title as default title for sections (9d81acc2)
  • Init storage only when used (#​2670)
  • Use runtimeconfig only when necessary (6f06f356)
  • Do not update devDependencies (062fb97f)
  • search: Improve sections with root node (#​2672)
  • prerender: Ensure / exists inside prerender rotues (#​2673)
📖 Documentation
🏡 Chore
❤️ Contributors
nuxt/fonts (@​nuxt/fonts)

v0.10.1

Compare Source

compare changes

🩹 Fixes
  • Mark module.d.mts as type entrypoint (be6fafc)
🏡 Chore
  • Remove playwright caching (39ec80f)
✅ Tests
  • Update with latest provider snapshots (5923b12)
🤖 CI
  • Run test suite on windows (#​339)
❤️ Contributors

v0.10.0

Compare Source

compare changes

🩹 Fixes
  • Scan font families declared in font: (#​299)
💅 Refactors
  • Use jiti.import to resolve custom providers (#​308)
  • ⚠️ Migrate to unifont to handle providers (#​315)
📖 Documentation
  • Update link to downloads count badge (0a5742f)
  • Update link to downloads count badge (1cbb70f)
🏡 Chore
  • Use pnpm to run release (dbbf438)
✅ Tests
⚠️ Breaking Changes
  • ⚠️ Migrate to unifont to handle providers (#​315)
❤️ Contributors

v0.9.2

Compare Source

compare changes

🩹 Fixes
  • Use earlier hooks to mark build done (0311651)
❤️ Contributors

v0.9.1

Compare Source

compare changes

🩹 Fixes
  • Serve fonts from baseURL in dev mode (1fae926)
❤️ Contributors

v0.9.0

Compare Source

compare changes

🚀 Enhancements
  • Serve font files without nitro in spa mode (95e4f44)
🩹 Fixes
  • local: Use extname for extension priority test (b087d47)
  • Emit .cjs version of @nuxt/fonts/utils (10ca0c8)
  • Transform inline styles after other bundle hooks (9156b8a)
  • Only overwrite cacheDir after a fresh build (#​273)
  • Add global preload links to entry chunk (#​274)
📖 Documentation
  • Update installation (#​251)
  • Various improvements ✨ (#​253)
  • Remove incorrect src examples (ca44e0d)
  • Improve wording (c771e86)
  • Add note about how how font-family declarations are handled (df2685d)
🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🚀 Enhancements
  • googleicons provider (#​133)
  • Allow experimentally disabling local fallbacks (#​225)
🩹 Fixes
  • Inject relative font urls in css (b7646e9)
💅 Refactors
  • devtools: Improve devtools ui (#​228)
📖 Documentation
  • Warn to escape invalid characters in Tailwind config (#​233)
🏡 Chore
  • Add compatibilityDate field (bd6a7da)
✅ Tests
❤️ Contributors

v0.7.2

Compare Source

compare changes

🔥 Performance
  • local: Use tinyglobby to scan font files (#​205)
🩹 Fixes
  • Apply - replacement to filename (d83aa0d)
  • adobe: Use provided css_names from API (#​192)
  • fontsource: Use /variable endpoint for retrieving variable axes (#​196)
📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • local: Scan for fonts in all public assets dirs (6e7ae2b)
  • Ensure we don't have font filenames prefixed with - (dfa252a)
📖 Documentation
🏡 Chore
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Allow configuring font-stretch property in override (d7ff458)
  • Add preload override + preload non subsetted fonts (#​136)
🩹 Fixes
  • Do not apply ignore patterns to _fonts public dir (4952673)
📖 Documentation
  • Clarify that addPreloadLinks only affects production (d3cbcdb)
  • readme: Replace provider count (#​125)
🏡 Chore
🤖 CI
❤️ Contributors

v0.6.1

Compare Source

compare changes

🩹 Fixes
  • Add style in variable font local fallback name (#​110)
📖 Documentation
  • Add link to adobe's terms and warning to read (7872b28)
  • Mention non-latin subset support for adobe provider (#​109)
🏡 Chore
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • fontsource: Support variable fonts (#​102)
🩹 Fixes
  • Render variable font weight correctly (#​99)
  • Preserve @font-face order when rendering (836a605)
  • Only prepend once 🤣 and update snapshots (8a000ae)
  • Adopt forward-compatible approach to builder:watch (#​101)
  • Handle custom app.baseURL in development (d9f4fae)
📖 Documentation
  • Add image (608653b)
  • Mention disabling unocss web fonts preset (627125b)
🏡 Chore
  • Link to latest version in badges (42e7030)
✅ Tests
  • Update poppins snapshot (274ae5f)
❤️ Contributors

v0.5.1

Compare Source

compare changes

🩹 Fixes
  • Invalidate cache on new package releases (ee9678a)
❤️ Contributors

v0.5.0

Compare Source

compare changes

🚀 Enhancements
  • fontsource: Support subsets (#​84)
🩹 Fixes
  • Inherit css preload data when chunks are bundled up (c11b257)
  • Continue if font family doesn't match in getFontDetails (#​88)
  • Handle numbers in font family names (d3d3de6)
  • Handle escape characters in font family names (777cb0f)
💅 Refactors
  • Share storage instance between meta/assets (d5b8184)
  • Separate type import (593117b)
🏡 Chore
✅ Tests
  • Clear font cache before running tests (ff64cff)
  • Add snapshots for adobe provider (c1dc27e)
  • Single adobe playground page (76d7b8a)
❤️ Contributors

v0.4.0

Compare Source

compare changes

🚀 Enhancements
  • Fontsource provider (#​78)
  • Support system proxy when fetching fonts/metadata (#​82)
🩹 Fixes
  • Match font weights & styles when adding local fallbacks (#​71)
📖 Documentation
  • Add adobe to list in readme (9b0770d)
🏡 Chore
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v2.18.7

Compare Source

Features
Bug Fixes

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)

v2.17.0

Compare Source

Features
Bug Fixes

v2.16.0

Compare Source

⚠ BREAKING CHANGES
  • Input: redesign file type without absolute positioning (#​1712)
Features
Bug Fixes

v2.15.2

Compare Source

Features
Bug Fixes
  • Breadcrumb: missing min-w-0 on wrapper to truncate (9f01145), closes #​1650
  • Carousel: next and prev buttons disabled (#​1619) (e909884)
  • Popover/Dropdown: prevent unintended closure on touchstart in mobile devices (#​1609) (2392b4a)
  • Slideover: remove dynamic component when closing (#​1615) (58faa10)
  • Slideover: wait for transition to complete to reset state (#​1624) (07a4d13)

v2.15.1

Compare Source

Features
Bug Fixes
  • Checkbox: [@change](https://redirect.github.com/change) event value (#​1580) (c98d6e3)
  • Divider: add w-full only on horizontal wrapper (#​1565) (bd8b737)
  • Dropdown: missing mouseenter event on container (7288953)
  • Input/SelectMenu: handle file type and change events (#​1570) (878f707)
  • Popover: missing mouseenter event on container (8517897), closes #​1564

v2.15.0

Compare Source

⚠ BREAKING CHANGES
  • forms: normalize input emits (#​1560)
Features
Bug Fixes

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 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 changed the title chore(deps): update devdependency nuxt to ^3.11.0 chore(deps): update devdependency nuxt to ^3.11.1 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/nuxt branch 2 times, most recently from d3c9b9f to aeefa18 Compare March 20, 2024 16:46
@renovate renovate bot changed the title chore(deps): update devdependency nuxt to ^3.11.1 chore(deps): update nuxt Mar 20, 2024
@renovate renovate bot force-pushed the renovate/nuxt branch 2 times, most recently from e138a80 to 93b1994 Compare March 26, 2024 15:34
@renovate renovate bot force-pushed the renovate/nuxt branch 4 times, most recently from 56e5660 to 526b98b Compare April 4, 2024 17:12
@renovate renovate bot force-pushed the renovate/nuxt branch 2 times, most recently from 10852c7 to 5b9c990 Compare May 7, 2024 17:34
@renovate renovate bot force-pushed the renovate/nuxt branch 4 times, most recently from 29eab12 to b07aeee Compare June 16, 2024 10:39
@renovate renovate bot force-pushed the renovate/nuxt branch 2 times, most recently from a45af31 to dfa282e Compare June 25, 2024 08:21
@renovate renovate bot force-pushed the renovate/nuxt branch 2 times, most recently from 56e6132 to ce8c5d2 Compare July 5, 2024 10:46
@renovate renovate bot force-pushed the renovate/nuxt branch 4 times, most recently from 334717f to f6019dd Compare July 25, 2024 16:50
@renovate renovate bot force-pushed the renovate/nuxt branch 2 times, most recently from 4b36521 to 88640bf Compare August 5, 2024 15:47
@renovate renovate bot force-pushed the renovate/nuxt branch 2 times, most recently from b2e249c to 00f1d80 Compare September 18, 2024 09:21
@renovate renovate bot force-pushed the renovate/nuxt branch 4 times, most recently from 841044f to 7b4c52e Compare September 25, 2024 18:38
@renovate renovate bot force-pushed the renovate/nuxt branch 2 times, most recently from 5c57e7f to d189d59 Compare October 9, 2024 16:16
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