Version Packages#1527
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Package diff links for this Changesets PRThese links start working after this PR is merged and the release is published to npm, and can be used to verify that published packages did not include unexpected changes:
|
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 10, 2026 11:46
c4b7eb0 to
91b74ff
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 10, 2026 11:47
91b74ff to
1c104df
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 10, 2026 12:11
1c104df to
3100b93
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 10, 2026 12:35
3100b93 to
4848ac5
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 10, 2026 12:40
4848ac5 to
dbcf0bb
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 10, 2026 12:40
dbcf0bb to
9d4c736
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 12, 2026 23:47
9d4c736 to
cfce245
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 12, 2026 23:51
cfce245 to
c469554
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 12, 2026 23:54
32a7878 to
75ddf5c
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 12, 2026 23:56
75ddf5c to
1e3db46
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:04
1e3db46 to
26df339
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:19
5882c9d to
75d00a4
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:20
75d00a4 to
25c8c3f
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:21
25c8c3f to
2d453be
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:22
2d453be to
417cc21
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:25
417cc21 to
8cde000
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:27
8cde000 to
f51f94b
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:32
f51f94b to
e916e36
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:35
e916e36 to
cfd5e11
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:37
cfd5e11 to
d55b6a9
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:40
d55b6a9 to
25a90ff
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:41
25a90ff to
b14392c
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 11:13
b14392c to
8e3dd88
Compare
stipsan
enabled auto-merge (squash)
July 13, 2026 11:13
stipsan
approved these changes
Jul 13, 2026
This file contains hidden or 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
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sanity/plugin-kit@7.0.0
Major Changes
#1554
19d2b9bThanks @stipsan! - feat: support TypeScript 7 (the Go-native compiler), require TypeScript 6 or laterBREAKING: the
typescriptpeer dependency range is now6.x || 7.x— TypeScript 5.x is no longer supported. TypeScript 7 is not required yet, but 6.0 is the new minimum.The JS compiler API (used by
verify-packageandverify-studioto parsetsconfig.json) is now always loaded from the official@typescript/typescript6compat package (a regular dependency), since TypeScript 7 no longer ships it. The installedtypescriptpeer no longer affects tsconfig parsing and is only used to runtsc --build.plugin-kit initnow scaffoldstypescriptat the latest 6.x instead oflatest. This fixes scaffolding, which broke when TypeScript 7 becamelateston npm: the scaffolded ESLint toolchain (@typescript-eslintv8) declares atypescriptpeer range that excludes 7.x, so the initialnpm installfailed with a peer dependency conflict.Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5#1546
73057b2Thanks @squiggler-app! - fix(deps): update dependency get-it to ^9.1.0#1548
814e19bThanks @squiggler-app! - fix(deps): update linters@sanity/assist@6.1.11
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/code-input@7.2.7
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5#1539
8509905Thanks @squiggler-app! - fix(deps): update dependency @uiw/codemirror-themes to ^4.25.11#1540
724f04eThanks @squiggler-app! - fix(deps): update dependency @uiw/react-codemirror to ^4.25.11@sanity/color-input@6.0.13
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/cross-dataset-duplicator@2.0.7
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:@sanity/dashboard@6.0.9
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/debug-live-sync-tags@1.0.8
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/debug-preview-url-secret-plugin@2.0.16
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/document-internationalization@6.2.18
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:@sanity/embeddings-index-ui@4.0.7
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/form-toolkit@3.0.7
Patch Changes
#1486
b15e4f5Thanks @squiggler-app! - fix(deps): update dependency react-icons to ^5.7.0#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:@sanity/google-maps-input@6.1.3
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/hierarchical-document-list@3.0.7
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/language-filter@5.0.8
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/orderable-document-list@2.0.10
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:@sanity/personalization-plugin@3.0.6
Patch Changes
#1486
b15e4f5Thanks @squiggler-app! - fix(deps): update dependency react-icons to ^5.7.0#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:@sanity/presets@1.0.2
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/rich-date-input@4.0.9
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/sanity-plugin-async-list@2.0.7
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:@sanity/sfcc@1.0.18
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/studio-secrets@4.0.9
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/table@3.1.7
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5@sanity/vercel-protection-bypass@5.0.14
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-naive-html-serializer@5.1.9
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-aprimo@2.0.11
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-asset-source-unsplash@7.0.16
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-bynder-input@4.1.5
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-cloudinary@2.0.11
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:sanity-plugin-dashboard-widget-document-list@3.0.10
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-dashboard-widget-netlify@3.0.9
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-dashboard-widget-vercel@4.0.15
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5#1535
c1601d5Thanks @squiggler-app! - fix(deps): update dependency @tanstack/react-query to ^5.101.2#1547
78c04b4Thanks @squiggler-app! - fix(deps): update dependency react-hook-form to ^7.81.0sanity-plugin-documents-pane@4.1.9
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:sanity-plugin-google-translate@4.0.4
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-graph-view@5.0.14
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-hotspot-array@5.0.6
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-iframe-pane@5.0.24
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-internationalized-array@5.1.18
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-latex-input@3.0.4
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-markdown@9.0.3
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-media@5.0.12
Patch Changes
#1518
aff509dThanks @squiggler-app! - fix(deps): update dependency react-virtuoso to ^4.18.10#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5#1547
78c04b4Thanks @squiggler-app! - fix(deps): update dependency react-hook-form to ^7.81.0sanity-plugin-mux-input@4.1.8
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5#1541
9fd850dThanks @squiggler-app! - fix(deps): update dependency iso-639-1 to ^3.1.6sanity-plugin-shopify-assets@2.0.6
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-studio-smartling@5.0.8
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:sanity-plugin-transifex@5.1.12
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:sanity-plugin-utils@2.0.7
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-plugin-workflow@3.0.30
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5#1536
227d4d1Thanks @squiggler-app! - fix(deps): update dependency @tanstack/react-virtual to ^3.14.5Updated dependencies [
a11d511]:sanity-plugin-workspace-home@3.0.12
Patch Changes
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5sanity-translations-tab@6.1.12
Patch Changes
#1519
a11d511Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.5Updated dependencies [
a11d511]:Note
Cursor Bugbot is generating a summary for commit 8e3dd88. Configure here.