-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix(deps): Update sanity monorepo to v3.44.0 #190
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@sanity/[email protected], npm/@sanity/[email protected], npm/@sanity/[email protected] |
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
April 30, 2024 19:09
063bd72
to
860f9c1
Compare
renovate
bot
changed the title
fix(deps): Update sanity monorepo to v3.39.1
fix(deps): Update sanity monorepo to v3.40.0
Apr 30, 2024
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
8 times, most recently
from
May 7, 2024 17:33
b171c38
to
049bf54
Compare
renovate
bot
changed the title
fix(deps): Update sanity monorepo to v3.40.0
fix(deps): Update sanity monorepo to v3.41.0
May 7, 2024
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
May 8, 2024 11:35
049bf54
to
0d91e5b
Compare
renovate
bot
changed the title
fix(deps): Update sanity monorepo to v3.41.0
fix(deps): Update sanity monorepo to v3.41.1
May 8, 2024
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
10 times, most recently
from
May 14, 2024 18:50
0e694e0
to
a97518b
Compare
renovate
bot
changed the title
fix(deps): Update sanity monorepo to v3.41.1
fix(deps): Update sanity monorepo to v3.41.2
May 14, 2024
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
May 15, 2024 00:05
a97518b
to
db438cf
Compare
renovate
bot
changed the title
fix(deps): Update sanity monorepo to v3.41.2
fix(deps): Update sanity monorepo to v3.42.0
May 15, 2024
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
May 16, 2024 01:53
1e66ea6
to
6b8f7ce
Compare
renovate
bot
changed the title
fix(deps): Update sanity monorepo to v3.42.0
fix(deps): Update sanity monorepo to v3.42.1
May 16, 2024
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
5 times, most recently
from
May 22, 2024 01:04
701b179
to
1f17b38
Compare
renovate
bot
changed the title
fix(deps): Update sanity monorepo to v3.42.1
fix(deps): Update sanity monorepo to v3.43.0
May 22, 2024
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
13 times, most recently
from
May 29, 2024 14:18
7770dd3
to
dc0440a
Compare
renovate
bot
changed the title
fix(deps): Update sanity monorepo to v3.43.0
fix(deps): Update sanity monorepo to v3.44.0
May 29, 2024
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
4 times, most recently
from
May 30, 2024 08:55
203c9d0
to
e656010
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
May 30, 2024 08:57
e656010
to
b1279a5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.36.4
->3.44.0
3.36.4
->3.44.0
^3.36.4
->^3.44.0
^3.36.4
->^3.44.0
Release Notes
sanity-io/sanity (@sanity/block-tools)
v3.44.0
Compare Source
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
To upgrade a v3 Studio, run this command in its folder:
🐛 Notable bugfixes
Customizing restore action now works
This releases fixes a bug preventing developers removing or customising the "restore" document action using the
document.actions
Studio configuration property.Studio will now respect changes you make to the "restore" document action, but please note that you must set the
action
property to"restore"
on yourDocumentActionComponent
. Theaction
property allows Studio to identify the restore action.Example
import {RocketIcon} from '@​sanity/icons' import {type DocumentActionComponent} from 'sanity' export const TestCustomRestoreAction: ( action: DocumentActionComponent, ) => DocumentActionComponent = (restoreAction) => { const action: DocumentActionComponent = (props) => ({ ...restoreAction(props), label: 'Custom restore', tone: 'positive', icon: RocketIcon, }) + action.action = 'restore' return action }
Other bugfixes
preview
property inDocumentComponents
.📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#6731) |
1587dfe
Pedro Bonamin | fix(core): add retry to image observer and loading state (#6709) |
0f51f9d
Ash | feat(sanity): use optimistic locking when publishing documents (#6711) |
6fe8c69
jordanl17 | EDX-1352: batch select sheet list documents (#6713) |
10b596a
Michael | fix(cli): graphql api flag is respected during validation (#6615) |
c739eea
renovate[bot] | chore(lockfile): update dependency @sanity/telemetry to v0.7.8 (#6732) |
4307a3c
renovate[bot] | chore(lockfile): update dependency i18next to v23.11.5 (#6733) |
922235f
Per-Kristian Nordnes | refactor(portable-text-editor): automatically resolve some validation errors (#6705) |
6062a9a
Per-Kristian Nordnes | fix(core/form): prohibit focus and unset on root input (#6706) |
4a2f141
Cody Olsen | chore: setup CI check for react compiler errors (#6730) |
9c7175f
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#6734) |
fe807a8
Hash Brown | fix: EXIF data on Image asset not included when uploading multiple images to array type, or via drag-and-drop (#6708) |
222418a
Robin Pyon | fix(pte): improve text selection in fullscreen inputs (#6642) |
6163d96
renovate[bot] | fix(deps): Update dev-non-major (#6719) |
dadfcfa
Rune Botten | fix(core): avoid attribute names being scanned as symbols |
23f6c67
Cody Olsen | chore: change the action to use warnings and only fail on new ones (#6740) |
ebef5cb
renovate[bot] | chore(lockfile): update dependency @sanity/telemetry to v0.7.8 (#6743) |
a230bbf
renovate[bot] | chore(deps): update dependency @vitejs/plugin-react to ^4.3.0 (#6744) |
7551264
renovate[bot] | chore(deps): update dependency @sanity/pkg-utils to v6.8.18 (#6746) |
913740d
renovate[bot] | chore(lockfile): update dependency @sanity/import to v3.37.4 (#6749) |
e5b04d1
renovate[bot] | chore(lockfile): update dependency @sanity/export to v3.38.1 (#6748) |
0dbf0c5
renovate[bot] | fix(deps): Update dev-non-major (#6745) |
7c44121
renovate[bot] | chore(deps): update dependency @sanity/tsdoc to v1.0.65 (#6747) |
79a79a3
Cody Olsen | fix: handle React Compiler errors (#6750) |
403f485
Ash | feat(sanity): use Actions API when restoring drafts |
47e5420
Ash | feat(sanity): add timeline test ids |
038a1a2
Ash | test(e2e): add test for
restore
document action |e9b967f
Christian Grøngaard | chore: add initial page-building test studio (#6735) |
cca14f3
Bjørge Næss | fix(core): remove id from patch when using server actions (#6751) |
7b90cad
Ash | fix(sanity): respect Studio configuration when rendering "restore" document action (#6637) |
6ba71f2
Binoy Patel | chore(ci): set a shorter cache on manifest (#6660) |
069dd31
renovate[bot] | chore(lockfile): update dependency i18next to v23.11.5 (#6755) |
6043919
renovate[bot] | chore(lockfile): update dependency react-barcode to v1.5.3 (#6756) |
89c86c6
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.1.12 (#6757) |
9025619
renovate[bot] | fix(deps): update dependency get-it to ^8.5.0 (#6758) |
6b98663
renovate[bot] | fix(deps): Update dev-non-major (#6759) |
5893609
renovate[bot] | chore(deps): update dependency @sanity/tsdoc to v1.0.67 (#6761) |
543d755
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.18.3 (#6762) |
3e1bc3e
RitaDias | fix(core): unable to open block style select when in nested PTEs in fullscreen (#6738) |
9f7ab8b
Per-Kristian Nordnes | test(portable-text-editor): add test for empty array value (#6764) |
a13e22c
Christian Grøngaard | chore(page-building): configure build outputs (#6768) |
076f9b8
Bjørge Næss | fix(core): fix issue with nested preview fields not being included in legacy text search (#6767) |
044ac39
jordanl17 | feat(structure): sheet list prototype (#6741) |
f0670bf
Espen Hovlandsdal | chore(deps): update dependency @sanity/bifur-client to ^0.4.0 (#6645) |
a79ea02
Simeon Griggs | chore: correct grammar for open-source (#6766) |
f8ee0f2
Rico Kahler | fix: resolve type error by inlining DocumentComponents definition (#6703) |
10e1bc3
Herman Wikner | fix(core): reactions menu open issue (#6765) |
3f52b83
Bjørge Næss | fix(form): fix issue making circular structures sometimes causing infinite loop (#6699) |
7efdeeb
Per-Kristian Nordnes | fix(portable-text-editor): add autoresolving validations and fix normalization issues (#6770) |
c458289
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.19.0 (#6781) |
1961904
Bjørge Næss | fix(form): properly support passing
undefined
as title torenderDefault()
for array and object fields (#6774) |f341c2d
Binoy Patel | feat: store all versions in the manifest (#6769) |
1fcc0f2
renovate[bot] | chore(lockfile): update dependency @portabletext/react to v3.1.0 (#6788) |
02fa562
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.15.10 (#6786) |
517a1a9
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.1.13 (#6787) |
43f1766
renovate[bot] | fix(deps): Update dev-non-major (#6789) |
772d464
renovate[bot] | chore(deps): update linters (#6790) |
674a6cb
renovate[bot] | chore(deps): update dependency @sanity/visual-editing to v2 (#6792) |
8665a16
renovate[bot] | chore(lockfile): update dependency @sanity/logos to v2.1.12 (#6793) |
9d7c67d
Christian Grøngaard | fix(form): avoid spreading key prop (#6776) |
eeba7f2
renovate[bot] | chore(lockfile): update dependency @sanity/logos to v2.1.12 (#6794) |
7d0d86a
renovate[bot] | chore(lockfile): update dependency @sanity/telemetry to v0.7.9 (#6795) |
be1065f
Cody Olsen | chore(deps): bump eslint-plugin-react-compiler (#6791) |
ea7db00
renovate[bot] | chore(deps): update dependency @sanity/icons to v3 (#6797) |
63e3c32
Cody Olsen | chore(react-compiler): up the max warnings limit (#6801) |
aa95805
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.15.11 (#6799) |
42fd4bf
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.1.14 (#6800) |
faa5bcf
renovate[bot] | fix(deps): Update dev-non-major (#6798) |
6640ad4
Bjørge Næss | refactor(core): stabilize studio usage of actions API (#6783) |
112b66c
v3.43.0
Compare Source
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.
✨ Highlights
sanity init
command for Next.js-embedded Studios is updated to installnext-sanity v9
andnext v14
as per best practices.// @​sanity-typegen-ignore
comments that will ignore certain queries from type generation (thanks @largis21!).🐛 Notable Bugfixes
usePaneRouter
that caused build warnings and potential execution order issues.📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
renovate[bot] | fix(deps): Update dev-non-major (#6659) |
ab0f97d
Pedro Bonamin | fix(scheduled-publishing): don't include it if it's the only plugin available (#6530) |
b2fa80b
renovate[bot] | chore(deps): update dependency @sanity/pkg-utils to v6.8.15 (#6666) |
30c1f4c
renovate[bot] | fix(deps): update dependency groq-js to ^1.9.0 (#6655) |
71a0758
renovate[bot] | chore(lockfile): update dependency @sanity/export to v3.38.0 (#6654) |
1f6b8a8
Ash | feat(sanity): use actions API when discarding drafts |
c1755d1
Ash | feat(sanity): add test ids to confirm dialog buttons |
73d51cb
Ash | test(e2e): add tests for
discardChanges
document action |33564a2
renovate[bot] | chore(deps): update dependency framer-motion to v11.2.0 (#6668) |
673ba0c
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.15.3 (#6667) |
71e6319
renovate[bot] | chore(deps): update dependency esbuild to ^0.21.2 (#6656) |
fc79956
renovate[bot] | chore(deps): update dependency lerna to ^8.1.3 (#6657) |
7960627
renovate[bot] | fix(deps): Update dev-non-major (#6673) |
409d7df
Carolina Gonzalez | feat: fetch feature toggle to enable serverside document actions (#6418) |
8610fc6
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.18.2 (#6674) |
4da4ae5
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.1.8 (#6675) |
e8a40e2
renovate[bot] | chore(deps): update dependency @sanity/tsdoc to v1.0.55 (#6672) |
7b5bbe7
renovate[bot] | fix(deps): update dependency get-it to ^8.4.30 (#6676) |
0715793
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.15.4 (#6681) |
f97c348
renovate[bot] | fix(deps): Update dev-non-major (#6680) |
ab4a9e8
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.15.5 (#6687) |
a61a679
renovate[bot] | chore(deps): update dependency framer-motion to v11.2.2 (#6689) |
e27e063
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.1.9 (#6691) |
3aa444f
renovate[bot] | chore(deps): update dependency recast to ^0.23.7 (#6658) |
3912e82
renovate[bot] | fix(deps): Update dev-non-major (#6690) |
ec179d0
renovate[bot] | chore(deps): update dependency @sanity/pkg-utils to v6.8.16 (#6692) |
80d4620
renovate[bot] | chore(deps): update dependency @sanity/tsdoc to v1.0.59 (#6693) |
1164a6b
Robin Pyon | feat(pte): add
initialActive
prop toPortableTextInput
(#6638) |5add977
Pedro Bonamin | fix(schedule-publishing): avoid polling in upsell mode (#6670) |
87889d1
Cody Olsen | chore: setup
dev:next-studio
to use react v19 (#6685) |61d1bc3
renovate[bot] | chore(deps): update dependency framer-motion to v11.2.3 (#6696) |
e6b4fdc
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.1.10 (#6701) |
af0eee4
renovate[bot] | fix(deps): Update dev-non-major (#6700) |
77785ff
Pedro Bonamin | feat(structure): add sheet list table view. (#6647) |
c5916d4
Ash | feat(sanity): memoize initial value resolver (#6614) |
39bab8a
Cody Olsen | fix: update
@sanity/presentation
and remove deprecated internal exports no longer in use (#6694) |69246c1
Cody Olsen | fix: remove circular reference to
usePaneRouter
(#6664) |d66def2
jordanl17 | feat(structure): Sheet View columns (#6661) |
d8a37a8
Christian Grøngaard | fix: pin framer-motion to an earlier version (#6717) |
6c2aea2
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.1.11 (#6720) |
61cc315
Pedro Bonamin | fix(tasks): reduce tasks sidebar zoffset (#6718) |
5ab0819
renovate[bot] | chore(deps): update dependency @sanity/pkg-utils to v6.8.17 (#6722) |
babfd2d
Pedro Bonamin | fix(tasks): hide footer button until the active document is set (#6695) |
93c7d66
jordanl17 | fix(structure): fixing incorrect way of setting col visibility (#6716) |
06f7902
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.15.8 (#6724) |
17ca815
renovate[bot] | chore(deps): update dependency @sanity/tsdoc to v1.0.62 (#6723) |
c6c1724
Cody Olsen | feat: upgrade
sanity init
for Next.js to next-sanity v9 (#6644) |f48e38b
largis21 | Add support for @sanity-typegen-ignore to ignore queries (#6578) |
efe8bca
Sindre Gulseth | chore(cli): symlink in local packages for the installed sanity cli (#6728) |
c4b8558
Bjørge Næss | fix(i18n): remove extraneous curly brace (#6726) |
74f2fd5
Sindre Gulseth | feat(typegen): add optout for prettier formatting (#6702) |
ac5103a
v3.42.1
Compare Source
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.
🐛 Notable bugfixes
📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
Cody Olsen | fix: regression crashing the document list pane in presentation (#6684) |
7ae3afd
v3.42.0
Compare Source
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.
✨ Highlights
Save Vision Query Results
You can now conveniently save the results of your Sanity Vision queries as JSON or CSV files. Simply run your query and click on the new "save result as" buttons in the bottom right corner.
Custom Components with Intent Handling in Structure Builder
Custom components included in the Structure Builder (like
S.component(MyCustomComponent)
) can now handle intents. This is especially useful for routing to custom components from global search results or other links. You can achieve this by using thecanHandleIntent
parameter.🐛 Notable Bugfixes
element.onFocus()
on any opened block or inline-object, thus avoiding unintended modal closures.📓 Full changelog
55153ac
48674b7
d3d0c04
1dca6db
fad1628
cc08614
c2b143e
14be9b6
516ada5
724da99
5f0227c
hideToolbar
andfullscreen
props toPortableTextInput
(#6621)800149f
4c73ded
2729437
20b66b1
92260a4
2e69eee
renderEditable
in portable text inputs (#6627)1d0fd3e
f4c7cfe
b63af70
b13fff4
fceff23
dd5cc7d
34b4754
f58a005
ef39982
55ab489
1812de6
083960f
52a5308
109a180
4beb29e
c7ad47b
v3.41.2
Compare Source
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.
🐛 Notable bugfixes
Maximum update depth exceeded
crash in Presentation Tool.📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.15.2 (#6632) |
43823f6
v3.41.1
Compare Source
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
To upgrade a v3 Studio, run this command in its folder:
🐛 Notable bugfixes
📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
Binoy Patel | test(core): fixes flaky test with document publish (#6595) |
2a8375a
renovate[bot] | chore(deps): update linters (#6590) |
59b8ce8
renovate[bot] | chore(deps): update dependency styled-components to ^6.1.10 (#6585) |
5e727e0
renovate[bot] | chore(lockfile): update dependency zod to v3.23.7 (#6527) |
571dd56
renovate[bot] | chore(deps): update dependency @sanity/pkg-utils to v6.8.13 (#6599) |
d9f9188
renovate[bot] | chore(deps): update dependency @sanity/tsdoc to v1.0.51 (#6600) |
56a8a79
renovate[bot] | chore(lockfile): update dependency @sanity/react-loader to v1.9.17 (#6584) |
0819c40
Cody Olsen | fix(presentation): regression causing a crash when in an embedded studio (#6606) |
99dfb60
v3.41.0
Compare Source
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.
✨ Highlights
Image
andFile
blocks.🐛 Notable bugfixes
Attempted import error
related to usingswr
in embedded studios._key
, we now automatically create one for it, avoiding unnecessary warning.📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
Herman Wikner | feat(comments): add telemetry (#6541) |
2d35256
Sindre Gulseth | fix(typegen): pass resolved path instead of the imported path (#6540) |
e7ffe93
Cody Olsen | fix: use
vercelStegaClean
util from@vercel/stega
(#6544) |790bc8f
Pedro Bonamin | fix(pte): preserve block key when pressing enter at start of block (#6521) |
7df5396
Ash | fix(sanity): do not order by
_updatedAt
when relevance ordering is used with Text Search API search strategy (#6537) |0ede4cf
Pedro Bonamin | chore(test-studio): bump vercel stega version (#6545) |
96f3841
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#6547) |
ad28225
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.16.0 (#6548) |
35b19c2
Tommy Petty | chore(i18n): fix imports for
useTranslation
(#6517) |869b698
jordanl17 | fix(pte): tools are active only when all blocks use the tool (#6524) |
169e5fd
renovate[bot] | chore(deps): update dependency @sanity/visual-editing to v1.8.17 (#6551) |
24f97ab
Binoy Patel | chore: package build (#6394) |
5a889fc
Rico Kahler | fix: remove unconditional external from vite build (#6554) |
f1e9546
Cody Olsen | fix: inline
swr
,date-fns-tz
and@vvo/tzdb
to restore embedded studios (#6553) |9a50252
renovate[bot] | chore(deps): update dependency @sanity/pkg-utils to v6.8.10 (#6549) |
f8f1b47
renovate[bot] | chore(deps): update dependency @vercel/stega to v0.1.2 (#6546) |
6a2cdda
Bjørge Næss | fix(deps): replace hashlru with quicklru (#6557) |
d634727
Espen Hovlandsdal | chore(deps): update dependency @sanity/client to v6.17.1 (#6561) |
7dd2d84
Cody Olsen | fix: remove
cleanStegaUnicode
helper (#6564) |2e224d4
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.17.2 (#6567) |
154d90b
shur | feat: add cliInitializedAt field to project metadata (#6538) |
15486f7
Pedro Bonamin | fix(schedule-publishing): update flag used to check scheduledPublishing (#6543) |
57fcbac
renovate[bot] | chore(deps): update dependency @sanity/tsdoc to v1.0.47 (#6550) |
25cbd4e
renovate[bot] | chore(deps): update dependency @sanity/pkg-utils to v6.8.11 (#6573) |
b31a151
renovate[bot] | chore(deps): update dependency @sanity/visual-editing to v1.8.18 (#6574) |
77654c1
Herman Wikner | fix(core): collapsed range decorations (#6568) |
70ab283
Pedro Bonamin | chore(scheduled-publishing): update schedule tool upsell layout ([
Configuration
📅 Schedule: Branch creation - "before 3am 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate using a curated preset maintained by . View repository job log here