element-plus / element-plus-playground

Element Plus Playground
https://element-plus.run
MIT License
172 stars 54 forks source link

chore(deps): update all non-major dependencies #210

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@unocss/transformer-directives (source) ^0.45.22 -> ^0.45.26 age adoption passing confidence
@vitejs/plugin-vue (source) ^3.1.0 -> ^3.1.2 age adoption passing confidence
@vue/runtime-core (source) ^3.2.39 -> ^3.2.40 age adoption passing confidence
@vueuse/core ^9.2.0 -> ^9.3.0 age adoption passing confidence
typescript (source) ^4.8.3 -> ^4.8.4 age adoption passing confidence
unocss ^0.45.22 -> ^0.45.26 age adoption passing confidence
vite (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
vite-plugin-inspect ^0.7.3 -> ^0.7.4 age adoption passing confidence
vite-plugin-mkcert ^1.9.0 -> ^1.10.1 age adoption passing confidence
vue (source) ^3.2.39 -> ^3.2.40 age adoption passing confidence

Release Notes

antfu/unocss ### [`v0.45.26`](https://togithub.com/unocss/unocss/releases/tag/v0.45.26) [Compare Source](https://togithub.com/antfu/unocss/compare/v0.45.25...v0.45.26) *No significant changes* #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.45.25...v0.45.26) ### [`v0.45.25`](https://togithub.com/unocss/unocss/releases/tag/v0.45.25) [Compare Source](https://togithub.com/antfu/unocss/compare/v0.45.24...v0.45.25) #####    🐞 Bug Fixes - **vite**: Initial load  -  by [@​antfu](https://togithub.com/antfu) [(c454b)](https://togithub.com/unocss/unocss/commit/c454b561) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.45.24...v0.45.25) ### [`v0.45.24`](https://togithub.com/unocss/unocss/releases/tag/v0.45.24) [Compare Source](https://togithub.com/antfu/unocss/compare/v0.45.23...v0.45.24) #####    🚀 Features - **vscode**: Add sass,scss,less,stylus language  -  by [@​wkeylin](https://togithub.com/wkeylin) in [https://github.com/unocss/unocss/issues/1640](https://togithub.com/unocss/unocss/issues/1640) #####    🐞 Bug Fixes - **vite**: - Improve hash calc  -  by [@​antfu](https://togithub.com/antfu) [(a65ad)](https://togithub.com/unocss/unocss/commit/a65adaa5) - **vscode**: - Windows pathe format  -  by [@​azaleta](https://togithub.com/azaleta) in [https://github.com/unocss/unocss/issues/1645](https://togithub.com/unocss/unocss/issues/1645) - Remove css-directive transformer to get matched result from source code  -  by [@​wkeylin](https://togithub.com/wkeylin) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/1639](https://togithub.com/unocss/unocss/issues/1639) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.45.23...v0.45.24) ### [`v0.45.23`](https://togithub.com/unocss/unocss/releases/tag/v0.45.23) [Compare Source](https://togithub.com/antfu/unocss/compare/v0.45.22...v0.45.23) #####    🚀 Features - Support unocss config for cli  -  by [@​sudongyuer](https://togithub.com/sudongyuer) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/1633](https://togithub.com/unocss/unocss/issues/1633) - **interactive**: Static className copy  -  by [@​Flower-F](https://togithub.com/Flower-F) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/1624](https://togithub.com/unocss/unocss/issues/1624) #####    🐞 Bug Fixes - Use `pathe`  -  by [@​sudongyuer](https://togithub.com/sudongyuer) in [https://github.com/unocss/unocss/issues/1632](https://togithub.com/unocss/unocss/issues/1632) - **vite**: Improve initial load, close [#​1565](https://togithub.com/antfu/unocss/issues/1565)  -  by [@​antfu](https://togithub.com/antfu) [(b8c88)](https://togithub.com/unocss/unocss/commit/b8c8844a) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.45.22...v0.45.23)
vitejs/vite ### [`v3.1.2`](https://togithub.com/vitejs/vite/releases/tag/v3.1.2) [Compare Source](https://togithub.com/vitejs/vite/compare/v3.1.1...v3.1.2) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v3.1.2/packages/vite/CHANGELOG.md) for details. ### [`v3.1.1`](https://togithub.com/vitejs/vite/releases/tag/v3.1.1) [Compare Source](https://togithub.com/vitejs/vite/compare/v3.1.0...v3.1.1) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v3.1.1/packages/vite/CHANGELOG.md) for details.
vuejs/core ### [`v3.2.40`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​3240-httpsgithubcomvuejscorecomparev3239v3240-2022-09-28) [Compare Source](https://togithub.com/vuejs/core/compare/v3.2.39...v3.2.40) ##### Bug Fixes - **compat:** list cjs dependencies for compat build ([96cd924](https://togithub.com/vuejs/core/commit/96cd924e440984a37e4759673f3c16921b69affe)), closes [#​6602](https://togithub.com/vuejs/core/issues/6602) - **compiler-dom:** remove v-bind boolean attribute with literal false value when stringifying ([#​6635](https://togithub.com/vuejs/core/issues/6635)) ([6c6fe2c](https://togithub.com/vuejs/core/commit/6c6fe2c0cd89ce513503b1f85e0ddb696fd81e54)), closes [#​6617](https://togithub.com/vuejs/core/issues/6617) - **compiler-sfc:** fix expression check for v-on with object literal value ([#​6652](https://togithub.com/vuejs/core/issues/6652)) ([6958ec1](https://togithub.com/vuejs/core/commit/6958ec1b37fb4a9244ae222a35fcac032d26ad8a)), closes [#​6650](https://togithub.com/vuejs/core/issues/6650) [#​6674](https://togithub.com/vuejs/core/issues/6674) - **compilre-core:** dynamic v-on and static v-on should be merged ([#​6747](https://togithub.com/vuejs/core/issues/6747)) ([f9d43b9](https://togithub.com/vuejs/core/commit/f9d43b99f83af7fc140938a1d8d2db89666fb4e1)), closes [#​6742](https://togithub.com/vuejs/core/issues/6742) - **runtime-core:** avoid hoisted vnodes retaining detached DOM nodes ([fc5bdb3](https://togithub.com/vuejs/core/commit/fc5bdb36ed429d6c3c956f373206ce75467adaf3)), closes [#​6591](https://togithub.com/vuejs/core/issues/6591) - **runtime-core:** Lifecycle hooks should support callbacks shared by reference ([#​6687](https://togithub.com/vuejs/core/issues/6687)) ([c71a08e](https://togithub.com/vuejs/core/commit/c71a08e6fd44ee06c6b4f61d67727a7b7503605e)), closes [#​6686](https://togithub.com/vuejs/core/issues/6686) - **runtime-core:** remove prod-only hoisted clone behavior for manual DOM manipulation compat ([aa70188](https://togithub.com/vuejs/core/commit/aa70188c41fab1a4139748dd7b7c71532d063f3a)), closes [#​6727](https://togithub.com/vuejs/core/issues/6727) [#​6739](https://togithub.com/vuejs/core/issues/6739) - **runtime-core:** unset removed props first in full diff mode ([c0d8db8](https://togithub.com/vuejs/core/commit/c0d8db81a636f0ad1e725b7c04608d3a211cf163)), closes [#​6571](https://togithub.com/vuejs/core/issues/6571) - **runtime-dom:** fix unnecessary warning when setting coerced dom property value ([b1817fe](https://togithub.com/vuejs/core/commit/b1817fe9eeb66a18f405ada9072149515654a9bd)), closes [#​6616](https://togithub.com/vuejs/core/issues/6616) - **ssr:** avoid ast.helpers duplication ([#​6664](https://togithub.com/vuejs/core/issues/6664)) ([57ffc3e](https://togithub.com/vuejs/core/commit/57ffc3e546395ba048009396a4b82d3f968cca2c)) - **ssr:** fix dynamic slot regression in ssr ([8963c55](https://togithub.com/vuejs/core/commit/8963c5508cde3a0c990b2748787ffb582b16f23f)), closes [#​6651](https://togithub.com/vuejs/core/issues/6651) - **ssr:** fix hydration mismatch when entire multi-root template is stringified ([9698dd3](https://togithub.com/vuejs/core/commit/9698dd3cf1dfdb95d4dc4b4f7bd24ff94b4b5d84)), closes [#​6637](https://togithub.com/vuejs/core/issues/6637) - **ssr:** fix pre tag windows newline hydration mismatch ([0382019](https://togithub.com/vuejs/core/commit/03820193a8f768293d665ca2753439fe73aed0fd)), closes [#​6410](https://togithub.com/vuejs/core/issues/6410) - **ssr:** respect case when rendering dynamic attrs on svg ([121eb32](https://togithub.com/vuejs/core/commit/121eb32fb0a21cf9988d788cfad1b4249b15997b)), closes [#​6755](https://togithub.com/vuejs/core/issues/6755)
vueuse/vueuse ### [`v9.3.0`](https://togithub.com/vueuse/vueuse/releases/tag/v9.3.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v9.2.0...v9.3.0) #####    🚀 Features - Optional callback for useInterval, useTimeout & useTimestamp  -  by [@​Waleed-KH](https://togithub.com/Waleed-KH) in [https://github.com/vueuse/vueuse/issues/2240](https://togithub.com/vueuse/vueuse/issues/2240) - **onClickOutside**: Add `bubble` modifier to directive  -  by [@​sibbng](https://togithub.com/sibbng) in [https://github.com/vueuse/vueuse/issues/2183](https://togithub.com/vueuse/vueuse/issues/2183) - **onKeyStroke**: Support capture all handler  -  by [@​azaleta](https://togithub.com/azaleta) in [https://github.com/vueuse/vueuse/issues/2197](https://togithub.com/vueuse/vueuse/issues/2197) - **useAxios**: Improve type  -  by [@​azaleta](https://togithub.com/azaleta) in [https://github.com/vueuse/vueuse/issues/2208](https://togithub.com/vueuse/vueuse/issues/2208) - **useAxios**: Add second generic type to error  -  by [@​azaleta](https://togithub.com/azaleta) in [https://github.com/vueuse/vueuse/issues/2248](https://togithub.com/vueuse/vueuse/issues/2248) - **useAxios**: Add option for choosing shallowRef or ref  -  by [@​jahnli](https://togithub.com/jahnli) in [https://github.com/vueuse/vueuse/issues/2251](https://togithub.com/vueuse/vueuse/issues/2251) - **useDateFormat**: Support MMM and MMMM formatter  -  by [@​777Vasya77](https://togithub.com/777Vasya77) in [https://github.com/vueuse/vueuse/issues/2234](https://togithub.com/vueuse/vueuse/issues/2234) - **useDateFormat**: Support meridiem format  -  by [@​huynl-96](https://togithub.com/huynl-96) in [https://github.com/vueuse/vueuse/issues/2011](https://togithub.com/vueuse/vueuse/issues/2011) - **useFirestore**: Support dependent queries  -  by [@​kiyopikko](https://togithub.com/kiyopikko) in [https://github.com/vueuse/vueuse/issues/2103](https://togithub.com/vueuse/vueuse/issues/2103) - **useMediaQuery**: Allow query to be a `ref`  -  by [@​GODLiangCY](https://togithub.com/GODLiangCY) in [https://github.com/vueuse/vueuse/issues/2178](https://togithub.com/vueuse/vueuse/issues/2178) - **useScroll**: Support setting scroll position and toggling smooth scrolling  -  by [@​curtgrimes](https://togithub.com/curtgrimes) in [https://github.com/vueuse/vueuse/issues/1996](https://togithub.com/vueuse/vueuse/issues/1996) - **useTimeAgo**: New `showSecond` option  -  by [@​azaleta](https://togithub.com/azaleta) in [https://github.com/vueuse/vueuse/issues/2209](https://togithub.com/vueuse/vueuse/issues/2209) #####    🐞 Bug Fixes - **onClickOutside**: Put ignore logic on `pointerdown` event  -  by [@​GODLiangCY](https://togithub.com/GODLiangCY) in [https://github.com/vueuse/vueuse/issues/2198](https://togithub.com/vueuse/vueuse/issues/2198) - **templateRef**: Add Component type  -  by [@​Holi0317](https://togithub.com/Holi0317) in [https://github.com/vueuse/vueuse/issues/2203](https://togithub.com/vueuse/vueuse/issues/2203) - **until**: `.not` returns new instance  -  by [@​lsdsjy](https://togithub.com/lsdsjy) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/2224](https://togithub.com/vueuse/vueuse/issues/2224) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v9.2.0...v9.3.0)
Microsoft/TypeScript ### [`v4.8.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.8.4) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.8.3...v4.8.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.8.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+). - [fixed issues query for Typescript 4.8.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+). - [fixed issues query for Typescript 4.8.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+). - [fixed issues query for Typescript 4.8.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.3%22+). - [fixed issues query for Typescript 4.8.4 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.4%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-484) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
unocss/unocss ### [`v0.45.26`](https://togithub.com/unocss/unocss/releases/tag/v0.45.26) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.45.25...v0.45.26) *No significant changes* #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.45.25...v0.45.26) ### [`v0.45.25`](https://togithub.com/unocss/unocss/releases/tag/v0.45.25) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.45.24...v0.45.25) #####    🐞 Bug Fixes - **vite**: Initial load  -  by [@​antfu](https://togithub.com/antfu) [(c454b)](https://togithub.com/unocss/unocss/commit/c454b561) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.45.24...v0.45.25) ### [`v0.45.24`](https://togithub.com/unocss/unocss/releases/tag/v0.45.24) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.45.23...v0.45.24) #####    🚀 Features - **vscode**: Add sass,scss,less,stylus language  -  by [@​wkeylin](https://togithub.com/wkeylin) in [https://github.com/unocss/unocss/issues/1640](https://togithub.com/unocss/unocss/issues/1640) #####    🐞 Bug Fixes - **vite**: - Improve hash calc  -  by [@​antfu](https://togithub.com/antfu) [(a65ad)](https://togithub.com/unocss/unocss/commit/a65adaa5) - **vscode**: - Windows pathe format  -  by [@​azaleta](https://togithub.com/azaleta) in [https://github.com/unocss/unocss/issues/1645](https://togithub.com/unocss/unocss/issues/1645) - Remove css-directive transformer to get matched result from source code  -  by [@​wkeylin](https://togithub.com/wkeylin) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/1639](https://togithub.com/unocss/unocss/issues/1639) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.45.23...v0.45.24) ### [`v0.45.23`](https://togithub.com/unocss/unocss/releases/tag/v0.45.23) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.45.22...v0.45.23) #####    🚀 Features - Support unocss config for cli  -  by [@​sudongyuer](https://togithub.com/sudongyuer) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/1633](https://togithub.com/unocss/unocss/issues/1633) - **interactive**: Static className copy  -  by [@​Flower-F](https://togithub.com/Flower-F) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/1624](https://togithub.com/unocss/unocss/issues/1624) #####    🐞 Bug Fixes - Use `pathe`  -  by [@​sudongyuer](https://togithub.com/sudongyuer) in [https://github.com/unocss/unocss/issues/1632](https://togithub.com/unocss/unocss/issues/1632) - **vite**: Improve initial load, close [#​1565](https://togithub.com/unocss/unocss/issues/1565)  -  by [@​antfu](https://togithub.com/antfu) [(b8c88)](https://togithub.com/unocss/unocss/commit/b8c8844a) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.45.22...v0.45.23)
antfu/vite-plugin-inspect ### [`v0.7.4`](https://togithub.com/antfu/vite-plugin-inspect/releases/tag/v0.7.4) [Compare Source](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.7.3...v0.7.4) #####    🐞 Bug Fixes - HMR breakage  -  by [@​GODLiangCY](https://togithub.com/GODLiangCY) in [https://github.com/antfu/vite-plugin-inspect/issues/44](https://togithub.com/antfu/vite-plugin-inspect/issues/44) #####     [View changes on GitHub](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.7.3...v0.7.4)
liuweiGL/vite-plugin-mkcert ### [`v1.10.1`](https://togithub.com/liuweiGL/vite-plugin-mkcert/blob/HEAD/CHANGELOG.md#​1101-httpsgithubcomliuweiGLvite-plugin-mkcertcomparev1100v1101-2022-09-28) [Compare Source](https://togithub.com/liuweiGL/vite-plugin-mkcert/compare/v1.10.0...v1.10.1) ##### Bug Fixes - generated code include vite code ([e5adc6b](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/e5adc6b04c7397e94e2601dc0efb0d654a7cb035)), closes [#​47](https://togithub.com/liuweiGL/vite-plugin-mkcert/issues/47) - vite version range incorrect ([1486c44](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/1486c44b5882d20974facd2b362c286b44d57053)) ### [`v1.10.0`](https://togithub.com/liuweiGL/vite-plugin-mkcert/blob/HEAD/CHANGELOG.md#​1100-httpsgithubcomliuweiGLvite-plugin-mkcertcomparev190v1100-2022-09-26) [Compare Source](https://togithub.com/liuweiGL/vite-plugin-mkcert/compare/v1.9.0...v1.10.0) ##### Bug Fixes - Plugin‘s type definition is not generic ([1d031d1](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/1d031d11d560f1f96c3c347ca7dc1572e1882db1)), closes [#​44](https://togithub.com/liuweiGL/vite-plugin-mkcert/issues/44) ##### Features - use peerDependence instead of dependence to control vite version ([542f15e](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/542f15eaf28d8ab474aa0f6093382ff209245420))

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.



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