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

Bump sanity from 3.68.3 to 3.69.0 #2623

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps sanity from 3.68.3 to 3.69.0.

Release notes

Sourced from sanity's releases.

v3.69.0

Markdown behaviors for the Portable Text Editor

The Portable Text Editor (PTE) now ships with markdown keyboard shortcuts for headings, block quotes and lists.

This change extends the core behaviors of the PTE with default markdown behaviors for a more intuitive writing experience. This allows you to:

  1. Use # characters to create headings.
  2. Use > to create a blockquote.
  3. Use Backspace at the beginning of a block to clear its style.
  4. Use -, *, _ or 1. to initiate a list.

This is part of the effort that brings features from the new standalone Portable Text Editor back into the Studio.

TypeGen: add support for astro

You can now generate types from queries in .astro files. Learn more in the TypeGen docs.

🐛 Notable bugfixes

  • Fixes schema extraction with nested union references.
  • Header when creating new documents is now translated.
  • Fixes WebSocket is closed before the connection is established warning.
  • Fixes a regression introduced in v3.68.0 that could in rare cases cause a crash when opening a document in the Studio.
  • unset() inside custom datetime input components will now show that the value has been unset in the Studio UI.

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 fix: WebSocket is closed before the connection is established warning (#8042) 57150e7116
renovate[bot] fix(deps): Update dev-non-major (#8100) 9897dbcdad
renovate[bot] chore(deps): update dependency turbo to ^2.3.3 (#8099) 1f1f06111f
Sindre Gulseth feat(typegen): add support for astro (#8098) 92dfc9fa8f
renovate[bot] fix(deps): update dependency @​sanity/icons to ^3.5.5 (#8106) 93ea8af34c
renovate[bot] chore(deps): update typescript-tooling (#8104) d35bf4ea39
renovate[bot] chore(deps): update dependency @​sanity/tsdoc to v1.0.153 (#8107) 9115c4f9f6
renovate[bot] fix(deps): update dependency react-rx to ^4.1.10 (#8109) 87f783d3fd
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.10.12 (#8108) a20bcf7962
renovate[bot] fix(deps): update dependency @​sanity/icons to ^3.5.5 (#8105) 9b7ee0bed5
renovate[bot] fix(deps): update dependency @​portabletext/editor to ^1.18.1 (#8088) 1d23092615
Rostislav Melkumyan chore(cli): bump template validator (#8115) e39c5b2bd7
renovate[bot] fix(deps): update dependency @​portabletext/editor to ^1.18.2 (#8113) d3d1540d2c
Bjørge Næss fix(core): re-subscribes to shared pair listener opens a new connection (#8120) 8f61ce3e80
Cody Olsen fix: preload documents on hover (#8110) 303841dab5

... (truncated)

Commits
  • 55aff5d v3.69.0
  • 27feda0 fix(sanity): fix race condition introduced by #8120 (#8211)
  • 1e12bc9 fix(deps): update dependency @​portabletext/editor to ^1.20.0 (#8208)
  • a354c03 fix(deps): update dependency @​sanity/presentation to v1.20.1 (#8206)
  • e98cf47 fix(deps): update dependency @​sanity/ui to ^2.11.1 (#8203)
  • d3a71a4 chore(deps): update typescript-tooling (#8207)
  • e4f7164 fix: unset should unset readOnly date field from custom input component (#8192)
  • 68f244b fix: React 19 typings (finally) (#8171)
  • ac62487 fix: fixes schema extraction with nested union refs (#8096)
  • e3e3ad1 chore(deps): update react monorepo (#8199)
  • Additional commits viewable 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)

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

---
updated-dependencies:
- dependency-name: sanity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 9, 2025 14:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 9, 2025
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