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.11.5 #302

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.11.3 -> 3.11.5 age adoption passing confidence
sanity (source) 3.11.3 -> 3.11.5 age adoption passing confidence

Release Notes

sanity-io/sanity ### [`v3.11.5`](https://togithub.com/sanity-io/sanity/releases/tag/v3.11.5) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.11.3...v3.11.5) #### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npx create-sanity@latest **To upgrade a v3 Studio:** npm install sanity@latest ##### 🐛 Notable bugfixes and improvements - Fixes an issue where change indicators were no longer showing up on boolean fields - Adds document action custom dialog component - Improves presence rendering performance - Improves how focus and selection is handled and tracked in Portable Text fields - Adds support for ``, ``, `` and `` in [@​sanity/block-tools](https://www.npmjs.com/package/@​sanity/block-tools) - Improves how image blocks in Portable Text fields are rendered for custom named image types ### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- renovate\[bot] | fix(deps): update dependency [@​portabletext/types](https://togithub.com/portabletext/types) to v2 ([#​4379](https://togithub.com/sanity-io/sanity/issues/4379)) | [`83711a4`](https://togithub.com/sanity-io/sanity/commit/83711a45e1) Fred Carlsen | fix: whitelist all standard text decorators in block-tools ([#​4526](https://togithub.com/sanity-io/sanity/issues/4526)) | [`47be700`](https://togithub.com/sanity-io/sanity/commit/47be700993) renovate\[bot] | fix(deps): update dependency groq-js to v1 ([#​4384](https://togithub.com/sanity-io/sanity/issues/4384)) | [`cf002fb`](https://togithub.com/sanity-io/sanity/commit/cf002fb977) Per-Kristian Nordnes | fix(core/form/inputs): use isImage asserter to determine image preview ([#​4532](https://togithub.com/sanity-io/sanity/issues/4532)) | [`c2f98ba`](https://togithub.com/sanity-io/sanity/commit/c2f98ba88c) Herman Wikner | feat(core): add document action custom dialog component ([#​4529](https://togithub.com/sanity-io/sanity/issues/4529)) | [`d6a841b`](https://togithub.com/sanity-io/sanity/commit/d6a841bf7a) Per-Kristian Nordnes | fix(core/form/inputs): value should be passed here, not schematype | [`854e37a`](https://togithub.com/sanity-io/sanity/commit/854e37a282) Per-Kristian Nordnes | refactor(core/form/inputs): refactor focus handling in the PT-input | [`6ff2b45`](https://togithub.com/sanity-io/sanity/commit/6ff2b459e6) Per-Kristian Nordnes | refactor(core/form/inputs): improve autofocus handling | [`f018467`](https://togithub.com/sanity-io/sanity/commit/f018467ca1) Per-Kristian Nordnes | refactor(portable-text-editor): provide focus event for focus and blur change | [`c0cdf87`](https://togithub.com/sanity-io/sanity/commit/c0cdf87e7b) Per-Kristian Nordnes | chore(portable-text-editor): move debug msg out of loop | [`121e906`](https://togithub.com/sanity-io/sanity/commit/121e906725) Per-Kristian Nordnes | fix(core/form/inputs): clean up rebase leftovers (next branch) | [`3923b6c`](https://togithub.com/sanity-io/sanity/commit/3923b6c221) Per-Kristian Nordnes | refactor(core/form/inputs): remove possibly destructive blur | [`e4ea215`](https://togithub.com/sanity-io/sanity/commit/e4ea215b45) Per-Kristian Nordnes | refactor(core/form/inputs): make PT-input scroll to top of elements | [`2efe806`](https://togithub.com/sanity-io/sanity/commit/2efe806c7e) Per-Kristian Nordnes | refactor(core/form/inputs): streamline prop names for PT-input components | [`dd9c9d0`](https://togithub.com/sanity-io/sanity/commit/dd9c9d0182) Per-Kristian Nordnes | refactor(core/form/inputs): blur editor when opening object in PT-input | [`76131d8`](https://togithub.com/sanity-io/sanity/commit/76131d89fd) Per-Kristian Nordnes | refactor(core/form/inputs): rename var to conventions | [`20fb696`](https://togithub.com/sanity-io/sanity/commit/20fb696b25) Per-Kristian Nordnes | refactor(core/form/inputs): wrap delete in try/catch to finalize ref assignment | [`cd3eb90`](https://togithub.com/sanity-io/sanity/commit/cd3eb906c9) Per-Kristian Nordnes | refactor(core/form/inputs): remove uneeded prop assignment | [`a2544a6`](https://togithub.com/sanity-io/sanity/commit/a2544a62e4) Per-Kristian Nordnes | docs(core/form/inputs): add some comments why we blur here. | [`0cbd4f4`](https://togithub.com/sanity-io/sanity/commit/0cbd4f4569) Per-Kristian Nordnes | doc(core/form/inputs): add comments on block props | [`fbd7be8`](https://togithub.com/sanity-io/sanity/commit/fbd7be88f8) Per-Kristian Nordnes | refactor(core/form/inputs): add prop \__unstable_textElementFocus | [`2d8aa4d`](https://togithub.com/sanity-io/sanity/commit/2d8aa4daeb) Per-Kristian Nordnes | refactor(core/form/inputs): make PT annotations handle focus correctly | [`021c2c6`](https://togithub.com/sanity-io/sanity/commit/021c2c6dff) Per-Kristian Nordnes | fix(core/form/inputs): fix issue with re-focusing the editor after toggling fullscreen | [`02feb8d`](https://togithub.com/sanity-io/sanity/commit/02feb8dc1d) Per-Kristian Nordnes | fix(core/form/inputs): rename autofocus > autoFocus | [`fb88521`](https://togithub.com/sanity-io/sanity/commit/fb88521d05) Per-Kristian Nordnes | refactor(core/form/inputs): clean up useTrackFocusPath | [`bf77938`](https://togithub.com/sanity-io/sanity/commit/bf77938faf) Per-Kristian Nordnes | feature(core/form): keep stable child presence list with immutableReconcile | [`f4a113f`](https://togithub.com/sanity-io/sanity/commit/f4a113ff19) Per-Kristian Nordnes | refactor(core/form/inputs): use child presence hook for PT-input nodes | [`145c573`](https://togithub.com/sanity-io/sanity/commit/145c573a0b) Victoria Wagenblast | fix(core): add change indicators to boolean fields ([#​4538](https://togithub.com/sanity-io/sanity/issues/4538)) | [`94e1c7a`](https://togithub.com/sanity-io/sanity/commit/94e1c7a4e0)

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 Jun 5, 2023 2:42am
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