sanity-io / visual-editing

https://visual-editing-studio.sanity.build
MIT License
37 stars 20 forks source link

chore(deps): update app dependencies (canary) #2121

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer (source) 14.2.15 -> 14.2.17 age adoption passing confidence
@next/bundle-analyzer (source) 15.0.0-canary.202 -> 15.0.4-canary.5 age adoption passing confidence
@remix-run/css-bundle (source) ^2.13.1 -> ^2.14.0 age adoption passing confidence
@remix-run/dev (source) ^2.13.1 -> ^2.14.0 age adoption passing confidence
@remix-run/eslint-config (source) ^2.13.1 -> ^2.14.0 age adoption passing confidence
@remix-run/node (source) ^2.13.1 -> ^2.14.0 age adoption passing confidence
@remix-run/react (source) ^2.13.1 -> ^2.14.0 age adoption passing confidence
@remix-run/serve (source) ^2.13.1 -> ^2.14.0 age adoption passing confidence
@sanity/cli (source) ^3.61.0 -> ^3.63.0 age adoption passing confidence
@sanity/client (source) ^6.22.2 -> ^6.22.4 age adoption passing confidence
@sanity/image-url (source) ^1.0.2 -> ^1.1.0 age adoption passing confidence
@sanity/ui (source) 2.8.9 -> 2.8.23 age adoption passing confidence
@sanity/vision (source) ^3.61.0 -> ^3.63.0 age adoption passing confidence
@sveltejs/adapter-auto (source) ^3.2.5 -> ^3.3.1 age adoption passing confidence
@sveltejs/kit (source) ^2.7.2 -> ^2.8.0 age adoption passing confidence
@tinloof/sanity-studio (source) 1.3.5 -> 1.4.0 age adoption passing confidence
@types/react (source) ^18.3.11 -> ^18.3.12 age adoption passing confidence
@vercel/remix (source) ^2.12.0 -> ^2.13.1 age adoption passing confidence
@vercel/speed-insights (source) ^1.0.12 -> ^1.1.0 age adoption passing confidence
@vercel/toolbar ^0.1.22 -> ^0.1.26 age adoption passing confidence
astro (source) ^4.16.6 -> ^4.16.10 age adoption passing confidence
astro-portabletext (source) ^0.10.0 -> ^0.10.1 age adoption passing confidence
eslint-config-next (source) 14.2.15 -> 14.2.17 age adoption passing confidence
eslint-config-next (source) 15.0.0-canary.202 -> 15.0.4-canary.5 age adoption passing confidence
eslint-plugin-jsx-a11y ^6.10.1 -> ^6.10.2 age adoption passing confidence
eslint-plugin-react ^7.37.1 -> ^7.37.2 age adoption passing confidence
lucide-react (source) ^0.453.0 -> ^0.456.0 age adoption passing confidence
next (source) 14.2.15 -> 14.2.17 age adoption passing confidence
next (source) 15.0.0-canary.202 -> 15.0.4-canary.5 age adoption passing confidence
next-sanity (source) 9.7.0-canary.23 -> 9.8.10 age adoption passing confidence
next-sanity (source) ^9.5.5 -> ^9.8.10 age adoption passing confidence
nuxt (source) ^3.13.2 -> ^3.14.159 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.4.48 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.48 age adoption passing confidence
sanity (source) ^3.61.0 -> ^3.63.0 age adoption passing confidence
sanity (source) 3.61.0 -> 3.63.0 age adoption passing confidence
svelte-check ^4.0.5 -> ^4.0.6 age adoption passing confidence
tslib (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence
vite (source) ^5.4.9 -> ^5.4.11 age adoption passing confidence
vite-tsconfig-paths ^5.0.1 -> ^5.1.2 age adoption passing confidence

Release Notes

vercel/next.js (@​next/bundle-analyzer) ### [`v14.2.17`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.17) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.16...v14.2.17) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Fix: revert the bad node binary handling ([#​72356](https://redirect.github.com/vercel/next.js/issues/72356)) - Ensure pages/500 handles cache-control as expected ([#​72050](https://redirect.github.com/vercel/next.js/issues/72050)) ([#​72110](https://redirect.github.com/vercel/next.js/issues/72110)) - fix unhandled runtime error from generateMetadata in parallel routes ([#​72153](https://redirect.github.com/vercel/next.js/issues/72153)) ##### Credits Huge thanks to [@​huozhi](https://redirect.github.com/huozhi), [@​ztanner](https://redirect.github.com/ztanner), and [@​ijjk](https://redirect.github.com/ijjk) for helping! ### [`v14.2.16`](https://redirect.github.com/vercel/next.js/compare/v14.2.15...v14.2.16) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.15...v14.2.16)
remix-run/remix (@​remix-run/css-bundle) ### [`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-css-bundle/CHANGELOG.md#2140) No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://redirect.github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.14.0.
remix-run/remix (@​remix-run/dev) ### [`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#2140) ##### Minor Changes - Add support for `routes.ts` behind `future.unstable_routeConfig` flag to assist with the migration to React Router v7. ([#​10107](https://redirect.github.com/remix-run/remix/pull/10107)) Config-based routing is the new default in React Router v7, configured via the `routes.ts` file in the app directory. Support for `routes.ts` and its related APIs in Remix are designed as a migration path to help minimize the number of changes required when moving your Remix project over to React Router v7. While some new packages have been introduced within the `@remix-run` scope, these new packages only exist to keep the code in `routes.ts` as similar as possible to the equivalent code for React Router v7. When the `unstable_routeConfig` future flag is enabled, Remix's built-in file system routing will be disabled and your project will opted into React Router v7's config-based routing. To enable the flag, in your `vite.config.ts` file: ```ts remix({ future: { unstable_routeConfig: true, }, }); ``` A minimal `routes.ts` file to support Remix's built-in file system routing looks like this: ```ts // app/routes.ts import { flatRoutes } from "@​remix-run/fs-routes"; import type { RouteConfig } from "@​remix-run/route-config"; export const routes: RouteConfig = flatRoutes(); ``` - Log deprecation warnings for v3 future flags ([#​10126](https://redirect.github.com/remix-run/remix/pull/10126)) - Add `@deprecated` annotations to `json`/`defer` utilities ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@2.14.0` - `@remix-run/node@2.14.0`
remix-run/remix (@​remix-run/eslint-config) ### [`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#2140) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/eslint-config@2.13.1...@remix-run/eslint-config@2.14.0) ##### Minor Changes - Add deprecation warning to `@remix-run/eslint-config` ([#​10174](https://redirect.github.com/remix-run/remix/pull/10174))
remix-run/remix (@​remix-run/node) ### [`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#2140) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/node@2.13.1...@remix-run/node@2.14.0) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@2.14.0`
remix-run/remix (@​remix-run/react) ### [`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#2140) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/react@2.13.1...@remix-run/react@2.14.0) ##### Patch Changes - Fix `defaultShouldRevalidate` value when using single fetch ([#​10139](https://redirect.github.com/remix-run/remix/pull/10139)) - Updated dependencies: - `@remix-run/server-runtime@2.14.0`
remix-run/remix (@​remix-run/serve) ### [`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#2140) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/serve@2.13.1...@remix-run/serve@2.14.0) ##### Patch Changes - Updated dependencies: - `@remix-run/node@2.14.0` - `@remix-run/express@2.14.0`
sanity-io/sanity (@​sanity/cli) ### [`v3.63.0`](https://redirect.github.com/sanity-io/sanity/releases/tag/v3.63.0) [Compare Source](https://redirect.github.com/sanity-io/sanity/compare/v3.62.3...v3.63.0) ### โœจ Highlights #### Updated Next.js starter template to use Live Mode Initializing Sanity inside a Next.js application now adds the preconfigured Live Content API helpers `sanityFetch` and `SanityLive`. #### Performance improvements for template permissions Template permissions are now resolved sequentially instead of in parallel, improving reliability for large numbers of templates. We've added smarter caching for initial value resolution, reducing duplicate computations. These improvements should result in more predictable performance and reduced resource usage when working with templates, particularly in larger projects with many templates. This optimization brings no API changes or breaking changes. ### ๐Ÿ› Notable bugfixes - Fixes list scrolling in the Scheduled Publishing interface. ### Install or upgrade Sanity Studio To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on [Installing and Upgrading Sanity Studio](https://www.sanity.io/docs/upgrade). If you are updating from a version earlier than [3.37.0](https://www.sanity.io/changelog/93306939-973b-4e48-bb63-89a6b91d70b3), you should also check out [this article](https://www.sanity.io/help/upgrade-packages) to ensure your dependencies are up to date. ### ๐Ÿ““ Full changelog Author | Message | Commit \------------ | ------------- | ------------- renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://redirect.github.com/sanity/presentation) to v1.17.6 ([#​7669](https://redirect.github.com/sanity-io/sanity/issues/7669)) | [`bd83ebb`](https://redirect.github.com/sanity-io/sanity/commit/bd83ebbdc0) renovate\[bot] | fix(deps): update dependency [@​sanity/insert-menu](https://redirect.github.com/sanity/insert-menu) to v1.0.10 ([#​7668](https://redirect.github.com/sanity-io/sanity/issues/7668)) | [`4ede77b`](https://redirect.github.com/sanity-io/sanity/commit/4ede77b443) renovate\[bot] | fix(deps): Update dev-non-major ([#​7671](https://redirect.github.com/sanity-io/sanity/issues/7671)) | [`1ebedd2`](https://redirect.github.com/sanity-io/sanity/commit/1ebedd2614) Snorre Eskeland Brekke | feat: adds support for Create-Studio integration ([#​7635](https://redirect.github.com/sanity-io/sanity/issues/7635)) | [`12cb46b`](https://redirect.github.com/sanity-io/sanity/commit/12cb46b0b7) renovate\[bot] | fix(deps): Update dev-non-major ([#​7679](https://redirect.github.com/sanity-io/sanity/issues/7679)) | [`070b33c`](https://redirect.github.com/sanity-io/sanity/commit/070b33c667) renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://redirect.github.com/sanity/presentation) to v1.17.7 ([#​7683](https://redirect.github.com/sanity-io/sanity/issues/7683)) | [`6c1febc`](https://redirect.github.com/sanity-io/sanity/commit/6c1febcdd9) renovate\[bot] | fix(deps): update dependency [@​portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.1.10 ([#​7692](https://redirect.github.com/sanity-io/sanity/issues/7692)) | [`7a564a6`](https://redirect.github.com/sanity-io/sanity/commit/7a564a653b) Rico Kahler | perf(core): memoize resolveInitialValueForType ([#​7674](https://redirect.github.com/sanity-io/sanity/issues/7674)) | [`3602d67`](https://redirect.github.com/sanity-io/sanity/commit/3602d673d0) Jordan Lawrence | fix: scheduled pub scroll list issue ([#​7658](https://redirect.github.com/sanity-io/sanity/issues/7658)) | [`4e05b3a`](https://redirect.github.com/sanity-io/sanity/commit/4e05b3a5d0) Simeon Griggs | feat(cli): prepare nextjs starter template for live mode ([#​7633](https://redirect.github.com/sanity-io/sanity/issues/7633)) | [`d018a71`](https://redirect.github.com/sanity-io/sanity/commit/d018a7117e) renovate\[bot] | fix(deps): update dependency [@​portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.1.11 ([#​7667](https://redirect.github.com/sanity-io/sanity/issues/7667)) | [`6479290`](https://redirect.github.com/sanity-io/sanity/commit/647929063e) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://redirect.github.com/sanity/ui) to ^2.8.13 ([#​7694](https://redirect.github.com/sanity-io/sanity/issues/7694)) | [`3e1cad6`](https://redirect.github.com/sanity-io/sanity/commit/3e1cad6cd4) renovate\[bot] | chore(deps): update dependency [@​vitejs/plugin-react](https://redirect.github.com/vitejs/plugin-react) to ^4.3.3 ([#​7688](https://redirect.github.com/sanity-io/sanity/issues/7688)) | [`56bc1a7`](https://redirect.github.com/sanity-io/sanity/commit/56bc1a716d) renovate\[bot] | fix(deps): Update dev-non-major ([#​7693](https://redirect.github.com/sanity-io/sanity/issues/7693)) | [`f03396f`](https://redirect.github.com/sanity-io/sanity/commit/f03396fefc) renovate\[bot] | fix(deps): update dependency react-rx to ^4.0.1 ([#​7712](https://redirect.github.com/sanity-io/sanity/issues/7712)) | [`46982a3`](https://redirect.github.com/sanity-io/sanity/commit/46982a3ab4) shur | chore: telemetry definition files are owned by [@​data-eng](https://redirect.github.com/data-eng) ([#​7703](https://redirect.github.com/sanity-io/sanity/issues/7703)) | [`7ed0f9c`](https://redirect.github.com/sanity-io/sanity/commit/7ed0f9cecf) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://redirect.github.com/sanity/ui) to ^2.8.14 ([#​7713](https://redirect.github.com/sanity-io/sanity/issues/7713)) | [`ef649b8`](https://redirect.github.com/sanity-io/sanity/commit/ef649b852c) renovate\[bot] | chore(deps): update dependency lerna to ^8.1.9 ([#​7711](https://redirect.github.com/sanity-io/sanity/issues/7711)) | [`ecac3b8`](https://redirect.github.com/sanity-io/sanity/commit/ecac3b8628) renovate\[bot] | fix(deps): update dependency [@​portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.2.0 ([#​7709](https://redirect.github.com/sanity-io/sanity/issues/7709)) | [`d1a35d5`](https://redirect.github.com/sanity-io/sanity/commit/d1a35d5ab0) renovate\[bot] | fix(deps): update dependency react-rx to ^4.1.0 ([#​7714](https://redirect.github.com/sanity-io/sanity/issues/7714)) | [`fa5cfe7`](https://redirect.github.com/sanity-io/sanity/commit/fa5cfe7143) renovate\[bot] | fix(deps): Update dev-non-major ([#​7708](https://redirect.github.com/sanity-io/sanity/issues/7708)) | [`ab24df2`](https://redirect.github.com/sanity-io/sanity/commit/ab24df25a1) Cody Olsen | chore(deps): bump react-compiler linter ([#​7715](https://redirect.github.com/sanity-io/sanity/issues/7715)) | [`ad56ad0`](https://redirect.github.com/sanity-io/sanity/commit/ad56ad0512) renovate\[bot] | chore(deps): update typescript-tooling ([#​7681](https://redirect.github.com/sanity-io/sanity/issues/7681)) | [`cc629b9`](https://redirect.github.com/sanity-io/sanity/commit/cc629b9797) renovate\[bot] | fix(deps): Update babel monorepo ([#​7719](https://redirect.github.com/sanity-io/sanity/issues/7719)) | [`3b20ff6`](https://redirect.github.com/sanity-io/sanity/commit/3b20ff672d) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://redirect.github.com/sanity/ui) to ^2.8.15 ([#​7718](https://redirect.github.com/sanity-io/sanity/issues/7718)) | [`1fadac5`](https://redirect.github.com/sanity-io/sanity/commit/1fadac51b7) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://redirect.github.com/sanity/ui) to ^2.8.15 ([#​7717](https://redirect.github.com/sanity-io/sanity/issues/7717)) | [`0f7ee17`](https://redirect.github.com/sanity-io/sanity/commit/0f7ee17a31) renovate\[bot] | chore(lockfile): update dependency [@​sanity/asset-utils](https://redirect.github.com/sanity/asset-utils) to v2.0.7 ([#​7721](https://redirect.github.com/sanity-io/sanity/issues/7721)) | [`50c683d`](https://redirect.github.com/sanity-io/sanity/commit/50c683d896) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://redirect.github.com/sanity/ui) to ^2.8.16 ([#​7722](https://redirect.github.com/sanity-io/sanity/issues/7722)) | [`4757af6`](https://redirect.github.com/sanity-io/sanity/commit/4757af693e) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://redirect.github.com/sanity/ui) to ^2.8.16 ([#​7723](https://redirect.github.com/sanity-io/sanity/issues/7723)) | [`3048630`](https://redirect.github.com/sanity-io/sanity/commit/304863040d) renovate\[bot] | fix(deps): update dependency [@​portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.3.0 ([#​7727](https://redirect.github.com/sanity-io/sanity/issues/7727)) | [`2f42394`](https://redirect.github.com/sanity-io/sanity/commit/2f42394d36) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://redirect.github.com/sanity/ui) to ^2.8.17 ([#​7725](https://redirect.github.com/sanity-io/sanity/issues/7725)) | [`4864eaa`](https://redirect.github.com/sanity-io/sanity/commit/4864eaa496) renovate\[bot] | fix(deps): Update dev-non-major ([#​7724](https://redirect.github.com/sanity-io/sanity/issues/7724)) | [`0e2888c`](https://redirect.github.com/sanity-io/sanity/commit/0e2888cd8b) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://redirect.github.com/sanity/ui) to ^2.8.18 ([#​7730](https://redirect.github.com/sanity-io/sanity/issues/7730)) | [`81cb734`](https://redirect.github.com/sanity-io/sanity/commit/81cb734974) renovate\[bot] | fix(deps): update dependency [@​portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.4.0 ([#​7729](https://redirect.github.com/sanity-io/sanity/issues/7729)) | [`5c1a81a`](https://redirect.github.com/sanity-io/sanity/commit/5c1a81a169) renovate\[bot] | fix(deps): update dependency [@​portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.4.1 ([#​7735](https://redirect.github.com/sanity-io/sanity/issues/7735)) | [`953501d`](https://redirect.github.com/sanity-io/sanity/commit/953501dd89) renovate\[bot] | chore(test-studio): update dependency [@​portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.4.1 ([#​7734](https://redirect.github.com/sanity-io/sanity/issues/7734)) | [`325e50a`](https://redirect.github.com/sanity-io/sanity/commit/325e50a162) Pedro Bonamin | fix(core): export BetaFeatures and ScheduledPublishing types ([#​7659](https://redirect.github.com/sanity-io/sanity/issues/7659)) | [`9fbebab`](https://redirect.github.com/sanity-io/sanity/commit/9fbebab14c) Binoy Patel | test(cli): migrate cli tests to vitest ([#​7731](https://redirect.github.com/sanity-io/sanity/issues/7731)) | [`51db20a`](https://redirect.github.com/sanity-io/sanity/commit/51db20ac6c) renovate\[bot] | fix(deps): update dependency groq-js to ^1.14.0 ([#​7738](https://redirect.github.com/sanity-io/sanity/issues/7738)) | [`c580ebf`](https://redirect.github.com/sanity-io/sanity/commit/c580ebf7c8) renovate\[bot] | fix(deps): update dependency react-rx to ^4.1.1 ([#​7739](https://redirect.github.com/sanity-io/sanity/issues/7739)) | [`c4d4abb`](https://redirect.github.com/sanity-io/sanity/commit/c4d4abb913) renovate\[bot] | chore(deps): update dependency [@​sanity/prettier-config](https://redirect.github.com/sanity/prettier-config) to ^1.0.3 ([#​7733](https://redirect.github.com/sanity-io/sanity/issues/7733)) | [`8aea4fa`](https://redirect.github.com/sanity-io/sanity/commit/8aea4facb2) Espen Hovlandsdal | fix: invalid locale namespace specified for create ([#​7732](https://redirect.github.com/sanity-io/sanity/issues/7732)) | [`9b2a6f7`](https://redirect.github.com/sanity-io/sanity/commit/9b2a6f7b78) Binoy Patel | test(codegen): migrate codegen tests to vitest ([#​7741](https://redirect.github.com/sanity-io/sanity/issues/7741)) | [`c799d28`](https://redirect.github.com/sanity-io/sanity/commit/c799d28dab) renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://redirect.github.com/sanity/presentation) to v1.17.8 ([#​7743](https://redirect.github.com/sanity-io/sanity/issues/7743)) | [`e631b2d`](https://redirect.github.com/sanity-io/sanity/commit/e631b2da18) renovate\[bot] | fix(deps): update dependency [@​portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.5.4 ([#​7737](https://redirect.github.com/sanity-io/sanity/issues/7737)) | [`c0bd3c2`](https://redirect.github.com/sanity-io/sanity/commit/c0bd3c23f1) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://redirect.github.com/sanity/ui) to ^2.8.19 ([#​7742](https://redirect.github.com/sanity-io/sanity/issues/7742)) | [`60ece5f`](https://redirect.github.com/sanity-io/sanity/commit/60ece5f196) renovate\[bot] | fix(deps): update dependency react-rx to ^4.1.3 ([#​7744](https://redirect.github.com/sanity-io/sanity/issues/7744)) | [`4a3157d`](https://redirect.github.com/sanity-io/sanity/commit/4a3157d102) renovate\[bot] | chore(deps): update react monorepo ([#​7753](https://redirect.github.com/sanity-io/sanity/issues/7753)) | [`ce6cfab`](https://redirect.github.com/sanity-io/sanity/commit/ce6cfabbf1) ecospark\[bot] | chore(deps): dedupe pnpm-lock.yaml ([#​7752](https://redirect.github.com/sanity-io/sanity/issues/7752)) | [`46f9218`](https://redirect.github.com/sanity-io/sanity/commit/46f9218e14) renovate\[bot] | fix(deps): Update dev-non-major ([#​7736](https://redirect.github.com/sanity-io/sanity/issues/7736)) | [`eebf6c4`](https://redirect.github.com/sanity-io/sanity/commit/eebf6c4cc2) renovate\[bot] | chore(deps): update dependency babel-plugin-react-compiler to v19 ([#​7755](https://redirect.github.com/sanity-io/sanity/issues/7755)) | [`361f347`](https://redirect.github.com/sanity-io/sanity/commit/361f3471b1) Jordan Lawrence | chore(scripts): reordering blocks in release notes template script ([#​7758](https://redirect.github.com/sanity-io/sanity/issues/7758)) | [`72934dd`](https://redirect.github.com/sanity-io/sanity/commit/72934ddbb1) ### [`v3.62.3`](https://redirect.github.com/sanity-io/sanity/releases/tag/v3.62.3) [Compare Source](https://redirect.github.com/sanity-io/sanity/compare/v3.62.2...v3.62.3) ### โœจ Highlights #### Optimized Initial Value Resolution This release includes a performance enhancement to optimize the resolution of [Initial Value Templates](https://www.sanity.io/docs/initial-value-templates): - Initial values are now resolved sequentially rather than in parallel, improving reliability in projects with large numbers of templates. - Enhanced caching reduces duplicate computations, leading to faster and more predictable performance when handling initial values. These updates streamline initial value resolution, making it more efficient for projects with complex templates. This may improve the start up performance for your Studio. ### Install or upgrade Sanity Studio To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on [Installing and Upgrading Sanity Studio](https://www.sanity.io/docs/upgrade). If you are updating from a version earlier than [3.37.0](https://www.sanity.io/changelog/93306939-973b-4e48-bb63-89a6b91d70b3), you should also check out [this article](https://www.sanity.io/help/upgrade-packages) to ensure your dependencies are up to date. ### ๐Ÿ““ Full changelog Author | Message | Commit \------------ | ------------- | ------------- renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://redirect.github.com/sanity/presentation) to v1.17.6 ([#​7669](https://redirect.github.com/sanity-io/sanity/issues/7669)) | [`bd83ebb`](https://redirect.github.com/sanity-io/sanity/commit/bd83ebbdc0) renovate\[bot] | fix(deps): update dependency [@​sanity/insert-menu](https://redirect.github.com/sanity/insert-menu) to v1.0.10 ([#​7668](https://redirect.github.com/sanity-io/sanity/issues/7668)) | [`4ede77b`](https://redirect.github.com/sanity-io/sanity/commit/4ede77b443) renovate\[bot] | fix(deps): Update dev-non-major ([#​7671](https://redirect.github.com/sanity-io/sanity/issues/7671)) | [`1ebedd2`](https://redirect.github.com/sanity-io/sanity/commit/1ebedd2614) Snorre Eskeland Brekke | feat: adds support for Create-Studio integration ([#​7635](https://redirect.github.com/sanity-io/sanity/issues/7635)) | [`12cb46b`](https://redirect.github.com/sanity-io/sanity/commit/12cb46b0b7) renovate\[bot] | fix(deps): Update dev-non-major ([#​7679](https://redirect.github.com/sanity-io/sanity/issues/7679)) | [`070b33c`](https://redirect.github.com/sanity-io/sanity/commit/070b33c667) renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://redirect.github.com/sanity/presentation) to v1.17.7 ([#​7683](https://redirect.github.com/sanity-io/sanity/issues/7683)) | [`6c1febc`](https://redirect.github.com/sanity-io/sanity/commit/6c1febcdd9) renovate\[bot] | fix(deps): update dependency [@​portabletext/editor](https://redirect.github.com/portabletext/editor) to ^1.1.10 ([#​7692](https://redirect.github.com/sanity-io/sanity/issues/7692)) | [`7a564a6`](https://redirect.github.com/sanity-io/sanity/commit/7a564a653b) Rico Kahler | perf(core): memoize resolveInitialValueForType ([#​7674](https://redirect.github.com/sanity-io/sanity/issues/7674)) | [`3602d67`](https://redirect.github.com/sanity-io/sanity/commit/3602d673d0) ### [`v3.62.2`](https://redirect.github.com/sanity-io/sanity/releases/tag/v3.62.2) [Compare Source](https://redirect.github.com/sanity-io/sanity/compare/v3.62.1...v3.62.2) ### Install or upgrade Sanity Studio To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on [Installing and Upgrading Sanity Studio](https://www.sanity.io/docs/upgrade). If you are updating from a version earlier than [3.37.0](https://www.sanity.io/changelog/93306939-973b-4e48-bb63-89a6b91d70b3), you should also check out [this article](https://www.sanity.io/help/upgrade-packages) to ensure your dependencies are up to date. ### โœจ Highlights - Updates the Presentation tool to enable visual editing packages to dynamically check which features are supported by the current tool version. ### ๐Ÿ““ Full changelog Author | Message | Commit \------------ | ------------- | ------------- renovate\[bot] | fix(deps): Update dev-non-major ([#​7661](https://redirect.github.com/sanity-io/sanity/issues/7661)) | [`21988da`](https://redirect.github.com/sanity-io/sanity/commit/21988da17e) renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://redirect.github.com/sanity/presentation) to v1.17.4 ([#​7662](https://redirect.github.com/sanity-io/sanity/issues/7662)) | [`35fdd4d`](https://redirect.github.com/sanity-io/sanity/commit/35fdd4d5f2) renovate\[bot] | fix(deps): Update dev-non-major ([#​7663](https://redirect.github.com/sanity-io/sanity/issues/

Configuration

๐Ÿ“… Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป Rebasing: Whenever PR is behind base branch, 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 week ago

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
live-visual-editing-next โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 11, 2024 3:33pm
visual-editing-astro โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 11, 2024 3:33pm
visual-editing-next โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 11, 2024 3:33pm
visual-editing-next-with-i18n โŒ Failed (Inspect) Nov 11, 2024 3:33pm
visual-editing-nuxt โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 11, 2024 3:33pm
visual-editing-page-builder-demo โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 11, 2024 3:33pm
visual-editing-remix โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 11, 2024 3:33pm
visual-editing-storybook โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 11, 2024 3:33pm
visual-editing-studio โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 11, 2024 3:33pm
visual-editing-svelte โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 11, 2024 3:33pm
socket-security[bot] commented 1 week ago

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

Package New capabilities Transitives Size Publisher
npm/@next/bundle-analyzer@14.2.17 Transitive: environment, filesystem, network, shell +18 2.31 MB matt.straka, rauchg, timer, ...2 more
npm/@next/bundle-analyzer@15.0.4-canary.5 Transitive: environment, filesystem, network, shell +18 2.31 MB vercel-release-bot
npm/@remix-run/css-bundle@2.14.0 None 0 15.6 kB mjackson
npm/@remix-run/dev@2.14.0 environment, filesystem Transitive: eval, network, shell, unsafe +470 55.5 MB mjackson
npm/@remix-run/eslint-config@2.14.0 Transitive: environment, eval, filesystem, shell, unsafe +236 32.3 MB mjackson
npm/@remix-run/node@2.14.0 Transitive: environment, eval, filesystem, network +44 16.1 MB mjackson
npm/@remix-run/react@2.14.0 environment, network Transitive: filesystem +9 5.49 MB mjackson
npm/@remix-run/serve@2.14.0 Transitive: environment, eval, filesystem, network, unsafe +90 2.91 MB mjackson
npm/@sanity/cli@3.63.0 Transitive: environment, eval, filesystem, network, shell, unsafe +304 38.4 MB armandocerna, ash, atombender, ...59 more
npm/@sanity/client@6.22.4 Transitive: environment, network +26 1.39 MB
npm/@sanity/image-url@1.1.0 None 0 178 kB rexxars
npm/@sanity/ui@2.8.23 Transitive: environment +28 10.3 MB sanity-io
npm/@sveltejs/adapter-auto@3.3.1 environment +1 84.9 kB svelte-admin
npm/@tinloof/sanity-studio@1.4.0 environment +30 9.9 MB tinloof-user
npm/@types/react@18.3.12 None +2 1.69 MB types
npm/@vercel/remix@2.13.1 Transitive: environment, eval, filesystem, network, unsafe +44 19.1 MB vercel-release-bot
npm/@vercel/speed-insights@1.1.0 None 0 285 kB vercel-release-bot
npm/@vercel/toolbar@0.1.26 Transitive: environment, filesystem, network, shell +64 1.26 MB vercel-release-bot
npm/astro-portabletext@0.10.1 None +2 195 kB theisel
npm/astro@4.16.10 Transitive: environment, eval, filesystem, network, shell +301 57.8 MB fredkschott
npm/eslint-config-next@14.2.17 unsafe Transitive: environment, filesystem, shell +45 4.05 MB vercel-release-bot
npm/eslint-config-next@15.0.4-canary.5 unsafe Transitive: environment, filesystem +29 1.14 MB vercel-release-bot
npm/eslint-plugin-jsx-a11y@6.10.2 Transitive: eval +85 9.82 MB evcohen, jessebeach, lencioni, ...1 more
npm/eslint-plugin-react@7.37.2 Transitive: environment, eval, filesystem +106 6.22 MB ljharb, yannickcr
npm/lucide-react@0.456.0 None 0 28.4 MB ericfennis
npm/next-sanity@9.8.10 environment Transitive: eval, filesystem, network, shell, unsafe +1431 265 MB sanity-io
npm/next@14.2.17 environment, filesystem, network, shell, unsafe +28 100 MB vercel-release-bot
npm/next@15.0.4-canary.5 environment, filesystem, network, shell, unsafe +12 121 MB vercel-release-bot
npm/nuxt@3.14.159 Transitive: environment, eval, filesystem, network, shell, unsafe +534 122 MB danielroe
npm/postcss@8.4.48 None +3 371 kB ai
npm/svelte-check@4.0.6 Transitive: environment, filesystem +9 5.56 MB dummdidumm, orta, svelte-language-tools-deploy
npm/tslib@2.8.1 None 0 90.4 kB typescript-bot
npm/vite-tsconfig-paths@5.1.2 filesystem Transitive: environment +4 195 kB aleclarson

๐Ÿšฎ Removed packages: npm/@next/bundle-analyzer@14.2.15, npm/@next/bundle-analyzer@15.0.0-canary.202, npm/@remix-run/css-bundle@2.13.1, npm/@remix-run/dev@2.13.1, npm/@remix-run/eslint-config@2.13.1, npm/@remix-run/node@2.13.1, npm/@remix-run/react@2.13.1, npm/@remix-run/serve@2.13.1, npm/@sanity/client@6.22.2, npm/@sanity/image-url@1.0.2, npm/@sveltejs/adapter-auto@3.2.5, npm/@tinloof/sanity-studio@1.3.5, npm/@types/react@18.3.11, npm/@vercel/remix@2.12.0, npm/@vercel/speed-insights@1.0.12, npm/@vercel/toolbar@0.1.22, npm/astro-portabletext@0.10.0, npm/astro@4.16.6, npm/eslint-config-next@14.2.15, npm/eslint-config-next@15.0.0-canary.202, npm/eslint-plugin-jsx-a11y@6.10.1, npm/eslint-plugin-react@7.37.1, npm/lucide-react@0.453.0, npm/next-sanity@9.5.5, npm/next-sanity@9.7.0-canary.23, npm/next@14.2.15, npm/next@15.0.0-canary.202, npm/nuxt@3.13.2, npm/postcss@8.4.47, npm/svelte-check@4.0.5, npm/tslib@2.8.0, npm/vite-tsconfig-paths@5.0.1

View full reportโ†—๏ธŽ