element-plus / element-plus-playground

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

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/ri ^1.1.1 -> ^1.1.2 age adoption passing confidence
@sxzz/eslint-config-prettier ^2.2.0 -> ^2.2.1 age adoption passing confidence
@sxzz/eslint-config-vue ^2.2.0 -> ^2.2.1 age adoption passing confidence
@vue/repl ^1.0.0 -> ^1.1.2 age adoption passing confidence
@vueuse/core ^8.4.2 -> ^8.5.0 age adoption passing confidence
element-plus (source) ^2.2.0 -> ^2.2.2 age adoption passing confidence
eslint (source) ^8.15.0 -> ^8.16.0 age adoption passing confidence
eslint-define-config ^1.4.0 -> ^1.4.1 age adoption passing confidence
sass ^1.51.0 -> ^1.52.1 age adoption passing confidence
unocss ^0.33.4 -> ^0.34.1 age adoption passing confidence
unplugin-auto-import ^0.7.1 -> ^0.7.2 age adoption passing confidence
vite-plugin-mkcert ^1.6.0 -> ^1.6.4 age adoption passing confidence
vue ^3.2.33 -> ^3.2.36 age adoption passing confidence
vue-tsc ^0.34.13 -> ^0.34.16 age adoption passing confidence

Release Notes

sxzz/eslint-config ### [`v2.2.1`](https://togithub.com/sxzz/eslint-config/blob/HEAD/CHANGELOG.md#​221-httpsgithubcomsxzzeslint-configcomparev220v221-2022-05-17) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v2.2.0...v2.2.1)
vueuse/vueuse ### [`v8.5.0`](https://togithub.com/vueuse/vueuse/releases/tag/v8.5.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v8.4.2...v8.5.0) ##### Bug Fixes - **shared:** correct to ignore undefined ([#​1601](https://togithub.com/vueuse/vueuse/issues/1601)) ([0aecfe6](https://togithub.com/vueuse/vueuse/commit/0aecfe6)) - **toRefs:** keep class prototype, close [#​1530](https://togithub.com/vueuse/vueuse/issues/1530) ([#​1599](https://togithub.com/vueuse/vueuse/issues/1599)) ([356da7d](https://togithub.com/vueuse/vueuse/commit/356da7d)) - **useAxios:** normalize isCanceled flag ([#​1585](https://togithub.com/vueuse/vueuse/issues/1585)) ([b833957](https://togithub.com/vueuse/vueuse/commit/b833957)) - **useFetch:** respect custom fetch option ([#​1603](https://togithub.com/vueuse/vueuse/issues/1603)) ([56eb358](https://togithub.com/vueuse/vueuse/commit/56eb358)) - **useFetch:** return PromiseLike after setting method ([#​1571](https://togithub.com/vueuse/vueuse/issues/1571)) ([9b28628](https://togithub.com/vueuse/vueuse/commit/9b28628)) - **useFocus:** `focused` should be `false` when `element` is undefined ([#​1580](https://togithub.com/vueuse/vueuse/issues/1580)) ([f0067ac](https://togithub.com/vueuse/vueuse/commit/f0067ac)) - **useMediaQuery:** normalize `isSupported` flag ([#​1575](https://togithub.com/vueuse/vueuse/issues/1575)) ([0222d48](https://togithub.com/vueuse/vueuse/commit/0222d48)) - **useUrlSearchParams:** should return initialValue ([#​1583](https://togithub.com/vueuse/vueuse/issues/1583)) ([fe58f8a](https://togithub.com/vueuse/vueuse/commit/fe58f8a)) - **useVModel:** unified value ([#​1568](https://togithub.com/vueuse/vueuse/issues/1568)) ([70d8092](https://togithub.com/vueuse/vueuse/commit/70d8092)) - **watchThrottled:** duplicate callback invokation when leading and trailing edges coincide ([#​1593](https://togithub.com/vueuse/vueuse/issues/1593)) ([8ba3b9d](https://togithub.com/vueuse/vueuse/commit/8ba3b9d)) ##### Features - **watchDebounced:** new `maxWait` option ([#​1579](https://togithub.com/vueuse/vueuse/issues/1579)) ([9c72a78](https://togithub.com/vueuse/vueuse/commit/9c72a78))
element-plus/element-plus ### [`v2.2.2`](https://togithub.com/element-plus/element-plus/releases/tag/2.2.2) [Compare Source](https://togithub.com/element-plus/element-plus/compare/2.2.1...2.2.2) ##### 2.2.2 *2022-05-23* ##### Features - Dialog expose dialogContentRef ([#​7633](https://togithub.com/element-plus/element-plus/issues/7633) by [@​zhoucan38](https://togithub.com/zhoucan38)) ##### Bug fixes - Components \[menu] the styles link error ([#​7820](https://togithub.com/element-plus/element-plus/issues/7820) by [@​tolking](https://togithub.com/tolking)) - Components \[form] align label width if it exists ([#​7826](https://togithub.com/element-plus/element-plus/issues/7826) by [@​ryuhangyeong](https://togithub.com/ryuhangyeong)) - Correct the deprecated note for el-button ([#​7854](https://togithub.com/element-plus/element-plus/issues/7854) by [@​0song](https://togithub.com/0song)) - Components \[radio-group] unique id ([#​7859](https://togithub.com/element-plus/element-plus/issues/7859) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) ### [`v2.2.1`](https://togithub.com/element-plus/element-plus/releases/tag/2.2.1) [Compare Source](https://togithub.com/element-plus/element-plus/compare/2.2.0...2.2.1) ##### 2.2.1 *2022-05-20* ##### Features - Components \[dialog] a11y and focus trap on dialog components ([#​7550](https://togithub.com/element-plus/element-plus/issues/7550) by [@​opengraphica](https://togithub.com/opengraphica)) - Components \[date-picker] work with modal focus trap; a11y controls and attributes ([#​7598](https://togithub.com/element-plus/element-plus/issues/7598) by [@​opengraphica](https://togithub.com/opengraphica)) - Ci enforce commit message linter ([#​7609](https://togithub.com/element-plus/element-plus/issues/7609) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) - Components menu add more controllable styles ([#​7549](https://togithub.com/element-plus/element-plus/issues/7549) by [@​CarterLi](https://togithub.com/CarterLi)) - Components \[button] add link api ([#​7652](https://togithub.com/element-plus/element-plus/issues/7652) by [@​chenxch](https://togithub.com/chenxch)) - Components \[input-number] add :value-on-clear and make it nullable ([#​7724](https://togithub.com/element-plus/element-plus/issues/7724) by [@​CarterLi](https://togithub.com/CarterLi)) - Project introducing triage bot ([#​7732](https://togithub.com/element-plus/element-plus/issues/7732) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) - Components \[button] restore type="text" ([#​7761](https://togithub.com/element-plus/element-plus/issues/7761) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) - Components \[table] ensure minimum-size doesn't follow the content ([#​7627](https://togithub.com/element-plus/element-plus/issues/7627) by [@​msidolphin](https://togithub.com/msidolphin)) - Components \[popper] focus trap and a11y ([#​7736](https://togithub.com/element-plus/element-plus/issues/7736) by [@​opengraphica](https://togithub.com/opengraphica)) ##### Bug fixes - Components circle progress 0 percent transition effect ([#​7562](https://togithub.com/element-plus/element-plus/issues/7562) by [@​ryuhangyeong](https://togithub.com/ryuhangyeong)) - Components date picker range input\_\_inner inherit height ([#​7586](https://togithub.com/element-plus/element-plus/issues/7586) by [@​YunYouJun](https://togithub.com/YunYouJun)) - Components input textarea padding & label line-height ([#​7570](https://togithub.com/element-plus/element-plus/issues/7570) by [@​YunYouJun](https://togithub.com/YunYouJun)) - Docs copy icon ([#​7587](https://togithub.com/element-plus/element-plus/issues/7587) by [@​btea](https://togithub.com/btea)) - Theme-chalk \[input] fix unexpected var name of input-inner-height ([#​7600](https://togithub.com/element-plus/element-plus/issues/7600) by [@​plainheart](https://togithub.com/plainheart)) - Datepicker range default height by map.get ([#​7608](https://togithub.com/element-plus/element-plus/issues/7608) by [@​YunYouJun](https://togithub.com/YunYouJun)) - Theme-chalk \[input] add not-allowed when disabled ([#​7612](https://togithub.com/element-plus/element-plus/issues/7612) by [@​satrong](https://togithub.com/satrong)) - Components \[select] in form change size ([#​7599](https://togithub.com/element-plus/element-plus/issues/7599) by [@​chenxch](https://togithub.com/chenxch)) - Ci replace token for lint notification ([#​7625](https://togithub.com/element-plus/element-plus/issues/7625) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) - Check-strictly bug ([#​7422](https://togithub.com/element-plus/element-plus/issues/7422) by [@​chenxch](https://togithub.com/chenxch)) - Ci token limitation for commit lint ([#​7647](https://togithub.com/element-plus/element-plus/issues/7647) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) - Components tabs focus visible ([#​7665](https://togithub.com/element-plus/element-plus/issues/7665) by [@​ryuhangyeong](https://togithub.com/ryuhangyeong)) - Ci token limitation for commit lint ([#​7675](https://togithub.com/element-plus/element-plus/issues/7675) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) - Ci post lint message ([#​7692](https://togithub.com/element-plus/element-plus/issues/7692) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) - Ci post lint message ([#​7695](https://togithub.com/element-plus/element-plus/issues/7695) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) - Components \[upload] show close tip text ([#​7696](https://togithub.com/element-plus/element-plus/issues/7696) by [@​ryuhangyeong](https://togithub.com/ryuhangyeong)) - Components \[date-picker] date-table-cell namespace ([#​7684](https://togithub.com/element-plus/element-plus/issues/7684) by [@​YunYouJun](https://togithub.com/YunYouJun)) - Components date-picker add keydown events([#​7506](https://togithub.com/element-plus/element-plus/issues/7506) by [@​lily-elephant](https://togithub.com/lily-elephant)) ([#​7536](https://togithub.com/element-plus/element-plus/issues/7536)) - Components \[cascader] disabled option can't trigger cancel checked ([#​7604](https://togithub.com/element-plus/element-plus/issues/7604) by [@​btea](https://togithub.com/btea)) - Components \[table-v2] don't spread headerClass ([#​7729](https://togithub.com/element-plus/element-plus/issues/7729) by [@​btea](https://togithub.com/btea)) - Ci lint commit message error ([#​7731](https://togithub.com/element-plus/element-plus/issues/7731) by [@​JeremyWuuuuu](https://togithub.com/JeremyWuuuuu)) - Components \[form-item] label is not vertically centered ([#​7780](https://togithub.com/element-plus/element-plus/issues/7780) by [@​buqiyuan](https://togithub.com/buqiyuan)) - Theme-chalk \[DatetimePicker] change inner to wrapper & use css var ([#​7703](https://togithub.com/element-plus/element-plus/issues/7703) by [@​YunYouJun](https://togithub.com/YunYouJun)) - Components \[time-picker] can not hide panel when click frequently ([#​7779](https://togithub.com/element-plus/element-plus/issues/7779) by [@​buqiyuan](https://togithub.com/buqiyuan)) - Components \[popper] provide formItemContext conditionally ([#​7790](https://togithub.com/element-plus/element-plus/issues/7790) by [@​CarterLi](https://togithub.com/CarterLi)) - Hooks use-form-item circular reference ([#​7793](https://togithub.com/element-plus/element-plus/issues/7793) by [@​btea](https://togithub.com/btea)) - Components \[dialog/drawer] header slot - Improve deps ([#​7763](https://togithub.com/element-plus/element-plus/issues/7763) by [@​sxzz](https://togithub.com/sxzz)) - Radio-group restore name ([#​7810](https://togithub.com/element-plus/element-plus/issues/7810) by [@​chenxch](https://togithub.com/chenxch)) ##### Refactors - Build use type unsafe ([#​7523](https://togithub.com/element-plus/element-plus/issues/7523) by [@​sxzz](https://togithub.com/sxzz)) - Components \[main] switch to script-setup syntax ([#​7707](https://togithub.com/element-plus/element-plus/issues/7707) by [@​ryuhangyeong](https://togithub.com/ryuhangyeong)) - Components \[timeline] switch to script-setup syntax ([#​7705](https://togithub.com/element-plus/element-plus/issues/7705) by [@​metanas](https://togithub.com/metanas)) - Components \[collection] switch to script-setup syntax ([#​7710](https://togithub.com/element-plus/element-plus/issues/7710) by [@​metanas](https://togithub.com/metanas)) - Components \[radio] switch to script-setup synatx ([#​7701](https://togithub.com/element-plus/element-plus/issues/7701) by [@​chenxch](https://togithub.com/chenxch)) - Components \[container] switch to script-setup syntax ([#​7725](https://togithub.com/element-plus/element-plus/issues/7725) by [@​btea](https://togithub.com/btea)) - Components \[pagination/pager] switch to script-setup syntax ([#​7746](https://togithub.com/element-plus/element-plus/issues/7746) by [@​metanas](https://togithub.com/metanas)) - Components \[pagination/jumper] switch to script-setup syntax ([#​7747](https://togithub.com/element-plus/element-plus/issues/7747) by [@​metanas](https://togithub.com/metanas)) - Components \[pagination/total] switch to script-setup syntax ([#​7750](https://togithub.com/element-plus/element-plus/issues/7750) by [@​metanas](https://togithub.com/metanas)) - Components \[pagination/prev] switch to script-setup syntax ([#​7745](https://togithub.com/element-plus/element-plus/issues/7745) by [@​metanas](https://togithub.com/metanas)) - Components \[pagination/next] switch to script-setup syntax ([#​7748](https://togithub.com/element-plus/element-plus/issues/7748) by [@​metanas](https://togithub.com/metanas)) - Components \[checkbox] switch to script-setup syntax ([#​7794](https://togithub.com/element-plus/element-plus/issues/7794) by [@​chenxch](https://togithub.com/chenxch)) - Components \[pagination/sizes] switch to script-setup syntax ([#​7749](https://togithub.com/element-plus/element-plus/issues/7749) by [@​metanas](https://togithub.com/metanas)) - Theme-chalk \[table] remove useless style ([#​7807](https://togithub.com/element-plus/element-plus/issues/7807) by [@​YunYouJun](https://togithub.com/YunYouJun)) - Components \[step] switch to script-setup syntax ([#​7782](https://togithub.com/element-plus/element-plus/issues/7782) by [@​ryuhangyeong](https://togithub.com/ryuhangyeong)) - Components \[steps] switch to script-setup syntax ([#​7783](https://togithub.com/element-plus/element-plus/issues/7783) by [@​ryuhangyeong](https://togithub.com/ryuhangyeong))
eslint/eslint ### [`v8.16.0`](https://togithub.com/eslint/eslint/releases/tag/v8.16.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.15.0...v8.16.0) #### Features - [`cab0c22`](https://togithub.com/eslint/eslint/commit/cab0c2287e12561d869dfcfcd1c4e14c9d6d70d5) feat: add Unicode flag suggestion in no-misleading-character-class ([#​15867](https://togithub.com/eslint/eslint/issues/15867)) (Milos Djermanovic) - [`38ae956`](https://togithub.com/eslint/eslint/commit/38ae9564a41e1d38adad55976565d85c5c981e1d) feat: check Unicode code point escapes in no-control-regex ([#​15862](https://togithub.com/eslint/eslint/issues/15862)) (Milos Djermanovic) - [`ee69cd3`](https://togithub.com/eslint/eslint/commit/ee69cd30b3551b3adebfd959a44a9a149221946a) feat: Update global variables ([#​15871](https://togithub.com/eslint/eslint/issues/15871)) (Sébastien Règne) #### Bug Fixes - [`3f09aab`](https://togithub.com/eslint/eslint/commit/3f09aab709980ca974b721de474be2dd183409a2) fix: function-paren-newline crash on "new new Foo();" ([#​15850](https://togithub.com/eslint/eslint/issues/15850)) (coderaiser) #### Documentation - [`050d5f4`](https://togithub.com/eslint/eslint/commit/050d5f4e0456ae9a9d769f4306bc0d60058b0898) docs: Static further reading links ([#​15890](https://togithub.com/eslint/eslint/issues/15890)) (Nicholas C. Zakas) - [`36287c0`](https://togithub.com/eslint/eslint/commit/36287c00d56596fbb2672cfe3f9b9dd24b2926da) docs: fix absolute paths in related rules shortcode to work from /docs ([#​15892](https://togithub.com/eslint/eslint/issues/15892)) (Milos Djermanovic) - [`90b6990`](https://togithub.com/eslint/eslint/commit/90b69901efd265fd11425540928793f1387095cc) docs: fix absolute links in rule macro to work from /docs ([#​15891](https://togithub.com/eslint/eslint/issues/15891)) (Milos Djermanovic) - [`f437249`](https://togithub.com/eslint/eslint/commit/f437249a3bedb47155d33ac753b821ae31b814fa) docs: Adjust docs site path prefix ([#​15889](https://togithub.com/eslint/eslint/issues/15889)) (Nicholas C. Zakas) - [`6e16025`](https://togithub.com/eslint/eslint/commit/6e16025e8fbffa0e1d0c977cb4b6eae30a502d9b) docs: update 'Related Rules' and 'Further Reading' in remaining rules ([#​15884](https://togithub.com/eslint/eslint/issues/15884)) (Milos Djermanovic) - [`1d39f69`](https://togithub.com/eslint/eslint/commit/1d39f698a22e2995bbfcf90b6dafd196a173092a) docs: remove confusing examples for no-mixed-operators ([#​15875](https://togithub.com/eslint/eslint/issues/15875)) (Milos Djermanovic) - [`3071d76`](https://togithub.com/eslint/eslint/commit/3071d76772c002bd7b03053be5be54da52c01242) docs: Fix some grammar issues ([#​15837](https://togithub.com/eslint/eslint/issues/15837)) (byodian) #### Chores - [`1768d0d`](https://togithub.com/eslint/eslint/commit/1768d0de58e10046ed3e54f0fa52be48ba41f12b) chore: upgrade [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@​1](https://togithub.com/1).3.0 ([#​15903](https://togithub.com/eslint/eslint/issues/15903)) (Milos Djermanovic) - [`c686e4c`](https://togithub.com/eslint/eslint/commit/c686e4c4a04525118f5585fd76bdba59dddf3a97) chore: Add deploy workflow for docs site ([#​15894](https://togithub.com/eslint/eslint/issues/15894)) (Nicholas C. Zakas) - [`c7894cd`](https://togithub.com/eslint/eslint/commit/c7894cd433319e09b10a80b260a5398dac0d5dab) chore: enable some rules from eslint-plugin-unicorn internally ([#​15878](https://togithub.com/eslint/eslint/issues/15878)) (Bryan Mishkin) - [`ea65cb5`](https://togithub.com/eslint/eslint/commit/ea65cb5435162ad29559d175e68f5b6d97e6cdcc) chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 ([#​15882](https://togithub.com/eslint/eslint/issues/15882)) (唯然) - [`cc29c69`](https://togithub.com/eslint/eslint/commit/cc29c696a08430fcbf202482306b8c3dbccc0257) chore: Upgrade official GitHub actions to latest versions ([#​15880](https://togithub.com/eslint/eslint/issues/15880)) (Darius Dzien) - [`5891c75`](https://togithub.com/eslint/eslint/commit/5891c7533f500110129fdea7b9b63c8a409da0bd) chore: Refactor rule docs format ([#​15869](https://togithub.com/eslint/eslint/issues/15869)) (Nicholas C. Zakas)
Shinigami92/eslint-define-config ### [`v1.4.1`](https://togithub.com/Shinigami92/eslint-define-config/blob/HEAD/CHANGELOG.md#​141) [Compare Source](https://togithub.com/Shinigami92/eslint-define-config/compare/1.4.0...1.4.1) [diff](https://togithub.com/Shinigami92/eslint-define-config/compare/1.4.0...1.4.1) - Update rules for: \[eslint, typescript-eslint, vue]
sass/dart-sass ### [`v1.52.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1521) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.52.0...1.52.1) ##### Command Line Interface - Fix a bug where `--watch` mode would close immediately in TTY mode. This was caused by our change to close `--watch` when stdin was closed *outside of* TTY mode, which has been reverted for now while we work on a fix. ### [`v1.52.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1520) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.51.0...1.52.0) - Add support for arbitrary modifiers at the end of plain CSS imports, in addition to the existing `supports()` and media queries. Sass now allows any sequence of identifiers of functions after the URL of an import for forwards compatibility with future additions to the CSS spec. - Fix an issue where source locations tracked through variable references could potentially become incorrect. - Fix a bug where a loud comment in the source can break the source map when embedding the sources, when using the command-line interface or the legacy JS API. ##### JS API - `SassNumber.assertUnit()` and `SassNumber.assertNoUnits()` now correctly return the number called on when it passes the assertion.
unocss/unocss ### [`v0.34.1`](https://togithub.com/unocss/unocss/releases/tag/v0.34.1) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.34.0...v0.34.1) ##### Features - **preset-typography:** inherit mono font from theme ([#​1000](https://togithub.com/unocss/unocss/issues/1000)) ([49a20e5](https://togithub.com/unocss/unocss/commit/49a20e5)) ##### Refactor - **preset-typography:** deprecated `className` in favor of `selectorName` ([#​992](https://togithub.com/unocss/unocss/pull/992)) ([69dcee2](https://togithub.com/unocss/unocss/commit/69dcee2)) ### [`v0.34.0`](https://togithub.com/unocss/unocss/releases/tag/v0.34.0) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.33.5...v0.34.0) ##### Bug Fixes - **core:** improve multiple variant sorting ([#​987](https://togithub.com/unocss/unocss/issues/987)) ([bfef0e9](https://togithub.com/unocss/unocss/commit/bfef0e9)) - **preset-mini:** fix `first-letter` and `first-line` pseudo elements ([#​988](https://togithub.com/unocss/unocss/issues/988)) ([cfe5674](https://togithub.com/unocss/unocss/commit/cfe5674)) ##### Performance Improvements - **preset-attributify:** skip extracting if there is no any valid element ([#​981](https://togithub.com/unocss/unocss/issues/981)) ([22caad4](https://togithub.com/unocss/unocss/commit/22caad4)) ### [`v0.33.5`](https://togithub.com/unocss/unocss/releases/tag/v0.33.5) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.33.4...v0.33.5) ##### Bug Fixes - **vite:** improve warning ([#​970](https://togithub.com/unocss/unocss/issues/970)) ([966529f](https://togithub.com/unocss/unocss/commit/966529f)) - **vite:** infer Theme type from plugin config ([#​974](https://togithub.com/unocss/unocss/issues/974)) ([e5ab5fb](https://togithub.com/unocss/unocss/commit/e5ab5fb)) ##### Features - **core:** merge safelist presets from config ([#​969](https://togithub.com/unocss/unocss/issues/969)) ([cd69925](https://togithub.com/unocss/unocss/commit/cd69925)) - **playground:** resizable preview ([#​977](https://togithub.com/unocss/unocss/issues/977)) ([9c19524](https://togithub.com/unocss/unocss/commit/9c19524))
antfu/unplugin-auto-import ### [`v0.7.2`](https://togithub.com/antfu/unplugin-auto-import/releases/tag/v0.7.2) [Compare Source](https://togithub.com/antfu/unplugin-auto-import/compare/v0.7.1...v0.7.2) ##### Bug Fixes - **preset:** `mobx-react-lite` has no members from `mobx` ([#​157](https://togithub.com/antfu/unplugin-auto-import/issues/157)) ([f1a319b](https://togithub.com/antfu/unplugin-auto-import/commit/f1a319b)) ##### Features - **preset:** add `ahooks` ([#​156](https://togithub.com/antfu/unplugin-auto-import/issues/156)) ([98d539f](https://togithub.com/antfu/unplugin-auto-import/commit/98d539f))
liuweiGL/vite-plugin-mkcert ### [`v1.6.4`](https://togithub.com/liuweiGL/vite-plugin-mkcert/blob/HEAD/CHANGELOG.md#​164-httpsgithubcomliuweiGLvite-plugin-mkcertcomparev163v164-2022-05-21) [Compare Source](https://togithub.com/liuweiGL/vite-plugin-mkcert/compare/v1.6.3...v1.6.4) ##### Bug Fixes - fix built assets error ([12a2de4](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/12a2de4b29b45c1c0ef18568631d3483485c1d15)) ### [`v1.6.3`](https://togithub.com/liuweiGL/vite-plugin-mkcert/blob/HEAD/CHANGELOG.md#​163-httpsgithubcomliuweiGLvite-plugin-mkcertcomparev162v163-2022-05-21) [Compare Source](https://togithub.com/liuweiGL/vite-plugin-mkcert/compare/v1.6.2...v1.6.3) ##### Bug Fixes - fix npm package not includes built files ([da701ee](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/da701eeb3f53c062f56213b5e91709f7085c4235)), closes [#​31](https://togithub.com/liuweiGL/vite-plugin-mkcert/issues/31) ##### Reverts - Revert "fix: fix npm package not includes built files" ([a5f04df](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/a5f04dfe3c428a9303446fefc7fa0af6d3e25baf)) ### [`v1.6.2`](https://togithub.com/liuweiGL/vite-plugin-mkcert/blob/HEAD/CHANGELOG.md#​162-httpsgithubcomliuweiGLvite-plugin-mkcertcomparev161v162-2022-05-21) [Compare Source](https://togithub.com/liuweiGL/vite-plugin-mkcert/compare/v1.6.1...v1.6.2) ##### Bug Fixes - fix npm package not includes built files ([379624b](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/379624b39035df91c7531291f24133b8608b62a7)), closes [#​31](https://togithub.com/liuweiGL/vite-plugin-mkcert/issues/31) ### [`v1.6.1`](https://togithub.com/liuweiGL/vite-plugin-mkcert/blob/HEAD/CHANGELOG.md#​161-httpsgithubcomliuweiGLvite-plugin-mkcertcomparev160v161-2022-05-20) [Compare Source](https://togithub.com/liuweiGL/vite-plugin-mkcert/compare/v1.6.0...v1.6.1) ##### Bug Fixes - preview mode can use https ([#​28](https://togithub.com/liuweiGL/vite-plugin-mkcert/issues/28)) ([048a8d1](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/048a8d109631da59cba7e38e3a350b41d7600201))
vuejs/core ### [`v3.2.36`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​3236-httpsgithubcomvuejscorecomparev3235v3236-2022-05-23) [Compare Source](https://togithub.com/vuejs/core/compare/v3.2.35...v3.2.36) ##### Bug Fixes - **compat:** fix app-level asset registration affecting other local apps ([#​5979](https://togithub.com/vuejs/core/issues/5979)) ([7fb5732](https://togithub.com/vuejs/core/commit/7fb57327b9d0e4d9eb675149f167d915fb0d59fa)) - **compat:** fix globalProperties pollution in v3 mode ([2f07e34](https://togithub.com/vuejs/core/commit/2f07e3460bf51bc1b083f3d03b3d192e042d2d75)), closes [#​5699](https://togithub.com/vuejs/core/issues/5699) - **compiler-core:** fix svg with directives being incorrectly hoisted ([#​5919](https://togithub.com/vuejs/core/issues/5919)) ([7fbc933](https://togithub.com/vuejs/core/commit/7fbc933f4d80c0259ee24872ba790681cf3cbe76)), closes [#​5289](https://togithub.com/vuejs/core/issues/5289) - **sfc/types:** allow use default factory for primitive types in `withDefaults` ([#​5939](https://togithub.com/vuejs/core/issues/5939)) ([b546282](https://togithub.com/vuejs/core/commit/b5462822d6c0a43866deef2b3437bbe3bbfb3625)), closes [#​5938](https://togithub.com/vuejs/core/issues/5938) - **transition:** fix cancel leave regression ([#​5974](https://togithub.com/vuejs/core/issues/5974)) ([dddbd96](https://togithub.com/vuejs/core/commit/dddbd96dfe69292cee401f72d2703e8fb3708a14)), closes [#​5973](https://togithub.com/vuejs/core/issues/5973) ##### Performance Improvements - improve the performance of getNow ([#​5944](https://togithub.com/vuejs/core/issues/5944)) ([3bdc41d](https://togithub.com/vuejs/core/commit/3bdc41dff305422cb5334a64353c314bce1202a4)) ### [`v3.2.35`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​3235-httpsgithubcomvuejscorecomparev3234v3235-2022-05-20) [Compare Source](https://togithub.com/vuejs/core/compare/v3.2.34...v3.2.35) ##### Bug Fixes - **compiler-sfc:** fix usage detection for types in v-for/v-slot expressions ([583b625](https://togithub.com/vuejs/core/commit/583b6259870211c32efee0bb4a60b342799d80f7)), closes [#​5959](https://togithub.com/vuejs/core/issues/5959) - **types:** fix typescript error when spreading `$props`([#​5968](https://togithub.com/vuejs/core/issues/5968)) ([0c7fd13](https://togithub.com/vuejs/core/commit/0c7fd13ea628a2f1b72c6f4150c0dba32da4468e)) - **types:** restore DefineComponent argument order ([8071ef4](https://togithub.com/vuejs/core/commit/8071ef47b5adcd5fcd9d0d2ea2cefff5c34ce095)), closes [#​5416](https://togithub.com/vuejs/core/issues/5416) [#​3796](https://togithub.com/vuejs/core/issues/3796) [#​5967](https://togithub.com/vuejs/core/issues/5967) ### [`v3.2.34`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​3234-httpsgithubcomvuejscorecomparev3234-beta1v3234-2022-05-19) [Compare Source](https://togithub.com/vuejs/core/compare/v3.2.33...v3.2.34) ##### Bug Fixes - **compiler-core:** should generate HYDRATE_EVENTS flag on dynamic component that resolves to element ([415091b](https://togithub.com/vuejs/core/commit/415091b0ee2de66e622145028f00523f2032ce77)), closes [#​5870](https://togithub.com/vuejs/core/issues/5870) - **compiler-sfc:** support `export { default } from '...'` ([#​5937](https://togithub.com/vuejs/core/issues/5937)) ([73e6523](https://togithub.com/vuejs/core/commit/73e6523134a013f9e369f53f213a214497ac7c40)), closes [#​5935](https://togithub.com/vuejs/core/issues/5935) - **compiler-sfc:** type-only defineProps does not recognize Promise (fix [#​5941](https://togithub.com/vuejs/core/issues/5941)) ([#​5943](https://togithub.com/vuejs/core/issues/5943)) ([991d623](https://togithub.com/vuejs/core/commit/991d62322fa67d50b7ae8b0460f294d6b39f9711)) - **compiler-ssr:** fix component event handlers inheritance in ssr ([f811dc2](https://togithub.com/vuejs/core/commit/f811dc2b60ba7efdbb9b1ab330dcbc18c1cc9a75)), closes [#​5664](https://togithub.com/vuejs/core/issues/5664) - **compiler-ssr:** fix wrong attrs fallthrough on non-single-root v-if branches ([516bc54](https://togithub.com/vuejs/core/commit/516bc548fce295f6d564c7fb371c8067ead7cd71)), closes [#​5140](https://togithub.com/vuejs/core/issues/5140) - **compiler-ssr:** only inject fallthrough attrs for root transition/keep-alive ([c65b805](https://togithub.com/vuejs/core/commit/c65b805ef1f9b164fb8aaa7bc679a91248b5891a)) - **keep-alive:** fix keep-alive rendering when placed in vnode branch ([0841b9b](https://togithub.com/vuejs/core/commit/0841b9b5243acdaf191099b25e9a145b30189dea)), closes [#​4817](https://togithub.com/vuejs/core/issues/4817) - **runtime-core:** adjust force diff of dev root fragments ([cdda49b](https://togithub.com/vuejs/core/commit/cdda49bbfb1939c9cf812d624992ea7bdae74c78)), closes [#​5946](https://togithub.com/vuejs/core/issues/5946) - **ssr/teleport:** support nested teleports in ssr ([595263c](https://togithub.com/vuejs/core/commit/595263c0e9f5728c3650c6526dbed27cda9ba114)), closes [#​5242](https://togithub.com/vuejs/core/issues/5242) - **ssr:** fix hydration error on falsy v-if inside transition/keep-alive ([ee4186e](https://togithub.com/vuejs/core/commit/ee4186ef9ebbc45827b208f6f5b648dbf4337d1d)), closes [#​5352](https://togithub.com/vuejs/core/issues/5352) - **ssr:** fix hydration error when teleport is used as component root ([b60cff0](https://togithub.com/vuejs/core/commit/b60cff052c880b2965d06007f0ec4d0349ab47c0)), closes [#​4293](https://togithub.com/vuejs/core/issues/4293) - **ssr:** fix hydration error when transition contains comment children ([3705b3b](https://togithub.com/vuejs/core/commit/3705b3b46aa8f3e929014f564f8afa4a663e6375)), closes [#​5351](https://togithub.com/vuejs/core/issues/5351) - **ssr:** fix hydration for slot with empty text node ([939209c](https://togithub.com/vuejs/core/commit/939209c6b554aed6634d9cf2ca10a2aa46ba7673)), closes [#​5728](https://togithub.com/vuejs/core/issues/5728) - **ssr:** fix hydration mismatch caused by multi-line comments inside slot ([e1bc268](https://togithub.com/vuejs/core/commit/e1bc2681ef64aed7975ad38950a478ae53c1abad)), closes [#​5355](https://togithub.com/vuejs/core/issues/5355) - **ssr:** inherit scope id on functional component during ssr ([847d7f7](https://togithub.com/vuejs/core/commit/847d7f782bb6074c6b31378e07d94cb41ad30bd2)), closes [#​5817](https://togithub.com/vuejs/core/issues/5817) - **ssr:** render fallthrough attributes for transition-group with tag ([aed10c5](https://togithub.com/vuejs/core/commit/aed10c507279900f8afc4861dc01ca4f2b95acb8)), closes [#​5141](https://togithub.com/vuejs/core/issues/5141) - **ssr:** support client-compiled v-model with dynamic type during ssr ([#​5787](https://togithub.com/vuejs/core/issues/5787)) ([c03459b](https://togithub.com/vuejs/core/commit/c03459b9b6d3c18450235bc4074a603677996320)), closes [#​5786](https://togithub.com/vuejs/core/issues/5786) - **types:** export ComponentProvideOptions ([#​5947](https://togithub.com/vuejs/core/issues/5947)) ([3e2850f](https://togithub.com/vuejs/core/commit/3e2850fa6c628284b4a1ab5deba3b11f1d2f66b6)) - **types:** fix `defineComponent` inference to `Component` ([#​5949](https://togithub.com/vuejs/core/issues/5949)) ([7c8f457](https://togithub.com/vuejs/core/commit/7c8f4578e9e7178e326cf8e343f7a8b4143ba63b))
johnsoncodehk/volar ### [`v0.34.16`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​03416-2022523) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.34.15...v0.34.16) - feat: add experimental option `vueCompilerOptions.experimentalRuntimeMode` for adapt uni-app ([#​1308](https://togithub.com/johnsoncodehk/volar/issues/1308)) - fix: type narrowing broken by local variable declare in template ([#​1312](https://togithub.com/johnsoncodehk/volar/issues/1312)) - fix: cannot recognize component context on arg typeof of arrow function in template ([#​1326](https://togithub.com/johnsoncodehk/volar/issues/1326)) - fix: emmet suggestion interrupt when input symbol ([#​1322](https://togithub.com/johnsoncodehk/volar/issues/1322)) - fix: split editors layout not following settings `volar.splitEditors.layout.*` ([#​1330](https://togithub.com/johnsoncodehk/volar/issues/1330)) ### [`v0.34.15`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​03415-2022516) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.34.13...v0.34.15) - feat: support auto-complete for template local variables ([#​1284](https://togithub.com/johnsoncodehk/volar/issues/1284)) - feat: check if vetur is active on doctor panel ([#​1305](https://togithub.com/johnsoncodehk/volar/issues/1305)) - feat: enabled `experimentalImplicitWrapComponentOptionsWithDefineComponent` for `lang="js"` by default ([#​1298](https://togithub.com/johnsoncodehk/volar/issues/1298)) - feat: add `vueCompilerOption.experimentalDowngradePropsAndEmitsToSetupReturnOnScriptSetup` option to improve intellisense on script setup for `lang="js"` ([#​1192](https://togithub.com/johnsoncodehk/volar/issues/1192))

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.