chore(deps): update all non-major dependencies #1144
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.25.0
->6.27.2
1.7.27
->1.7.31
2.1.0
->2.1.4
3.70.0
->3.72.0
2.12.4
->2.12.10
9.10.1
->9.11.1
1.13.1
->1.14.0
15.4.1
->15.4.3
3.70.0
->3.72.0
Release Notes
sanity-io/client (@sanity/client)
v6.27.2
Compare Source
Bug Fixes
includeDrafts
no longer require vX (#991) (22e50aa)v6.27.1
Compare Source
Bug Fixes
Cannot read properties of undefined
(cb80d68)v6.27.0
Compare Source
Features
applySourceDocuments
(#981) (ab82a35)v6.26.1
Compare Source
Bug Fixes
perspective
to edit links (#979) (65ce82d)isDraft
search param (#978) (08d189d)v6.26.0
Compare Source
Features
sanity-io/visual-editing (@sanity/core-loader)
v1.7.31
Bug Fixes
Dependencies
v1.7.30
Bug Fixes
Dependencies
v1.7.29
Bug Fixes
Dependencies
v1.7.28
Dependencies
sanity-io/visual-editing (@sanity/preview-url-secret)
v2.1.4
Bug Fixes
v2.1.3
Bug Fixes
v2.1.2
Bug Fixes
v2.1.1
Bug Fixes
sanity-io/sanity (@sanity/vision)
v3.72.0
Compare Source
v3.71.2
Compare Source
🐛 Notable bugfixes
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(presentation): perspective switching regression (#8383) |
9caf5d8
v3.71.1
Compare Source
🐛 Notable bugfixes
react
module import error affecting production builds of auto-updating studios.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
------------ | ------------- | -------------
Bjørge Næss | fix: revert back to vite v5 (#8362) |
03fa6f1
v3.71.0
Compare Source
✨ Highlights
The
@sanity/presentation
codebase has been migrated into thesanity
codebaseThe
@sanity/presentation
codebase has been migrated into thesanity
codebase. We've always recommended using Presentation Tool by importing it fromsanity/presentation
, like so:If you've been following this pattern then this change won't impact you in any way.
If you've been installing
@sanity/presentation
and are using it directly (we've sometimes suggested this to let folks try out bugfixes before they ship in the next release ofsanity
):Then you need to search/replace all
from '@​sanity/presentation'
statements in your codebase withfrom 'sanity/presentation'
, and uninstall@sanity/presentation
, as it'll no longer receive updates.Other features
disableActions
option to array fields for disabling various array input capabilities.🐛 Notable bugfixes
readOnly
document by callingonChange
.sanity dev
with React Strict Mode, or embedded studios on Next.js App Router.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
------------ | ------------- | -------------
Christian Grøngaard | fix(core): replace
@sanity/block-tools
with@portabletext/block-tools
(#8260) |0ff7c7f
Pedro Bonamin | chore(core): update
<Resizable/>
, accept a position prop and remove duped and export fromsanity
(#8250) |4bca7b9
Pedro Bonamin | chore(core): use displayed value for document title (#8268) |
9a5fee3
Pedro Bonamin | chore(core): update
diffValue
to accept a genericMeta
property (#8269) |cef5237
Pedro Bonamin | chore(core): add
getTransactionLogs
helper (#8261) |03e7760
Rostislav Melkumyan | chore(renovate): add
@sanity/template-validator
(#8280) |d351c5f
Pedro Bonamin | fix(core): cannot find namespace 'vi' (#8282) |
3a3cc58
Jordan Lawrence | chore: playwright test wrapper creates router context (#8258) |
a1a80a8
RitaDias | test(e2e): add checks for properties in reference tests (#8279) |
21aba08
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.22.0 (#8295) |
847f30e
renovate[bot] | chore(deps): update dev-non-major (#8267) |
c094eb3
Per-Kristian Nordnes | fix(core/form/inputs): fix issue with tabbing to popover toolbar buttons in PT-input (#5057) |
6c61c9c
renovate[bot] | chore(deps): update github artifact actions to v4 (major) (#8298) |
a7f5230
Jordan Lawrence | feat: Updated Navbar link for Tasks tool (#8257) |
498b05e
Espen Hovlandsdal | fix(deps): upgrade
vite
to v6 |532eb63
Espen Hovlandsdal | chore: temporary override to make vitest use vite 6 |
995eeba
Christian Grøngaard | fix(types): make
ObjectSchemaType['__experimental_search']
optional (#8289) |7f5c037
Jordan Lawrence | chore: explicitly setting all navbar dropdowns and menu popovers as having default tone (#8301) |
c0d26c0
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#8305) |
8d3ac75
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.22.1 (#8308) |
3a49a11
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.24.4 (#8307) |
ee29383
Bjørge Næss | feat(preview): add experimental support for observing full documents (#7397) |
56bcd0a
Jordan Lawrence | fix: patching a readOnly document is blocked (#8292) |
49cc66f
Jordan Lawrence | fix: readOnly pane overrides patch (#8313) |
ad3fd48
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.25.0 (#8315) |
d4175f9
Cody Olsen | refactor: migrate
@sanity/presentation
codebase (#8312) |680930c
renovate[bot] | fix(deps): update dependency @sanity/mutate to ^0.12.1 (#8239) |
b53b164
renovate[bot] | fix(deps): update dependency @sanity/preview-url-secret to ^2.1.0 (#8316) |
e8faa3a
Cody Olsen | fix(presentation): always show all documents in use (#8320) |
cbbebd5
Cody Olsen | fix(presentation): avoid duplicate key warning (#8319) |
48f3e68
ecospark[bot] | fix(deps): update React Compiler dependencies 🤖 ✨ (#8327) |
2e1f58e
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#8328) |
698d609
renovate[bot] | chore(deps): update dev-non-major (#8321) |
4e4dc8f
renovate[bot] | fix(deps): update dependency react-rx to ^4.1.16 (#8329) |
76609d2
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.22.0 (#8252) |
5379e4f
renovate[bot] | fix(deps): update dependency @portabletext/block-tools to ^1.1.0 (#8285) |
ba61226
Rostislav Melkumyan | feat(cli): remote template bootstrapper to support write token (#8277) |
b5e5e9d
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.11.3 (#8330) |
148c1ec
renovate[bot] | chore(lockfile): update dependency framer-motion to v11.18.1 (#8331) |
b99d808
Bjørge Næss | feat(form): add support for disabling array input capabilities (#7615) |
9ce399c
Simeon Griggs | fix: add defineField helper to alt field (#8333) |
fc456ea
Christian Grøngaard | test: fix PTE copy/paste test case (#8344) |
044f24c
Bjørge Næss | feat(preview): add experimental support for live document id sets (#7398) |
d1dc5b5
sanity-io/visual-editing (@sanity/visual-editing)
v2.12.10
Bug Fixes
Dependencies
v2.12.9
Bug Fixes
v2.12.8
Dependencies
v2.12.7
Bug Fixes
Dependencies
v2.12.6
Bug Fixes
@sanity/client/csm
utils (#2540) (e9ec432)Dependencies
v2.12.5
Bug Fixes
Dependencies
antfu-collective/bumpp (bumpp)
v9.11.1
Compare Source
🚀 Features
View changes on GitHub
v9.11.0
Compare Source
🚀 Features
View changes on GitHub
v9.10.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
unjs/h3 (h3)
v1.14.0
Compare Source
compare changes
🚀 Enhancements
❤️ Contributors
lint-staged/lint-staged (lint-staged)
v15.4.3
Compare Source
Patch Changes
cbfed1d
Thanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2
Compare Source
Patch Changes
8827ebf
Thanks @iiroj! - Change lint-staged's dependencies to use caret (^
) ranges instead of tilde (~
). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.sanity-io/sanity (sanity)
v3.72.0
Compare Source
v3.71.2
Compare Source
🐛 Notable bugfixes
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(presentation): perspective switching regression (#8383) |
9caf5d8
v3.71.1
Compare Source
🐛 Notable bugfixes
react
module import error affecting production builds of auto-updating studios.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
------------ | ------------- | -------------
Bjørge Næss | fix: revert back to vite v5 (#8362) |
03fa6f1
v3.71.0
Compare Source
✨ Highlights
The
@sanity/presentation
codebase has been migrated into thesanity
codebaseThe
@sanity/presentation
codebase has been migrated into thesanity
codebase. We've always recommended using Presentation Tool by importing it fromsanity/presentation
, like so:If you've been following this pattern then this change won't impact you in any way.
If you've been installing
@sanity/presentation
and are using it directly (we've sometimes suggested this to let folks try out bugfixes before they ship in the next release ofsanity
):Then you need to search/replace all
from '@​sanity/presentation'
statements in your codebase withfrom 'sanity/presentation'
, and uninstall@sanity/presentation
, as it'll no longer receive updates.Other features
disableActions
option to array fields for disabling various array input capabilities.🐛 Notable bugfixes
readOnly
document by callingonChange
.sanity dev
with React Strict Mode, or embedded studios on Next.js App Router.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
------------ | ------------- | -------------
Christian Grøngaard | fix(core): replace
@sanity/block-tools
with@portabletext/block-tools
(#8260) |0ff7c7f
Pedro Bonamin | chore(core): update
<Resizable/>
, accept a position prop and remove duped and export fromsanity
(#8250) |4bca7b9
Pedro Bonamin | chore(core): use displayed value for document title (#8268) |
9a5fee3
Pedro Bonamin | chore(core): update
diffValue
to accept a genericMeta
property (#8269) |cef5237
Pedro Bonamin | chore(core): add
getTransactionLogs
helper (#8261) |03e7760
Rostislav Melkumyan | chore(renovate): add
@sanity/template-validator
(#8280) |d351c5f
Pedro Bonamin | fix(core): cannot find namespace 'vi' (#8282) |
3a3cc58
Jordan Lawrence | chore: playwright test wrapper creates router context (#8258) |
a1a80a8
RitaDias | test(e2e): add checks for properties in reference tests (#8279) |
21aba08
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.22.0 (#8295) |
847f30e
renovate[bot] | chore(deps): update dev-non-major (#8267) |
c094eb3
Per-Kristian Nordnes | fix(core/form/inputs): fix issue with tabbing to popover toolbar buttons in PT-input (#5057) |
6c61c9c
renovate[bot] | chore(deps): update github artifact actions to v4 (major) (#8298) |
a7f5230
Jordan Lawrence | feat: Updated Navbar link for Tasks tool (#8257) |
498b05e
Espen Hovlandsdal | fix(deps): upgrade
vite
to v6 |532eb63
Espen Hovlandsdal | chore: temporary override to make vitest use vite 6 |
995eeba
Christian Grøngaard | fix(types): make
ObjectSchemaType['__experimental_search']
optional (#8289) |7f5c037
Jordan Lawrence | chore: explicitly setting all navbar dropdowns and menu popovers as having default tone (#8301) |
c0d26c0
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#8305) |
8d3ac75
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.22.1 (#8308) |
3a49a11
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.24.4 (#8307) |
ee29383
Bjørge Næss | feat(preview): add experimental support for observing full documents (#7397) |
56bcd0a
Jordan Lawrence | fix: patching a readOnly document is blocked (#8292) |
49cc66f
Jordan Lawrence | fix: readOnly pane overrides patch (#8313) |
ad3fd48
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.25.0 (#8315) |
d4175f9
Cody Olsen | refactor: migrate
@sanity/presentation
codebase (#8312) |680930c
renovate[bot] | fix(deps): update dependency @sanity/mutate to ^0.12.1 (#8239) |
b53b164
renovate[bot] | fix(deps): update dependency @sanity/preview-url-secret to ^2.1.0 (#8316) |
e8faa3a
Cody Olsen | fix(presentation): always show all documents in use (#8320) |
cbbebd5
Cody Olsen | fix(presentation): avoid duplicate key warning (#8319) |
48f3e68
ecospark[bot] | fix(deps): update React Compiler dependencies 🤖 ✨ (#8327) |
2e1f58e
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#8328) |
698d609
renovate[bot] | chore(deps): update dev-non-major (#8321) |
4e4dc8f
renovate[bot] | fix(deps): update dependency react-rx to ^4.1.16 (#8329) |
76609d2
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.22.0 (#8252) |
5379e4f
renovate[bot] | fix(deps): update dependency @portabletext/block-tools to ^1.1.0 (#8285) |
ba61226
Rostislav Melkumyan | feat(cli): remote template bootstrapper to support write token (#8277) |
b5e5e9d
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.11.3 (#8330) |
148c1ec
renovate[bot] | chore(lockfile): update dependency framer-motion to v11.18.1 (#8331) |
b99d808
Bjørge Næss | feat(form): add support for disabling array input capabilities (#7615) |
9ce399c
Simeon Griggs | fix: add defineField helper to alt field (#8333) |
fc456ea
Christian Grøngaard | test: fix PTE copy/paste test case (#8344) |
044f24c
Bjørge Næss | feat(preview): add experimental support for live document id sets (#7398) |
d1dc5b5
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.