productdevbook / oku-nuxt3-template

Nuxt 3 best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite, Eslint, i18n, Naive UI
https://oku-nuxt3-template.vercel.app/
MIT License
602 stars 81 forks source link

chore(deps): update npm dependencies (non-major) #70

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@unocss/nuxt 0.44.2 -> 0.44.3 age adoption passing confidence
@vueuse/nuxt 8.9.2 -> 8.9.4 age adoption passing confidence
eslint (source) 8.19.0 -> 8.20.0 age adoption passing confidence
nuxt 3.0.0-rc.5 -> 3.0.0-rc.6 age adoption passing confidence

Release Notes

unocss/unocss ### [`v0.44.3`](https://togithub.com/unocss/unocss/releases/tag/v0.44.3) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.44.2...v0.44.3) #####    🐞 Bug Fixes - **nuxt**: - Use defineNuxtPlugin  -  by [@​kevinmarrec](https://togithub.com/kevinmarrec) in [https://github.com/unocss/unocss/issues/1269](https://togithub.com/unocss/unocss/issues/1269) - Use nuxt `vite:extend` hook  -  by [@​kevinmarrec](https://togithub.com/kevinmarrec) in [https://github.com/unocss/unocss/issues/1276](https://togithub.com/unocss/unocss/issues/1276) - **preset-attributify**: - Add `placeholder` to default ignore attributes  -  by [@​chris-zhu](https://togithub.com/chris-zhu) in [https://github.com/unocss/unocss/issues/1263](https://togithub.com/unocss/unocss/issues/1263) - **vscode**: - Add html to the default includes  -  by [@​adamburgess](https://togithub.com/adamburgess) in [https://github.com/unocss/unocss/issues/1265](https://togithub.com/unocss/unocss/issues/1265) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.44.2...v0.44.3)
vueuse/vueuse ### [`v8.9.4`](https://togithub.com/vueuse/vueuse/releases/tag/v8.9.4) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v8.9.3...v8.9.4) #####    🐞 Bug Fixes - **useDropZone**: Improve argument type  -  by [@​aki77](https://togithub.com/aki77) in [https://github.com/vueuse/vueuse/issues/1933](https://togithub.com/vueuse/vueuse/issues/1933) - **useFileDialog**: Explict `UseFileDialogReturn` type  -  by [@​xiaoxiangmoe](https://togithub.com/xiaoxiangmoe) in [https://github.com/vueuse/vueuse/issues/1927](https://togithub.com/vueuse/vueuse/issues/1927) - **useInfiniteScroll**: Add direction types  -  by [@​sand4rt](https://togithub.com/sand4rt) in [https://github.com/vueuse/vueuse/issues/1929](https://togithub.com/vueuse/vueuse/issues/1929) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v8.9.3...v8.9.4) ### [`v8.9.3`](https://togithub.com/vueuse/vueuse/releases/tag/v8.9.3) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v8.9.2...v8.9.3) #####    🐞 Bug Fixes - **useStyleTag**: Fix hydration mismatch issue  -  by [@​sibbng](https://togithub.com/sibbng) in [https://github.com/vueuse/vueuse/issues/1918](https://togithub.com/vueuse/vueuse/issues/1918) - **useVModel**: Fix compact with 2.7, fix [#​1745](https://togithub.com/vueuse/vueuse/issues/1745)  -  by [@​Staremang](https://togithub.com/Staremang) in [https://github.com/vueuse/vueuse/issues/1898](https://togithub.com/vueuse/vueuse/issues/1898) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v8.9.2...v8.9.3)
eslint/eslint ### [`v8.20.0`](https://togithub.com/eslint/eslint/releases/tag/v8.20.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.19.0...v8.20.0) #### Features - [`ca83178`](https://togithub.com/eslint/eslint/commit/ca83178b18cd5d649bd52a20aef8f8b3f48d3085) feat: catch preprocess errors ([#​16105](https://togithub.com/eslint/eslint/issues/16105)) (JounQin) #### Bug Fixes - [`30be0ed`](https://togithub.com/eslint/eslint/commit/30be0ed4d84dd436e6c2e345e264c10b2bd37308) fix: no-warning-comments rule escapes special RegEx characters in terms ([#​16090](https://togithub.com/eslint/eslint/issues/16090)) (Lachlan Hunt) - [`bfe5e88`](https://togithub.com/eslint/eslint/commit/bfe5e884098874bb512609bcd94a5e5ed797839d) fix: ignore spacing before `]` and `}` in comma-spacing ([#​16113](https://togithub.com/eslint/eslint/issues/16113)) (Milos Djermanovic) #### Documentation - [`845c4f4`](https://togithub.com/eslint/eslint/commit/845c4f40274ccb3727c624db44c7a23aafa71318) docs: Add website team details ([#​16115](https://togithub.com/eslint/eslint/issues/16115)) (Nicholas C. Zakas) - [`5a0dfdb`](https://togithub.com/eslint/eslint/commit/5a0dfdb9938ffdcea52047466bac11ea983f4b29) docs: Link to blog post in no-constant-binary-expression ([#​16112](https://togithub.com/eslint/eslint/issues/16112)) (Jordan Eldredge) - [`bc692a9`](https://togithub.com/eslint/eslint/commit/bc692a9bf5c664c646ce386eff44eb706c231127) docs: remove install command ([#​16084](https://togithub.com/eslint/eslint/issues/16084)) (Strek) - [`49ca3f0`](https://togithub.com/eslint/eslint/commit/49ca3f090425e06fdf6e66bcf2415508c46671e1) docs: don't show toc when content not found ([#​16095](https://togithub.com/eslint/eslint/issues/16095)) (Amaresh S M) - [`ba19e3f`](https://togithub.com/eslint/eslint/commit/ba19e3f80a32ceae82e0ed6c0acf16061d8370da) docs: enhance 404 page UI ([#​16097](https://togithub.com/eslint/eslint/issues/16097)) (Amaresh S M) - [`a75d3b4`](https://togithub.com/eslint/eslint/commit/a75d3b47b84f59c080c0c8301ae859fa64aa0f0f) docs: remove unused meta.docs.category field in working-with-rules page ([#​16109](https://togithub.com/eslint/eslint/issues/16109)) (Brandon Scott) - [`cdc0206`](https://togithub.com/eslint/eslint/commit/cdc020639022dd931863460273de61f4ed4ce0f8) docs: add formatters page edit link ([#​16094](https://togithub.com/eslint/eslint/issues/16094)) (Amaresh S M) - [`4d1ed22`](https://togithub.com/eslint/eslint/commit/4d1ed22dede531108c8a7899d513f64f0662c135) docs: preselect default theme ([#​16098](https://togithub.com/eslint/eslint/issues/16098)) (Strek) - [`4b79612`](https://togithub.com/eslint/eslint/commit/4b79612f0bdf860142401033f32fe9a5b8cd7d03) docs: add missing correct/incorrect containers ([#​16087](https://togithub.com/eslint/eslint/issues/16087)) (Milos Djermanovic) - [`09f6acb`](https://togithub.com/eslint/eslint/commit/09f6acbf2136e3084a3174607ab29a48d5d519b0) docs: fix UI bug on rules index and details pages ([#​16082](https://togithub.com/eslint/eslint/issues/16082)) (Deepshika S) - [`f5db264`](https://togithub.com/eslint/eslint/commit/f5db264931fd6259e064b5cf24b4233f5aaa4c7d) docs: remove remaining duplicate rule descriptions ([#​16093](https://togithub.com/eslint/eslint/issues/16093)) (Milos Djermanovic) - [`32a6b2a`](https://togithub.com/eslint/eslint/commit/32a6b2a5caae8fa3734dfbdb9640bb4963fc5f4f) docs: Add scroll behaviour smooth ([#​16056](https://togithub.com/eslint/eslint/issues/16056)) (Amaresh S M) #### Chores - [`bbf8df4`](https://togithub.com/eslint/eslint/commit/bbf8df41c901d41753ca4f3f0baf021944782597) chore: Mark autogenerated release blog post as draft ([#​16130](https://togithub.com/eslint/eslint/issues/16130)) (Nicholas C. Zakas) - [`eee4306`](https://togithub.com/eslint/eslint/commit/eee43067f635c0ec3b61e416f47849029d12268d) chore: update internal lint dependencies ([#​16088](https://togithub.com/eslint/eslint/issues/16088)) (Bryan Mishkin) - [`9615a42`](https://togithub.com/eslint/eslint/commit/9615a42c9f065188024423a28b603cb93dad18d4) chore: update formatter examples template to avoid markdown lint error ([#​16085](https://togithub.com/eslint/eslint/issues/16085)) (Milos Djermanovic) - [`62541ed`](https://togithub.com/eslint/eslint/commit/62541edf5843ff8e01f14f870701d5df0b2c1cb5) chore: fix markdown linting error ([#​16083](https://togithub.com/eslint/eslint/issues/16083)) (唯然)
nuxt/nuxt.js ### [`v3.0.0-rc.6`](https://togithub.com/nuxt/nuxt.js/compare/65e6b1439e14a196d8b15db51939c65d934532e7...7898ca34862b85b4302da8641d5a01a6deffbad7) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/65e6b1439e14a196d8b15db51939c65d934532e7...7898ca34862b85b4302da8641d5a01a6deffbad7)

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.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 2 years ago

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

Name Status Preview Updated
oku-nuxt3-template ✅ Ready (Inspect) Visit Preview Jul 18, 2022 at 10:23AM (UTC)