nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3k stars 605 forks source link

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

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxthq/studio (source) ^2.0.1 -> ^2.0.2 age adoption passing confidence
shiki (source) ^1.9.0 -> ^1.9.1 age adoption passing confidence
vue-tsc (source) 2.0.19 -> 2.0.22 age adoption passing confidence

Release Notes

nuxtlabs/studio-module (@​nuxthq/studio) ### [`v2.0.2`](https://togithub.com/nuxtlabs/studio-module/releases/tag/v2.0.2) [Compare Source](https://togithub.com/nuxtlabs/studio-module/compare/v2.0.1...v2.0.2) - feat(preview): handle `app.config.ts` sync with nuxt4 tree structure ([#​177](https://togithub.com/nuxtlabs/studio-module/issues/177)) ([`87cfcbc`](https://togithub.com/nuxtlabs/studio-module/commit/87cfcbc))
shikijs/shiki (shiki) ### [`v1.9.1`](https://togithub.com/shikijs/shiki/releases/tag/v1.9.1) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.9.0...v1.9.1) #####    🚀 Features - Remove notation escape  -  by [@​sor4chi](https://togithub.com/sor4chi) in [https://github.com/shikijs/shiki/issues/709](https://togithub.com/shikijs/shiki/issues/709) [(dbc1f)](https://togithub.com/shikijs/shiki/commit/dbc1fa1d) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.9.0...v1.9.1)
vuejs/language-tools (vue-tsc) ### [`v2.0.22`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2022-2024-06-22) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.21...v2.0.22) ##### Bug Fixes - **vscode:** directive syntax highlighting ([#​4482](https://togithub.com/vuejs/language-tools/issues/4482)) - Thanks [@​KermanX](https://togithub.com/KermanX) - **language-core:** move declare defineProp out of function scope ([#​4454](https://togithub.com/vuejs/language-tools/issues/4454)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - **language-core:** compatible with TS 5.5 ([#​4492](https://togithub.com/vuejs/language-tools/issues/4492)) ##### Other Changes - Upgrade Volar from `v2.3.0-alpha.14` to `v2.3.1`. - Error tolerant to `contentChanges` length ([#​4457](https://togithub.com/vuejs/language-tools/issues/4457)) - Add feature request template ([#​4490](https://togithub.com/vuejs/language-tools/issues/4490)) - Thanks [@​so1ve](https://togithub.com/so1ve) - **docs:** fix wrong links in CHANGELOG.md ([#​4475](https://togithub.com/vuejs/language-tools/issues/4475)) - Thanks [@​KermanX](https://togithub.com/KermanX) ### [`v2.0.21`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2021-2024-06-08) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.20...v2.0.21) ##### Bug Fixes - fix(typescript-plugin): TS plugin cause type checking broken in .ts files ([#​4453](https://togithub.com/vuejs/language-tools/issues/4453)) ### [`v2.0.20`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2020-2024-06-08) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.19...v2.0.20) ##### Features - feat(language-service): add localization support for zh-hk/zh-tw - feat(vscode): enable syntax highlighting of cue code blocks in MDX ([#​4425](https://togithub.com/vuejs/language-tools/issues/4425)) - Thanks [@​remcohaszing](https://togithub.com/remcohaszing) ##### Bug Fixes - fix(vscode): fix "as"/"instanceof" expressions syntax highlight ([#​4412](https://togithub.com/vuejs/language-tools/issues/4412)) - fix(language-core): `ForIteratorExpression`'s `returns` property may be undefined ([#​4418](https://togithub.com/vuejs/language-tools/issues/4418)) - Thanks [@​so1ve](https://togithub.com/so1ve) - fix(language-core): use defineEmits calls instead of type infer ([#​4430](https://togithub.com/vuejs/language-tools/issues/4430)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - fix(tsc): log catched errors to console ([#​4451](https://togithub.com/vuejs/language-tools/issues/4451)) - Thanks [@​mik3ybark3r](https://togithub.com/mik3ybark3r) - fix(typescript-plugin): TS not working in template when tsconfig missing ([#​4452](https://togithub.com/vuejs/language-tools/issues/4452)) - fix(language-core): use type infer instead of await import ([#​4436](https://togithub.com/vuejs/language-tools/issues/4436)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - feat(language-core): ignore type error for new functional component ([#​4445](https://togithub.com/vuejs/language-tools/issues/4445)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - fix(language-core): ignore type error for possible component name ([#​4446](https://togithub.com/vuejs/language-tools/issues/4446)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - fix(language-service): filter internal props in template completion - fix(language-service): sort component props in template completion - fix(language-core): duplicate completion appears at the beginning of script setup block ##### Other Changes - Upgrade Volar from `v2.2.4` to `v2.3.0-alpha.14`. - LSP server performance improved - Language server now responds with the exact server capabilities for initialization requests - Auto insertion requests can now exit early in the language client - The following extensions have been added to Hybrid Mode’s compatibility whitelist: - `kimuson.ts-type-expand` - Thanks [@​zcf0508](https://togithub.com/zcf0508)

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.

cloudflare-pages[bot] commented 1 week ago

Deploying nuxt-content with  Cloudflare Pages  Cloudflare Pages

Latest commit: 91ecea3
Status: ✅  Deploy successful!
Preview URL: https://d7fa59c1.nuxt-content-1il.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-content-1il.pages.dev

View logs