unjs / undocs

Minimal Documentation theme and CLI for shared usage across UnJS projects.
https://undocs.pages.dev/
MIT License
143 stars 12 forks source link

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

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/fonts ^0.3.0 -> ^0.5.1 age adoption passing confidence
@types/node (source) ^20.11.28 -> ^20.11.30 age adoption passing confidence
nuxi ^3.10.1 -> ^3.11.1 age adoption passing confidence
nuxt (source) ^3.11.0 -> ^3.11.1 age adoption passing confidence
typescript (source) ^5.4.2 -> ^5.4.3 age adoption passing confidence
vue-tsc (source) ^2.0.6 -> ^2.0.7 age adoption passing confidence

Release Notes

nuxt/fonts (@​nuxt/fonts) ### [`v0.5.1`](https://togithub.com/nuxt/fonts/blob/HEAD/CHANGELOG.md#v051) [Compare Source](https://togithub.com/nuxt/fonts/compare/v0.5.0...v0.5.1) [compare changes](https://togithub.com/nuxt/fonts/compare/v0.5.0...v0.5.1) ##### 🩹 Fixes - Invalidate cache on new package releases ([ee9678a](https://togithub.com/nuxt/fonts/commit/ee9678a)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) ### [`v0.5.0`](https://togithub.com/nuxt/fonts/blob/HEAD/CHANGELOG.md#v050) [Compare Source](https://togithub.com/nuxt/fonts/compare/v0.4.0...v0.5.0) [compare changes](https://togithub.com/nuxt/fonts/compare/v0.4.0...v0.5.0) ##### 🚀 Enhancements - **fontsource:** Support subsets ([#​84](https://togithub.com/nuxt/fonts/pull/84)) ##### 🩹 Fixes - Inherit css preload data when chunks are bundled up ([c11b257](https://togithub.com/nuxt/fonts/commit/c11b257)) - Continue if font family doesn't match in `getFontDetails` ([#​88](https://togithub.com/nuxt/fonts/pull/88)) - Handle numbers in font family names ([d3d3de6](https://togithub.com/nuxt/fonts/commit/d3d3de6)) - Handle escape characters in font family names ([777cb0f](https://togithub.com/nuxt/fonts/commit/777cb0f)) ##### 💅 Refactors - Share storage instance between meta/assets ([d5b8184](https://togithub.com/nuxt/fonts/commit/d5b8184)) - Separate type import ([593117b](https://togithub.com/nuxt/fonts/commit/593117b)) ##### 🏡 Chore - Dedupe dependencies ([4793b4c](https://togithub.com/nuxt/fonts/commit/4793b4c)) ##### ✅ Tests - Clear font cache before running tests ([ff64cff](https://togithub.com/nuxt/fonts/commit/ff64cff)) - Add snapshots for adobe provider ([c1dc27e](https://togithub.com/nuxt/fonts/commit/c1dc27e)) - Single adobe playground page ([76d7b8a](https://togithub.com/nuxt/fonts/commit/76d7b8a)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) - Tom Tang ([@​qwerzl](http://github.com/qwerzl)) ### [`v0.4.0`](https://togithub.com/nuxt/fonts/blob/HEAD/CHANGELOG.md#v040) [Compare Source](https://togithub.com/nuxt/fonts/compare/v0.3.0...v0.4.0) [compare changes](https://togithub.com/nuxt/fonts/compare/v0.3.0...v0.4.0) ##### 🚀 Enhancements - Fontsource provider ([#​78](https://togithub.com/nuxt/fonts/pull/78)) - Support system proxy when fetching fonts/metadata ([#​82](https://togithub.com/nuxt/fonts/pull/82)) ##### 🩹 Fixes - Match font weights & styles when adding local fallbacks ([#​71](https://togithub.com/nuxt/fonts/pull/71)) ##### 📖 Documentation - Add adobe to list in readme ([9b0770d](https://togithub.com/nuxt/fonts/commit/9b0770d)) ##### 🏡 Chore - **release:** V0.3.0 ([0fda07a](https://togithub.com/nuxt/fonts/commit/0fda07a)) - Fix lockfile ([6c3eff0](https://togithub.com/nuxt/fonts/commit/6c3eff0)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) - Tom Tang ([@​qwerzl](http://github.com/qwerzl))
nuxt/cli (nuxi) ### [`v3.11.1`](https://togithub.com/nuxt/cli/blob/HEAD/CHANGELOG.md#v3111) [Compare Source](https://togithub.com/nuxt/cli/compare/v3.11.0...v3.11.1) [compare changes](https://togithub.com/nuxt/cli/compare/v3.11.0...v3.11.1) ##### 🩹 Fixes - **dev:** Prepend `baseURL` for vite hmr ws upgrade ([#​370](https://togithub.com/nuxt/cli/pull/370)) ##### 🏡 Chore - Update lockfile ([ec0bc08](https://togithub.com/nuxt/cli/commit/ec0bc08)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Anthony Fu ### [`v3.11.0`](https://togithub.com/nuxt/cli/blob/HEAD/CHANGELOG.md#v3110) [Compare Source](https://togithub.com/nuxt/cli/compare/v3.10.1...v3.11.0) [compare changes](https://togithub.com/nuxt/cli/compare/v3.10.1...v3.11.0) ##### 🚀 Enhancements - **dev:** Support experimental runtime websocket ([#​348](https://togithub.com/nuxt/cli/pull/348)) - Support module aliases and validate cwd and pkg ([#​362](https://togithub.com/nuxt/cli/pull/362)) - **module search:** Add stats to module search results ([#​221](https://togithub.com/nuxt/cli/pull/221)) ##### 🩹 Fixes - **typecheck:** Use resolve `vue-tsc` and `typescript` path ([#​264](https://togithub.com/nuxt/cli/pull/264)) ##### 💅 Refactors - **module:** Improve messages ([#​355](https://togithub.com/nuxt/cli/pull/355)) - **pkg:** Update node engine ([#​356](https://togithub.com/nuxt/cli/pull/356)) - Migrate to `cwd` from `rootDir` ([#​350](https://togithub.com/nuxt/cli/pull/350)) - **add:** Strip `.ts` and `.vue` extension from name ([#​345](https://togithub.com/nuxt/cli/pull/345)) ##### 📖 Documentation - Update commands link ([54726df](https://togithub.com/nuxt/cli/commit/54726df)) ##### 🏡 Chore - **release:** V3.10.1 ([5de9b7c](https://togithub.com/nuxt/cli/commit/5de9b7c)) - Correct grammar ([2f9762a](https://togithub.com/nuxt/cli/commit/2f9762a)) - Update lockfile ([ea58b08](https://togithub.com/nuxt/cli/commit/ea58b08)) ##### ❤️ Contributors - Jonas Thelemann - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Gangan ([@​shinGangan](http://github.com/shinGangan)) - Richard Rohrig ([@​rohrig](http://github.com/rohrig)) - Ethan ([@​yuusheng](http://github.com/yuusheng)) - Sébastien Chopin ([@​Atinux](http://github.com/Atinux)) - Damian Głowala ([@​DamianGlowala](http://github.com/DamianGlowala))
nuxt/nuxt (nuxt) ### [`v3.11.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.11.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.11.0...v3.11.1) > 3.11.1 is a patch release addressing regressions in v3.11.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.11.0...v3.11.1) ##### 🩹 Fixes - **nuxt:** Ignore console.logs called outside event context ([b3ced3d69](https://togithub.com/nuxt/nuxt/commit/b3ced3d69)) - **schema:** Include `ofetch` in `typescript.hoist` defaults ([#​26316](https://togithub.com/nuxt/nuxt/pull/26316)) - **nuxt:** Conditionally use `tsx` parser ([#​26314](https://togithub.com/nuxt/nuxt/pull/26314)) - **nuxt:** Correct `finish` types and add to docs ([0d9c63b82](https://togithub.com/nuxt/nuxt/commit/0d9c63b82)) - **nuxt:** Ignore failures to access asyncContext in environments without it ([523db1a19](https://togithub.com/nuxt/nuxt/commit/523db1a19)) - **nuxt:** Handle failure creating BroadcastChannel ([#​26340](https://togithub.com/nuxt/nuxt/pull/26340)) - **nuxt:** Don't warn when injecting client-only components ([#​26341](https://togithub.com/nuxt/nuxt/pull/26341)) - **nuxt:** Prevent losing pages routes on prerender ([#​26354](https://togithub.com/nuxt/nuxt/pull/26354)) - **nuxt:** Pass `undefined` name when resolving trailing slash ([#​26358](https://togithub.com/nuxt/nuxt/pull/26358)) - **vite:** Use ssr result if it exists ([#​26356](https://togithub.com/nuxt/nuxt/pull/26356)) ##### 📖 Documentation - Fix code block formatting for `usePreviewMode` ([#​26303](https://togithub.com/nuxt/nuxt/pull/26303)) - Fix confusing wording ([#​26301](https://togithub.com/nuxt/nuxt/pull/26301)) - Add note that `useId` must be used with single root element ([401370b3a](https://togithub.com/nuxt/nuxt/commit/401370b3a)) - Mention `` component in api section ([#​26029](https://togithub.com/nuxt/nuxt/pull/26029)) - Note that `@nuxt/schema` should be used by module authors ([#​26190](https://togithub.com/nuxt/nuxt/pull/26190)) - Add `routeNameSplitter` example in migration docs ([#​25838](https://togithub.com/nuxt/nuxt/pull/25838)) ##### 🏡 Chore - **nuxt:** Remove unused code ([#​26319](https://togithub.com/nuxt/nuxt/pull/26319)) - Revert update github/codeql-action action ([c72951b06](https://togithub.com/nuxt/nuxt/commit/c72951b06)) ##### 🤖 CI - Configure npm registry in release workflow ([68f7d4df8](https://togithub.com/nuxt/nuxt/commit/68f7d4df8)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - zunderbolt ([@​zunderbolt](https://togithub.com/zunderbolt)) - Serge Doda ([@​bargel](https://togithub.com/bargel)) - Volker Rose ([@​riddla](https://togithub.com/riddla)) - Turdalin Nurassyl ([@​trdln](https://togithub.com/trdln)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Joaquín Sánchez ([@​userquin](https://togithub.com/userquin)) - Tanvir Rahman ([@​Tanvir-rahman](https://togithub.com/Tanvir-rahman)) - Florian Lefebvre ([@​florian-lefebvre](https://togithub.com/florian-lefebvre))
Microsoft/TypeScript (typescript) ### [`v5.4.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.3): TypeScript 5.4.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
vuejs/language-tools (vue-tsc) ### [`v2.0.7`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#207-2024320) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.6...v2.0.7) > \[!NOTE] > Hybrid Mode is now disabled by default, you need to enable `vue.server.hybridMode` in settings to enable it explicitly. ##### Features - **language-server:** reintroducing full TS support and disable Hybrid Mode by default ([#​4119](https://togithub.com/vuejs/language-tools/issues/4119)) - **vscode:** check outdated `@vue/language-plugin-pug` in doctor - **vscode:** significantly reduces the status bar space occupied ##### Bug Fixes - **vscode:** vueCompilerOptions no longer prompts for deprecated options - **component-meta:** `defineSlots` allows empty params ([#​4093](https://togithub.com/vuejs/language-tools/issues/4093)) - thanks [@​Evertvdw](https://togithub.com/Evertvdw) - **typescript-plugin:** fault tolerance for named pipe servers json file ([#​4075](https://togithub.com/vuejs/language-tools/issues/4075)) - thanks [@​Simon-He95](https://togithub.com/Simon-He95) - **language-core:** generate `defineModel` emits type on-demand ([#​4052](https://togithub.com/vuejs/language-tools/issues/4052)) - thanks [@​so1ve](https://togithub.com/so1ve) - **language-core:** special treatment for number elements inside `v-for` ([#​3859](https://togithub.com/vuejs/language-tools/issues/3859)) - thanks [@​so1ve](https://togithub.com/so1ve) - **language-plugin-pug:** semantic tokens mapping failed ([#​4070](https://togithub.com/vuejs/language-tools/issues/4070)) ##### Other Changes - **language-service** update neovim lsp set up info ([#​4085](https://togithub.com/vuejs/language-tools/issues/4085)) - thanks [@​CofCat456](https://togithub.com/CofCat456) - **lint:** add `tsl` linter and auto fix workflow ([#​4100](https://togithub.com/vuejs/language-tools/issues/4100)) - **vscode:** remove embedded language IDs ([#​4081](https://togithub.com/vuejs/language-tools/issues/4081)) - thanks [@​remcohaszing](https://togithub.com/remcohaszing)

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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.

cloudflare-pages[bot] commented 3 months ago

Deploying undocs with  Cloudflare Pages  Cloudflare Pages

Latest commit: b33fe00
Status: ✅  Deploy successful!
Preview URL: https://0206eae8.undocs.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.undocs.pages.dev

View logs