saiichihashimoto / sanity-typed

Completing sanity's developer experience with typescript (and more)!
MIT License
149 stars 7 forks source link

build(deps): bump the sanity group across 1 directory with 3 updates #765

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the sanity group with 3 updates in the / directory: @sanity/client, sanity and @sanity/preview-kit.

Updates @sanity/client from 6.11.3 to 6.22.0

Release notes

Sourced from @​sanity/client's releases.

v6.22.0

6.22.0 (2024-09-23)

Features

  • live: add experimental includeDrafts option (#890) (e1406b1)

Bug Fixes

  • deps: update dependency get-it to ^8.6.5 (#885) (847ad5b)

v6.21.3

6.21.3 (2024-08-14)

Bug Fixes

  • deprecate studioHost, externalStudioHost in typings (#879) (ebe840b)
  • support signal on getDocument(s) to cancel requests (#881) (13d71bb)

v6.21.2

6.21.2 (2024-08-09)

Bug Fixes

  • deps: update dependency get-it to ^8.6.4 (#876) (e71b985)

v6.21.1

6.21.1 (2024-07-19)

Bug Fixes

  • add support for includeMutations listen parameter (#872) (5f0a991)

v6.21.0

6.21.0 (2024-07-11)

Features

  • codegen: Allow query reponse types to be overridden through SanityQueries (#858) (c25d51a)

v6.20.2

6.20.2 (2024-07-09)

... (truncated)

Changelog

Sourced from @​sanity/client's changelog.

6.22.0 (2024-09-23)

Features

  • live: add experimental includeDrafts option (#890) (e1406b1)

Bug Fixes

  • deps: update dependency get-it to ^8.6.5 (#885) (847ad5b)

6.21.3 (2024-08-14)

Bug Fixes

  • deprecate studioHost, externalStudioHost in typings (#879) (ebe840b)
  • support signal on getDocument(s) to cancel requests (#881) (13d71bb)

6.21.2 (2024-08-09)

Bug Fixes

  • deps: update dependency get-it to ^8.6.4 (#876) (e71b985)

6.21.1 (2024-07-19)

Bug Fixes

  • add support for includeMutations listen parameter (#872) (5f0a991)

6.21.0 (2024-07-11)

Features

  • codegen: Allow query reponse types to be overridden through SanityQueries (#858) (c25d51a)

6.20.2 (2024-07-09)

Bug Fixes

  • deps: update dependency get-it to ^8.6.3 (#866) (0661f5d)

6.20.1 (2024-06-18)

... (truncated)

Commits
  • 66c27d1 chore(main): release 6.22.0 (#889)
  • e1406b1 feat(live): add experimental includeDrafts option (#890)
  • 847ad5b fix(deps): update dependency get-it to ^8.6.5 (#885)
  • 5383fbd chore(deps): update peter-evans/create-pull-request action to v7 (#887)
  • d0db087 chore(deps): update dependency next to v14.2.10 [security] (#883)
  • a92ec7f chore(main): release 6.21.3 (#880)
  • 13d71bb fix: support signal on getDocument(s) to cancel requests (#881)
  • ebe840b fix: deprecate studioHost, externalStudioHost in typings (#879)
  • c5da67e chore(deno): update import_map.json (#877)
  • c4bff99 chore(main): release 6.21.2 (#878)
  • Additional commits viewable in compare view


Updates sanity from 3.23.4 to 3.57.4

Release notes

Sourced from sanity's releases.

v3.57.4

✨ Highlights

Performance improvements for large documents

This release introduces significant performance improvements for form state computation in Sanity Studio, especially for complex documents:

  • Up to 10x performance improvement for documents with multiple large objects in arrays
  • Noticeable improvements for documents with large Portable Text fields
  • Memoization for form state computation

🐛 Notable bugfixes

  • The _createdAt document property will now always be set to the time when the document in question was first created in its initial draft state rather than the time of publishing, as intended.
  • In the Portable Text Editor, annotations can now be added across existing annotations and decorators without accidentally expanding or removing those.
  • In the Portable Text Editor, a collapsed selection can now toggle off an entire annotation.
  • A performance regression introduced in 3.52.3, affecting large Portable Text documents, has now been fixed.
  • Toggling decorators in selections spanning empty lines in the Portable Text Editor now works more predictably.
  • Lists created in the Portable Text Editor should now reset sublist indices under different parent list items (thank you, @​phattran2905!).
  • When focused, the Portable Text Editor now automatically adds empty markDefs arrays to blocks if missing.
  • Array inputs now forward the received onItemPrepend and onItemAppend hooks to the insert button/array functions component.

Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.

📓 Full changelog

Author Message Commit
Cody Olsen chore(deps): bump typescript to 5.6.2 (#7494) caec753b31
Ash fix(sanity): prevent empty patches being created (#7499) 99f1bb6163
renovate[bot] chore(deps): update typescript-tooling (#7504) 9a646d82f0
Phat Tran fix(core): correctly reset PTE list counts after non-numbered lists and in sublists (#7506) 4918a9e5fa
renovate[bot] chore(deps): update dependency turbo to ^2.1.2 (#7507) 618d95c2e1
renovate[bot] chore(deps): update pnpm to v9.10.0 (#7509) cf55d9d5d9
renovate[bot] chore(deps): update linters (#7508) 453c4a4e58
renovate[bot] fix(deps): Update dev-non-major (#7510) fe75e37617
renovate[bot] fix(deps): update dependency @​portabletext/editor to ^1.1.0 (#7501) a6e038941a
Jordan Lawrence fix(core): drafts not using server actions always generate a created at (#7503) 728311e4a2
renovate[bot] fix(deps): update dependency @​portabletext/editor to ^1.1.1 (#7514) daf4ffad04
Simeon Griggs fix: add padding above the "Push to reload" button instead of below (#7464) 1a33125c50
Bjørge Næss fix: forward received onItemPrepend/onItemAppend to ArrayFunctions (#7516) 4a50023cc7
Rico Kahler perf(core): memoize prepareFormState (#7498) 3bf70962b4

v3.57.3

Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

... (truncated)

Commits
  • 930d508 v3.57.4
  • 3bf7096 perf(core): memoize prepareFormState (#7498)
  • 4a50023 fix: forward received onItemPrepend/onItemAppend to ArrayFunctions (#7516)
  • 1a33125 fix: add padding above the "Push to reload" button instead of below (#7464)
  • daf4ffa fix(deps): update dependency @​portabletext/editor to ^1.1.1 (#7514)
  • a6e0389 fix(deps): update dependency @​portabletext/editor to ^1.1.0 (#7501)
  • 4918a9e fix(core): correctly reset PTE list counts after non-numbered lists and in su...
  • 9a646d8 chore(deps): update typescript-tooling (#7504)
  • 99f1bb6 fix(sanity): prevent empty patches being created (#7499)
  • caec753 chore(deps): bump typescript to 5.6.2 (#7494)
  • Additional commits viewable in compare view


Updates @sanity/preview-kit from 5.0.13 to 5.1.1

Release notes

Sourced from @​sanity/preview-kit's releases.

v5.1.1

5.1.1 (2024-09-19)

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.2 (#1298) (aca4c09)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.4 (#1301) (222215d)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.5 (#1304) (d50892f)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.7 (#1312) (31564c4)
  • deps: update dependency lru-cache to v10.4.3 (#1308) (8d1a850)

This release is also available on:

v5.1.0

5.1.0 (2024-05-30)

Features

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.1 (#1278) (dcefa50)

This release is also available on:

v5.0.62

5.0.62 (2024-05-30)

Bug Fixes

  • deps: update dependency @​sanity/client to ^6.19.1 (#1276) (e29171e)

This release is also available on:

v5.0.61

5.0.61 (2024-05-29)

... (truncated)

Changelog

Sourced from @​sanity/preview-kit's changelog.

5.1.1 (2024-09-19)

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.2 (#1298) (aca4c09)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.4 (#1301) (222215d)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.5 (#1304) (d50892f)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.7 (#1312) (31564c4)
  • deps: update dependency lru-cache to v10.4.3 (#1308) (8d1a850)

5.1.0 (2024-05-30)

Features

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.1 (#1278) (dcefa50)

5.0.62 (2024-05-30)

Bug Fixes

  • deps: update dependency @​sanity/client to ^6.19.1 (#1276) (e29171e)

5.0.61 (2024-05-29)

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.4.25 (#1265) (df4458b)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.0 (#1272) (cbee9ee)

5.0.60 (2024-05-28)

Bug Fixes

  • deps: update dependency @​sanity/client to ^6.19.0 (#1263) (bad9253)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.4.24 (#1259) (c8f6462)

5.0.59 (2024-05-24)

Bug Fixes

  • deps: update dependency @​sanity/client to ^6.18.3 (#1258) (d24cec7)

5.0.58 (2024-05-15)

Bug Fixes

... (truncated)

Commits
  • 8b9276b chore(release): 5.1.1 [skip ci]
  • 31564c4 fix(deps): Update dependency @​sanity/preview-kit-compat to v1.5.7 (#1312)
  • 754c6ce chore(deps): update vitest monorepo to v2 (major) (#1310)
  • 8d1a850 fix(deps): update dependency lru-cache to v10.4.3 (#1308)
  • 73310a7 chore(deps): update linters (#1306)
  • 7462815 chore(deps): update dependency typescript to v5.5.3 (#1305)
  • d50892f fix(deps): Update dependency @​sanity/preview-kit-compat to v1.5.5 (#1304)
  • 222215d fix(deps): Update dependency @​sanity/preview-kit-compat to v1.5.4 (#1301)
  • aca4c09 fix(deps): Update dependency @​sanity/preview-kit-compat to v1.5.2 (#1298)
  • fe84205 chore(deps): update dependency @​sanity/semantic-release-preset to v5 (#1299)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 week ago

Superseded by #766.