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

fix(deps): Update non-major #33

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/font 13.4.9 -> 13.4.12 age adoption passing confidence
@sanity/client (source) 6.1.7 -> 6.4.0 age adoption passing confidence
@sanity/vision (source) 3.14.1 -> 3.14.5 age adoption passing confidence
@types/react (source) 18.2.14 -> 18.2.18 age adoption passing confidence
autoprefixer ^10.4.13 -> ^10.4.14 age adoption passing confidence
eslint (source) ^8.43.0 -> ^8.46.0 age adoption passing confidence
eslint-config-next (source) 13.4.9 -> 13.4.12 age adoption passing confidence
next (source) 13.4.9 -> 13.4.12 age adoption passing confidence
next-sanity 5.1.0 -> 5.1.6 age adoption passing confidence
postcss (source) ^8.4.20 -> ^8.4.27 age adoption passing confidence
prettier (source) ^2.8.1 -> ^2.8.8 age adoption passing confidence
prettier-plugin-packagejson ^2.3.0 -> ^2.4.5 age adoption passing confidence
prettier-plugin-tailwindcss ^0.3.0 -> ^0.4.1 age adoption passing confidence
sanity (source) 3.14.1 -> 3.14.5 age adoption passing confidence
tailwindcss (source) ^3.2.4 -> ^3.3.3 age adoption passing confidence
typescript (source) ^5.0.0 -> ^5.1.6 age adoption passing confidence

Release Notes

vercel/next.js (@​next/font) ### [`v13.4.12`](https://togithub.com/vercel/next.js/releases/tag/v13.4.12) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.11...v13.4.12) ##### Core Changes - Separate routing code from render servers: [#​52492](https://togithub.com/vercel/next.js/issues/52492) - Move Pages API rendering into bundle: [#​52149](https://togithub.com/vercel/next.js/issues/52149) - update Turbopack: [#​52986](https://togithub.com/vercel/next.js/issues/52986) - Turbopack: Refactoring module references: [#​52930](https://togithub.com/vercel/next.js/issues/52930) - Increase timeout for 404 tests: [#​52998](https://togithub.com/vercel/next.js/issues/52998) - Reland "Refine the not-found rendering process for app router": [#​52985](https://togithub.com/vercel/next.js/issues/52985) - Revert "Separate routing code from render servers ([#​52492](https://togithub.com/vercel/next.js/issues/52492))": [#​53016](https://togithub.com/vercel/next.js/issues/53016) ##### Documentation Changes - "Clarify the 'Existing Projects' section of the TypeScript docs:: [#​52944](https://togithub.com/vercel/next.js/issues/52944) - Update 02-dynamic-routes.mdx: [#​52975](https://togithub.com/vercel/next.js/issues/52975) - chore(docs): fix broken link: [#​53021](https://togithub.com/vercel/next.js/issues/53021) ##### Misc Changes - Update to latest version of turborepo: [#​52979](https://togithub.com/vercel/next.js/issues/52979) - Update `swc_core` to `v0.79.22`: [#​52945](https://togithub.com/vercel/next.js/issues/52945) - chore(ci): add pnpm workspace for github actions: [#​52976](https://togithub.com/vercel/next.js/issues/52976) - Changed package manager for install-native.mjs to pnpm: [#​52971](https://togithub.com/vercel/next.js/issues/52971) - update CODEOWNERS config: [#​53017](https://togithub.com/vercel/next.js/issues/53017) ##### Credits Huge thanks to [@​ijjk](https://togithub.com/ijjk), [@​wyattjoh](https://togithub.com/wyattjoh), [@​sokra](https://togithub.com/sokra), [@​kdy1](https://togithub.com/kdy1), [@​alexkirsz](https://togithub.com/alexkirsz), [@​styfle](https://togithub.com/styfle), [@​ShaunFerris](https://togithub.com/ShaunFerris), [@​syedtaqi95](https://togithub.com/syedtaqi95), [@​Heidar-An](https://togithub.com/Heidar-An), [@​huozhi](https://togithub.com/huozhi), and [@​ztanner](https://togithub.com/ztanner) for helping! ### [`v13.4.11`](https://togithub.com/vercel/next.js/releases/tag/v13.4.11) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.10...v13.4.11) ##### Core Changes - fix: add missing `` for `next/image` in App Router: [#​52425](https://togithub.com/vercel/next.js/issues/52425) - Support metadata exports for server components not-found: [#​52678](https://togithub.com/vercel/next.js/issues/52678) - feat(next-swc): try to fallback native bindings with MODULE_NOT_FOUND: [#​52667](https://togithub.com/vercel/next.js/issues/52667) - Turbopack: Vc and Turbo Engine type system improvements : [#​51792](https://togithub.com/vercel/next.js/issues/51792) - Fix runtime edge not-found handling: [#​52754](https://togithub.com/vercel/next.js/issues/52754) - fix: forward NavigateOptions in adaptForAppRouterInstance: [#​52498](https://togithub.com/vercel/next.js/issues/52498) - fix(output): do not slice pathname unless ends with `.txt`: [#​52640](https://togithub.com/vercel/next.js/issues/52640) - Fix tagsManifest initialization check: [#​52776](https://togithub.com/vercel/next.js/issues/52776) - Turbopack: Experimental dev app pages support: [#​52680](https://togithub.com/vercel/next.js/issues/52680) - Turbopack: move Asset::ident to more specific traits: [#​52683](https://togithub.com/vercel/next.js/issues/52683) - Fix tracking of ContextModule: [#​52795](https://togithub.com/vercel/next.js/issues/52795) - Set process.title for router and render workers: [#​52779](https://togithub.com/vercel/next.js/issues/52779) - fix Remove unnecessary await: [#​52800](https://togithub.com/vercel/next.js/issues/52800) - Revert "perf: improve URL validation performance": [#​52818](https://togithub.com/vercel/next.js/issues/52818) - Refactor the client entry plugin: [#​52798](https://togithub.com/vercel/next.js/issues/52798) - Turbopack: Add manifest generation to pages: [#​52793](https://togithub.com/vercel/next.js/issues/52793) - Turbopack: move references() to specific traits: [#​52822](https://togithub.com/vercel/next.js/issues/52822) - Update default `moduleResolution` in `tsconfig.json` from `node` to `bundler`: [#​51957](https://togithub.com/vercel/next.js/issues/51957) - Turbopack: Next.rs API improvements: [#​52856](https://togithub.com/vercel/next.js/issues/52856) - update turbopack: [#​52899](https://togithub.com/vercel/next.js/issues/52899) - Update vendor [@​vercel/og](https://togithub.com/vercel/og): [#​52897](https://togithub.com/vercel/next.js/issues/52897) - Fixed:[#​52853](https://togithub.com/vercel/next.js/issues/52853) Lacking 'color' attribute in IconDescriptor Metadata: [#​52902](https://togithub.com/vercel/next.js/issues/52902) - Support basePath with edge runtime for Custom App Routes: [#​52910](https://togithub.com/vercel/next.js/issues/52910) - improve error DX on pages with RSC build errors: [#​52843](https://togithub.com/vercel/next.js/issues/52843) - fix: allow smooth scrolling if only hash changes (pages & app): [#​52915](https://togithub.com/vercel/next.js/issues/52915) - add edge support for next.rs API: [#​52885](https://togithub.com/vercel/next.js/issues/52885) - Allow general language codes in the Metadata API: [#​52920](https://togithub.com/vercel/next.js/issues/52920) - Fix client reference manifest for interception routes: [#​52961](https://togithub.com/vercel/next.js/issues/52961) - Refine the not-found rendering process for app router: [#​52790](https://togithub.com/vercel/next.js/issues/52790) - app-router: prefetching tweaks: [#​52949](https://togithub.com/vercel/next.js/issues/52949) - Revert "Refine the not-found rendering process for app router": [#​52977](https://togithub.com/vercel/next.js/issues/52977) ##### Documentation Changes - Update mention of route handlers for forms: [#​52781](https://togithub.com/vercel/next.js/issues/52781) - (Docs) add missing `js` version for `generateMetadata`.: [#​52763](https://togithub.com/vercel/next.js/issues/52763) - docs : fix typo in React cache example: [#​52787](https://togithub.com/vercel/next.js/issues/52787) - chore(docs): Add mentioning of HOSTNAME env variable for standalone output: [#​52804](https://togithub.com/vercel/next.js/issues/52804) - Fix typo in docs: [#​52815](https://togithub.com/vercel/next.js/issues/52815) - Update 02-edge-and-nodejs-runtimes.mdx: [#​52888](https://togithub.com/vercel/next.js/issues/52888) - chore(docs): add Typescript statically typed links mention in link doc: [#​52847](https://togithub.com/vercel/next.js/issues/52847) - chore(docs): fix typo in generate metadata docs: [#​52904](https://togithub.com/vercel/next.js/issues/52904) - fix example component in MDX documentation: [#​52753](https://togithub.com/vercel/next.js/issues/52753) - wrong content for next.config.mjs for MDX Plugins: [#​52738](https://togithub.com/vercel/next.js/issues/52738) - Update 06-lazy-loading.mdx: Incorrect filename in Example on "Importing Named Imports": [#​52932](https://togithub.com/vercel/next.js/issues/52932) - Change "publically" to "publicly" in the routing docs: [#​52966](https://togithub.com/vercel/next.js/issues/52966) ##### Example Changes - examples: export `force-dynamic` from all dynamic routes: [#​52916](https://togithub.com/vercel/next.js/issues/52916) ##### Misc Changes - chore: add "please simplify reproduction" comment: [#​52631](https://togithub.com/vercel/next.js/issues/52631) - update job concurrency: [#​52788](https://togithub.com/vercel/next.js/issues/52788) - Lock node version to 18.16: [#​52894](https://togithub.com/vercel/next.js/issues/52894) - Update runs-on tags - chore: add GitHub Action to manage "+1" comments: [#​52866](https://togithub.com/vercel/next.js/issues/52866) ##### Credits Huge thanks to [@​styfle](https://togithub.com/styfle), [@​huozhi](https://togithub.com/huozhi), [@​balazsorban44](https://togithub.com/balazsorban44), [@​kwonoj](https://togithub.com/kwonoj), [@​alexkirsz](https://togithub.com/alexkirsz), [@​ijjk](https://togithub.com/ijjk), [@​Jeffrey-Zutt](https://togithub.com/Jeffrey-Zutt), [@​timneutkens](https://togithub.com/timneutkens), [@​vinaykulk621](https://togithub.com/vinaykulk621), [@​Ryan-Dia](https://togithub.com/Ryan-Dia), [@​sokra](https://togithub.com/sokra), [@​shuding](https://togithub.com/shuding), [@​steppefox](https://togithub.com/steppefox), [@​hiro0218](https://togithub.com/hiro0218), [@​rjsdnql123](https://togithub.com/rjsdnql123), [@​feedthejim](https://togithub.com/feedthejim), [@​fgiuliani](https://togithub.com/fgiuliani), [@​steven-tey](https://togithub.com/steven-tey), [@​AntoineBourin](https://togithub.com/AntoineBourin), [@​adamrhunter](https://togithub.com/adamrhunter), [@​darshanjain-entrepreneur](https://togithub.com/darshanjain-entrepreneur), [@​s0h311](https://togithub.com/s0h311), [@​wyattjoh](https://togithub.com/wyattjoh), [@​ztanner](https://togithub.com/ztanner), [@​djreillo](https://togithub.com/djreillo), [@​dijonmusters](https://togithub.com/dijonmusters), and [@​cassidoo](https://togithub.com/cassidoo) for helping! ### [`v13.4.10`](https://togithub.com/vercel/next.js/releases/tag/v13.4.10) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.9...v13.4.10) ##### Core Changes - Fix trailing slash with locale domain: [#​52343](https://togithub.com/vercel/next.js/issues/52343) - perf: use fs.readdirSync with withFileTypes: [#​52340](https://togithub.com/vercel/next.js/issues/52340) - Make `get_client_chunking_context` independent of context: [#​51928](https://togithub.com/vercel/next.js/issues/51928) - perf: use fs.opendir for better resource usage: [#​52341](https://togithub.com/vercel/next.js/issues/52341) - fix: metadatabase warning message: [#​52363](https://togithub.com/vercel/next.js/issues/52363) - perf: simplify getShortDynamicParamType on app-render: [#​52355](https://togithub.com/vercel/next.js/issues/52355) - fix: prevent infinite dev refresh on nested parallel routes: [#​52362](https://togithub.com/vercel/next.js/issues/52362) - turbopack: add incremental cache for node.js app rendering: [#​52172](https://togithub.com/vercel/next.js/issues/52172) - Refactor metadata og and twitter title to be always presented: [#​52320](https://togithub.com/vercel/next.js/issues/52320) - perf: reduce system calls on eslint plugin: [#​52359](https://togithub.com/vercel/next.js/issues/52359) - Turbopack: Use a different chunking context for web entry: [#​52404](https://togithub.com/vercel/next.js/issues/52404) - Temporarily revert change to pages render: [#​52407](https://togithub.com/vercel/next.js/issues/52407) - Remove integration tests now in vercel/turbo: [#​52413](https://togithub.com/vercel/next.js/issues/52413) - Update Rust nightly toolchain: [#​51757](https://togithub.com/vercel/next.js/issues/51757) - Cache concurrent `ensurePage` requests for the same page: [#​52360](https://togithub.com/vercel/next.js/issues/52360) - \[turbopack]: Remove skipped integration tests: [#​52421](https://togithub.com/vercel/next.js/issues/52421) - Fix metadata layer webpack rule for server-only: [#​52403](https://togithub.com/vercel/next.js/issues/52403) - Override file based images with social images property: [#​52416](https://togithub.com/vercel/next.js/issues/52416) - Split the client reference manifest file to be generated per-entry: [#​52450](https://togithub.com/vercel/next.js/issues/52450) - fix(standalone): fixed `output: "standalone"` crashing build when there is no `app/` page: [#​51993](https://togithub.com/vercel/next.js/issues/51993) - fix: add aws packages to default `serverComponentsExternalPackages`: [#​52388](https://togithub.com/vercel/next.js/issues/52388) - refactor: avoid unnecessary async scopes in eslint: [#​52418](https://togithub.com/vercel/next.js/issues/52418) - Ensure useParams return array for catch-all routes: [#​52494](https://togithub.com/vercel/next.js/issues/52494) - turbopack: Module Trait: [#​52401](https://togithub.com/vercel/next.js/issues/52401) - Fix tracking of client reference manifest: [#​52505](https://togithub.com/vercel/next.js/issues/52505) - perf: create an experimental bundled version of the next server: [#​52206](https://togithub.com/vercel/next.js/issues/52206) - Chore: Remove redundant intersection type: [#​52453](https://togithub.com/vercel/next.js/issues/52453) - perf: Refactor recursiveReadDirSync: [#​52517](https://togithub.com/vercel/next.js/issues/52517) - add version to function config manifest: [#​52507](https://togithub.com/vercel/next.js/issues/52507) - Turbopack: Source trait: [#​52511](https://togithub.com/vercel/next.js/issues/52511) - Update id handling for fonts: [#​52559](https://togithub.com/vercel/next.js/issues/52559) - feat(turbopack): support swc transform plugins : [#​50401](https://togithub.com/vercel/next.js/issues/50401) - feat(babel-loader): provide migration help message for babel config: [#​52565](https://togithub.com/vercel/next.js/issues/52565) - Support global-error for ssr fallback: [#​52573](https://togithub.com/vercel/next.js/issues/52573) - Fix ISR case with bot requests: [#​52581](https://togithub.com/vercel/next.js/issues/52581) - fix(next/jest): jest can not load server-only code: [#​52393](https://togithub.com/vercel/next.js/issues/52393) - Turbopack: App Router build POC: [#​52036](https://togithub.com/vercel/next.js/issues/52036) - Avoid loading Next.js config again in render workers: [#​52587](https://togithub.com/vercel/next.js/issues/52587) - Add more extensions to `next-types-plugin` for `Node16`/`NodeNext`: [#​52562](https://togithub.com/vercel/next.js/issues/52562) - feat(next-swc): report native bindings load err code: [#​52570](https://togithub.com/vercel/next.js/issues/52570) - Move App Pages rendering into bundle: [#​52290](https://togithub.com/vercel/next.js/issues/52290) - feat(turbopack): support native webp: [#​52285](https://togithub.com/vercel/next.js/issues/52285) - Set sizes prop to any for svg icons: [#​52609](https://togithub.com/vercel/next.js/issues/52609) - Turbopack: OutputAsset trait: [#​52606](https://togithub.com/vercel/next.js/issues/52606) - chore(deps): bump `react@18.3.0-canary-9377e1010-20230712`: [#​52649](https://togithub.com/vercel/next.js/issues/52649) - Ensure root layout only render once per request: [#​52589](https://togithub.com/vercel/next.js/issues/52589) - Fix bundle path normalization for /index routes: [#​52650](https://togithub.com/vercel/next.js/issues/52650) - Turobpack: Next.rs API (part 1): [#​52259](https://togithub.com/vercel/next.js/issues/52259) - Clean up promises after resolving: [#​52656](https://togithub.com/vercel/next.js/issues/52656) - Catch layout error in global-error: [#​52654](https://togithub.com/vercel/next.js/issues/52654) - Fix per-entry client reference manifest for grouped and named segments: [#​52664](https://togithub.com/vercel/next.js/issues/52664) ##### Documentation Changes - chore(docs): fix link to `useSearchParams`: [#​52348](https://togithub.com/vercel/next.js/issues/52348) - docs: Clarify `create-next-app` requires public GitHub URLs.: [#​52367](https://togithub.com/vercel/next.js/issues/52367) - remove unnecessary dot.: [#​52387](https://togithub.com/vercel/next.js/issues/52387) - fix metadata-related typo in MDX documentation: [#​52446](https://togithub.com/vercel/next.js/issues/52446) - docs: Simplify message in React essentials section.: [#​52469](https://togithub.com/vercel/next.js/issues/52469) - docs: Improve error handling docs for server-side errors.: [#​52302](https://togithub.com/vercel/next.js/issues/52302) - docs: Add Playwright/Cypress Discord links: [#​52084](https://togithub.com/vercel/next.js/issues/52084) - docs: Add Kuma to CSS-in-JS supported list.: [#​52438](https://togithub.com/vercel/next.js/issues/52438) - docs: clarify `fetch` request de-duplication: [#​52100](https://togithub.com/vercel/next.js/issues/52100) - docs: Update TypeScript plugin section for VS Code prompt: [#​52111](https://togithub.com/vercel/next.js/issues/52111) - docs: Improve hydration mismatch error guide.: [#​52481](https://togithub.com/vercel/next.js/issues/52481) - docs: add Supabase loader for `next/image`: [#​52480](https://togithub.com/vercel/next.js/issues/52480) - docs: fix the incrementalCacheHandlerPath: [#​52124](https://togithub.com/vercel/next.js/issues/52124) - fixed error [#​52486](https://togithub.com/vercel/next.js/issues/52486) fetchUsers to fetchUser: [#​52487](https://togithub.com/vercel/next.js/issues/52487) - Update 08-parallel-routes.mdx: [#​52419](https://togithub.com/vercel/next.js/issues/52419) - docs: Add `formData` example for Route Handlers: [#​52358](https://togithub.com/vercel/next.js/issues/52358) - chore(docs): Typesafe `metadata` object: [#​52252](https://togithub.com/vercel/next.js/issues/52252) - docs: Update `_app` and `_document`: [#​52479](https://togithub.com/vercel/next.js/issues/52479) - docs: add CDN optimization as possible hydration error cause: [#​52489](https://togithub.com/vercel/next.js/issues/52489) - docs: correct TypeScript spelling on the home page: [#​52500](https://togithub.com/vercel/next.js/issues/52500) - chore(docs): fix a few typos in image loader docs: [#​52508](https://togithub.com/vercel/next.js/issues/52508) - docs: fix grammar on Server Actions: [#​52556](https://togithub.com/vercel/next.js/issues/52556) - Fixed grammar in 03-react-essentials.mdx: [#​52597](https://togithub.com/vercel/next.js/issues/52597) - docs: fix typo in CSS Modules Description: [#​52599](https://togithub.com/vercel/next.js/issues/52599) - docs: Fix typo in generate-static-params.mdx: [#​52595](https://togithub.com/vercel/next.js/issues/52595) - docs: move MUI to supported list: [#​52584](https://togithub.com/vercel/next.js/issues/52584) - docs: Add missing closing tag for react hydration error message.: [#​52607](https://togithub.com/vercel/next.js/issues/52607) ##### Example Changes - examples: Update Convex to latest version (`0.19`): [#​52473](https://togithub.com/vercel/next.js/issues/52473) - Update examples: counter.tsx - Don't need empty space: [#​52576](https://togithub.com/vercel/next.js/issues/52576) ##### Misc Changes - Update swc_core to `v0.79.13`: [#​52371](https://togithub.com/vercel/next.js/issues/52371) - chore(ci): fix turbo input path globs: [#​52414](https://togithub.com/vercel/next.js/issues/52414) - fix(create-next-app): click event blockage under 1024px by adjusting z-index: [#​52074](https://togithub.com/vercel/next.js/issues/52074) - chore: add label to locked threads: [#​52497](https://togithub.com/vercel/next.js/issues/52497) - fix: `not-found.tsx` with `output: export`: [#​52526](https://togithub.com/vercel/next.js/issues/52526) - use `npm pack` instead of `yarn pack`: [#​52563](https://togithub.com/vercel/next.js/issues/52563) - ci: skip build-native for docs only change: [#​52571](https://togithub.com/vercel/next.js/issues/52571) - Remove unnecessary `body-parser`: [#​52580](https://togithub.com/vercel/next.js/issues/52580) ##### Credits Huge thanks to [@​ijjk](https://togithub.com/ijjk), [@​anonrig](https://togithub.com/anonrig), [@​alexkirsz](https://togithub.com/alexkirsz), [@​gfgabrielfranca](https://togithub.com/gfgabrielfranca), [@​styfle](https://togithub.com/styfle), [@​ztanner](https://togithub.com/ztanner), [@​leerob](https://togithub.com/leerob), [@​sokra](https://togithub.com/sokra), [@​huozhi](https://togithub.com/huozhi), [@​Bitbbot](https://togithub.com/Bitbbot), [@​wyattjoh](https://togithub.com/wyattjoh), [@​kdy1](https://togithub.com/kdy1), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​shuding](https://togithub.com/shuding), [@​jridgewell](https://togithub.com/jridgewell), [@​BrennanColberg](https://togithub.com/BrennanColberg), [@​Nick-Mazuk](https://togithub.com/Nick-Mazuk), [@​delbaoliveira](https://togithub.com/delbaoliveira), [@​thomasballinger](https://togithub.com/thomasballinger), [@​lucgagan](https://togithub.com/lucgagan), [@​nroland013](https://togithub.com/nroland013), [@​SonMooSans](https://togithub.com/SonMooSans), [@​jenewland1999](https://togithub.com/jenewland1999), [@​thorwebdev](https://togithub.com/thorwebdev), [@​jyunhanlin](https://togithub.com/jyunhanlin), [@​darshanjain-entrepreneur](https://togithub.com/darshanjain-entrepreneur), [@​DuCanhGH](https://togithub.com/DuCanhGH), [@​Gnadhi](https://togithub.com/Gnadhi), [@​yagogmaisp](https://togithub.com/yagogmaisp), [@​carlos-menezes](https://togithub.com/carlos-menezes), [@​balazsorban44](https://togithub.com/balazsorban44), [@​ryo-manba](https://togithub.com/ryo-manba), [@​timneutkens](https://togithub.com/timneutkens), [@​feedthejim](https://togithub.com/feedthejim), [@​vamcs](https://togithub.com/vamcs), [@​matepapp](https://togithub.com/matepapp), [@​SleeplessOne1917](https://togithub.com/SleeplessOne1917), [@​ecklf](https://togithub.com/ecklf), [@​djreillo](https://togithub.com/djreillo), [@​kwonoj](https://togithub.com/kwonoj), [@​gnoff](https://togithub.com/gnoff), [@​feugy](https://togithub.com/feugy), [@​karlhorky](https://togithub.com/karlhorky), [@​starunaway](https://togithub.com/starunaway), [@​FernandVEYRIER](https://togithub.com/FernandVEYRIER), [@​Ryan-Dia](https://togithub.com/Ryan-Dia), [@​Terro216](https://togithub.com/Terro216), [@​anthonyshew](https://togithub.com/anthonyshew), and [@​suhaotian](https://togithub.com/suhaotian) for helping!
sanity-io/client (@​sanity/client) ### [`v6.4.0`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#640-2023-08-02) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.3.0...v6.4.0) ##### Features - limit the number of connections open in Node.js ([#​271](https://togithub.com/sanity-io/client/issues/271)) ([7d3d537](https://togithub.com/sanity-io/client/commit/7d3d53793f976127fad85d75e307d007f7cc8ae5)) ### [`v6.3.0`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#630-2023-08-01) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.2.0...v6.3.0) ##### Features - **projects:** `includeMembers` option on `projects.list()` ([#​273](https://togithub.com/sanity-io/client/issues/273)) ([5f14eaf](https://togithub.com/sanity-io/client/commit/5f14eaf9229f5750bf674efebe2885a985476b7a)) ### [`v6.2.0`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#620-2023-07-26) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.1.7...v6.2.0) ##### Features - support `fetch` for Next.js `app-router` ([#​249](https://togithub.com/sanity-io/client/issues/249)) ([0aa4c6d](https://togithub.com/sanity-io/client/commit/0aa4c6dd9e7ec5cebc9847f7a5e0101a9c4a316d))
sanity-io/sanity (@​sanity/vision) ### [`v3.14.5`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.5) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.4...v3.14.5) ##### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ##### ๐Ÿ› Notable bugfixes - Various microcopy improvements - Adds `isSlug()` method to `@sanity/types` for type-safe asserting of a slug object - Fixes an issue where using multiple desk tools in the same studio would cause duplicate "review changes" actions and validation lists to appear. Thanks [@​andparsons](https://togithub.com/andparsons)! - `userHasRole` will now accept `null` as well as a user object, making it more convenient in certain situations where the user might not yet be accessible - Fixes issue with auto scrolling on collapsed fieldset - Fixes issue where array list would not display all items when wrapped in a custom element - Fixes issue where array list would not display when inside a popover ##### ๐Ÿ““ Full changelog Author | Message | Commit \------------ | ------------- | ------------- Espen Hovlandsdal | fix(core): optimize wheel event on CommandList virtual element ([#​4722](https://togithub.com/sanity-io/sanity/issues/4722)) | [`3dffb11`](https://togithub.com/sanity-io/sanity/commit/3dffb111b8) Fred Carlsen | PTE microcopy updates ([#​4624](https://togithub.com/sanity-io/sanity/issues/4624)) | [`c3d0234`](https://togithub.com/sanity-io/sanity/commit/c3d023409a) Nina Andal Aarvik | fix(core): change cdr tooltip text ([#​4750](https://togithub.com/sanity-io/sanity/issues/4750)) | [`c78f9bd`](https://togithub.com/sanity-io/sanity/commit/c78f9bdf0a) Espen Hovlandsdal | feat(types): add `isSlug` asserter method ([#​4746](https://togithub.com/sanity-io/sanity/issues/4746)) | [`31cee8f`](https://togithub.com/sanity-io/sanity/commit/31cee8ff9b) Espen Hovlandsdal | fix(desk): prevent duplicate validation/change inspectors ([#​4748](https://togithub.com/sanity-io/sanity/issues/4748)) | [`3c1a0e5`](https://togithub.com/sanity-io/sanity/commit/3c1a0e5b20) Espen Hovlandsdal | test(block-tools): update snapshots to match copy changes | [`1378b95`](https://togithub.com/sanity-io/sanity/commit/1378b954aa) Espen Hovlandsdal | fix(core): allow `null` and `role`-less user in `userHasRole` fn ([#​4740](https://togithub.com/sanity-io/sanity/issues/4740)) | [`a735461`](https://togithub.com/sanity-io/sanity/commit/a735461ff3) renovate\[bot] | fix(deps): update dependency [@​vercel/frameworks](https://togithub.com/vercel/frameworks) to v1.5.0 ([#​4752](https://togithub.com/sanity-io/sanity/issues/4752)) | [`d9dcc3c`](https://togithub.com/sanity-io/sanity/commit/d9dcc3c64a) Binoy Patel | fix(core): fix auto scrolling issue on collapsed fieldset w/ array ([#​4738](https://togithub.com/sanity-io/sanity/issues/4738)) | [`0cb1a0e`](https://togithub.com/sanity-io/sanity/commit/0cb1a0ed5a) Binoy Patel | fix(core): fixes issues with virtualized list when wrapped in an element ([#​4739](https://togithub.com/sanity-io/sanity/issues/4739)) | [`8779740`](https://togithub.com/sanity-io/sanity/commit/8779740e12) renovate\[bot] | fix(deps): update dependency [@​vercel/fs-detectors](https://togithub.com/vercel/fs-detectors) to v4.1.1 ([#​4764](https://togithub.com/sanity-io/sanity/issues/4764)) | [`bae83ad`](https://togithub.com/sanity-io/sanity/commit/bae83ad35c) Espen Hovlandsdal | refactor(validation): clean up imports/exports (always use named) | [`e21c7eb`](https://togithub.com/sanity-io/sanity/commit/e21c7eb2da) Espen Hovlandsdal | refactor(validation): move `@sanity/validation` into monopackage | [`856131e`](https://togithub.com/sanity-io/sanity/commit/856131e72d) Binoy Patel | docs(desk): fix 404 links ([#​4770](https://togithub.com/sanity-io/sanity/issues/4770)) | [`109c3c3`](https://togithub.com/sanity-io/sanity/commit/109c3c3ed9) ### [`v3.14.4`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.4) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.3...v3.14.4) #### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ### ๐Ÿ› Notable bugfixes - Implements the 'document' creation context in the `document.newDocumentOptions` API - Fixes an issue where exported datasets with cross-dataset references could not be imported to different projects. Note that referenced datasets must exist within same project - otherwise use `--skip-cross-dataset-references`. - Removes warning about missing titles for schema types (titles are automatically created based on schema type name - a title is only necessary if the automatic name is incorrect/inaccurate) - Titles are now automatically applied to field groups and fieldsets, in the same way as with schema types. - Improves error messages from configuration errors - Boolean inputs will now show validation errors at the input level - Fixes alignment/scrolling issues of references in delete/unpublish dialog - Fixes accessibility issues in tooltip text color contrast - Fixes various accessibility label issues in the desk tool - Fixes issue where focus would jump to first element when hovering divider in menu - Fixes an issue where the fallback editor had the title "Editor", instead of the name of the document being edited ### ๐Ÿ““ Full changelog Author | Message | Commit \------------ | ------------- | ------------- Espen Hovlandsdal | fix(core): deprecate `projectId` in cross-dataset reference definitions | [`103d99d`](https://togithub.com/sanity-io/sanity/commit/103d99d652) Espen Hovlandsdal | fix(import): rewrite cross-dataset references, add option to skip | [`ad10b38`](https://togithub.com/sanity-io/sanity/commit/ad10b38f5e) Espen Hovlandsdal | feat(import): check for missing datasets prior to importing | [`8e8242d`](https://togithub.com/sanity-io/sanity/commit/8e8242dcec) Espen Hovlandsdal | feat(cli): add `--skip-cross-dataset-references` flag to `dataset import` | [`c9cac66`](https://togithub.com/sanity-io/sanity/commit/c9cac6630b) Espen Hovlandsdal | fix(types): deprecate experimental search for CDRs | [`ea075f0`](https://togithub.com/sanity-io/sanity/commit/ea075f071a) Espen Hovlandsdal | fix(import): skip datasets lookup if no CDRs are found | [`ed34949`](https://togithub.com/sanity-io/sanity/commit/ed34949e61) Herman Wikner | feat(core): implement document creation context in `document.newDocumentOptions` ([#​4680](https://togithub.com/sanity-io/sanity/issues/4680)) | [`b9298e8`](https://togithub.com/sanity-io/sanity/commit/b9298e8ca2) Binoy Patel | docs(desk): fix links in tsdoc comment ([#​4714](https://togithub.com/sanity-io/sanity/issues/4714)) | [`1bae93a`](https://togithub.com/sanity-io/sanity/commit/1bae93a79b) Espen Hovlandsdal | refactor(config): use human-readable types for config error messages | [`6224f47`](https://togithub.com/sanity-io/sanity/commit/6224f4743b) Espen Hovlandsdal | feat(schema): do not warn on missing title for schema type | [`6164d24`](https://togithub.com/sanity-io/sanity/commit/6164d24234) Espen Hovlandsdal | feat(schema): automatically create titles for field groups without one | [`ffb8339`](https://togithub.com/sanity-io/sanity/commit/ffb83395d0) Espen Hovlandsdal | fix(types): add missing `group` property on fieldset definitions | [`87d642a`](https://togithub.com/sanity-io/sanity/commit/87d642a0a3) Espen Hovlandsdal | fix(types): adjust `icon` property for field group (can only be component) | [`cf968aa`](https://togithub.com/sanity-io/sanity/commit/cf968aa8bb) Espen Hovlandsdal | feat(schema): automatically create titles for fieldsets without one | [`6f201e0`](https://togithub.com/sanity-io/sanity/commit/6f201e0495) RitaDias | fix(core): add missing validation at input level validation (boolean) ([#​4719](https://togithub.com/sanity-io/sanity/issues/4719)) | [`cb64607`](https://togithub.com/sanity-io/sanity/commit/cb646078ba) Espen Hovlandsdal | refactor(desk): drop unused validation menu component | [`f70c3df`](https://togithub.com/sanity-io/sanity/commit/f70c3df427) Espen Hovlandsdal | refactor(core): drop unused validation list components | [`cddba6d`](https://togithub.com/sanity-io/sanity/commit/cddba6d9b2) Nina Andal Aarvik | fix(desk): minor style change of references in delete/unpublish dialog ([#​4705](https://togithub.com/sanity-io/sanity/issues/4705)) | [`a8e7c24`](https://togithub.com/sanity-io/sanity/commit/a8e7c2474c) vicbergquist | fix(desk): add accessible label to publish icon | [`fd6c2e9`](https://togithub.com/sanity-io/sanity/commit/fd6c2e9204) vicbergquist | fix(core): add a11y labels to presence indicators | [`5182529`](https://togithub.com/sanity-io/sanity/commit/5182529555) vicbergquist | fix(desk): add accessible labels to publish status | [`dcb1fc7`](https://togithub.com/sanity-io/sanity/commit/dcb1fc7053) vicbergquist | fix(desk): add accessible labels to review changes button | [`736437b`](https://togithub.com/sanity-io/sanity/commit/736437babc) Nina Andal Aarvik | fix(core): add logic to focusFirst in customised popover ([#​4667](https://togithub.com/sanity-io/sanity/issues/4667)) | [`1313dd4`](https://togithub.com/sanity-io/sanity/commit/1313dd4f9b) renovate\[bot] | fix(deps): update dependency get-it to v8.3.0 ([#​4736](https://togithub.com/sanity-io/sanity/issues/4736)) | [`52d7eb7`](https://togithub.com/sanity-io/sanity/commit/52d7eb7876) renovate\[bot] | fix(deps): update dependency [@​sanity/client](https://togithub.com/sanity/client) to v6.1.7 ([#​4737](https://togithub.com/sanity-io/sanity/issues/4737)) | [`dacb164`](https://togithub.com/sanity-io/sanity/commit/dacb164fba) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to v1.7.3 ([#​4728](https://togithub.com/sanity-io/sanity/issues/4728)) | [`8176fba`](https://togithub.com/sanity-io/sanity/commit/8176fba58a) renovate\[bot] | chore(deps): update dependency sanity-plugin-mux-input to v2.1.1 ([#​4734](https://togithub.com/sanity-io/sanity/issues/4734)) | [`6a5f9f4`](https://togithub.com/sanity-io/sanity/commit/6a5f9f4888) renovate\[bot] | fix(deps): update dependency framer-motion to v10.13.1 ([#​4735](https://togithub.com/sanity-io/sanity/issues/4735)) | [`4af3c69`](https://togithub.com/sanity-io/sanity/commit/4af3c6961a) renovate\[bot] | fix(deps): update dependency vite to v4.4.7 ([#​4733](https://togithub.com/sanity-io/sanity/issues/4733)) | [`1f83fce`](https://togithub.com/sanity-io/sanity/commit/1f83fcec77) renovate\[bot] | fix(deps): update dependency react-focus-lock to v2.9.5 ([#​4732](https://togithub.com/sanity-io/sanity/issues/4732)) | [`0c6f3a2`](https://togithub.com/sanity-io/sanity/commit/0c6f3a23a7) renovate\[bot] | fix(deps): update dependency esbuild to v0.18.16 ([#​4731](https://togithub.com/sanity-io/sanity/issues/4731)) | [`9437194`](https://togithub.com/sanity-io/sanity/commit/9437194b0e) renovate\[bot] | fix(deps): update dependency [@​vitejs/plugin-react](https://togithub.com/vitejs/plugin-react) to v4.0.3 ([#​4730](https://togithub.com/sanity-io/sanity/issues/4730)) | [`ba4e659`](https://togithub.com/sanity-io/sanity/commit/ba4e659678) renovate\[bot] | fix(deps): update dependency [@​sanity/uuid](https://togithub.com/sanity/uuid) to v3.0.2 ([#​4729](https://togithub.com/sanity-io/sanity/issues/4729)) | [`5f65434`](https://togithub.com/sanity-io/sanity/commit/5f65434a97) renovate\[bot] | chore(deps): update dependency [@​sanity/pkg-utils](https://togithub.com/sanity/pkg-utils) to v2.3.6 ([#​4727](https://togithub.com/sanity-io/sanity/issues/4727)) | [`b33ba8a`](https://togithub.com/sanity-io/sanity/commit/b33ba8aa18) ### [`v3.14.3`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.3) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.2...v3.14.3) #### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ### Notable changes - Added scrolling to list of workspace (when many workspaces are configured) - Improved contrast of text in certain tooltips ### ๐Ÿ““ Full changelog Author | Message | Commit \------------ | ------------- | ------------- renovate\[bot] | fix(deps): update dependency [@​vercel/frameworks](https://togithub.com/vercel/frameworks) to v1.4.3 ([#​4669](https://togithub.com/sanity-io/sanity/issues/4669)) | [`f49db76`](https://togithub.com/sanity-io/sanity/commit/f49db7671) renovate\[bot] | chore(config): migrate renovate config ([#​4679](https://togithub.com/sanity-io/sanity/issues/4679)) | [`a79dc3f`](https://togithub.com/sanity-io/sanity/commit/a79dc3f1d) renovate\[bot] | fix(deps): update dependency esbuild to ^0.18.0 ([#​4630](https://togithub.com/sanity-io/sanity/issues/4630)) | [`bae43bf`](https://togithub.com/sanity-io/sanity/commit/bae43bfd4) renovate\[bot] | fix(deps): update dependency [@​vitejs/plugin-react](https://togithub.com/vitejs/plugin-react) to v4 ([#​4635](https://togithub.com/sanity-io/sanity/issues/4635)) | [`de75d69`](https://togithub.com/sanity-io/sanity/commit/de75d6976) ecospark\[bot] | chore(prettier): fix unformatted files ๐Ÿค– โœจ ([#​4693](https://togithub.com/sanity-io/sanity/issues/4693)) | [`cc937d2`](https://togithub.com/sanity-io/sanity/commit/cc937d29c) Espen Hovlandsdal | chore(test-studio): remove dep optimization exclusion | [`867675a`](https://togithub.com/sanity-io/sanity/commit/867675aef) RitaDias | docs(sanity): update sanity package tsdocs ([#​4608](https://togithub.com/sanity-io/sanity/issues/4608)) | [`ffa183f`](https://togithub.com/sanity-io/sanity/commit/ffa183f3c) renovate\[bot] | chore(deps): update dependency [@​sanity/ui-workshop](https://togithub.com/sanity/ui-workshop) to v1.2.4 ([#​4690](https://togithub.com/sanity-io/sanity/issues/4690)) | [`9e50e22`](https://togithub.com/sanity-io/sanity/commit/9e50e22c1) renovate\[bot] | fix(deps): update dependency [@​vercel/fs-detectors](https://togithub.com/vercel/fs-detectors) to v4 ([#​4634](https://togithub.com/sanity-io/sanity/issues/4634)) | [`ada8367`](https://togithub.com/sanity-io/sanity/commit/ada836738) renovate\[bot] | chore(deps): update dependency [@​vercel/node](https://togithub.com/vercel/node) to v2 ([#​4632](https://togithub.com/sanity-io/sanity/issues/4632)) | [`a4f1558`](https://togithub.com/sanity-io/sanity/commit/a4f15580d) renovate\[bot] | fix(deps): update dependency vite to v4.4.4 ([#​4673](https://togithub.com/sanity-io/sanity/issues/4673)) | [`6c37226`](https://togithub.com/sanity-io/sanity/commit/6c37226cc) renovate\[bot] | chore(deps): update dependency [@​sanity/eslint-config-studio](https://togithub.com/sanity/eslint-config-studio) to v2.0.4 ([#​4696](https://togithub.com/sanity-io/sanity/issues/4696)) | [`c6d0cac`](https://togithub.com/sanity-io/sanity/commit/c6d0cac3f) Espen Hovlandsdal | chore(test-studio): add back dep optimization exclusions, include jsx-runtime | [`a749d6a`](https://togithub.com/sanity-io/sanity/commit/a749d6a53) renovate\[bot] | chore(deps): update dependency [@​sanity/assist](https://togithub.com/sanity/assist) to v1.0.11 ([#​4695](https://togithub.com/sanity-io/sanity/issues/4695)) | [`4a0fee5`](https://togithub.com/sanity-io/sanity/commit/4a0fee5fc) Nina Andal Aarvik | fix(core): add scrolling to workspace login screen ([#​4697](https://togithub.com/sanity-io/sanity/issues/4697)) | [`d2c85b4`](https://togithub.com/sanity-io/sanity/commit/d2c85b43a) Espen Hovlandsdal | chore: drop unused root-level dependencies ([#​4694](https://togithub.com/sanity-io/sanity/issues/4694)) | [`d94892d`](https://togithub.com/sanity-io/sanity/commit/d94892d19) Espen Hovlandsdal | test: temporarily use `--forceExit` flag until leak is found | [`64fea88`](https://togithub.com/sanity-io/sanity/commit/64fea888e) Nina Andal Aarvik | fix(core/desk): remove muted prop in tooltip content ([#​4703](https://togithub.com/sanity-io/sanity/issues/4703)) | [`5d58280`](https://togithub.com/sanity-io/sanity/commit/5d58280ac) Binoy Patel | fix(cli): warn about putting secrets in `.env` ([#​4683](https://togithub.com/sanity-io/sanity/issues/4683)) | [`69083ce`](https://togithub.com/sanity-io/sanity/commit/69083cefa) ### [`v3.14.2`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.2) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.1...v3.14.2) #### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ### ๐Ÿ› Notable bugfixes - Fixes an issue where the `styled-components` dependency would not be installed when installing Sanity in an existing project - Fixes an issue where the "Restore" document action would sometimes not restore the document - Fixed an issue where the fallback editor had the title "Editor", instead of the name of the document being edited ### ๐Ÿ““ Full changelog Author | Message | Commit \------------ | ------------- | ------------- Marius LundgaฬŠrd | docs: add missing `@hidden` modifier tags | [`358300b`](https://togithub.com/sanity-io/sanity/commit/358300b0e) Snorre Eskeland Brekke | chore(deps): updated [@​sanity/assist](https://togithub.com/sanity/assist) | [`49acd6f`](https://togithub.com/sanity-io/sanity/commit/49acd6f74) renovate\[bot] | fix(deps): update dependency get-it to v8.2.0 | [`72ce4ef`](https://togithub.com/sanity-io/sanity/commit/72ce4ef8d) Espen Hovlandsdal | fix(cli): typing update for request/response client errors | [`d548dbd`](https://togithub.com/sanity-io/sanity/commit/d548dbdf8) renovate\[bot] | fix(deps): update dependency [@​sanity/client](https://togithub.com/sanity/client) to v6.1.6 ([#​4628](https://togithub.com/sanity-io/sanity/issues/4628)) | [`27bfeae`](https://togithub.com/sanity-io/sanity/commit/27bfeae2d) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to v1.7.1 ([#​4670](https://togithub.com/sanity-io/sanity/issues/4670)) | [`4802d7c`](https://togithub.com/sanity-io/sanity/commit/4802d7ca6) RitaDias | docs(sanity): structure/desktool items docs ([#​4612](https://togithub.com/sanity-io/sanity/issues/4612)) | [`278b1ed`](https://togithub.com/sanity-io/sanity/commit/278b1ed09) Binoy Patel | chore(router): add docs for sanity/router package ([#​4617](https://togithub.com/sanity-io/sanity/issues/4617)) | [`415dd84`](https://togithub.com/sanity-io/sanity/commit/415dd84d8) renovate\[bot] | fix(deps): update dependency [@​vercel/fs-detectors](https://togithub.com/vercel/fs-detectors) to v3.9.3 ([#​4642](https://togithub.com/sanity-io/sanity/issues/4642)) | [`946ec16`](https://togithub.com/sanity-io/sanity/commit/946ec16a1) Jon Eide Johnsen | fix: add missing styled component dependency ([#​4681](https://togithub.com/sanity-io/sanity/issues/4681)) | [`cafa41b`](https://togithub.com/sanity-io/sanity/commit/cafa41bcd) Binoy Patel | fix(core): restore not working on nested panes ([#​4668](https://togithub.com/sanity-io/sanity/issues/4668)) | [`b7886ec`](https://togithub.com/sanity-io/sanity/commit/b7886ecfb) Espen Hovlandsdal | fix(desk): prevent fallback editor node from getting 'Editor' as title ([#​4688](https://togithub.com/sanity-io/sanity/issues/4688)) | [`9952de9`](https://togithub.com/sanity-io/sanity/commit/9952de955)
eslint/eslint (eslint) ### [`v8.46.0`](https://togithub.com/eslint/eslint/releases/tag/v8.46.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.45.0...v8.46.0) ##### Features - [`8a93438`](https://togithub.com/eslint/eslint/commit/8a9343871f7dade19d910ca8e2a4177bfca28b64) feat: `require-unicode-regexp` support `v` flag ([#​17402](https://togithub.com/eslint/eslint/issues/17402)) (SUZUKI Sosuke) - [`1a2f966`](https://togithub.com/eslint/eslint/commit/1a2f966fabe35103141d2f936180d2f1a72154db) feat: `no-useless-escape` support `v` flag ([#​17420](https://togithub.com/eslint/eslint/issues/17420)) (Yosuke Ota) - [`ee68d1d`](https://togithub.com/eslint/eslint/commit/ee68d1d9630892d99ae0d8dabe2f9f8d3b1338be) feat: `no-empty-character-class` support `v` flag ([#​17419](htt

Configuration

๐Ÿ“… Schedule: Branch creation - "before 3am on Monday" (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 1 year 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 5, 2023 0:22am
socket-security[bot] commented 11 months ago

Updated and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Packages Version New capabilities Transitives Size Publisher
eslint-config-next 13.4.9...13.4.12 None +6/-13 833 kB vercel-release-bot
next 13.4.9...13.4.12 environment +11/-12 1.02 GB vercel-release-bot
prettier-plugin-packagejson 2.4.4...2.4.5 None +2/-2 117 kB matzkoh
@next/font 13.4.9...13.4.12 None +0/-0 2.56 MB vercel-release-bot
postcss 8.4.25...8.4.27 None +0/-0 196 kB ai
tailwindcss 3.3.2...3.3.3 None +1/-3 5.67 MB adamwathan
prettier-plugin-tailwindcss 0.3.0...0.4.1 None +0/-0 2.52 MB thecrypticace

๐Ÿšฎ Removed packages: @sanity/client@6.1.7, @sanity/vision@3.14.1, eslint@8.44.0, next-sanity@5.1.0, sanity@3.14.1