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 #2526

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
h3 ^1.10.0 -> ^1.10.1 age adoption passing confidence
husky ^9.0.5 -> ^9.0.6 age adoption passing confidence
shikiji (source) ^0.10.0 -> ^0.10.1 age adoption passing confidence

Release Notes

unjs/h3 (h3) ### [`v1.10.1`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v1101) [Compare Source](https://togithub.com/unjs/h3/compare/v1.10.0...v1.10.1) [compare changes](https://togithub.com/unjs/h3/compare/v1.10.0...v1.10.1) ##### 🩹 Fixes - **setResponseHeaders:** Fix types to allow partial header names ([#​607](https://togithub.com/unjs/h3/pull/607)) - **setCookie:** Allow cookies with the same name but different options ([#​606](https://togithub.com/unjs/h3/pull/606)) - **getRequestWebStream:** Reuse buffered body if available ([#​616](https://togithub.com/unjs/h3/pull/616)) - **getSession:** Use semaphore lock for unseal operation ([#​612](https://togithub.com/unjs/h3/pull/612)) - **getRequestIP:** Use first address of `x-forwarded-for` header ([#​618](https://togithub.com/unjs/h3/pull/618)) - Avoid setting default `content-type` for responses with 304 status ([#​641](https://togithub.com/unjs/h3/pull/641)) ##### 💅 Refactors - Use `H3Event.node.res` for internal types ([#​626](https://togithub.com/unjs/h3/pull/626)) ##### 📖 Documentation - Fix `getRequestHeaders` signuture ([#​613](https://togithub.com/unjs/h3/pull/613)) - Fix typo in examples ([#​631](https://togithub.com/unjs/h3/pull/631)) ##### 🏡 Chore - **release:** V1.10.0 ([ae91fc8](https://togithub.com/unjs/h3/commit/ae91fc8)) - Update lockfile ([1f9393d](https://togithub.com/unjs/h3/commit/1f9393d)) - Rename vitest config file to supress warn ([8345c1f](https://togithub.com/unjs/h3/commit/8345c1f)) - Update lockfile ([87119a1](https://togithub.com/unjs/h3/commit/87119a1)) ##### ✅ Tests - Add basic tests for session ([22807f2](https://togithub.com/unjs/h3/commit/22807f2)) - Update session test ([ba275c3](https://togithub.com/unjs/h3/commit/ba275c3)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Estéban ([@​Barbapapazes](http://github.com/Barbapapazes)) - Michael Brevard - Jaden - Oscar Beaumont ([@​oscartbeaumont](http://github.com/oscartbeaumont)) - Kamil Kuczmera - Jonas Thelemann
typicode/husky (husky) ### [`v9.0.6`](https://togithub.com/typicode/husky/releases/tag/v9.0.6) [Compare Source](https://togithub.com/typicode/husky/compare/v9.0.5...v9.0.6) - docs: add favicon by [@​rakleed](https://togithub.com/rakleed) in [https://github.com/typicode/husky/pull/1354](https://togithub.com/typicode/husky/pull/1354) - chore: apply editorconfig to code only by [@​typicode](https://togithub.com/typicode) in [https://github.com/typicode/husky/pull/1355](https://togithub.com/typicode/husky/pull/1355) - docs: update install script to mjs and fix CI checks by [@​starnayuta](https://togithub.com/starnayuta) in [https://github.com/typicode/husky/pull/1357](https://togithub.com/typicode/husky/pull/1357) - Fix unbound variable by [@​typicode](https://togithub.com/typicode) in [https://github.com/typicode/husky/pull/1359](https://togithub.com/typicode/husky/pull/1359)
antfu/shikiji (shikiji) ### [`v0.10.1`](https://togithub.com/antfu/shikiji/releases/tag/v0.10.1) [Compare Source](https://togithub.com/antfu/shikiji/compare/v0.10.0...v0.10.1) #####    🚀 Features - Add a special `none` theme  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/115](https://togithub.com/antfu/shikiji/issues/115) [(32f8a)](https://togithub.com/antfu/shikiji/commit/32f8a6f) - **rehype-shikiji**: Support metastring from node.properties  -  by [@​zce](https://togithub.com/zce), **Anthony Fu** and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/114](https://togithub.com/antfu/shikiji/issues/114) [(3b0cb)](https://togithub.com/antfu/shikiji/commit/3b0cb7b) #####    🐞 Bug Fixes - **rehype-shikiji**: Lazily initialize promise  -  by [@​jxom](https://togithub.com/jxom) in [https://github.com/antfu/shikiji/issues/112](https://togithub.com/antfu/shikiji/issues/112) [(3d5b4)](https://togithub.com/antfu/shikiji/commit/3d5b44a) - **transformers**: Word highlight support any symbol, fix [#​110](https://togithub.com/antfu/shikiji/issues/110)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/shikiji/issues/110](https://togithub.com/antfu/shikiji/issues/110) [(38595)](https://togithub.com/antfu/shikiji/commit/38595dd) - **vitepress-twoslash**: Fix class override  -  by [@​antfu](https://togithub.com/antfu) [(7c5cd)](https://togithub.com/antfu/shikiji/commit/7c5cd11) #####     [View changes on GitHub](https://togithub.com/antfu/shikiji/compare/v0.10.0...v0.10.1)

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 8 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

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

View logs