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 all non-major dependencies #69

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/vue (source) ^1.7.19 -> ^1.7.23 age adoption passing confidence
@nuxt/content (source) ^2.12.0 -> ^2.13.4 age adoption passing confidence
@nuxt/image (source) ^1.3.0 -> ^1.8.1 age adoption passing confidence
@nuxtjs/seo (source) 2.0.0-rc.8 -> 2.0.0-rc.23 age adoption passing confidence
@nuxtjs/sitemap ^5.1.0 -> ^5.3.5 age adoption passing confidence
@nuxtjs/tailwindcss ^6.11.4 -> ^6.12.2 age adoption passing confidence
@tailwindcss/forms ^0.5.7 -> ^0.5.9 age adoption passing confidence
@tailwindcss/typography ^0.5.10 -> ^0.5.15 age adoption passing confidence
@vueuse/core (source) ^10.7.2 -> ^10.11.1 age adoption passing confidence
@vueuse/nuxt (source) ^10.7.2 -> ^10.11.1 age adoption passing confidence
cheerio (source) 1.0.0-rc.12 -> 1.0.0 age adoption passing confidence
date-fns ^3.3.1 -> ^3.6.0 age adoption passing confidence
nuxt-icon ^0.6.8 -> ^0.6.10 age adoption passing confidence
pnpm (source) 8.10.5 -> 8.15.9 age adoption passing confidence
tailwindcss (source) ^3.4.1 -> ^3.4.14 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.6.3 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/vue)

v1.7.23

Compare Source

Fixed
  • use native useId from Vue.js 3.5 when available (#​3458)

v1.7.22

Compare Source

Fixed
  • Don’t cancel touchmove on input elements inside a dialog (#​3166)
  • Ensure clicking a ComboboxOption after filtering the options, correctly triggers a change (#​3180)

v1.7.21

Compare Source

Fixed
  • Prevent closing the Combobox component when clicking inside the scrollbar area (#​3104)
  • Don’t unmount portal targets used by other portals (#​3144)

v1.7.20

Compare Source

Fixed
  • Expose disabled state on <Tab /> component (#​2918)
  • Prevent default behaviour when clicking outside of a DialogPanel (#​2919)
  • Don’t override explicit disabled prop for components inside <MenuItem> (#​2929)
  • Add hidden attribute to internal <Hidden /> component when the Features.Hidden feature is used (#​2955)
  • Allow setting custom tabIndex on the <Switch /> component (#​2966)
  • Forward disabled state to hidden inputs in form-like components (#​3004)
  • Respect selectedIndex for controlled <Tab/> components (#​3037)
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

v2.12.1

Compare Source

compare changes

🩹 Fixes
  • Missing import (#​2560)
  • types: Use const type parameter for QueryBuilder only (#​2546)
  • Split getContent to chunks in getIndexedContentsList (#​2354, #​2549)
  • types: Add const type parameter for QueryBuilder.only() and .without() (#​2573)
📖 Documentation
  • Typo in showURL prop (#​2537)
  • Add descriptions of all match operators (#​2552)
  • Update highlight.langs defaults (#​2559)
🏡 Chore
❤️ Contributors
nuxt/image (@​nuxt/image)

v1.8.1

Compare Source

compare changes

🩹 Fixes
  • Suffix export of runtime utils with /index (#​1467)
  • vercel: Added missing formats config & improved documentation (#​1514)
📖 Documentation
  • Update link to downloads count badge (102d474)
🏡 Chore
  • Use tinyexec internally (3b9a4ea)
❤️ Contributors

v1.8.0

Compare Source

compare changes

🚀 Enhancements
  • cloudinary: Support reading project from absolute url (#​1361)
  • Provide runtimeConfig to getImage (#​1428)
🩹 Fixes
  • hygraph: New asset management support (#​1415)
  • Prevent hydration mismatch in <NuxtImg> (#​1445)
  • nuxt-picture: Check before accessing index (917242a)
  • Mark props as not required rather than default: undefined (#​1450)
  • Handle undefined indices more accurately (#​1451)
  • hygraph: Add back tests and refactor splitter (#​1452)
❤️ Contributors

v1.7.1

Compare Source

compare changes

🩹 Fixes
  • cloudinary: Map cover to lfill mode (#​1355)
  • Import runtime types from module entrypoint (#​1384)
  • Update to latest @nuxt/module-builder (#​1439)
  • Only add preload links on server (510e719)
  • weserv: Map rotate operation to ro (#​1441)
💅 Refactors
  • Convert <NuxtImg> to SFC (#​1435)
  • Convert <NuxtPicture> to SFC (#​1432)
  • Use more import.meta.* properties (#​1440)
📖 Documentation
🏡 Chore
❤️ Contributors

v1.7.0

Compare Source

compare changes

🚀 Enhancements
  • Allow specifying fetchpriority when preloading images (#​989)
🩹 Fixes
  • Ensure src comes after loading when rendering image (#​1338)
📖 Documentation
  • Fix typo in get-started/installation (#​1344)
🤖 CI
❤️ Contributors

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Configure domains with NUXT_IMAGE_DOMAINS (#​1332)
  • nuxt-img: Add placeholderClass prop (#​1111)
🩹 Fixes
  • hygraph: Support new hygraph asset system (#​1321)
  • uploadcare: Omit base when resolved URL is returned (#​1254)
  • Handle undefined or empty image source values (#​1300)
  • Reduce warnings about density values > 2 (dad493a)
  • netlify: Normalise jpeg format to jpg (a59e57c)
📖 Documentation
  • Use new nuxi module add command in installation (#​1310)
  • Warn <NuxtPicture> doesn't support different sources (#​1326)
🏡 Chore
✅ Tests
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • netlify: Support domains option with Netlify Image CDN (#​1287)
🩹 Fixes
  • Opt in to import.meta.* properties (#​1301)
  • Don't attempt to parse falsy values in options.domains (#​1305)
📖 Documentation
🏡 Chore
✅ Tests
  • Close out playwright page after each test (2b4bac9)
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • Add performance feature detection markers (#​1221)
  • Support Netlify Image CDN (#​1234)
  • Add @error event from <NuxtPicture> (#​1252)
🩹 Fixes
  • ipx: Temporarily downgrade ipx/sharp (#​1265)
📖 Documentation
🏡 Chore
  • docs: Upgrade versions and add carbon ads (503b663)
  • Use explicit version to bust stackblitz cache (ae93934)
  • Assert event exists (8701991)
  • Pin vue for docs hotfix (b56c760)
  • Upgrade ipx/sharp separately (9a711e6)
  • Release @nuxt/image-nightly with changelogen (074d12e)
🤖 CI
❤️ Contributors
harlan-zw/nuxt-seo (@​nuxtjs/seo)

v2.0.0-rc.23

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.22

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.21

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.20

Compare Source

   🚨 Breaking Changes

⚠️ Please see https://github.com/nuxt-modules/sitemap/pull/320 if you have submitted multi-sitemap URLS in Google Search Console as the paths have changed.

⚠️ Please verify your sitemap output.

    View changes on GitHub

v2.0.0-rc.19

Compare Source

No significant changes

    View changes on GitHub

v2.0.0-rc.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.17

Compare Source

   🚨 Breaking Changes

⚠️ Please see https://github.com/nuxt-modules/sitemap/pull/320 if you have submitted multi-sitemap URLS in Google Search Console as the paths have changed.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.15

Compare Source

Nuxt SEO v2 stable is approaching, see the v2 Stable Release Tasks issue to track.

This release fixes all submodules from having explicit dependencies for DevTools (such as shiki).

No significant changes

    View changes on GitHub

v2.0.0-rc.14

Compare Source

Nuxt SEO v2 stable is approaching, see the v2 Stable Release Tasks issue to track.

This bumps all sub modules.

No significant changes

    View changes on GitHub

v2.0.0-rc.13

Compare Source

   🚨 Breaking Changes
  • nuxt-simple-robots has been migrated into @nuxtjs/robots. There should be no breaking changes but please test the update.
    View changes on GitHub

v2.0.0-rc.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.10

Compare Source

No significant changes

    View changes on GitHub

v2.0.0-rc.9

Compare Source

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

v5.3.5

Compare Source

No significant changes

    View changes on GitHub

v5.3.4

Compare Source

No significant changes

    View changes on GitHub

v5.3.2

Compare Source

No significant changes

    View changes on GitHub

v5.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.2.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.2.1

Compare Source

No significant changes

    View changes on GitHub

v5.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.1.5

Compare Source

   🐞 Bug Fixes
    [View changes on GitHub](h

Configuration

📅 Schedule: Branch creation - "before 3am 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 7 times, most recently from 531c16b to 792b115 Compare October 24, 2020 03:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6f69216 to 6c01820 Compare October 27, 2020 21:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0f6438c to ebf0bb1 Compare November 9, 2020 16:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from fc8c884 to c525471 Compare November 25, 2020 00:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f38799a to 2148e81 Compare November 27, 2020 00:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c738461 to 73541f0 Compare July 25, 2024 16:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 31acbc9 to b19020b Compare August 13, 2024 23:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 95c6aa4 to a967ddd Compare August 28, 2024 13:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e4d7ad7 to f28bb8f Compare September 5, 2024 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e3f16fc to f798cf1 Compare September 11, 2024 22:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 23c40eb to fa992ca Compare September 23, 2024 16:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e62cd77 to 13f285d Compare October 3, 2024 00:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 46564e3 to 35b427b Compare October 15, 2024 16:26
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