element-plus / element-plus-playground

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

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

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
@sxzz/eslint-config ^3.0.0 -> ^3.1.0 age adoption passing confidence
@types/node (source) ^20.3.1 -> ^20.3.2 age adoption passing confidence
@unocss/reset ^0.53.3 -> ^0.53.4 age adoption passing confidence
@unocss/transformer-directives (source) ^0.53.3 -> ^0.53.4 age adoption passing confidence
pnpm (source) 8.6.3 -> 8.6.5 age adoption passing confidence
typescript (source) ^5.1.3 -> ^5.1.5 age adoption passing confidence
unocss ^0.53.3 -> ^0.53.4 age adoption passing confidence
vite-plugin-mkcert ^1.15.0 -> ^1.16.0 age adoption passing confidence
vue-tsc ^1.8.1 -> ^1.8.2 age adoption passing confidence

Release Notes

sxzz/eslint-config (@​sxzz/eslint-config) ### [`v3.1.0`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.1.0) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.0.0...v3.1.0) #####    🚀 Features - Add prettier field order  -  by [@​sxzz](https://togithub.com/sxzz) [(765a2)](https://togithub.com/sxzz/eslint-config/commit/765a225) - Support cjs  -  by [@​sxzz](https://togithub.com/sxzz) [(1f443)](https://togithub.com/sxzz/eslint-config/commit/1f44361) #####    🐞 Bug Fixes - Ignore auto-imports.d.ts  -  by [@​sxzz](https://togithub.com/sxzz) [(bd225)](https://togithub.com/sxzz/eslint-config/commit/bd22500) - **deps**: - Update all non-major dependencies  -  by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/sxzz/eslint-config/issues/13](https://togithub.com/sxzz/eslint-config/issues/13)3 [(3bfd2)](https://togithub.com/sxzz/eslint-config/commit/3bfd2d2) - Update all non-major dependencies  -  by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/sxzz/eslint-config/issues/14](https://togithub.com/sxzz/eslint-config/issues/14)4 [(cd7db)](https://togithub.com/sxzz/eslint-config/commit/cd7db38) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.0.0...v3.1.0)
unocss/unocss (@​unocss/reset) ### [`v0.53.4`](https://togithub.com/unocss/unocss/releases/tag/v0.53.4) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.53.3...v0.53.4) #####    🚀 Features - **nuxt**: Add `unocss:config` hook  -  by [@​zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/2790](https://togithub.com/unocss/unocss/issues/2790) [(5ae31)](https://togithub.com/unocss/unocss/commit/5ae31b05) - **vscode**: Support autocomplete with fuzzy search.  -  by [@​chizukicn](https://togithub.com/chizukicn), [@​zyyv](https://togithub.com/zyyv) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/2769](https://togithub.com/unocss/unocss/issues/2769) [(f611d)](https://togithub.com/unocss/unocss/commit/f611dcab) #####    🐞 Bug Fixes - **preset-web-fonts**: Fix creation of import URL for `bunny`  -  by [@​arunanshub](https://togithub.com/arunanshub) in [https://github.com/unocss/unocss/issues/2766](https://togithub.com/unocss/unocss/issues/2766) [(3c286)](https://togithub.com/unocss/unocss/commit/3c286079) - **vscode**: Color preview with !important  -  by [@​vargasmesh](https://togithub.com/vargasmesh) in [https://github.com/unocss/unocss/issues/2787](https://togithub.com/unocss/unocss/issues/2787) [(6a81c)](https://togithub.com/unocss/unocss/commit/6a81c62a) #####    🏎 Performance - **autocomplete**: Better order with fuzzy search.  -  by [@​chizukicn](https://togithub.com/chizukicn) in [https://github.com/unocss/unocss/issues/2789](https://togithub.com/unocss/unocss/issues/2789) [(c6889)](https://togithub.com/unocss/unocss/commit/c68895f9) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.53.3...v0.53.4)
pnpm/pnpm (pnpm) ### [`v8.6.5`](https://togithub.com/pnpm/pnpm/releases/tag/v8.6.5) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.6.4...v8.6.5) #### Patch Changes - Improve the performance of searching for auth tokens [#​6717](https://togithub.com/pnpm/pnpm/pull/6717). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v8.6.4`](https://togithub.com/pnpm/pnpm/releases/tag/v8.6.4) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.6.3...v8.6.4) #### Patch Changes - In cases where both aliased and non-aliased dependencies exist to the same package, non-aliased dependencies will be used for resolving peer dependencies, addressing issue [#​6588](https://togithub.com/pnpm/pnpm/issues/6588). - Ignore the port in the URL, while searching for authentication token in the `.npmrc` file [#​6354](https://togithub.com/pnpm/pnpm/issues/6354). - Don't add the version of a local directory dependency to the lockfile. This information is not used anywhere by pnpm and is only causing more Git conflicts [#​6695](https://togithub.com/pnpm/pnpm/pull/6695). #### Our Gold Sponsors
#### Our Silver Sponsors
Microsoft/TypeScript (typescript) ### [`v5.1.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.5): TypeScript 5.1.5 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.5) 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+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
liuweiGL/vite-plugin-mkcert (vite-plugin-mkcert) ### [`v1.16.0`](https://togithub.com/liuweiGL/vite-plugin-mkcert/blob/HEAD/CHANGELOG.md#​1160-httpsgithubcomliuweiGLvite-plugin-mkcertcomparev1150v1160-2023-06-28) [Compare Source](https://togithub.com/liuweiGL/vite-plugin-mkcert/compare/v1.15.0...v1.16.0) ##### Features - Support more platforms and architectures ([0cb9571](https://togithub.com/liuweiGL/vite-plugin-mkcert/commit/0cb9571734db5daafe281a8da81f9c427ff51935)), closes [#​68](https://togithub.com/liuweiGL/vite-plugin-mkcert/issues/68)
vuejs/language-tools (vue-tsc) ### [`v1.8.2`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​182-2023627) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.1...v1.8.2) - fix: should not auto closing `` tag ([#​3217](https://togithub.com/vuejs/language-tools/issues/3217)) - fix: allow passing undefined as events ([#​3122](https://togithub.com/vuejs/language-tools/issues/3122)) ([#​3217](https://togithub.com/vuejs/language-tools/issues/3217)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix: fixes object literal parsing for ([#​3324](https://togithub.com/vuejs/language-tools/issues/3324)) ([#​3171](https://togithub.com/vuejs/language-tools/issues/3171)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix: symbol types are lost ([#​3300](https://togithub.com/vuejs/language-tools/issues/3300)) ([#​3295](https://togithub.com/vuejs/language-tools/issues/3295)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix(ts-plugin): suppress errors when `composite` is enabled - fix(language-server): trigger characters missing on web IDE - perf(language-server): debounce for `isCancellationRequested()` - perf(typescript): caching `getScriptFileNames()` result **Breaking changes** - no longer parse vue files outside tsconfig `include` option to avoid TS performance concerns ([#​3326](https://togithub.com/vuejs/language-tools/issues/3326)) ***

Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective


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 Jun 28, 2023 5:01am