chore(deps): update non-major - #356
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/non-major
branch
from
September 3, 2026 19:44
ad4d072 to
71c9754
Compare
renovate
Bot
force-pushed
the
renovate/non-major
branch
2 times, most recently
from
September 7, 2026 16:10
5dea678 to
2dce2cb
Compare
renovate
Bot
force-pushed
the
renovate/non-major
branch
from
September 7, 2026 21:28
2dce2cb to
a1de4f3
Compare
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 contains the following updates:
^8.4.0→^8.6.0^0.27.1→^0.28.0^4.0.7→^4.2.0^19.2.5→^19.2.7^0.147.0→^0.148.00.149.0^0.66.0→^0.67.0^1.81.0→^1.82.0a311e91→cd6af41^0.22.14→^0.23.0Release Notes
sanity-io/client (@sanity/client)
v8.6.0Minor Changes
Patch Changes
any-signalinstead ofAbortSignal.anyso cancellable requests work on Safari 17.0-17.3 (#1326) (f87523e)v8.5.0Minor Changes
read query result types from a global
SanityQueriesinterface (#1319) (18313fe)Query result types can now be registered on a global
SanityQueriesinterface, which theSanityQueriesinterface exported from@sanity/clientinherits from.client.fetch,ClientReturnandClientReturnStegaresolve registrations made either way, so thedeclare module '@sanity/client'augmentation that Sanity TypeGen has emitted so far keeps working unchanged. The global registry does not depend on module resolution: it is seen whether or not@sanity/clientis a direct dependency of the generated file, however many copies of the client are installed, and from every entry point including@sanity/client/stega.Patch Changes
sanity-io/pkg-utils (@sanity/tsdown-config)
v0.28.0Compare Source
Minor Changes
#3406
5372ae6Thanks @stipsan! - Upgrade tsdown and@tsdown/cssto 0.23.BREAKING: the
@sanity/tsdown-configand@sanity/vanilla-extract-tsdown-plugintsdownpeer range is now^0.23.0; tsdown 0.22 is no longer supported. Node.js 25can no longer run either package or
pkg build. Use Node^22.18.0,^24.11.0, or>=26.0.0.tsdown 0.23 removes deprecated config options. Replace
dts.tsgo: trueanddts.oxc: truewithdts.generator: 'tsgo'anddts.generator: 'oxc'.Replace
dts.oxc: falsewithdts.generator: 'tsc'. Removedts.cjsReexport.Replace
dts.volarPluginswithdts.customLanguagesand rename each language'screatehook tocreateVolarPlugins.Under
deps, replaceskipNodeModulesBundle: truewithneverBundle: trueand
onlyAllowBundlewithonlyBundle.deps.resolveDepSubpath: truepreserves the old dependency-specifier behavior.pkg watchnow closes tsdown's native watch handle, including its Rolldown watchersand keyboard-shortcut resources, and sets
ignoreWatchonpackage.jsonandtsconfig.jsonso tsdown does not restart itself and orphan a watcher that abortcannot close. CSS builds now need
@tsdown/css@0.23.0, the exact version tsdown 0.23pins.
tsdown 0.23 also emits declarations with inline
export declaremodifiers instead ofa trailing export list. A
.d.tswith no export statement is an export context, so atype that the source left unexported becomes part of the published API. Export the
types you mean to publish and tag them
@public.Patch Changes
7edcb76Thanks @squiggler-app! - fix(deps): update dependency rolldown to ~1.2.77edcb76,5372ae6]:sanity-io/ui (@sanity/ui)
v4.2.0Compare Source
Minor Changes
#2827
4b81730Thanks @stipsan! - Move the remaining fully static styled-components CSS to vanilla-extract, served from@sanity/ui/styles.css:Arrow,AvatarandAvatarStack. Styles that read the theme or props stay on styled-components.No API changes. As with
SrOnlyandSpinnersince 4.0.0, these components render unstyled unless the app imports the stylesheet once:Patch Changes
0128e47Thanks @stipsan! - StopLayerfrom overwritingdata-uionDialogandTooltip, and add identifiers on remaining component roots (PopoverOverlay,ButtonLoading,ToastLoadingBar, dialog regions, andSpanWithTextOverflow).v4.1.1Compare Source
Patch Changes
#2831
c9141dfThanks @squiggler-app! - fix(deps): update dependency motion to ^13.2.0#2858
340baadThanks @stipsan! - Fix animatedPopoverandTooltip(and therebyMenuButton) scaling from the center instead of the reference element every time they are shown after the first. Thetransform-origincomputed by the floating-uioriginmiddleware is now applied as a plain CSS property instead of motion'soriginX/originYstyle keys, which motion resets to their initial (unpositioned) values whenever theActivity-hidden element re-mounts.v4.1.0Compare Source
Minor Changes
#2828
7795b61Thanks @stipsan! - Move fully static styled-components CSS to vanilla-extract, served from@sanity/ui/styles.css:Autocomplete,Breadcrumbs,Button(loading overlay),Checkbox,Dialog,Hotkeys,Layer,Menu,MenuDivider,Radio,Select,Skeleton,Switch,Tab,TabList,TextArea,TextInput,Toast,Tooltip,TreeItemandVirtualList. Styles that read the theme or props stay on styled-components. Equal-specificity overrides of those migrated components use doubled vanilla-extract class selectors (&&) where the library itself has to beat a runtime rule.MenuDivideris now a plain component rather than astyled.hr.styled(MenuDivider)wraps throughclassNameinstead of extending the styled component, and${MenuDivider}component selectors no longer work.Equal-specificity consumer overrides of migrated components (for example
styled(Layer)withposition: fixed, orstyled(MenuDivider)withheight: 20px) win only if@sanity/ui/styles.cssloads before styled-components' runtime style tags. That is the usual case when the stylesheet is in the entry chunk.As with
SrOnlyandSpinnersince 4.0.0, these components render unstyled unless the app imports the stylesheet once:Patch Changes
b2e6cc1Thanks @stipsan! - Add identifyingdata-uiattributes to Arrow, skeleton, and MenuDivider components.oxc-project/oxc (oxc-transform-react)
v0.148.0🐛 Bug Fixes
e74de61transform-react: Match Babel diagnostic reporting (#26128) (Boshen)oxc-project/oxc (oxfmt)
v0.67.0Compare Source
🛡️ Security
9a612d5deps: Update npm packages (#26178) (renovate[bot])oxc-project/oxc (oxlint)
v1.82.0Compare Source
🚀 Features
6a0e19clinter/eslint/no-unmodified-loop-condition: SupportcheckConditionalExpressionsoption (#26249) (camc314)rolldown/tsdown (tsdown)
v0.23.0Compare Source
🧭 Migration Guide
Most users can upgrade directly. Before upgrading, run one final build with
tsdown@0.22.14and resolve all deprecation warnings.bundle: false→unbundle: true;bundle: truecan be removedoutExtension→outExtensionspublicDir/--public-dir→copy/--copyremoveNodeProtocol: true→nodeProtocol: 'strip'injectStyle→css.injectinlineOnly/deps.onlyAllowBundle→deps.onlyBundleskipNodeModulesBundle: true→deps.neverBundle: trueresolveDepSubpathnow defaults tofalse; set it totrueto preserve the previous behaviordts.generator, for example{ generator: 'oxc' }dts.cjsReexportwas removed; dual-format builds now generate CJS declarations in a separate passstricttoesm-only; setprofile: 'strict'to preserve the previous checksbuild()now returns{ bundles, watch }; replaceconst bundles = await build()withconst { bundles } = await build()^22.18.0,^24.11.0, or>=26.0.0typesandtypesVersionsfallbacks; use TypeScript’sbundler,node16, ornodenextmodule resolution🚨 Breaking Changes
typesandtypesVersionsfields - by @sxzz (be3ea)esm-only- by @sxzz (9b3cf)deps.onlyAllowBundle- by @sxzz (30c55)resolveDepSubpathby default - by @sxzz (d300f)skipNodeModulesBundle- by @sxzz (f2a3d)dts.generatorthe only way to select generator - by @sxzz (eb75f)🚀 Features
css.modules.localsConvention- by @sxzz and @lazerg (b566f)summaryoption to skip per-file size logs - by @lazerg in #1036 (020e9)🐞 Bug Fixes
unplugin-unusedv0.5+ - by @sxzz (53c78)@import- by @lazerg in #1038 (ebee5)resolveDepSubpathwhenneverBundleistrue- by @lazerg in #1053 (4943c)🏎 Performance
asyncDisposepolyfill - by @sxzz (82675)ansiswithutil.styleText- by @sxzz (be6bf)View changes on GitHub
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here