nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
868 stars 37 forks source link

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

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
@nuxt/devtools ^0.6.1 -> ^0.6.4 age adoption passing confidence
@nuxt/kit ^3.5.3 -> ^3.6.1 age adoption passing confidence
@types/node (source) ^20.2.1 -> ^20.3.2 age adoption passing confidence
nuxt ^3.5.3 -> ^3.6.1 age adoption passing confidence
typescript (source) ^5.1.3 -> ^5.1.6 age adoption passing confidence
vue-tsc ^1.8.0 -> ^1.8.3 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools) ### [`v0.6.4`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#​064-httpsgithubcomnuxtdevtools-poccomparev063v064-2023-06-26) [Compare Source](https://togithub.com/nuxt/devtools/compare/v0.6.3...v0.6.4) ##### Bug Fixes - disable iframe interactive on dragging ([cc84ccf](https://togithub.com/nuxt/devtools-poc/commit/cc84ccf7849aeaea149d1614db2de3265ae46343)) - prevent floating panel to dragged outside of window ([#​290](https://togithub.com/nuxt/devtools-poc/issues/290)) ([6d315cd](https://togithub.com/nuxt/devtools-poc/commit/6d315cd05198f65c4767cae3d2aba7523054abd1)) - respect safe area, close [#​272](https://togithub.com/nuxt/devtools-poc/issues/272) ([2d84e4f](https://togithub.com/nuxt/devtools-poc/commit/2d84e4f5e53d3d29dbc61f512e0218908cb32e51)) ##### Features - add PiP flag settings link ([#​292](https://togithub.com/nuxt/devtools-poc/issues/292)) ([d21e24f](https://togithub.com/nuxt/devtools-poc/commit/d21e24fa5fb77d6e1b421734d972251412d196a3)) - **server-routes:** preview for media type ([#​291](https://togithub.com/nuxt/devtools-poc/issues/291)) ([b56c860](https://togithub.com/nuxt/devtools-poc/commit/b56c86081fb500241a511c23d2569a33a49c2825)) ### [`v0.6.3`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#​063-httpsgithubcomnuxtdevtools-poccomparev062v063-2023-06-23) [Compare Source](https://togithub.com/nuxt/devtools/compare/v0.6.2...v0.6.3) ##### Bug Fixes - add button and font reset to floating panel ([f819b0c](https://togithub.com/nuxt/devtools-poc/commit/f819b0cdd6dc7378ed4ac0cea86b52b022be76d1)) - **ComponentGraph:** show global components in different color ([#​278](https://togithub.com/nuxt/devtools-poc/issues/278)) ([41a881d](https://togithub.com/nuxt/devtools-poc/commit/41a881de63a45f7a9ca66f4fef3cd78adb4251c8)) - **overview:** modules count ([#​284](https://togithub.com/nuxt/devtools-poc/issues/284)) ([2ef2664](https://togithub.com/nuxt/devtools-poc/commit/2ef26646d5226d49820983fdd96bedb887084b0f)) ##### Features - popup devtools as Picture-in-Picture ([#​282](https://togithub.com/nuxt/devtools-poc/issues/282)) ([a65f50e](https://togithub.com/nuxt/devtools-poc/commit/a65f50ee4a36182e05c32494d11c41716b23da96)) - **server-routes:** group routes by type ([#​256](https://togithub.com/nuxt/devtools-poc/issues/256)) ([6899cbb](https://togithub.com/nuxt/devtools-poc/commit/6899cbbd1839224c6ac7508208c0b5f81ddb076d)) - **server-routes:** read routes from nitro ([#​286](https://togithub.com/nuxt/devtools-poc/issues/286)) ([2cf46b0](https://togithub.com/nuxt/devtools-poc/commit/2cf46b066aaf835e0bc34ce975f1447a48274b68)) ### [`v0.6.2`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#​062-httpsgithubcomnuxtdevtools-poccomparev061v062-2023-06-21) [Compare Source](https://togithub.com/nuxt/devtools/compare/v0.6.1...v0.6.2) ##### Bug Fixes - anchor icon button style ([#​276](https://togithub.com/nuxt/devtools-poc/issues/276)) ([b0e31c7](https://togithub.com/nuxt/devtools-poc/commit/b0e31c72c12094b11ea3dd7d818106eb43309f6f)) - auto verify auth token ([62136a4](https://togithub.com/nuxt/devtools-poc/commit/62136a4b9868a0467a8d45ba926640efb6bc00d4)) - devtools close on outside click ([#​277](https://togithub.com/nuxt/devtools-poc/issues/277)) ([980ad3c](https://togithub.com/nuxt/devtools-poc/commit/980ad3caea003c4377869500a6568c713af7ba29)) - **terminals:** badge number ([#​279](https://togithub.com/nuxt/devtools-poc/issues/279)) ([7f922df](https://togithub.com/nuxt/devtools-poc/commit/7f922dfba6a92de85ea2be8909158712f31ce254)) ##### Features - allow manually enter the token ([fad945a](https://togithub.com/nuxt/devtools-poc/commit/fad945a894b5ffdb18af51d25a8d2d6fcd90bc1c))
nuxt/nuxt (@​nuxt/kit) ### [`v3.6.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.6.0...v3.6.1) > 3.6.1 is a bugfix/patch release with some significant patches merged since 3.6.0 #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.6.0...v3.6.1) ##### 🩹 Fixes - **nuxt:** Use esbuild/acorn instead of `typescript` dep ([#​21729](https://togithub.com/nuxt/nuxt/pull/21729)) - **nuxt:** Proxy headers to islands + returned prerender hints ([#​21740](https://togithub.com/nuxt/nuxt/pull/21740)) - **nuxt:** Respect `false` to disable spa loading template ([#​21739](https://togithub.com/nuxt/nuxt/pull/21739)) - **nuxt:** Remove `path` from SPA payload ([#​21732](https://togithub.com/nuxt/nuxt/pull/21732)) - **nuxt:** Only remove one item from middleware ([#​21730](https://togithub.com/nuxt/nuxt/pull/21730)) - **nuxt:** Escape colons in page paths ([#​21731](https://togithub.com/nuxt/nuxt/pull/21731)) - **nuxt:** Augment nitro config within server context as well ([#​21724](https://togithub.com/nuxt/nuxt/pull/21724)) - **nuxt:** Inline global css with `ssr: false` route rule ([#​21763](https://togithub.com/nuxt/nuxt/pull/21763)) - **vite:** Resolve css files without importer id first ([#​21770](https://togithub.com/nuxt/nuxt/pull/21770)) - **vite:** Emit assets referenced in inline css ([#​21790](https://togithub.com/nuxt/nuxt/pull/21790)) - **nuxt:** Support importing types from `#imports` ([#​21796](https://togithub.com/nuxt/nuxt/pull/21796)) - **nuxt:** Use starting index when transforming islands ([#​21795](https://togithub.com/nuxt/nuxt/pull/21795)) ##### 📖 Documentation - Add `defineNuxtRouteMiddleware` migration ([#​21718](https://togithub.com/nuxt/nuxt/pull/21718)) - Add a link to Docus layer nuxt config file ([#​21742](https://togithub.com/nuxt/nuxt/pull/21742)) - Remove outdated reference to stable version ([#​21785](https://togithub.com/nuxt/nuxt/pull/21785)) - Centre example loading spinner ([#​21792](https://togithub.com/nuxt/nuxt/pull/21792)) ##### ✅ Tests - Bump bundle size ([e69837d6a](https://togithub.com/nuxt/nuxt/commit/e69837d6a)) ##### ❤️ Contributors - Jenjen75 ([@​jenjen75](https://togithub.com/jenjen75)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Eddie ([@​Eddie344](https://togithub.com/Eddie344)) - Julien Le Coupanec ([@​LeCoupa](https://togithub.com/LeCoupa)) - Ryota Watanabe ([@​wattanx](https://togithub.com/wattanx)) ### [`v3.6.0`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.0) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.5.3...v3.6.0) > 3.6.0 is the next minor release, packed with improvements and bug fixes. ##### 📣 Upcoming news In the coming week you can expect two announcements: 1. The open-sourcing of `nuxt/cli` by [**@​pi0**](https://togithub.com/pi0) - a new, drop-in replacement for `nuxi` featuring more extensibility and better DX. We are aiming to release this alongside Nuxt 3.7, but you would be very welcome to test and contribute to `nuxi-ng` before then! 2. Three significant RFCs: **Nuxt Font**, **Nuxt Assets** and **Nuxt Scripts**. We're expecting an initial POC to take shape in the next month, and would very much appreciate community feedback on this. ##### 👀 Highlights This minor release contains quite a lot, and we have big plans #####  SPA loading indicator If your site is served with `ssr: false` or you have disabled server-rendering on some of your pages, you might be particularly interested in the new [built-in SPA loading indicator](https://togithub.com/nuxt/nuxt/pull/21640). You can now place an HTML file in `~/app/spa-loading-template.html` with some HTML you would like to use to render a loading screen that will be rendered until your app is hydrated on these pages. 👉 **By default an animated Nuxt icon is rendered**. You can completely disable this indicator by setting `spaLoadingTemplate: false` in your nuxt configuration file. ##### ⚡️ Performance improvements The first thing that happens when your app is hydrated is that your plugins run, and so we now perform [build-time optimisations on your plugins](https://togithub.com/nuxt/nuxt/pull/21611), meaning they do not need to be normalised or reordered at runtime. We also include your error component JS in your main entrypoint, meaning that if an error occurs when a user has no connectivity, you can still handle it with your `~/error.vue`. (This also should decrease your total bundle size.) 👉 Compared to Nuxt 3.5.3, the minimal client bundle has decreased by ~0.7kB. Let's keep this up! ##### 🔥 Fully static server components It has been possible to use server components on static pages, but until now they would increase the payload size of your application. That is no longer true. We now store [rendered server components as separate files, which are preloaded before navigation](https://togithub.com/nuxt/nuxt/pull/21461). 👉 **This does rely on the new, richer JSON payload format**, so make sure you have not disabled this by setting `experimental.renderJsonPayloads` to false. ##### 🎨 Better style inlining If you're monitoring your metrics closely and have not turned off `experimental.inlineSSRStyles`, you should see more CSS inlined in your page, and a significantly external CSS file. We're now [better at deduplicating global CSS](https://togithub.com/nuxt/nuxt/pull/21573), particularly added by libraries like tailwind or unocss. ##### 🎬 Animation controls To give you more fine-grained control over your page/layout components, for example to create custom transitions with GSAP or other libraries, we now allow you to set [`pageRef` on ``](https://togithub.com/nuxt/nuxt/pull/19403) and [`layoutRef` on `` ([#​21613](https://togithub.com/nuxt/nuxt/pull/21613)) - **nuxt:** Replace `:` in rendered server components (for win) ([#​21645](https://togithub.com/nuxt/nuxt/pull/21645)) - **cli:** Add back default `baseUrl` in `tsconfig.json` ([#​21632](https://togithub.com/nuxt/nuxt/pull/21632)) - **nuxt:** Post non-proxied cookie value via `BroadcastChannel` ([#​21653](https://togithub.com/nuxt/nuxt/pull/21653)) - **nuxt:** Stop indicator when not changing page component ([#​21656](https://togithub.com/nuxt/nuxt/pull/21656)) - **nuxt:** Scroll to top in nested routes ([#​21657](https://togithub.com/nuxt/nuxt/pull/21657)) - **nuxt:** Inline css directly in root component ([#​21573](https://togithub.com/nuxt/nuxt/pull/21573)) - **nuxt:** Move to `@typescript-eslint/typescript-estree` ([#​21664](https://togithub.com/nuxt/nuxt/pull/21664)) - **nuxt:** Guard `res.end()` calls with check if event is handled ([#​21665](https://togithub.com/nuxt/nuxt/pull/21665)) - **nuxt:** Do not embed error path in payload ([#​21671](https://togithub.com/nuxt/nuxt/pull/21671)) - **nuxt:** Use static nitro build if possible ([#​21655](https://togithub.com/nuxt/nuxt/pull/21655)) - **nuxt:** Add aliases and augmentations for nitro context ([#​21680](https://togithub.com/nuxt/nuxt/pull/21680)) - **nuxt,schema:** Prefer unknown rather than any for signatures ([#​21700](https://togithub.com/nuxt/nuxt/pull/21700)) - **schema:** Change `redirect` type for `NuxtPage` type ([#​21713](https://togithub.com/nuxt/nuxt/pull/21713)) - **nuxt:** Fix error on layout switching ([#​21450](https://togithub.com/nuxt/nuxt/pull/21450)) ##### 📖 Documentation - Add info about vue configuration ([#​21303](https://togithub.com/nuxt/nuxt/pull/21303)) - Include example for server utilities ([#​21337](https://togithub.com/nuxt/nuxt/pull/21337)) - Improved recommended gitignore list ([#​21451](https://togithub.com/nuxt/nuxt/pull/21451)) - Add info about merging strategy in app config ([#​21462](https://togithub.com/nuxt/nuxt/pull/21462)) - Avoid using `render` when defining `rendering` ([#​21490](https://togithub.com/nuxt/nuxt/pull/21490)) - Remove example of deprecated reactivity transform ([#​21396](https://togithub.com/nuxt/nuxt/pull/21396)) - Fix `addTypeTemplate` typos ([#​21520](https://togithub.com/nuxt/nuxt/pull/21520)) - Add warning about redirect check ([#​20680](https://togithub.com/nuxt/nuxt/pull/20680)) - Remove link to closed RFC ([#​21564](https://togithub.com/nuxt/nuxt/pull/21564)) - Info icon fix on "Standalone server" section ([#​21589](https://togithub.com/nuxt/nuxt/pull/21589)) - Add note to use `nuxt` with bridge if `nitro` is false ([#​21586](https://togithub.com/nuxt/nuxt/pull/21586)) - Add styling section ([#​21525](https://togithub.com/nuxt/nuxt/pull/21525)) - Add full stop ([#​21614](https://togithub.com/nuxt/nuxt/pull/21614)) - Reorder sfc blocks and add initial slash in link ([#​21618](https://togithub.com/nuxt/nuxt/pull/21618)) - Add info on extending the HTML template ([#​21615](https://togithub.com/nuxt/nuxt/pull/21615)) - Document `parallel` option on plugins ([#​21622](https://togithub.com/nuxt/nuxt/pull/21622)) - Americanize spelling + fix typos ([#​21627](https://togithub.com/nuxt/nuxt/pull/21627)) - Remove `examples/` from repository ([#​21538](https://togithub.com/nuxt/nuxt/pull/21538)) - **examples:** Add bullet points ([9df892a17](https://togithub.com/nuxt/nuxt/commit/9df892a17)) - Add experimental features page ([#​21617](https://togithub.com/nuxt/nuxt/pull/21617)) - Fix typo in experimental features ([#​21663](https://togithub.com/nuxt/nuxt/pull/21663)) - Update specified Nuxt 2 version in migration guide ([#​21699](https://togithub.com/nuxt/nuxt/pull/21699)) - Added `@latest` to install commands ([#​21702](https://togithub.com/nuxt/nuxt/pull/21702)) ##### 🏡 Chore - Add `vitest` renovate group ([7695aca93](https://togithub.com/nuxt/nuxt/commit/7695aca93)) - Add full version for `octokit/request-action` ([dd5955caf](https://togithub.com/nuxt/nuxt/commit/dd5955caf)) - Widen peer deps in renovate updates ([b0ba4b864](https://togithub.com/nuxt/nuxt/commit/b0ba4b864)) - Bump bundle size 🤔 ([ce4f46385](https://togithub.com/nuxt/nuxt/commit/ce4f46385)) - Ignore `webpack-dev-middleware` updates on 2.x branch ([7f7ae96d1](https://togithub.com/nuxt/nuxt/commit/7f7ae96d1)) - Ignore vercel/netlify build directories ([5d4b71426](https://togithub.com/nuxt/nuxt/commit/5d4b71426)) ##### ✅ Tests - Update bundle size ([08df73801](https://togithub.com/nuxt/nuxt/commit/08df73801)) - Skip instance error test in vite ecosystem CI ([f97052cba](https://togithub.com/nuxt/nuxt/commit/f97052cba)) ##### 🤖 CI - Move bundle skipping logic to workflow ([#​21448](https://togithub.com/nuxt/nuxt/pull/21448)) - Build project before calculating bundle size ([ce096da96](https://togithub.com/nuxt/nuxt/commit/ce096da96)) ##### ❤️ Contributors - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Portnoy Vladislav ([@​silencerspirit](https://togithub.com/silencerspirit)) - Roman Vašek ([@​Droutin](https://togithub.com/Droutin)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - C-schwan ([@​c-schwan](https://togithub.com/c-schwan)) - Vasily Kuzin ([@​ExEr7um](https://togithub.com/ExEr7um)) - Hebilicious ([@​Hebilicious](https://togithub.com/Hebilicious)) - Israel Ortuño ([@​IsraelOrtuno](https://togithub.com/IsraelOrtuno)) - Sébastien Chopin ([@​Atinux](https://togithub.com/Atinux)) - Lehoczky Zoltán ([@​Lehoczky](https://togithub.com/Lehoczky)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Nozomu Ikuta ([@​NozomuIkuta](https://togithub.com/NozomuIkuta)) - Bruno Braga ([@​brunobragaw8t](https://togithub.com/brunobragaw8t)) - Inesh Bose ([@​ineshbose](https://togithub.com/ineshbose)) - Quentin ([@​quentint](https://togithub.com/quentint)) - Wattanx ([@​wattanx](https://togithub.com/wattanx)) - Zaid Kureshi ([@​imzedi](https://togithub.com/imzedi)) - Rodrigo Pimentel ([@​RodrigoProjects](https://togithub.com/RodrigoProjects)) - Nicolas Payot ([@​nicolaspayot](https://togithub.com/nicolaspayot)) - David De Sloovere ([@​DavidDeSloovere](https://togithub.com/DavidDeSloovere)) - Miachel Brevard ([@​GalacticHypernova](https://togithub.com/GalacticHypernova)) - Edward Hibbert ([@​edwh](https://togithub.com/edwh)) - Žan Fras ([@​frasza](https://togithub.com/frasza)) - Jongmin Yoon ([@​jongmin4943](https://togithub.com/jongmin4943)) - Léonce Aklin ([@​leonceaklin](https://togithub.com/leonceaklin)) - Wilson Pinto ([@​wilsonpinto](https://togithub.com/wilsonpinto)) - Albaraa Hasan ([@​Null78](https://togithub.com/Null78)) - Pooya Parsa ([@​pi0](https://togithub.com/pi0)) - Markus ([@​MSchutt](https://togithub.com/MSchutt)) - John Jenkins ([@​johnjenkins](https://togithub.com/johnjenkins)) - Asher White ([@​AWBroch](https://togithub.com/AWBroch)) - Harlan Wilton ([@​harlan-zw](https://togithub.com/harlan-zw)) - Alexander B ([@​xanderbarkhatov](https://togithub.com/xanderbarkhatov))
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)
vuejs/language-tools (vue-tsc) ### [`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)) ***

Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective

### [`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)) ### [`v1.8.1`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​181-2023620) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.0...v1.8.1) - fix(language-server): 3 consecutive directories with the same name cause infinite recursion ([#​3282](https://togithub.com/vuejs/language-tools/issues/3282)) - thanks [@​FelipeAzambuja](https://togithub.com/FelipeAzambuja) - fix(language-server): diagnostics were not properly refreshed when creating files - fix(monaco): unrecognized relative path file - types: simplify `__VLS_IsAny` - thanks [@​so1ve](https://togithub.com/so1ve) - perf(ts-plugin): work without overriding language service instance to reduce half of memory usage ([#​3221](https://togithub.com/vuejs/language-tools/issues/3221))

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.

what-the-diff[bot] commented 1 year ago

PR Summary

The PR makes sure to keep all our dependencies updated, ensuring the overall product quality, functionality and security are enhanced.