ricokahler / sanity-codegen

Generate TypeScript types from your Sanity.io schemas
sanity-codegen-dev.vercel.app
MIT License
270 stars 19 forks source link

chore(deps): update sanity monorepo to v3.14.1 #311

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
groq (source) 3.12.2 -> 3.14.1 age adoption passing confidence
sanity (source) 3.12.2 -> 3.14.1 age adoption passing confidence

Release Notes

sanity-io/sanity (groq) ### [`v3.14.1`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.1) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.0...v3.14.1) ##### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ##### 🐛 Notable bugfixes - Fixes issue with small hit area for collapsible fieldsets. - Fixes an issue where using `sanity init` on a Next.js project with embedded Studio would result in an error if an outdated version of next-sanity was being used. ##### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- renovate\[bot] | fix(deps): update dependency framer-motion to v10.12.17 ([#​4643](https://togithub.com/sanity-io/sanity/issues/4643)) | [`f82b718`](https://togithub.com/sanity-io/sanity/commit/f82b71853) renovate\[bot] | chore(deps): update dependency typedoc to v0.24.8 ([#​4641](https://togithub.com/sanity-io/sanity/issues/4641)) | [`a56da0c`](https://togithub.com/sanity-io/sanity/commit/a56da0c2f) Binoy Patel | chore(deps): version bump [@​sanity/tsdoc](https://togithub.com/sanity/tsdoc) ([#​4655](https://togithub.com/sanity-io/sanity/issues/4655)) | [`bf7cdea`](https://togithub.com/sanity-io/sanity/commit/bf7cdea0b) Nina Andal Aarvik | fix(core): increase button hit area of collapsible fieldset ([#​4646](https://togithub.com/sanity-io/sanity/issues/4646)) | [`7d9086b`](https://togithub.com/sanity-io/sanity/commit/7d9086b2f) Cody Olsen | fix: upgrade `next-sanity` in `init` to `v5` ([#​4658](https://togithub.com/sanity-io/sanity/issues/4658)) | [`cdf810c`](https://togithub.com/sanity-io/sanity/commit/cdf810ca4) Espen Hovlandsdal | build(etl): improve output of etl command ([#​4656](https://togithub.com/sanity-io/sanity/issues/4656)) | [`8fe12bf`](https://togithub.com/sanity-io/sanity/commit/8fe12bfe3) Nina Andal Aarvik | fix(core): add aria-label to resources button ([#​4659](https://togithub.com/sanity-io/sanity/issues/4659)) | [`e0ae4bf`](https://togithub.com/sanity-io/sanity/commit/e0ae4bf9e) ### [`v3.14.0`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.0) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.13.0...v3.14.0) ##### 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 ##### ✨ Highlights ##### Support for Perspectives in Vision ![Perspectives in vision](https://togithub.com/sanity-io/sanity/assets/48200/fb2686d5-6742-4e36-826f-8be0b3e8033c) Coinciding with today's studio release, we're bringing support for trying out Perspectives in the [vision plugin](https://www.sanity.io/docs/the-vision-plugin). With Perspectives, you can add a single parameter to fetch a either the latest draft (`previewDrafts`) or latest published (`published`) version of a document. To learn more about Perspectives, read our [announcement post](https://www.sanity.io/blog/introducing-perspectives-sanity-previews) or [our documentation](https://www.sanity.io/docs/perspectives). ##### New Help & Resources menu We've consolidated some helpful resources to customize the Studio experience, learn more about our latest updates, and connect with our team. You can also compare your current Studio version to the latest version available. help-resources ##### 📓 Full changelog Author | Message | Commit ------------ | ------------- | ------------- renovate[bot] | fix(deps): update dependency @​portabletext/react to v3.0.4 (#​4647) | ae38208d5 Nina Andal Aarvik | fix(core): add Help&Resources button to navbar (#​4545) | a4cb4a7cc Marius Lundgård | chore: improve `etl` command | 6503bc81e Marius Lundgård | chore: add `tsdoc:dev` script | 70ef1d80d Bjørge Næss | chore(perf): add support for --excludeTestIds and fail test runner if wrong test-id is provided (#​4619) | cd2075b37 Snorre Eskeland Brekke | chore: add @​sanity/assist to test-studio workspace (#​4648) | 67a1af5ae Michael Wain | chore(deps): update dependency @​sanity/client to 6.1.5 | e5f7af5f6 Michael Wain | feat(vision): add perspective support | 2f9cbc701 ### [`v3.13.0`](https://togithub.com/sanity-io/sanity/releases/tag/v3.13.0) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.12.2...v3.13.0) ##### 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 ##### ✨ Highlights - New Document inspector `@beta` [API](https://togithub.com/sanity-io/sanity/pull/4252) - Document validation now opens in a sidepanel ##### 🐛 Notable bugfixes - Improves behavior of popovers in the Portable Text editor - `sanity debug` now outputs all the roles of the currently authenticated user ##### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Espen Hovlandsdal | docs(sanity): update license badge url | [`e1dbd1c`](https://togithub.com/sanity-io/sanity/commit/e1dbd1ca2) Marius Lundgård | fix(core): improve PTE popover behavior ([#​4606](https://togithub.com/sanity-io/sanity/issues/4606)) | [`c17929e`](https://togithub.com/sanity-io/sanity/commit/c17929efa) RitaDias | feat: add etl layer ([#​4584](https://togithub.com/sanity-io/sanity/issues/4584)) | [`aff1e63`](https://togithub.com/sanity-io/sanity/commit/aff1e63fc) RitaDias | docs(cli): update docs for getStudioEnvironmentVariables ([#​4597](https://togithub.com/sanity-io/sanity/issues/4597)) | [`06d5928`](https://togithub.com/sanity-io/sanity/commit/06d5928d7) Espen Hovlandsdal | feat(cli): print all current user roles in debug output ([#​4609](https://togithub.com/sanity-io/sanity/issues/4609)) | [`ea322f2`](https://togithub.com/sanity-io/sanity/commit/ea322f241) Binoy Patel | chore(deps): bump version of [@​sanity/tsdoc](https://togithub.com/sanity/tsdoc) ([#​4614](https://togithub.com/sanity-io/sanity/issues/4614)) | [`6e58931`](https://togithub.com/sanity-io/sanity/commit/6e5893129) Espen Hovlandsdal | test(e2e): retry once on failures, record video on retry ([#​4618](https://togithub.com/sanity-io/sanity/issues/4618)) | [`b4f7fa2`](https://togithub.com/sanity-io/sanity/commit/b4f7fa276) Marius Lundgård | fix(deps): update `@sanity/icons` | [`0b2c40e`](https://togithub.com/sanity-io/sanity/commit/0b2c40e96) Marius Lundgård | feat(desk): document inspectors (`@beta`) ([#​4252](https://togithub.com/sanity-io/sanity/issues/4252)) | [`e9c068a`](https://togithub.com/sanity-io/sanity/commit/e9c068ac8) Marius Lundgård | feat(core): add `TooltipOfDisabled` component | [`b58e238`](https://togithub.com/sanity-io/sanity/commit/b58e23809) Marius Lundgård | feat(core): add `StatusButton` hotkey property | [`f1b154a`](https://togithub.com/sanity-io/sanity/commit/f1b154a67) Marius Lundgård | feat(core): take `StatusButton` disabled reason | [`38c6e93`](https://togithub.com/sanity-io/sanity/commit/38c6e9300) Marius Lundgård | feat(core): take `StatusButton` mode property | [`ba1092d`](https://togithub.com/sanity-io/sanity/commit/ba1092d64) Marius Lundgård | feat(core): `fieldActions` config property | [`18c5894`](https://togithub.com/sanity-io/sanity/commit/18c5894cd) Marius Lundgård | feat(core): render field actions | [`3c0ea55`](https://togithub.com/sanity-io/sanity/commit/3c0ea55aa) Marius Lundgård | feat(desk): resolve field actions | [`4086ddd`](https://togithub.com/sanity-io/sanity/commit/4086dddfd) Marius Lundgård | feat(desk): render document field actions | [`cc9edc7`](https://togithub.com/sanity-io/sanity/commit/cc9edc754) Marius Lundgård | test: document field actions | [`941b9a0`](https://togithub.com/sanity-io/sanity/commit/941b9a09e) Marius Lundgård | test(core): update tests | [`2263b8e`](https://togithub.com/sanity-io/sanity/commit/2263b8eb4) Marius Lundgård | perf: add field actions to perf studio | [`a1a4182`](https://togithub.com/sanity-io/sanity/commit/a1a418209) Cody Olsen | chore: dedupe `@sanity/icons` and update snapshot ([#​4638](https://togithub.com/sanity-io/sanity/issues/4638)) | [`791efec`](https://togithub.com/sanity-io/sanity/commit/791efec9f) ecospark\[bot] | chore(deps): dedupe yarn.lock ([#​4599](https://togithub.com/sanity-io/sanity/issues/4599)) | [`f8fc12a`](https://togithub.com/sanity-io/sanity/commit/f8fc12a3e) renovate\[bot] | fix(deps): update dependency [@​portabletext/types](https://togithub.com/portabletext/types) to v2.0.5 ([#​4627](https://togithub.com/sanity-io/sanity/issues/4627)) | [`0b01660`](https://togithub.com/sanity-io/sanity/commit/0b01660b8) Espen Hovlandsdal | docs: update contribution guidelines ([#​4616](https://togithub.com/sanity-io/sanity/issues/4616)) | [`8131d83`](https://togithub.com/sanity-io/sanity/commit/8131d83d6) renovate\[bot] | fix(deps): update three packages ([#​4631](https://togithub.com/sanity-io/sanity/issues/4631)) | [`ef36686`](https://togithub.com/sanity-io/sanity/commit/ef36686c1) renovate\[bot] | fix(deps): update dependency get-it to v8.1.3 ([#​4644](https://togithub.com/sanity-io/sanity/issues/4644)) | [`d461bb6`](https://togithub.com/sanity-io/sanity/commit/d461bb606) renovate\[bot] | fix(deps): update dependency styled-components to v5.3.11 ([#​4629](https://togithub.com/sanity-io/sanity/issues/4629)) | [`76df1cf`](https://togithub.com/sanity-io/sanity/commit/76df1cf52) renovate\[bot] | fix(deps): update dependency [@​portabletext/react](https://togithub.com/portabletext/react) to v3 ([#​4625](https://togithub.com/sanity-io/sanity/issues/4625)) | [`e3c3223`](https://togithub.com/sanity-io/sanity/commit/e3c32230f) renovate\[bot] | chore(deps): update dependency [@​sanity/pkg-utils](https://togithub.com/sanity/pkg-utils) to v2.3.3 ([#​4626](https://togithub.com/sanity-io/sanity/issues/4626)) | [`fdeac3f`](https://togithub.com/sanity-io/sanity/commit/fdeac3f9c)

Configuration

📅 Schedule: Branch creation - "before 4am 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. 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-codegen-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2023 4:44am
github-actions[bot] commented 1 year ago

Size Change: 0 B

Total Size: 67.1 kB

ℹ️ View Unchanged | Filename | Size | | :--- | :---: | | `packages/client/dist/index.exports.require.cjs.js` | 972 B | | `packages/client/dist/index.main.cjs.js` | 1.05 kB | | `packages/client/dist/index.module.es.js` | 950 B | | `packages/client/dist/index.unpkg.umd.js` | 1.19 kB | | `packages/core/dist/default-generate-type-name.js` | 308 B | | `packages/core/dist/default-structures/geopoint.js` | 298 B | | `packages/core/dist/default-structures/image.js` | 721 B | | `packages/core/dist/default-structures/index.js` | 314 B | | `packages/core/dist/generate-query-types.js` | 1.39 kB | | `packages/core/dist/generate-schema-types.js` | 1.05 kB | | `packages/core/dist/generate-types.js` | 1.32 kB | | `packages/core/dist/index.js` | 546 B | | `packages/core/dist/index.standalone.cjs.js` | 14.2 kB | | `packages/core/dist/index.standalone.esm.js` | 14.3 kB | | `packages/core/dist/index.standalone.js` | 297 B | | `packages/core/dist/pluck-groq-from-files.js` | 2.79 kB | | `packages/core/dist/resolve-expression-error.js` | 149 B | | `packages/core/dist/schema-normalizer.js` | 2.56 kB | | `packages/core/dist/transform-groq-to-structure.js` | 3.17 kB | | `packages/core/dist/transform-schema-to-structure.js` | 1.73 kB | | `packages/core/dist/transform-structure-to-ts.js` | 2.2 kB | | `packages/core/dist/utils/access-attribute-in-structure.js` | 577 B | | `packages/core/dist/utils/bounded-find.js` | 382 B | | `packages/core/dist/utils/create-structure.js` | 1.14 kB | | `packages/core/dist/utils/get-next-filename.js` | 371 B | | `packages/core/dist/utils/hash.js` | 706 B | | `packages/core/dist/utils/index.js` | 615 B | | `packages/core/dist/utils/is-structure.js` | 590 B | | `packages/core/dist/utils/narrow-structure.js` | 2.08 kB | | `packages/core/dist/utils/reduce-object-structures.js` | 910 B | | `packages/core/dist/utils/resolve-expression.js` | 1.75 kB | | `packages/core/dist/utils/resolve-identifier.js` | 1.57 kB | | `packages/core/dist/utils/simple-logger.js` | 403 B | | `packages/core/dist/utils/transforms.js` | 976 B | | `packages/core/dist/utils/wrap-array.js` | 339 B | | `packages/extractor/dist/default-babel-options.js` | 740 B | | `packages/extractor/dist/index.js` | 298 B | | `packages/extractor/dist/schema-executor.js` | 1.19 kB | | `packages/extractor/dist/schema-extractor.js` | 983 B |

compressed-size-action