Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump sanity from 3.57.3 to 3.57.4 #1108

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps sanity from 3.57.3 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
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)
  • See full diff in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 18, 2024
Copy link

vercel bot commented Sep 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kentonduprey-site 🛑 Canceled (Inspect) Sep 18, 2024 8:45am
kentonduprey-site-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2024 8:45am
kentonduprey-site-cms ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2024 8:45am

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.57.3 to 3.57.4.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.57.4/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants