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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/vue (source) ^1.7.19 -> ^1.7.22 age adoption passing confidence
@nuxt/content (source) ^2.12.0 -> ^2.12.1 age adoption passing confidence
@nuxt/devtools (source) ^1.0.8 -> ^1.3.3 age adoption passing confidence
@nuxt/image (source) ^1.3.0 -> ^1.7.0 age adoption passing confidence
@nuxtjs/seo (source) 2.0.0-rc.8 -> 2.0.0-rc.10 age adoption passing confidence
@nuxtjs/sitemap ^5.1.0 -> ^5.2.0 age adoption passing confidence
@nuxtjs/tailwindcss ^6.11.4 -> ^6.12.0 age adoption passing confidence
@tailwindcss/typography ^0.5.10 -> ^0.5.13 age adoption passing confidence
@vueuse/core (source) ^10.7.2 -> ^10.10.0 age adoption passing confidence
@vueuse/nuxt (source) ^10.7.2 -> ^10.10.0 age adoption passing confidence
date-fns ^3.3.1 -> ^3.6.0 age adoption passing confidence
nuxt (source) ^3.10.1 -> ^3.11.2 age adoption passing confidence
nuxt-icon ^0.6.8 -> ^0.6.10 age adoption passing confidence
pnpm (source) 8.10.5 -> 8.15.8 age adoption passing confidence
tailwindcss (source) ^3.4.1 -> ^3.4.4 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.4.5 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/vue)

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.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/devtools (@​nuxt/devtools)

v1.3.3

Compare Source

Bug Fixes

v1.3.2

Compare Source

Bug Fixes

v1.3.1

Compare Source

Bug Fixes
  • module builder chunk path patch (87199a1)

v1.3.0

Compare Source

Bug Fixes
Features

v1.2.0

Compare Source

Bug Fixes

1.1.5 (2024-03-28)

Features

1.1.4 (2024-03-26)

Bug Fixes

1.1.3 (2024-03-21)

Bug Fixes

1.1.2 (2024-03-21)

Bug Fixes
Features

1.1.1 (2024-03-20)

Bug Fixes

v1.1.5

Compare Source

Features

v1.1.4

Compare Source

Bug Fixes

v1.1.3

Compare Source

Bug Fixes

v1.1.2

Compare Source

Bug Fixes
Features

v1.1.1

Compare Source

Bug Fixes

v1.1.0

Compare Source

Bug Fixes
Features

1.0.8 (2024-01-11)

Bug Fixes

1.0.7 (2024-01-11)

Bug Fixes
  • devtools: update default types to module.d.ts/.mts (#​559) (2ecd32c)
  • make twitter og tags optional (41ee5ec)
  • open-graph: fix type error, close #​563 (c63055a)
  • support iframeProps option for CSP, fix Stackblitz (0eb7a82)
  • timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#​567) (0645e35)
  • update title of Eye Dropper command (#​558) (ea58139)
Features
  • server-routes: implement persisting input values in localStorage (#​545) (67dbf65)

1.0.6 (2023-12-13)

Bug Fixes

1.0.5 (2023-12-07)

Bug Fixes
  • allow iframe to work in stricter cross-origin policy (7ec0d3c)
  • devtools: don't enable devtools when in test mode (#​532) (3a7f143)
Features

1.0.4 (2023-11-27)

Bug Fixes
  • pip: check for https support (#​522) (5360cf4)
  • require auth token with getImageMeta and getTextAssetContent (69316c4)
  • require token for restartNuxt (09384af)
Features

1.0.3 (2023-11-20)

Bug Fixes
Features
  • disable devtools in test mode (51e8de6)

1.0.2 (2023-11-11)

Bug Fixes
  • do not show false connecting overlay on legacy Vite, close #​497 (a48c248)
  • timeline: do not inject for macro module, close #​507 (923edaf)

1.0.1 (2023-11-09)

Bug Fixes
nuxt/image (@​nuxt/image)

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

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.1.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.4

Compare Source

No significant changes

    View changes on GitHub

v5.1.3

Compare Source

No significant changes

    View changes on GitHub

v5.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.1

Compare Source

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

v6.12.0

Compare Source

compare changes

🚀 Enhancements
💅 Refactors
📖 Documentation
🏡 Chore
  • Remove unneeded postcss-custom-properties plugin (#​836)
  • Migrate to eslint v9 (#​834)
  • Update deps (87fb919)
❤️ Contributors
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.13

Compare Source

Fixed
  • Don't apply margins to <br> elements contained in an <li> in FF (#​350)

v0.5.12

Compare Source

Added
  • Use logical properties for better RTL support (#​323)

v0.5.11

Compare Source

Added
Fixed
  • Fix space between <figcaption> and <video> (#​339)
vueuse/vueuse (@​vueuse/core)

v10.10.0

Compare Source

v10.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes

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 has been generated by Mend Renovate. View repository job log here.

@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 6 times, most recently from 5585d5e to 2f9970c Compare April 2, 2024 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4f89646 to 530dac6 Compare April 10, 2024 17:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 41122a7 to 9129cb6 Compare April 19, 2024 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0044cf4 to 938a6a1 Compare April 26, 2024 23:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4102ee8 to e1a09fb Compare May 6, 2024 14:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f3d02d8 to d9451dd Compare May 10, 2024 17:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d3e90f4 to 9d49e81 Compare May 27, 2024 14:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d49e81 to 8751664 Compare June 4, 2024 17:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8751664 to 781a25b Compare June 5, 2024 19:27
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.

None yet

0 participants