Version Packages#1591
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 15, 2026 21:33
2081ef5 to
b9dfb0f
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 21:34
b9dfb0f to
48fe694
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 21:35
48fe694 to
cc1b209
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 21:37
cc1b209 to
465184b
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 07:53
465184b to
0578c0b
Compare
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 08:38
0578c0b to
77d029f
Compare
stipsan
approved these changes
Jul 16, 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@8.0.0
Major Changes
#1565
67f4292Thanks @stipsan! - Replace prettier with oxfmt and eslint with oxlintplugin-kit now ships shared formatter and linter configs:
@sanity/plugin-kit/oxfmt: an oxfmt preset. Re-export it from anoxfmt.config.tsnext to thepackage.jsonthat runs oxfmt (the workspace root in a monorepo, otherwise the plugin directory):@sanity/plugin-kit/oxlint: an oxlint config with type-aware rules and TypeScript type checking enabled (via oxlint-tsgolint) and warnings treated as errors. Re-export it from anoxlint.config.tsin the same location (or extend it withdefineConfig({extends: [...]})to customize):Breaking changes:
initandinjectscaffold oxfmt and oxlint (oxfmt.config.tsandoxlint.config.ts,oxfmt/oxlint/oxlint-tsgolintdevDependencies,format: "oxfmt"andlint: "oxlint"scripts) instead of prettier and eslint. The--no-prettierflag is now--no-oxfmt,--no-eslintis now--no-oxlint, and the prettier/eslint devDependencies (prettier,prettier-plugin-packagejson,eslint,eslint-config-*,eslint-plugin-*,@typescript-eslint/*) are no longer added.verify-packageno longer runstsc --buildafter the checks pass: oxlint type-checks as part of linting, so thetsccheck key is gone and plugins no longer need a standalone type-check step.verify-packagereplaces the duplicate-prettier/eslint-config checks with newoxfmtandoxlintchecks: they verify a config using the shared plugin-kit preset/config exists in the expected location (the workspace root when a monorepo is detected, otherwise next to the plugin'spackage.json— and since oxfmt/oxlint discover nested configs, a config next to the plugin'spackage.jsonoverrides the workspace root for that package and is validated instead when present), and fail on leftover prettier/eslint configuration with migration instructions. Disable them withsanityPlugin.verifyPackage.oxfmt: false/sanityPlugin.verifyPackage.oxlint: false.eslintImportskey) is removed entirely fromverify-packageandverify-studio- plugins are no longer linted for v2-era imports. Theeslintandtypescriptpeer dependencies are gone (oxfmtandoxlintare peers instead, and — unlike@sanity/pkg-utils— both are optional peers, since plugin-kit only needs them installed when the correspondingverify-packagecheck is enabled).semver-workflowpreset's lint-staged config now runs oxfmt and oxlint (instead of eslint andtsc --build), and the scaffoldedlint-staged.config.js/commitlint.config.jsuse ESM (export default) to match the plugin's"type": "module"and the shared oxlint config'simport/no-commonjsrule.Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/assist@6.1.13
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/code-input@7.2.9
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/color-input@6.0.15
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/cross-dataset-duplicator@2.0.9
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:@sanity/dashboard@6.0.11
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/debug-live-sync-tags@1.0.10
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/debug-preview-url-secret-plugin@2.0.18
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/document-internationalization@6.2.20
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:@sanity/embeddings-index-ui@4.0.9
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/form-toolkit@3.0.9
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:@sanity/google-maps-input@6.1.5
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/hierarchical-document-list@3.0.9
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/language-filter@5.0.10
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/orderable-document-list@2.0.13
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:@sanity/personalization-plugin@3.0.8
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:@sanity/presets@1.0.4
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/rich-date-input@4.0.11
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/sanity-plugin-async-list@2.0.9
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:@sanity/sfcc@1.0.20
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/studio-secrets@4.0.11
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/table@3.1.9
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8@sanity/vercel-protection-bypass@5.0.16
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-naive-html-serializer@5.1.11
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-aprimo@2.0.13
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-asset-source-unsplash@7.0.18
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-bynder-input@4.1.7
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-cloudinary@2.0.13
Patch Changes
#1577
1c5abb6Thanks @squiggler-app! - fix(deps): update dependency nanoid to v6#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:sanity-plugin-dashboard-widget-document-list@3.0.12
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-dashboard-widget-netlify@3.0.11
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-dashboard-widget-vercel@4.0.17
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8#1597
314c536Thanks @squiggler-app! - fix(deps): update dependency xstate to ^5.32.5sanity-plugin-documents-pane@4.1.11
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:sanity-plugin-google-translate@4.0.6
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-graph-view@5.0.16
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-hotspot-array@5.0.8
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-iframe-pane@5.0.26
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-internationalized-array@5.1.20
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-latex-input@3.0.6
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-markdown@9.0.5
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-media@6.0.2
Patch Changes
#1523
e2ccb40Thanks @squiggler-app! - fix(deps): update dependency groq to ^6.5.0#1577
1c5abb6Thanks @squiggler-app! - fix(deps): update dependency nanoid to v6#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8#1592
0cad29aThanks @stipsan! - Fix Tags panel toggle on viewports wider than 1920px by usinguseMediaIndexfrom@sanity/uisanity-plugin-mux-input@5.0.3
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-shopify-assets@2.0.8
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-studio-smartling@5.0.10
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:sanity-plugin-transifex@5.1.14
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:sanity-plugin-utils@2.0.9
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-plugin-workflow@3.0.32
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:sanity-plugin-workspace-home@3.0.14
Patch Changes
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8sanity-translations-tab@6.1.14
Patch Changes
#1596
f06fd76Thanks @squiggler-app! - fix(deps): update dependency tsdown to ^0.22.8Updated dependencies [
f06fd76]:Note
Medium Risk
@sanity/plugin-kit 8 is a breaking change for plugin authors’ lint/format/tooling workflows; runtime plugin changes are mostly dependency and build-tooling bumps, with sanity-plugin-media’s viewport fix as the main user-visible Studio change.
Overview
This is a Changesets “Version Packages” release PR: pending
.changeset/*entries are consumed and version + CHANGELOG updates are applied across the monorepo so packages can publish to npm on merge.The headline release is
@sanity/plugin-kit@8.0.0, which documents the already-merged switch from Prettier/ESLint to oxfmt/oxlint (shared@sanity/plugin-kit/oxfmtand/oxlintpresets), updatedinit/injectscaffolding and CLI flags (--no-oxfmt/--no-oxlint), andverify-packagechanges (oxfmt/oxlint checks, no standalonetsc --build, removal of the Sanity v2 imports check and eslint/typescript peers).Nearly all other touched packages get patch bumps driven mainly by
tsdown^0.22.8. Notable non-tsdown notes in changelogs:sanity-plugin-media@6.0.2(Tags panel toggle on wide viewports viauseMediaIndex, plusgroqandnanoidbumps),sanity-plugin-cloudinary(nanoidv6), andsanity-plugin-dashboard-widget-vercel(xstate^5.32.5).Reviewed by Cursor Bugbot for commit 77d029f. Bugbot is set up for automated code reviews on this repo. Configure here.