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 #237

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
@types/node (source) ^20.3.2 -> ^20.4.0 age adoption passing confidence
@vueuse/core ^10.2.0 -> ^10.2.1 age adoption passing confidence
eslint (source) ^8.43.0 -> ^8.44.0 age adoption passing confidence
pnpm (source) 8.6.5 -> 8.6.6 age adoption passing confidence
typescript (source) ^5.1.5 -> ^5.1.6 age adoption passing confidence
unplugin-auto-import ^0.16.4 -> ^0.16.6 age adoption passing confidence
vite-plugin-inspect ^0.7.29 -> ^0.7.32 age adoption passing confidence
vue-tsc ^1.8.2 -> ^1.8.4 age adoption passing confidence

Release Notes

vueuse/vueuse (@​vueuse/core) ### [`v10.2.1`](https://togithub.com/vueuse/vueuse/releases/tag/v10.2.1) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.2.0...v10.2.1) #####    🚀 Features - **useDropZone**: Expose more hooks  -  by [@​antfu](https://togithub.com/antfu) [(17d8d)](https://togithub.com/vueuse/vueuse/commit/17d8da63) - **useDropZone**: Expose files as ref  -  by [@​antfu](https://togithub.com/antfu) [(6d4ef)](https://togithub.com/vueuse/vueuse/commit/6d4efc56) #####    🐞 Bug Fixes - **fromEvent**: Torn down properly  -  by [@​benlesh](https://togithub.com/benlesh) in [https://github.com/vueuse/vueuse/issues/3155](https://togithub.com/vueuse/vueuse/issues/3155) [(fa7ed)](https://togithub.com/vueuse/vueuse/commit/fa7ed3a7) - **toRefs**: Fix stack overflow caused by recursive `setPrototypeOf`  -  by [@​Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3166](https://togithub.com/vueuse/vueuse/issues/3166) [(9f998)](https://togithub.com/vueuse/vueuse/commit/9f998a49) - **useFullscreen**: Skip exiting when not in fullscreen mode  -  by [@​tawen](https://togithub.com/tawen), [@​antfu](https://togithub.com/antfu) and **Fernando Fernández** in [https://github.com/vueuse/vueuse/issues/3144](https://togithub.com/vueuse/vueuse/issues/3144) [(14edb)](https://togithub.com/vueuse/vueuse/commit/14edb4a6) - **useInfiniteScroll**: Prevent infinite load when v-show set false  -  by [@​wonderl17](https://togithub.com/wonderl17) in [https://github.com/vueuse/vueuse/issues/3143](https://togithub.com/vueuse/vueuse/issues/3143) [(a4dfa)](https://togithub.com/vueuse/vueuse/commit/a4dfa5ba) - **useRafFn**: Set initial delta to zero  -  by [@​haykkh](https://togithub.com/haykkh) in [https://github.com/vueuse/vueuse/issues/3150](https://togithub.com/vueuse/vueuse/issues/3150) [(cf6eb)](https://togithub.com/vueuse/vueuse/commit/cf6eb5fc) - **useTimeoutPoll**: Unexpected immediate execution  -  by [@​jiadesen](https://togithub.com/jiadesen) in [https://github.com/vueuse/vueuse/issues/3159](https://togithub.com/vueuse/vueuse/issues/3159) [(7a897)](https://togithub.com/vueuse/vueuse/commit/7a897e54) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.2.0...v10.2.1)
eslint/eslint (eslint) ### [`v8.44.0`](https://togithub.com/eslint/eslint/releases/tag/v8.44.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.43.0...v8.44.0) #### Features - [`1766771`](https://togithub.com/eslint/eslint/commit/176677180a4a1209fc192771521c9192e1f67578) feat: add `es2023` and `es2024` environments ([#​17328](https://togithub.com/eslint/eslint/issues/17328)) (Milos Djermanovic) - [`4c50400`](https://togithub.com/eslint/eslint/commit/4c5040022639ae804c15b366afc6e64982bd8ae3) feat: add `ecmaVersion: 2024`, regexp `v` flag parsing ([#​17324](https://togithub.com/eslint/eslint/issues/17324)) (Milos Djermanovic) - [`4d411e4`](https://togithub.com/eslint/eslint/commit/4d411e4c7063274d6d346f1b7ee46f7575d0bbd2) feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule ([#​17270](https://togithub.com/eslint/eslint/issues/17270)) (Percy Ma) - [`c8b1f4d`](https://togithub.com/eslint/eslint/commit/c8b1f4d61a256727755d561bf53f889b6cd712e0) feat: Move `parserServices` to `SourceCode` ([#​17311](https://togithub.com/eslint/eslint/issues/17311)) (Milos Djermanovic) - [`ef6e24e`](https://togithub.com/eslint/eslint/commit/ef6e24e42670f321d996948623846d9caaedac99) feat: treat unknown nodes as having the lowest precedence ([#​17302](https://togithub.com/eslint/eslint/issues/17302)) (Brad Zacher) - [`1866e1d`](https://togithub.com/eslint/eslint/commit/1866e1df6175e4ba0ae4a0d88dc3c956bb310035) feat: allow flat config files to export a Promise ([#​17301](https://togithub.com/eslint/eslint/issues/17301)) (Milos Djermanovic) #### Bug Fixes - [`a36bcb6`](https://togithub.com/eslint/eslint/commit/a36bcb67f26be42c794797d0cc9948b9cfd4ff71) fix: no-unused-vars false positive with logical assignment operators ([#​17320](https://togithub.com/eslint/eslint/issues/17320)) (Gweesin Chan) - [`7620b89`](https://togithub.com/eslint/eslint/commit/7620b891e81c234f30f9dbcceb64a05fd0dde65e) fix: Remove `no-unused-labels` autofix before potential directives ([#​17314](https://togithub.com/eslint/eslint/issues/17314)) (Francesco Trotta) - [`391ed38`](https://togithub.com/eslint/eslint/commit/391ed38b09bd1a3abe85db65b8fcda980ab3d6f4) fix: Remove `no-extra-semi` autofix before potential directives ([#​17297](https://togithub.com/eslint/eslint/issues/17297)) (Francesco Trotta) #### Documentation - [`526e911`](https://togithub.com/eslint/eslint/commit/526e91106e6fe101578e9478a9d7f4844d4f72ac) docs: resubmit pr 17115 doc changes ([#​17291](https://togithub.com/eslint/eslint/issues/17291)) (唯然) - [`e1314bf`](https://togithub.com/eslint/eslint/commit/e1314bf85a52bb0d05b1c9ca3b4c1732bae22172) docs: Integration section and tutorial ([#​17132](https://togithub.com/eslint/eslint/issues/17132)) (Ben Perlmutter) - [`19a8c5d`](https://togithub.com/eslint/eslint/commit/19a8c5d84596a9f7f2aa428c1696ba86daf854e6) docs: Update README (GitHub Actions Bot) #### Chores - [`49e46ed`](https://togithub.com/eslint/eslint/commit/49e46edf3c8dc71d691a97fc33b63ed80ae0db0c) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).44.0 ([#​17329](https://togithub.com/eslint/eslint/issues/17329)) (Milos Djermanovic) - [`a1cb642`](https://togithub.com/eslint/eslint/commit/a1cb6421f9d185901cd99e5f696e912226ef6632) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`840a264`](https://togithub.com/eslint/eslint/commit/840a26462bbf6c27c52c01b85ee2018062157951) test: More test cases for no-case-declarations ([#​17315](https://togithub.com/eslint/eslint/issues/17315)) (Elian Cordoba) - [`e6e74f9`](https://togithub.com/eslint/eslint/commit/e6e74f9eef0448129dd4775628aba554a2d8c8c9) chore: package.json update for eslint-config-eslint release (ESLint Jenkins) - [`eb3d794`](https://togithub.com/eslint/eslint/commit/eb3d7946e1e9f70254008744dba2397aaa730114) chore: upgrade semver@7.5.3 ([#​17323](https://togithub.com/eslint/eslint/issues/17323)) (Ziyad El Abid) - [`cf88439`](https://togithub.com/eslint/eslint/commit/cf884390ad8071d88eae05df9321100f1770363d) chore: upgrade optionator@0.9.3 ([#​17319](https://togithub.com/eslint/eslint/issues/17319)) (Milos Djermanovic) - [`9718a97`](https://togithub.com/eslint/eslint/commit/9718a9781d69d2c40b68c631aed97700b32c0082) refactor: remove unnecessary code in `flat-eslint.js` ([#​17308](https://togithub.com/eslint/eslint/issues/17308)) (Milos Djermanovic) - [`f82e56e`](https://togithub.com/eslint/eslint/commit/f82e56e9acfb9562ece76441472d5657d7d5e296) perf: various performance improvements ([#​17135](https://togithub.com/eslint/eslint/issues/17135)) (moonlightaria) - [`da81e66`](https://togithub.com/eslint/eslint/commit/da81e66e22b4f3d3fe292cf70c388753304deaad) chore: update eslint-plugin-jsdoc to 46.2.5 ([#​17245](https://togithub.com/eslint/eslint/issues/17245)) (唯然) - [`b991640`](https://togithub.com/eslint/eslint/commit/b991640176d5dce4750f7cc71c56cd6f284c882f) chore: switch eslint-config-eslint to the flat format ([#​17247](https://togithub.com/eslint/eslint/issues/17247)) (唯然)
pnpm/pnpm (pnpm) ### [`v8.6.6`](https://togithub.com/pnpm/pnpm/releases/tag/v8.6.6) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.6.5...v8.6.6) #### Patch Changes - Installation of a git-hosted dependency without `package.json` should not fail, when the dependency is read from cache [#​6721](https://togithub.com/pnpm/pnpm/issues/6721). - Local workspace bin files that should be compiled first are linked to dependent projects after compilation [#​1801](https://togithub.com/pnpm/pnpm/issues/1801). - Prefer versions found in parent package dependencies only [#​6737](https://togithub.com/pnpm/pnpm/issues/6737). - Multiple performance optimizations implemented by [@​zxbodya](https://togithub.com/zxbodya): - avoid copying `preferredVersions` object [#​6735](https://togithub.com/pnpm/pnpm/issues/6735) - avoid object copy in `resolvePeersOfNode` [#​6736](https://togithub.com/pnpm/pnpm/issues/6736) - `preferredVersions` in `resolveDependenciesOfImporters` [#​6748](https://togithub.com/pnpm/pnpm/issues/6748) - remove ramda `isEmpty` usages [#​6753](https://togithub.com/pnpm/pnpm/issues/6753) - use Maps and Sets instead of objects [#​6749](https://togithub.com/pnpm/pnpm/issues/6749) - optimize `splitNodeId`, fix invalid `nodeId` [#​6755](https://togithub.com/pnpm/pnpm/issues/6755) #### Our Gold Sponsors
#### Our Silver Sponsors
Microsoft/TypeScript (typescript) ### [`v5.1.6`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.6): TypeScript 5.1.6 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.5...v5.1.6) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). - (5.1.4 [intentionally skipped](https://togithub.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922)) - [fixed issues query for Typescript v5.1.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.6 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.6%22+is%3Aclosed+). Downloads are available on [npm](https://www.npmjs.com/package/typescript)
antfu/unplugin-auto-import (unplugin-auto-import) ### [`v0.16.6`](https://togithub.com/antfu/unplugin-auto-import/releases/tag/v0.16.6) [Compare Source](https://togithub.com/antfu/unplugin-auto-import/compare/v0.16.5...v0.16.6) #####    🐞 Bug Fixes - Bundling  -  by [@​antfu](https://togithub.com/antfu) [(cd26a)](https://togithub.com/antfu/unplugin-auto-import/commit/cd26a02) #####     [View changes on GitHub](https://togithub.com/antfu/unplugin-auto-import/compare/v0.16.5...v0.16.6) ### [`v0.16.5`](https://togithub.com/antfu/unplugin-auto-import/releases/tag/v0.16.5) [Compare Source](https://togithub.com/antfu/unplugin-auto-import/compare/v0.16.4...v0.16.5) #####    🚀 Features - Add `noinspection JSUnusedGlobalSymbols`  -  by [@​chrisbbreuer](https://togithub.com/chrisbbreuer) in [https://github.com/antfu/unplugin-auto-import/issues/386](https://togithub.com/antfu/unplugin-auto-import/issues/386) [(80999)](https://togithub.com/antfu/unplugin-auto-import/commit/809996b) #####    🐞 Bug Fixes - Improve dts parsing regex  -  by [@​lishaobos](https://togithub.com/lishaobos) in [https://github.com/antfu/unplugin-auto-import/issues/396](https://togithub.com/antfu/unplugin-auto-import/issues/396) [(4d2bc)](https://togithub.com/antfu/unplugin-auto-import/commit/4d2bc63) - Dirs config support rspack  -  by [@​Wyatex](https://togithub.com/Wyatex) in [https://github.com/antfu/unplugin-auto-import/issues/404](https://togithub.com/antfu/unplugin-auto-import/issues/404) [(3c227)](https://togithub.com/antfu/unplugin-auto-import/commit/3c22793) - Imporove dir match && add glob exclude  -  by [@​lishaobos](https://togithub.com/lishaobos) in [https://github.com/antfu/unplugin-auto-import/issues/392](https://togithub.com/antfu/unplugin-auto-import/issues/392) [(b8765)](https://togithub.com/antfu/unplugin-auto-import/commit/b87654f) #####     [View changes on GitHub](https://togithub.com/antfu/unplugin-auto-import/compare/v0.16.4...v0.16.5)
antfu/vite-plugin-inspect (vite-plugin-inspect) ### [`v0.7.32`](https://togithub.com/antfu/vite-plugin-inspect/releases/tag/v0.7.32) [Compare Source](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.7.31...v0.7.32) #####    🐞 Bug Fixes - Navigate between modules  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/antfu/vite-plugin-inspect/issues/82](https://togithub.com/antfu/vite-plugin-inspect/issues/82) [(b4350)](https://togithub.com/antfu/vite-plugin-inspect/commit/b43500a) - Legend z-index  -  by [@​antfu](https://togithub.com/antfu) [(70395)](https://togithub.com/antfu/vite-plugin-inspect/commit/70395fe) #####     [View changes on GitHub](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.7.31...v0.7.32) ### [`v0.7.31`](https://togithub.com/antfu/vite-plugin-inspect/releases/tag/v0.7.31) [Compare Source](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.7.30...v0.7.31) #####    🚀 Features - Add legend  -  by [@​sun0day](https://togithub.com/sun0day) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/vite-plugin-inspect/issues/77](https://togithub.com/antfu/vite-plugin-inspect/issues/77) [(aba8c)](https://togithub.com/antfu/vite-plugin-inspect/commit/aba8cb6) #####    🐞 Bug Fixes - Handle `[null]` in `sourcemaps.sources` for inspect sourcemaps button  -  by [@​remorses](https://togithub.com/remorses) in [https://github.com/antfu/vite-plugin-inspect/issues/81](https://togithub.com/antfu/vite-plugin-inspect/issues/81) [(6aa79)](https://togithub.com/antfu/vite-plugin-inspect/commit/6aa79c9) #####     [View changes on GitHub](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.7.30...v0.7.31) ### [`v0.7.30`](https://togithub.com/antfu/vite-plugin-inspect/releases/tag/v0.7.30) [Compare Source](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.7.29...v0.7.30) #####    🚀 Features - Inspect sourcemaps button  -  by [@​remorses](https://togithub.com/remorses) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/vite-plugin-inspect/issues/79](https://togithub.com/antfu/vite-plugin-inspect/issues/79) [(5efcd)](https://togithub.com/antfu/vite-plugin-inspect/commit/5efcd75) #####     [View changes on GitHub](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.7.29...v0.7.30)
vuejs/language-tools (vue-tsc) ### [`v1.8.4`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​184-202375) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.3...v1.8.4) - feat(monaco): support for custom file system provider ([https://github.com/volarjs/volar.js/pull/50](https://togithub.com/volarjs/volar.js/pull/50)) - feat: support auto-complete for template directive comments - fix: local component type should override a global component ([#​1886](https://togithub.com/vuejs/language-tools/issues/1886)) ([#​3333](https://togithub.com/vuejs/language-tools/issues/3333)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix: support type narrowing for components define in script setup ([#​3138](https://togithub.com/vuejs/language-tools/issues/3138)) ([#​3350](https://togithub.com/vuejs/language-tools/issues/3350)) - thanks [@​so1ve](https://togithub.com/so1ve) ***

Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective

### [`v1.8.3`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​183-2023628) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.2...v1.8.3) - fix(ts-plugin): tsserver crashes when import > 4MB .vue file ([#​3332](https://togithub.com/vuejs/language-tools/issues/3332)) - fix(language-server): in specific os `fileExists()` throws ([#​3336](https://togithub.com/vuejs/language-tools/issues/3336))

Configuration

📅 Schedule: Branch creation - "before 4am 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.

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
element-plus-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2023 10:51pm