sanity-io / sanity-template-vercel-visual-editing

https://sanity-template-vercel-visual-editing-git-preview.sanity.build
37 stars 14 forks source link

fix(deps): Update non-major #43

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/client (source) 6.1.7 -> 6.4.0 age adoption passing confidence
@sanity/vision (source) 3.14.3 -> 3.14.5 age adoption passing confidence
@types/react (source) 18.2.15 -> 18.2.18 age adoption passing confidence
@​vercel/og 0.5.9 -> 0.5.10 age adoption passing confidence
eslint (source) ^8.39.0 -> ^8.46.0 age adoption passing confidence
next-sanity 5.1.2 -> 5.1.6 age adoption passing confidence
postcss (source) ^8.4.23 -> ^8.4.27 age adoption passing confidence
prettier-plugin-packagejson ^2.4.3 -> ^2.4.5 age adoption passing confidence
prettier-plugin-tailwindcss ^0.4.0 -> ^0.4.1 age adoption passing confidence
sanity (source) 3.14.3 -> 3.14.5 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.1.6 age adoption passing confidence

Release Notes

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)
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](https://togithub.com/eslint/eslint/issues/17419)) (Milos Djermanovic) - [`853d32b`](https://togithub.com/eslint/eslint/commit/853d32baa8934c08b59a738470b72522e1505f6f) feat: deprecate no-return-await ([#​17417](https://togithub.com/eslint/eslint/issues/17417)) (Carlos Lopez) - [`d4f02e4`](https://togithub.com/eslint/eslint/commit/d4f02e4bf1b9ae4e1fc8f2bc4e4851ae3c36a127) feat: `no-control-regex` support `v` flag ([#​17405](https://togithub.com/eslint/eslint/issues/17405)) (Yosuke Ota) - [`2a35f3e`](https://togithub.com/eslint/eslint/commit/2a35f3e6ed27deafbebba48b6aec570d3abf9974) feat: `prefer-named-capture-group` support `v` flag ([#​17409](https://togithub.com/eslint/eslint/issues/17409)) (Yosuke Ota) - [`8ca8b50`](https://togithub.com/eslint/eslint/commit/8ca8b50b0425b3bad34a9505bc3095168e2f59d8) feat: Better error message for flat config plugins ([#​17399](https://togithub.com/eslint/eslint/issues/17399)) (Nicholas C. Zakas) - [`509f753`](https://togithub.com/eslint/eslint/commit/509f75395035822280245772e2a95732a0dde0e1) feat: `no-misleading-character-class` support `v` flag ([#​17406](https://togithub.com/eslint/eslint/issues/17406)) (Yosuke Ota) - [`3caf514`](https://togithub.com/eslint/eslint/commit/3caf51487decdf93a4b17765a2af2a51c337e974) feat: `no-regex-spaces` support `v` flag ([#​17407](https://togithub.com/eslint/eslint/issues/17407)) (Yosuke Ota) - [`b7fad2b`](https://togithub.com/eslint/eslint/commit/b7fad2b52f23667628cf209663795a721c88d0ba) feat: `prefer-regex-literals` support `v` flag ([#​17410](https://togithub.com/eslint/eslint/issues/17410)) (Yosuke Ota) - [`a6a3ad4`](https://togithub.com/eslint/eslint/commit/a6a3ad4ae438ea7fc3a1d97cd2555f6534b565f1) feat: `no-useless-backreference` support `v` flag ([#​17408](https://togithub.com/eslint/eslint/issues/17408)) (Yosuke Ota) - [`94954a7`](https://togithub.com/eslint/eslint/commit/94954a715448d5794f2892bf212fe986b43228ed) feat: `no-invalid-regexp` support `v` flag ([#​17404](https://togithub.com/eslint/eslint/issues/17404)) (Yosuke Ota) - [`1af6eac`](https://togithub.com/eslint/eslint/commit/1af6eac5727080c809e37c07dc729b44ef24483c) feat: adds option for allowing empty object patterns as parameter ([#​17365](https://togithub.com/eslint/eslint/issues/17365)) (Tanuj Kanti) - [`cf03104`](https://togithub.com/eslint/eslint/commit/cf03104b278fea59ef46e09f667110f5eaaf95e3) feat: Improve config error messages ([#​17385](https://togithub.com/eslint/eslint/issues/17385)) (Nicholas C. Zakas) ##### Bug Fixes - [`9803c7c`](https://togithub.com/eslint/eslint/commit/9803c7c04078f0672d8a480fd39cf3bbef8017e6) fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules ([#​17393](https://togithub.com/eslint/eslint/issues/17393)) (Milos Djermanovic) - [`42faa17`](https://togithub.com/eslint/eslint/commit/42faa17b1c93f801b14bea2840d1d528e25c7211) fix: Update no-loop-func to not overlap with no-undef ([#​17358](https://togithub.com/eslint/eslint/issues/17358)) (Matt Wilkinson) ##### Documentation - [`4d474e3`](https://togithub.com/eslint/eslint/commit/4d474e351ba6ce0242f18e55c27cb3ae17b84f63) docs: update with TypeScript info ([#​17423](https://togithub.com/eslint/eslint/issues/17423)) (James) - [`091f44e`](https://togithub.com/eslint/eslint/commit/091f44e4c72007edb2ac6d4db4eafa5501e41e94) docs: File extension named processor deprecation ([#​17362](https://togithub.com/eslint/eslint/issues/17362)) (Matt Wilkinson) - [`9254a6c`](https://togithub.com/eslint/eslint/commit/9254a6cea845dfaf2f3f52f718cb9b071853aa09) docs: Update README (GitHub Actions Bot) - [`6d6dc51`](https://togithub.com/eslint/eslint/commit/6d6dc5141f535728029eef8735854a421bc08eba) docs: fix overlapping of `open in playground` button ([#​17403](https://togithub.com/eslint/eslint/issues/17403)) (Tanuj Kanti) - [`7fc3a2c`](https://togithub.com/eslint/eslint/commit/7fc3a2ce68979a2c2a6fc779e647b3004ab6f4ac) docs: Add private class features info to no-underscore-dangle ([#​17386](https://togithub.com/eslint/eslint/issues/17386)) (Matt Wilkinson) - [`da73e58`](https://togithub.com/eslint/eslint/commit/da73e583e1703a420551d8fa8f7c70b56dc88dd5) docs: Migrating `eslint-env` configuration comments ([#​17390](https://togithub.com/eslint/eslint/issues/17390)) (Francesco Trotta) - [`80dffed`](https://togithub.com/eslint/eslint/commit/80dffed4c81dcc71fb72bc187aff2f87d141a6ed) docs: fix Ignoring Files section in config migration guide ([#​17392](https://togithub.com/eslint/eslint/issues/17392)) (Milos Djermanovic) - [`8a9abb7`](https://togithub.com/eslint/eslint/commit/8a9abb7cf424bd49d45c09345dc45ae95f29cc9d) docs: Update README (GitHub Actions Bot) - [`7e9be4b`](https://togithub.com/eslint/eslint/commit/7e9be4bd7331d0e8e8e0af0b075a2f6d28d1bea3) docs: Update README (GitHub Actions Bot) - [`0b0bbe0`](https://togithub.com/eslint/eslint/commit/0b0bbe07d4fb0870f3916e975b8ec6978f838077) docs: Update README (GitHub Actions Bot) ##### Chores - [`d1eb7e4`](https://togithub.com/eslint/eslint/commit/d1eb7e46e954c64af8d7d13d087b3a18f43e6d72) chore: Update ecosystem dependencies ([#​17427](https://togithub.com/eslint/eslint/issues/17427)) (Nicholas C. Zakas) - [`fab9e97`](https://togithub.com/eslint/eslint/commit/fab9e97ef9dff40e98a5b3b97bdd3b0ff5439d46) chore: package.json update for eslint-config-eslint release (ESLint Jenkins) - [`6246711`](https://togithub.com/eslint/eslint/commit/6246711e0650d03afe044c36acde048ed2d39ee3) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`0aa0bc3`](https://togithub.com/eslint/eslint/commit/0aa0bc365a5425440c8e86c96104d0053a51b602) chore: Add PRs to triage project ([#​17421](https://togithub.com/eslint/eslint/issues/17421)) (Nicholas C. Zakas)
sanity-io/next-sanity (next-sanity) ### [`v5.1.6`](https://togithub.com/sanity-io/next-sanity/blob/HEAD/CHANGELOG.md#516-2023-08-05) [Compare Source](https://togithub.com/sanity-io/next-sanity/compare/v5.1.5...v5.1.6) ##### Bug Fixes - **deps:** Update dependency [@​sanity/preview-kit](https://togithub.com/sanity/preview-kit) to v2.4.7 ([#​502](https://togithub.com/sanity-io/next-sanity/issues/502)) ([25713ef](https://togithub.com/sanity-io/next-sanity/commit/25713ef08e12bb0360a6d8ec451b3ea6b1f7849c)), closes [#​492](https://togithub.com/sanity-io/next-sanity/issues/492) [#​490](https://togithub.com/sanity-io/next-sanity/issues/490) [#​453](https://togithub.com/sanity-io/next-sanity/issues/453) [#​458](https://togithub.com/sanity-io/next-sanity/issues/458) ### [`v5.1.5`](https://togithub.com/sanity-io/next-sanity/blob/HEAD/CHANGELOG.md#515-2023-08-04) [Compare Source](https://togithub.com/sanity-io/next-sanity/compare/v5.1.4...v5.1.5) ##### Bug Fixes - **deps:** Update dependency [@​sanity/preview-kit](https://togithub.com/sanity/preview-kit) to v2.4.3 ([#​501](https://togithub.com/sanity-io/next-sanity/issues/501)) ([8a9ff72](https://togithub.com/sanity-io/next-sanity/commit/8a9ff72998d9cad7e3a6f96fea3b79cc989a054d)) ### [`v5.1.4`](https://togithub.com/sanity-io/next-sanity/blob/HEAD/CHANGELOG.md#514-2023-08-04) [Compare Source](https://togithub.com/sanity-io/next-sanity/compare/v5.1.3...v5.1.4) ##### Bug Fixes - **deps:** Update dependency [@​sanity/preview-kit](https://togithub.com/sanity/preview-kit) to v2.4.2 ([#​500](https://togithub.com/sanity-io/next-sanity/issues/500)) ([fb5e538](https://togithub.com/sanity-io/next-sanity/commit/fb5e5383ee3262564c63bb0603b7ff6959a124d9)) ### [`v5.1.3`](https://togithub.com/sanity-io/next-sanity/blob/HEAD/CHANGELOG.md#513-2023-08-02) [Compare Source](https://togithub.com/sanity-io/next-sanity/compare/v5.1.2...v5.1.3) ##### Bug Fixes - **deps:** update non-major ([#​491](https://togithub.com/sanity-io/next-sanity/issues/491)) ([dd0293c](https://togithub.com/sanity-io/next-sanity/commit/dd0293c8485e2d5f253fc36b027c8ef17791fd07))

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)
sanity-template-vercel-visual-editing โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Aug 5, 2023 0:20am
socket-security[bot] commented 1 year ago

Removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

๐Ÿšฎ Removed packages: @sanity/client@6.1.7, @sanity/vision@3.14.3, @vercel/og@0.5.9, eslint@8.45.0, next-sanity@5.1.2, sanity@3.14.3