sanity-io / sanity-template-nextjs-clean

A clean Next.js template with a native authoring experience
https://template-nextjs-clean.sanity.build
139 stars 58 forks source link

chore(deps): update non-major #42

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-sanity 5.3.0 -> 5.4.1 age adoption passing confidence
postcss (source) 8.4.27 -> 8.4.28 age adoption passing confidence
prettier (source) 3.0.1 -> 3.0.2 age adoption passing confidence
prettier-plugin-tailwindcss 0.5.2 -> 0.5.3 age adoption passing confidence
sanity-plugin-iframe-pane 2.5.4 -> 2.5.5 age adoption passing confidence

Release Notes

sanity-io/next-sanity (next-sanity) ### [`v5.4.1`](https://togithub.com/sanity-io/next-sanity/blob/HEAD/CHANGELOG.md#541-2023-08-17) [Compare Source](https://togithub.com/sanity-io/next-sanity/compare/v5.4.0...v5.4.1) ##### Bug Fixes - **deps:** update dependency [@​sanity/client](https://togithub.com/sanity/client) to v6.4.7 ([#​555](https://togithub.com/sanity-io/next-sanity/issues/555)) ([62f069d](https://togithub.com/sanity-io/next-sanity/commit/62f069dd507dc249ae0107ba05b0d2404b6e6280)) - **deps:** update dependency [@​sanity/preview-kit](https://togithub.com/sanity/preview-kit) to v3.1.1 ([#​541](https://togithub.com/sanity-io/next-sanity/issues/541)) ([3ed1fb6](https://togithub.com/sanity-io/next-sanity/commit/3ed1fb6007ad424f0837c4857523adc0f68362a9)) ### [`v5.4.0`](https://togithub.com/sanity-io/next-sanity/blob/HEAD/CHANGELOG.md#540-2023-08-14) [Compare Source](https://togithub.com/sanity-io/next-sanity/compare/v5.3.0...v5.4.0) ##### Features - add experimental `LiveQuery` component ([0eb5c9b](https://togithub.com/sanity-io/next-sanity/commit/0eb5c9b48a2a2ed7c085020cf76462462217dea7)) ##### Bug Fixes - **studio:** add `use client` to `next-sanity/studio/loading` ([1a9e002](https://togithub.com/sanity-io/next-sanity/commit/1a9e00285f5af96da5f073faa3dc449e62afc6c3))
postcss/postcss (postcss) ### [`v8.4.28`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8428) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.27...8.4.28) - Fixed `Root.source.end` for better source map (by Romain Menke). - Fixed `Result.root` types when `process()` has no parser.
prettier/prettier (prettier) ### [`v3.0.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#302) [Compare Source](https://togithub.com/prettier/prettier/compare/3.0.1...3.0.2) [diff](https://togithub.com/prettier/prettier/compare/3.0.1...3.0.2) ##### Break after `=` of assignment if RHS is poorly breakable AwaitExpression or YieldExpression ([#​15204](https://togithub.com/prettier/prettier/pull/15204) by [@​seiyab](https://togithub.com/seiyab)) ```js // Input const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData); // Prettier 3.0.1 const { section, rubric, authors, tags } = await utils.upsertCommonData( mainData, ); // Prettier 3.0.2 const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData); ``` ##### Do not add trailing comma for grouped scss comments ([#​15217](https://togithub.com/prettier/prettier/pull/15217) by [@​auvred](https://togithub.com/auvred)) ```scss /* Input */ $foo: ( 'property': (), // comment 1 // comment 2 ) /* Prettier 3.0.1 */ $foo: ( "property": (), // comment 1 // comment 2, ); /* Prettier 3.0.2 */ $foo: ( "property": (), // comment 1 // comment 2 ); ``` ##### Print `declare` and `export` keywords for nested namespace ([#​15249](https://togithub.com/prettier/prettier/pull/15249) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```tsx // Input declare namespace abc1.def {} export namespace abc2.def {} // Prettier 3.0.1 namespace abc1.def {} namespace abc2.def {} // Prettier 3.0.2 declare namespace abc1.def {} export namespace abc2.def {} ```
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss) ### [`v0.5.3`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#053---2023-08-15) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.2...v0.5.3) ##### Fixed - Fix CJS `__dirname` interop on Windows ([#​204](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/204))
sanity-io/sanity-plugin-iframe-pane (sanity-plugin-iframe-pane) ### [`v2.5.5`](https://togithub.com/sanity-io/sanity-plugin-iframe-pane/blob/HEAD/CHANGELOG.md#255-2023-08-16) [Compare Source](https://togithub.com/sanity-io/sanity-plugin-iframe-pane/compare/v2.5.4...v2.5.5) ##### Bug Fixes - **app-router:** skip cache when validating the secret ([8af7a95](https://togithub.com/sanity-io/sanity-plugin-iframe-pane/commit/8af7a9529ea57484909114c84998a24a5740c9a7))

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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 using a curated preset maintained by Sanity. View repository job log here

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
template-nextjs-clean ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 17, 2023 11:00pm
socket-security[bot] commented 11 months ago

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: postcss@8.4.27