Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/icons (source) ^3.5.0 -> ^3.5.2 age adoption passing confidence
@sanity/types (source) ^3.66.0 -> ^3.67.0 age adoption passing confidence
@sanity/ui (source) ^2.9.1 -> ^2.10.7 age adoption passing confidence
sanity (source) ^3.66.0 -> ^3.67.0 age adoption passing confidence
zod (source) ^3.23.8 -> ^3.24.0 age adoption passing confidence

Release Notes

sanity-io/icons (@​sanity/icons)

v3.5.2

Compare Source

Bug Fixes

v3.5.1

Compare Source

Bug Fixes
sanity-io/sanity (@​sanity/types)

v3.67.0

Compare Source

✨ Highlights

Start in Create enabled by default
image

The option to start drafting new documents in Sanity Create is now enabled by default. Depending on your hosting setup you might see a fully functional Start in Create-button appearing close to your default document actions, or a button that is temporarily disabled and awaiting some minor configuration. To learn how to fully enable the feature for both your development and production environments, or disable it entirely, check out the docs!

🐛 Notable bugfixes
  • Fixes a few deprecation warnings when installing dependencies for a studio.
  • Adds the missing disableArrayWarning option to the SlugOptions type (thank you @​Stilyan!).
  • Upgrades to ESLint 9 for new studios
  • Fixes a problem that could make rendering document lists crash the studio for complex schema types (thank you @​nikaspran!)
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
------------ | ------------- | -------------
RitaDias | test(sanity): update timeout to avoid slow test from being flaky (#​7969) | d6dde60
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.15.0 (#​7971) | 6eacd33
Espen Hovlandsdal | chore(deps): update dependency glob to ^11.0.0 (#​7949) | ccee1f4
Espen Hovlandsdal | fix(i18n): allow weeks to start on Saturday (#​7965) | 59deb00
Espen Hovlandsdal | fix(deps): deprecation warnings due to glob dependency (#​7977) | 5e3b8c1
Stilyan | feat: add disableArrayWarning option to SlugOptions (#​7174) | 1b5fd00
Bjørge Næss | test(cli): remove v2 fixtures and bump timeouts (#​7974) | 583bb6f
Cody Olsen | chore: add markdown plugin back (#​7475) | a7ed9be
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.1 (#​7975) | d23b3f0
Cody Olsen | chore: add back the @sanity/color-input plugin to test studio (#​7502) | 960186d
Bjørge Næss | test(e2e): add missing plugins to e2e studio (#​7981) | e078ebc
ecospark[bot] | fix(deps): update React Compiler dependencies 🤖 ✨ (#​7982) | bf67535
renovate[bot] | fix(deps): update dependency react-rx to ^4.1.8 (#​7983) | 197fc3d
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​7987) | 23a47f3
renovate[bot] | fix(deps): update dependency groq-js to ^1.14.2 (#​7985) | 5d5bac0
Ash | fix(sanity): do not perform incremental search for exact tokens (#​7972) | 9fba9b7
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.3 (#​7986) | 22c9708
Snorre Eskeland Brekke | feat: enable start in Create banner for new documents and include development mode information (#​7955) | 656d4c8
renovate[bot] | fix(deps): update dependency @​sanity/icons to ^3.5.1 (#​7989) | 30d18d6
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.19.8 (#​7984) | ba996b7
renovate[bot] | fix(deps): update dependency @​sanity/icons to ^3.5.2 (#​7991) | 1b6117f
Cody Olsen | fix(deps): upgrade vite to v5 (#​5285) | 6817f2e
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.4 (#​7993) | 9d3343c
renovate[bot] | chore(deps): update typescript-tooling (#​7988) | 6a9c59e
renovate[bot] | fix(deps): Update dev-non-major (#​7997) | 305a143
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.15.3 (#​7979) | ae98a1d
Ash | refactor(sanity): extract common search token functions | 3aa1e03
Ash | refactor(sanity): skip unnecessary deduplication step | e8bad21
Ash | feat(sanity): do not fade out global search results while fetching more | a303002
Ash | feat: add groq2024 search strategy | 13f2e48
Ash | feat(test-studio): enable groq2024 search strategy | 8c4e248
Nikas Praninskas | fix(sanity): optimise getLeafWeights to not stack overflow (#​7999) | ac2ab18
Espen Hovlandsdal | feat: use eslint 9 for new studios (#​7978) | 30d8f7e
Robin Pyon | feat: switch create integration to opt-out flow (#​8002) | 6b322cb
Rostislav Melkumyan | feat(cli): use @vercel/frameworks in bootstrapRemoteTemplate (#​8001) | 60537c8
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.7 (#​7998) | eb5739b
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.7 (#​8005) | 2f135f6
Cody Olsen | chore: reduce renovate double PR noise | 0528bee
ecospark[bot] | chore(prettier): fix unformatted files 🤖 ✨ (#​8006) | da526ea

v3.66.1

Compare Source

🐛 Notable bugfixes

  • Fixes an issue causing the Studio to crash in an environment that doesn't provide a global process variable

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
------------ | ------------- | -------------
renovate[bot] | fix(deps): allow react v19 as peer dependency (#​7962) | 9722cd6
Ash | fix(sanity): reset search cursor state when any parameter changes (#​7889) | 4d7ae8d
Bjørge Næss | fix(core): guard against missing process variable (#​7967) | bab0e19
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.19.7 (#​7966) | c82d44c

sanity-io/ui (@​sanity/ui)

v2.10.7

Compare Source

Bug Fixes
  • deps: update dependency framer-motion to ^11.13.5 (19e049e)
  • ensure referenceElement don't flash in the wrong position on mount (c95c1c0)

v2.10.6

Compare Source

Bug Fixes
  • allow using useGlobalKeyDown without useCallback (263c0a6)

v2.10.5

Compare Source

Bug Fixes

v2.10.4

Compare Source

Bug Fixes

v2.10.3

Compare Source

Bug Fixes

v2.10.2

Compare Source

Bug Fixes

v2.10.1

Compare Source

Bug Fixes

v2.10.0

Compare Source

Features
sanity-io/sanity (sanity)

v3.67.0

Compare Source

v3.66.1

Compare Source

colinhacks/zod (zod)

v3.24.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@renovate renovate bot force-pushed the renovate/packages-dependencies branch from 9bc385f to 016afaf Compare December 10, 2024 15:50
@renovate renovate bot changed the title chore(deps): update packages dependencies fix(deps): update packages dependencies Dec 10, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Dec 10, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@thomasKn thomasKn merged commit c4c39e2 into main Dec 10, 2024
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants