nuxt / content

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

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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/simple-icons ^1.1.107 -> ^1.1.108 age adoption passing confidence
@nuxt/devtools (source) ^1.3.7 -> ^1.3.9 age adoption passing confidence
@nuxtjs/mdc ^0.8.2 -> ^0.8.3 age adoption passing confidence
release-it ^17.4.0 -> ^17.4.1 age adoption passing confidence
shiki (source) ^1.10.0 -> ^1.10.1 age adoption passing confidence
vue-tsc (source) 2.0.24 -> 2.0.26 age adoption passing confidence
ws ^8.17.1 -> ^8.18.0 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools) ### [`v1.3.9`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#139-2024-07-02) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.3.8...v1.3.9) ##### Bug Fixes - capture for circular reference in state editor ([841fd76](https://togithub.com/nuxt/devtools/commit/841fd76002b3eb82871659ab57fe5ace66cd64d8)) - introduce `client.revision` to trigger state editor update ([418a22e](https://togithub.com/nuxt/devtools/commit/418a22ed624584a25eab2ed4880147e6d572eb32)) - **modules:** update compatibility check for Nuxt 3 and 4 ([#​689](https://togithub.com/nuxt/devtools/issues/689)) ([2354da7](https://togithub.com/nuxt/devtools/commit/2354da79b77741893d1e35270d7406ae76cc75c7)) - use `ofetch` for `fast-npm-meta` ([4188f8d](https://togithub.com/nuxt/devtools/commit/4188f8d3a2323873ef760aa2fe5b7b5faca22959)) ### [`v1.3.8`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#138-2024-07-02) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.3.7...v1.3.8) ##### Performance Improvements - avoid deps on `npm-registry-fetch`, save install size ([3d74691](https://togithub.com/nuxt/devtools/commit/3d74691d4daae3ef1fba14cff01b160c1409ebd3))
nuxt-modules/mdc (@​nuxtjs/mdc) ### [`v0.8.3`](https://togithub.com/nuxt-modules/mdc/blob/HEAD/CHANGELOG.md#v083) [Compare Source](https://togithub.com/nuxt-modules/mdc/compare/v0.8.2...v0.8.3) [compare changes](https://togithub.com/nuxt-modules/mdc/compare/v0.8.2...v0.8.3) ##### 🚀 Enhancements - Upgrade shiki, support custom embedded languages `ts-type` and `vue-html` ([#​232](https://togithub.com/nuxt-modules/mdc/pull/232)) ##### 🩹 Fixes - `defineConfig` should be side-effect free ([#​235](https://togithub.com/nuxt-modules/mdc/pull/235)) - **build:** Change default exports to `module.d.ts` ([c8b12d5](https://togithub.com/nuxt-modules/mdc/commit/c8b12d5)) ##### 🏡 Chore - Upgrade deps ([5ef4d87](https://togithub.com/nuxt-modules/mdc/commit/5ef4d87)) - Update lockfile ([dc4cf01](https://togithub.com/nuxt-modules/mdc/commit/dc4cf01)) ##### 🤖 CI - Update edge job ([b3c0f28](https://togithub.com/nuxt-modules/mdc/commit/b3c0f28)) ##### ❤️ Contributors - Farnabaz - Anthony Fu
release-it/release-it (release-it) ### [`v17.4.1`](https://togithub.com/release-it/release-it/releases/tag/17.4.1) [Compare Source](https://togithub.com/release-it/release-it/compare/17.4.0...17.4.1) - Update more dependencies ([`dd81abe`](https://togithub.com/release-it/release-it/commit/dd81abe)) - Update lockfile ([`b4ed4ce`](https://togithub.com/release-it/release-it/commit/b4ed4ce)) - Format readme ([`ce47cee`](https://togithub.com/release-it/release-it/commit/ce47cee)) - chore: drop dependency on promise.allsettled ([#​1120](https://togithub.com/release-it/release-it/issues/1120)) ([`9ac3518`](https://togithub.com/release-it/release-it/commit/9ac3518)) - fix: ship & export types ([#​1121](https://togithub.com/release-it/release-it/issues/1121)) ([`320b88f`](https://togithub.com/release-it/release-it/commit/320b88f)) - Update docs ([`5672a8d`](https://togithub.com/release-it/release-it/commit/5672a8d))
shikijs/shiki (shiki) ### [`v1.10.1`](https://togithub.com/shikijs/shiki/releases/tag/v1.10.1) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.10.0...v1.10.1) #####    🐞 Bug Fixes - **rehype**: Default export use shared highlighter instance, fix [#​714](https://togithub.com/shikijs/shiki/issues/714)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/shikijs/shiki/issues/714](https://togithub.com/shikijs/shiki/issues/714) [(c4f03)](https://togithub.com/shikijs/shiki/commit/c4f030d7) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.10.0...v1.10.1)
vuejs/language-tools (vue-tsc) ### [`v2.0.26`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2026-supofficialsup-2027-supinsiderssup-2024-07-04) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.24...v2.0.26) ##### Features - **language-service:** Support auto-complete for more preprocessing languages. - **language-core:** Improve type compatibility with Vue 3.5. ([#​4474](https://togithub.com/vuejs/language-tools/issues/4474)) - Thanks, [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj). ##### Bug Fixes - **vscode:** Fix insider version display condition. Insiders - **language-service:** Fix `vue-twoslash-queries` not working in LSP mode. - **language-service:** Add null handling for script tag completion items. ([#​4520](https://togithub.com/vuejs/language-tools/issues/4520)) - **language-core:** Fix `any` in templates if the first checked file was not root. ([#​4526](https://togithub.com/vuejs/language-tools/issues/4526)) - Thanks, [@​daniluk4000](https://togithub.com/daniluk4000). ##### Other Changes - Upgraded Volar from `v2.4.0-alpha.2` to `v2.4.0-alpha.14`: - Fixed an issue where, when Hybrid Mode is disabled, TS support for Vue files not included in tsconfig may be missing. - Improved the consistency of `vue-tsc` and `tsc` behavior. ([#​3526](https://togithub.com/vuejs/language-tools/issues/3526)) - Fixed the `--clean` flag support for `vue-tsc`. - Updated the high-level overview mermaid diagram. - Added 'expected' and 'actually happening' sections to the bug report template. ([#​4515](https://togithub.com/vuejs/language-tools/issues/4515)) - Thanks, [@​davidmatter](https://togithub.com/davidmatter).
websockets/ws (ws) ### [`v8.18.0`](https://togithub.com/websockets/ws/releases/tag/8.18.0) [Compare Source](https://togithub.com/websockets/ws/compare/8.17.1...8.18.0) ### Features - Added support for `Blob` ([#​2229](https://togithub.com/websockets/ws/issues/2229)).

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-workers-and-pages[bot] commented 2 months ago

Deploying nuxt-content with  Cloudflare Pages  Cloudflare Pages

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

View logs