sanity-io / assist

Sanity AI Assist: A plugin for Sanity Studio
MIT License
13 stars 5 forks source link

fix(deps): Update non-major #41

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/code-input 4.1.3 -> 4.1.4 age adoption passing confidence
@sanity/ui (source) 2.1.0 -> 2.1.1 age adoption passing confidence
@sanity/vision (source) 3.36.4 -> 3.37.0 age adoption passing confidence
npm-run-all2 ^5.0.0 -> ^5.0.2 age adoption passing confidence
sanity (source) ^3.36.4 -> ^3.37.0 age adoption passing confidence

Release Notes

sanity-io/code-input (@​sanity/code-input) ### [`v4.1.4`](https://togithub.com/sanity-io/code-input/blob/HEAD/CHANGELOG.md#414-2024-04-09) [Compare Source](https://togithub.com/sanity-io/code-input/compare/v4.1.3...v4.1.4) ##### Bug Fixes - remove incorrect autocomplete from GROQ ([#​103](https://togithub.com/sanity-io/code-input/issues/103)) ([1f45acb](https://togithub.com/sanity-io/code-input/commit/1f45acb709018d273b105f870fdf5ae323d0cd38))
sanity-io/ui (@​sanity/ui) ### [`v2.1.1`](https://togithub.com/sanity-io/ui/blob/HEAD/CHANGELOG.md#211-2024-04-09) [Compare Source](https://togithub.com/sanity-io/ui/compare/v2.1.0...v2.1.1) ##### Bug Fixes - better esm.sh support ([60dc2a9](https://togithub.com/sanity-io/ui/commit/60dc2a9d40f587755131fc0fa29bc3644baac726))
sanity-io/sanity (@​sanity/vision) ### [`v3.37.0`](https://togithub.com/sanity-io/sanity/releases/tag/v3.37.0) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.36.4...v3.37.0) ### :warning: This upgrade requires `styled-components@6.1` and `@sanity/ui@2` This release comes with version requirements for the following packages: - `styled-components@6.1` (required for all Studio projects) - `@sanity/ui@2` (optional) If you're maintaining a plugin for Sanity Studio, we'll recommend that you upgrade its dependencies too. #### `styled-components` (required) We have seen incompability issues when `styled-components@5` is used outside of the Vite configuration that ships with `sanity`, for example, when the Studio is embedded in a Next.js or Remix project. Styled Components is a required dependency for Sanity Studio projects. By upgrading it, you can also delete the `@types/styled-components` and `react-is` dependencies that were required with `styled-components@5`: ```shell ### npm npm install sanity@latest styled-components@^6.1 npm rm @​types/styled-components react-is ### pnpm pnpm install sanity@latest styled-components@^6.1 pnpm rm @​types/styled-components react-is ### yarn yarn add sanity@latest styled-components@^6.1 yarn rm @​types/styled-components react-is ``` Note: if you have local customizations in your Sanity Studio that are using `styled-components` you may need to do some minor adjustments to the customization code as well. Please consult [the styled-components migration guide](https://styled-components.com/docs/faqs) for more details. #### `@sanity/ui` Studio projects that uses [`@sanity/ui`](https://www.sanity.io/ui) for customizations and have it as a dependency in `package.json` needs to upgrade to `@sanity/ui@2`: ```shell ### npm npm install "@​sanity/ui@^2" ### pnpm pnpm install "@​sanity/ui@^2" ### yarn yarn add "@​sanity/ui@^2" ``` ### ✨ Highlights #### Tasks (Beta) Sanity Studio now ships with Tasks. You can now: - Target tasks for specific documents - Assigned tasks to Studio members - Comment on tasks, and use @​-mentions - Resolve tasks ![Tasks for Sanity Studio](https://cdn.sanity.io/images/3do82whm/next/b2cb65d7be8edd2e277891c0564c82f6510abeb0-359x642.png) Tasks ships enabled by default. If you want to disable tasks in your Studio, you can do so with this configuration: ```ts // ./sanity.config.ts|js export default defineConfig({ // ... rest of config unstable_tasks: { enabled: false }, }) ``` Learn more about Tasks in the documentation: - [Configuration](https://www.sanity.io/docs/configuring-tasks) - [User guide](https://www.sanity.io/docs/tasks) #### Other features - Resolves "Masquerading as CJS and ESM" type errors - Adds ESM with .mjs exports for full support of Node.js' native ESM mode, while still oferring .esm.js exports for legacy bundlers support - Adds missing `sideEffects: false` conditions to package.json files, improving tree-shaking and reducing bundle sizes for embedded Sanity Studio projects - Simplifies the Shopify schema starter template ### 🐛 Notable bugfixes - Fixes a bug where wrongly formatted configuration would be inserted into tsconfig.json when `sanity init` was run inside of a Next.js project - Fixes an issue where importing \`\`.scss`or`.sass\` files from the studio configuration or a descendant file would cause certain CLI commands to crash - Improves error message when extracted schema (from `sanity schema extract`) could not be found when running `sanity typegen generate` - Fixes an issue where the CLI might suggest deprecated Sanity v2 commands if you mistype a command name - Makes the `current` field on slugs required when used with the `--enforce-required-fields` flag in `sanity typegen` contexts - Fixes an bug where running `npx sanity init` in a Next.js project would break the `tsconfig.json` configuration ### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Cody Olsen | chore(renovate): pin framer-motion to known stable ([#​6166](https://togithub.com/sanity-io/sanity/issues/6166)) | [`b54852a`](https://togithub.com/sanity-io/sanity/commit/b54852a6e5) ecospark\[bot] | chore(prettier): fix unformatted files 🤖 ✨ ([#​6168](https://togithub.com/sanity-io/sanity/issues/6168)) | [`19891dc`](https://togithub.com/sanity-io/sanity/commit/19891dce77) renovate\[bot] | chore(deps): update dependency [@​sanity/icons](https://togithub.com/sanity/icons) to ^2.11.6 ([#​6169](https://togithub.com/sanity-io/sanity/issues/6169)) | [`9f50f6d`](https://togithub.com/sanity-io/sanity/commit/9f50f6df47) renovate\[bot] | chore(deps): update dependency turbo to ^1.13.2 ([#​6170](https://togithub.com/sanity-io/sanity/issues/6170)) | [`073b5b8`](https://togithub.com/sanity-io/sanity/commit/073b5b8463) renovate\[bot] | chore(deps): update dependency vite to ^4.5.3 ([#​6171](https://togithub.com/sanity-io/sanity/issues/6171)) | [`b14d324`](https://togithub.com/sanity-io/sanity/commit/b14d32409e) renovate\[bot] | chore(lockfile): update dependency [@​portabletext/react](https://togithub.com/portabletext/react) to v3.0.15 ([#​6172](https://togithub.com/sanity-io/sanity/issues/6172)) | [`fbc7183`](https://togithub.com/sanity-io/sanity/commit/fbc7183778) renovate\[bot] | chore(lockfile): update dependency [@​sanity/color](https://togithub.com/sanity/color) to v3.0.4 ([#​6173](https://togithub.com/sanity-io/sanity/issues/6173)) | [`cdf561e`](https://togithub.com/sanity-io/sanity/commit/cdf561e5c0) renovate\[bot] | chore(lockfile): update dependency [@​sanity/logos](https://togithub.com/sanity/logos) to v2.1.8 ([#​6175](https://togithub.com/sanity-io/sanity/issues/6175)) | [`ffb6ddd`](https://togithub.com/sanity-io/sanity/commit/ffb6ddde91) renovate\[bot] | fix(deps): Update react monorepo ([#​6176](https://togithub.com/sanity-io/sanity/issues/6176)) | [`c4f24d2`](https://togithub.com/sanity-io/sanity/commit/c4f24d2a66) renovate\[bot] | fix(deps): update dependency [@​sanity/client](https://togithub.com/sanity/client) to ^6.15.9 ([#​6177](https://togithub.com/sanity-io/sanity/issues/6177)) | [`fbeb6fb`](https://togithub.com/sanity-io/sanity/commit/fbeb6fbabd) renovate\[bot] | chore(deps): update dependency use-hot-module-reload to v2 ([#​6180](https://togithub.com/sanity-io/sanity/issues/6180)) | [`39bf293`](https://togithub.com/sanity-io/sanity/commit/39bf293263) Cody Olsen | Revert "chore(deps): update dependency use-hot-module-reload to v2 ([#​6180](https://togithub.com/sanity-io/sanity/issues/6180))" ([#​6182](https://togithub.com/sanity-io/sanity/issues/6182)) | [`3b8c28c`](https://togithub.com/sanity-io/sanity/commit/3b8c28ce11) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to ^2.0.13 ([#​6178](https://togithub.com/sanity-io/sanity/issues/6178)) | [`4f1b36d`](https://togithub.com/sanity-io/sanity/commit/4f1b36d245) renovate\[bot] | fix(deps): update dependency get-it to ^8.4.17 ([#​6179](https://togithub.com/sanity-io/sanity/issues/6179)) | [`ee16280`](https://togithub.com/sanity-io/sanity/commit/ee162803e9) Cody Olsen | fix(deps): pin framer-motion to the same version used by `@sanity/ui` ([#​6183](https://togithub.com/sanity-io/sanity/issues/6183)) | [`7120aa8`](https://togithub.com/sanity-io/sanity/commit/7120aa8ce6) Cody Olsen | chore: fix typings error | [`b369d92`](https://togithub.com/sanity-io/sanity/commit/b369d92a27) ecospark\[bot] | chore(deps): dedupe pnpm-lock.yaml ([#​6184](https://togithub.com/sanity-io/sanity/issues/6184)) | [`b4f9ba5`](https://togithub.com/sanity-io/sanity/commit/b4f9ba59e0) renovate\[bot] | chore(deps): lock file maintenance ([#​6186](https://togithub.com/sanity-io/sanity/issues/6186)) | [`a32e5d5`](https://togithub.com/sanity-io/sanity/commit/a32e5d57da) Cody Olsen | chore: pin `@sanity/eslint-config-i18n` | [`89fac9f`](https://togithub.com/sanity-io/sanity/commit/89fac9f731) Cody Olsen | chore: pin `@playwright/test` | [`1f4700c`](https://togithub.com/sanity-io/sanity/commit/1f4700c048) Cody Olsen | chore: pin `@playwright/experimental-ct-react` | [`e09a5ef`](https://togithub.com/sanity-io/sanity/commit/e09a5ef44d) renovate\[bot] | chore(deps): lock file maintenance ([#​6187](https://togithub.com/sanity-io/sanity/issues/6187)) | [`dcbb7a4`](https://togithub.com/sanity-io/sanity/commit/dcbb7a4c1a) Cody Olsen | fix: use named `styled` import for better ESM runtime compat ([#​6185](https://togithub.com/sanity-io/sanity/issues/6185)) | [`b544abb`](https://togithub.com/sanity-io/sanity/commit/b544abb372) Herman Wikner | fix(comments): weaken references in content snapshot ([#​6131](https://togithub.com/sanity-io/sanity/issues/6131)) | [`d1f1a4c`](https://togithub.com/sanity-io/sanity/commit/d1f1a4cd40) renovate\[bot] | chore(deps): update dependency [@​sanity/pkg-utils](https://togithub.com/sanity/pkg-utils) to ^4.4.4 ([#​6191](https://togithub.com/sanity-io/sanity/issues/6191)) | [`199f310`](https://togithub.com/sanity-io/sanity/commit/199f3104c5) renovate\[bot] | chore(deps): update dependency [@​sanity/visual-editing](https://togithub.com/sanity/visual-editing) to v1.8.5 ([#​6194](https://togithub.com/sanity-io/sanity/issues/6194)) | [`3113498`](https://togithub.com/sanity-io/sanity/commit/3113498614) renovate\[bot] | chore(lockfile): update dependency [@​sanity/react-loader](https://togithub.com/sanity/react-loader) to v1.9.6 ([#​6195](https://togithub.com/sanity-io/sanity/issues/6195)) | [`f41b784`](https://togithub.com/sanity-io/sanity/commit/f41b784f8e) renovate\[bot] | chore(deps): update linters to v7 ([#​6192](https://togithub.com/sanity-io/sanity/issues/6192)) | [`4247e4f`](https://togithub.com/sanity-io/sanity/commit/4247e4fc7c) Cody Olsen | refactor: support `strict: true` in `@sanity/schema` codebase ([#​6207](https://togithub.com/sanity-io/sanity/issues/6207)) | [`605bd62`](https://togithub.com/sanity-io/sanity/commit/605bd62b37) Cody Olsen | chore: reduce test flakiness by increasing timeout to 60s ([#​6208](https://togithub.com/sanity-io/sanity/issues/6208)) | [`1cecb45`](https://togithub.com/sanity-io/sanity/commit/1cecb456f3) Simeon Griggs | simplify 'shopify' template schema ([#​6161](https://togithub.com/sanity-io/sanity/issues/6161)) | [`69ff15f`](https://togithub.com/sanity-io/sanity/commit/69ff15fd3a) Pedro Bonamin | fix(tasks): disable autocomplete on 'assign to' input ([#​6193](https://togithub.com/sanity-io/sanity/issues/6193)) | [`da49af0`](https://togithub.com/sanity-io/sanity/commit/da49af0835) Espen Hovlandsdal | fix(schema): make `current` field for slugs required ([#​6205](https://togithub.com/sanity-io/sanity/issues/6205)) | [`e420b6f`](https://togithub.com/sanity-io/sanity/commit/e420b6f11a) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to ^2.0.14 ([#​6209](https://togithub.com/sanity-io/sanity/issues/6209)) | [`f4d2e7e`](https://togithub.com/sanity-io/sanity/commit/f4d2e7ebc4) Espen Hovlandsdal | fix(cli): do not suggest v2 cli commands on "no such command" error ([#​6211](https://togithub.com/sanity-io/sanity/issues/6211)) | [`69ff7ff`](https://togithub.com/sanity-io/sanity/commit/69ff7ff2c1) Espen Hovlandsdal | fix(cli): improve error handling on missing extracted schema ([#​6204](https://togithub.com/sanity-io/sanity/issues/6204)) | [`4fb0e66`](https://togithub.com/sanity-io/sanity/commit/4fb0e66a64) renovate\[bot] | chore(deps): update dependency use-hot-module-reload to v2 ([#​6217](https://togithub.com/sanity-io/sanity/issues/6217)) | [`4385ca8`](https://togithub.com/sanity-io/sanity/commit/4385ca879d) renovate\[bot] | chore(deps): replace dependency is-hotkey with is-hotkey-esm ^1.0.0 ([#​6218](https://togithub.com/sanity-io/sanity/issues/6218)) | [`12f25d5`](https://togithub.com/sanity-io/sanity/commit/12f25d53f8) renovate\[bot] | chore(deps): update dependency [@​portabletext/toolkit](https://togithub.com/portabletext/toolkit) to ^2.0.14 ([#​6219](https://togithub.com/sanity-io/sanity/issues/6219)) | [`a72b652`](https://togithub.com/sanity-io/sanity/commit/a72b65214d) renovate\[bot] | chore(deps): update dependency [@​types/arrify](https://togithub.com/types/arrify) to ^1.0.4 ([#​6220](https://togithub.com/sanity-io/sanity/issues/6220)) | [`25a95a0`](https://togithub.com/sanity-io/sanity/commit/25a95a0a87) renovate\[bot] | fix(deps): update dependency get-it to ^8.4.18 ([#​6222](https://togithub.com/sanity-io/sanity/issues/6222)) | [`70f0963`](https://togithub.com/sanity-io/sanity/commit/70f0963337) renovate\[bot] | chore(lockfile): update dependency [@​portabletext/react](https://togithub.com/portabletext/react) to v3.0.17 ([#​6221](https://togithub.com/sanity-io/sanity/issues/6221)) | [`a4de075`](https://togithub.com/sanity-io/sanity/commit/a4de075223) renovate\[bot] | fix(deps): update dependency [@​sanity/client](https://togithub.com/sanity/client) to ^6.15.10 ([#​6228](https://togithub.com/sanity-io/sanity/issues/6228)) | [`ba323ae`](https://togithub.com/sanity-io/sanity/commit/ba323ae876) renovate\[bot] | chore(deps): update dependency [@​babel/preset-env](https://togithub.com/babel/preset-env) to ^7.24.4 ([#​6226](https://togithub.com/sanity-io/sanity/issues/6226)) | [`7c60f3e`](https://togithub.com/sanity-io/sanity/commit/7c60f3ed7b) renovate\[bot] | chore(lockfile): update dependency [@​sanity/icons](https://togithub.com/sanity/icons) to v2.11.7 ([#​6174](https://togithub.com/sanity-io/sanity/issues/6174)) | [`1af2e4f`](https://togithub.com/sanity-io/sanity/commit/1af2e4f8b0) renovate\[bot] | chore(deps): update dependency [@​sanity/icons](https://togithub.com/sanity/icons) to ^2.11.7 ([#​6231](https://togithub.com/sanity-io/sanity/issues/6231)) | [`830f403`](https://togithub.com/sanity-io/sanity/commit/830f403368) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to ^2.0.15 ([#​6229](https://togithub.com/sanity-io/sanity/issues/6229)) | [`a6eb947`](https://togithub.com/sanity-io/sanity/commit/a6eb947793) renovate\[bot] | chore(lockfile): update dependency [@​sanity/color](https://togithub.com/sanity/color) to v3.0.5 ([#​6232](https://togithub.com/sanity-io/sanity/issues/6232)) | [`7887f0d`](https://togithub.com/sanity-io/sanity/commit/7887f0d84a) renovate\[bot] | chore(lockfile): update dependency [@​sanity/logos](https://togithub.com/sanity/logos) to v2.1.9 ([#​6233](https://togithub.com/sanity-io/sanity/issues/6233)) | [`c1b72fc`](https://togithub.com/sanity-io/sanity/commit/c1b72fc6b6) Espen Hovlandsdal | fix(cli): use stub file loader for scss, sass extensions ([#​6215](https://togithub.com/sanity-io/sanity/issues/6215)) | [`80f4f22`](https://togithub.com/sanity-io/sanity/commit/80f4f220f1) renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://togithub.com/sanity/presentation) to v1.12.2 ([#​6235](https://togithub.com/sanity-io/sanity/issues/6235)) | [`acbb08a`](https://togithub.com/sanity-io/sanity/commit/acbb08a9d3) renovate\[bot] | chore(deps): update dependency [@​sanity/visual-editing](https://togithub.com/sanity/visual-editing) to v1.8.6 ([#​6237](https://togithub.com/sanity-io/sanity/issues/6237)) | [`f0f6537`](https://togithub.com/sanity-io/sanity/commit/f0f653760e) Cody Olsen | refactor(renovate): ignore `slate` and `slate-react` as they're bumped manually ([#​6242](https://togithub.com/sanity-io/sanity/issues/6242)) | [`6fc2bbb`](https://togithub.com/sanity-io/sanity/commit/6fc2bbbde6) ecospark\[bot] | chore(prettier): fix unformatted files 🤖 ✨ ([#​6243](https://togithub.com/sanity-io/sanity/issues/6243)) | [`ef33857`](https://togithub.com/sanity-io/sanity/commit/ef3385745f) Bjørge Næss | fix(cli): formalize requirement of styled-components@6 and [@​sanity/ui](https://togithub.com/sanity/ui)[@​2](https://togithub.com/2) ([#​6234](https://togithub.com/sanity-io/sanity/issues/6234)) | [`5fe2d47`](https://togithub.com/sanity-io/sanity/commit/5fe2d47f49) renovate\[bot] | chore(lockfile): update dependency [@​sanity/preview-url-secret](https://togithub.com/sanity/preview-url-secret) to v1.6.6 ([#​6238](https://togithub.com/sanity-io/sanity/issues/6238)) | [`a4be162`](https://togithub.com/sanity-io/sanity/commit/a4be162b23) renovate\[bot] | chore(lockfile): update dependency [@​sanity/react-loader](https://togithub.com/sanity/react-loader) to v1.9.7 ([#​6239](https://togithub.com/sanity-io/sanity/issues/6239)) | [`debb2cc`](https://togithub.com/sanity-io/sanity/commit/debb2cc37f) Cody Olsen | refactor(CI): use the official github app token generator action ([#​6230](https://togithub.com/sanity-io/sanity/issues/6230)) | [`40dff99`](https://togithub.com/sanity-io/sanity/commit/40dff99a6f) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to ^2.0.16 ([#​6241](https://togithub.com/sanity-io/sanity/issues/6241)) | [`58c319a`](https://togithub.com/sanity-io/sanity/commit/58c319a82d) Binoy Patel | chore(core): remove unusued ChangeIndicatorContext ([#​6214](https://togithub.com/sanity-io/sanity/issues/6214)) | [`e978813`](https://togithub.com/sanity-io/sanity/commit/e9788135b9) Pedro Bonamin | fix(core): add readOnly prop to dragHandle ([#​6190](https://togithub.com/sanity-io/sanity/issues/6190)) | [`234d009`](https://togithub.com/sanity-io/sanity/commit/234d009826) renovate\[bot] | chore(deps): update dependency [@​sanity/visual-editing](https://togithub.com/sanity/visual-editing) to v1.8.7 ([#​6248](https://togithub.com/sanity-io/sanity/issues/6248)) | [`4a31e88`](https://togithub.com/sanity-io/sanity/commit/4a31e88f17) renovate\[bot] | chore(lockfile): update dependency [@​sanity/preview-url-secret](https://togithub.com/sanity/preview-url-secret) to v1.6.7 ([#​6249](https://togithub.com/sanity-io/sanity/issues/6249)) | [`e89a8b3`](https://togithub.com/sanity-io/sanity/commit/e89a8b3e5c) renovate\[bot] | chore(lockfile): update dependency [@​sanity/react-loader](https://togithub.com/sanity/react-loader) to v1.9.9 ([#​6250](https://togithub.com/sanity-io/sanity/issues/6250)) | [`736a96e`](https://togithub.com/sanity-io/sanity/commit/736a96ed92) renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://togithub.com/sanity/presentation) to v1.12.3 ([#​6251](https://togithub.com/sanity-io/sanity/issues/6251)) | [`0959294`](https://togithub.com/sanity-io/sanity/commit/0959294ef6) renovate\[bot] | chore(lockfile): update dependency sanity-plugin-mux-input to v2.3.0 ([#​6252](https://togithub.com/sanity-io/sanity/issues/6252)) | [`5666099`](https://togithub.com/sanity-io/sanity/commit/56660996d9) renovate\[bot] | fix(deps): update dependency [@​sanity/client](https://togithub.com/sanity/client) to ^6.15.11 ([#​6253](https://togithub.com/sanity-io/sanity/issues/6253)) | [`a3b7458`](https://togithub.com/sanity-io/sanity/commit/a3b7458352) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to ^2.1.0 ([#​6254](https://togithub.com/sanity-io/sanity/issues/6254)) | [`6b2abb9`](https://togithub.com/sanity-io/sanity/commit/6b2abb996d) Pedro Bonamin | fix(tasks): change tasks button in nav to be toggle ([#​6236](https://togithub.com/sanity-io/sanity/issues/6236)) | [`8e40ecb`](https://togithub.com/sanity-io/sanity/commit/8e40ecb086) cngonzalez | feat(core): add serverActions flag to config ([#​6212](https://togithub.com/sanity-io/sanity/issues/6212)) | [`1b94d40`](https://togithub.com/sanity-io/sanity/commit/1b94d404f4) Knut Melvær | fix: replace the JSON5 parser with JSON ([#​6149](https://togithub.com/sanity-io/sanity/issues/6149)) | [`fe11588`](https://togithub.com/sanity-io/sanity/commit/fe11588c74) Pedro Bonamin | fix(tasks): tasks UI updates. ([#​6136](https://togithub.com/sanity-io/sanity/issues/6136)) | [`d45b210`](https://togithub.com/sanity-io/sanity/commit/d45b210dcb) ecospark\[bot] | chore(deps): dedupe pnpm-lock.yaml ([#​6258](https://togithub.com/sanity-io/sanity/issues/6258)) | [`7b44425`](https://togithub.com/sanity-io/sanity/commit/7b44425e75) renovate\[bot] | chore(lockfile): update dependency [@​sanity/logos](https://togithub.com/sanity/logos) to v2.1.9 ([#​6259](https://togithub.com/sanity-io/sanity/issues/6259)) | [`1d998a0`](https://togithub.com/sanity-io/sanity/commit/1d998a02dd) renovate\[bot] | chore(lockfile): update dependency [@​sanity/react-loader](https://togithub.com/sanity/react-loader) to v1.9.9 ([#​6260](https://togithub.com/sanity-io/sanity/issues/6260)) | [`a32df3a`](https://togithub.com/sanity-io/sanity/commit/a32df3a6fc) renovate\[bot] | chore(deps): update dependency [@​sanity/google-maps-input](https://togithub.com/sanity/google-maps-input) to v4 ([#​6262](https://togithub.com/sanity-io/sanity/issues/6262)) | [`e63ce42`](https://togithub.com/sanity-io/sanity/commit/e63ce42504) renovate\[bot] | chore(lockfile): update dependency sanity-plugin-mux-input to v2.3.0 ([#​6261](https://togithub.com/sanity-io/sanity/issues/6261)) | [`79c5bb1`](https://togithub.com/sanity-io/sanity/commit/79c5bb10d3) renovate\[bot] | chore(deps): lock file maintenance ([#​6264](https://togithub.com/sanity-io/sanity/issues/6264)) | [`787aa33`](https://togithub.com/sanity-io/sanity/commit/787aa33b09) renovate\[bot] | chore(lockfile): update dependency i18next to v23.11.0 ([#​6263](https://togithub.com/sanity-io/sanity/issues/6263)) | [`64c6a13`](https://togithub.com/sanity-io/sanity/commit/64c6a13bae) renovate\[bot] | chore(lockfile): update dependency [@​portabletext/react](https://togithub.com/portabletext/react) to v3.0.17 ([#​6265](https://togithub.com/sanity-io/sanity/issues/6265)) | [`3a7d2fd`](https://togithub.com/sanity-io/sanity/commit/3a7d2fd9ef) renovate\[bot] | chore(lockfile): update dependency sanity-plugin-mux-input to v2.3.1 ([#​6266](https://togithub.com/sanity-io/sanity/issues/6266)) | [`4e3afac`](https://togithub.com/sanity-io/sanity/commit/4e3afaca17) Ash | fix(structure): prevent duplication of search filters when `listenSearchQuery` is used (e.g. in document lists) ([#​6247](https://togithub.com/sanity-io/sanity/issues/6247)) | [`fce97c7`](https://togithub.com/sanity-io/sanity/commit/fce97c7898) Cody Olsen | fix: upgrade to `@sanity/pkg-utils` v5 and use updated ESM best practices ([#​5983](https://togithub.com/sanity-io/sanity/issues/5983)) | [`62a6810`](https://togithub.com/sanity-io/sanity/commit/62a6810bf8) Pedro Bonamin | feat(tasks): add tasks upsell ui ([#​6216](https://togithub.com/sanity-io/sanity/issues/6216)) | [`658262e`](https://togithub.com/sanity-io/sanity/commit/658262e720) Pedro Bonamin | feat(tasks): add telemetry events to tasks ([#​6246](https://togithub.com/sanity-io/sanity/issues/6246)) | [`346600c`](https://togithub.com/sanity-io/sanity/commit/346600cc7a) Ash | feat(core): adopt Actions API ([#​6257](https://togithub.com/sanity-io/sanity/issues/6257)) | [`4d45224`](https://togithub.com/sanity-io/sanity/commit/4d4522400d) Bjørge Næss | fix(deps): narrow accepted peer dependency range of style-components ([#​6271](https://togithub.com/sanity-io/sanity/issues/6271)) | [`1ac127b`](https://togithub.com/sanity-io/sanity/commit/1ac127b33c)

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

socket-security[bot] commented 5 months ago

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

🚮 Removed packages: npm/@sanity/code-input@4.1.3, npm/@sanity/ui@2.1.0, npm/@sanity/vision@3.36.4

View full report↗︎