Closed renovate[bot] closed 1 year ago
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
Packages | Version | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|---|
typescript | 5.1.6 | None | +0 |
40.1 MB | typescript-bot |
contentful-export | 7.19.65...7.19.66 | None | +0/-0 |
52.5 kB | contentful-ecosystem |
This PR contains the following updates:
^8.0.0
->^8.0.2
3.14.3
->3.14.4
^2.2.13
->^2.3.9
3.14.3
->3.14.4
^4.0.0
->^4.1.2
^3.7.0
->^3.14.4
^21.1.0
->^21.1.1
^18.15.3
->^18.17.1
^2.6.2
->^2.6.4
7.19.65
->7.19.66
^8.36.0
->^8.45.0
^8.7.0
->^8.8.0
^2.4.3
->^2.4.5
^3.7.0
->^3.14.4
^5.0.2
->^5.1.6
Release Notes
sanity-io/sanity (@sanity/block-tools)
### [`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)sanity-io/pkg-utils (@sanity/pkg-utils)
### [`v2.3.9`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#239-2023-07-25) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.3.8...v2.3.9) ##### Bug Fixes - add provenance ([245dbf9](https://togithub.com/sanity-io/pkg-utils/commit/245dbf904189d37bcfc9dface20f326c63c570ce)) ### [`v2.3.8`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#238-2023-07-25) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.3.7...v2.3.8) ##### Bug Fixes - add provenance ([e1aa15e](https://togithub.com/sanity-io/pkg-utils/commit/e1aa15e8b28286cd220f4f833caa1dc9a8e48f1d)) ### [`v2.3.7`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#237-2023-07-25) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.3.6...v2.3.7) ##### Bug Fixes - **deps:** update non-major ([#153](https://togithub.com/sanity-io/pkg-utils/issues/153)) ([c95c1ab](https://togithub.com/sanity-io/pkg-utils/commit/c95c1ab781b1125b3723151efbf20917ef3057d9)) ### [`v2.3.6`](https://togithub.com/sanity-io/pkg-utils/blob/HEAD/CHANGELOG.md#236-2023-07-24) [Compare Source](https://togithub.com/sanity-io/pkg-utils/compare/v2.3.5...v2.3.6) ##### Bug Fixes - **deps:** bump prettier to v3 ([4728158](https://togithub.com/sanity-io/pkg-utils/commit/472815810a0b22acb2b76533bf8fb7445b7d33ce))contentful/contentful-export (contentful-export)
### [`v7.19.66`](https://togithub.com/contentful/contentful-export/compare/v7.19.65...v7.19.66) [Compare Source](https://togithub.com/contentful/contentful-export/compare/v7.19.65...v7.19.66)Microsoft/TypeScript (typescript)
### [`v5.1.6`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.6): TypeScript 5.1.6 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.5...v5.1.6) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). - (5.1.4 [intentionally skipped](https://togithub.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922)) - [fixed issues query for Typescript v5.1.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.6 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.6%22+is%3Aclosed+). Downloads are available on [npm](https://www.npmjs.com/package/typescript) ### [`v5.1.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.5): TypeScript 5.1.5 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). - (5.1.4 [intentionally skipped](https://togithub.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922)) - [fixed issues query for Typescript v5.1.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.1.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.3): TypeScript 5.1.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.1.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate using a curated preset maintained by . View repository job log here