You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resolve package.config.ts as ESM when supported. This means that if the package.json has "type": "commonjs" then the package.config.ts can no longer use import/export keywords. If you're unable to start using "type": "module" you'll either have to rename to package.config.mts, or use require/module.exports instead.
resolve package.config.ts as ESM when supported. This means that if the package.json has "type": "commonjs" then the package.config.ts can no longer use import/export keywords. If you're unable to start using "type": "module" you'll either have to rename to package.config.mts, or use require/module.exports instead. (2c65e63)
Configuration
📅 Schedule: (UTC)
Branch creation
"before 3am on the first day of the month"
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 this update again.
If you want to rebase/retry this PR, check this box
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
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
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.1.29→^9.2.3Release Notes
sanity-io/pkg-utils (@sanity/pkg-utils)
v9.2.3Compare Source
Patch Changes
b8f42f3Thanks @stipsan! - Update LICENSE yearv9.2.2Compare Source
Patch Changes
f68c680Thanks @renovate! - fix(deps): Update dependency @optimize-lodash/rollup-plugin to v6v9.2.1Compare Source
Patch Changes
#2262
b0eaeb1Thanks @renovate! - fix(deps): Update dependency rolldown to v1.0.0-beta.52#2269
26a6fe7Thanks @renovate! - fix(deps): Update dependency rolldown-plugin-dts to v0.18.1#2300
715b9e6Thanks @renovate! - fix(deps): Update dependency @vanilla-extract/rollup-plugin to ^1.5.0#2307
d2b026bThanks @renovate! - fix(deps): Update dependency chokidar to v5#2313
09f46f8Thanks @renovate! - fix(deps): Update dependency @optimize-lodash/rollup-plugin to ^5.1.0v9.2.0Compare Source
Minor Changes
b09c849Thanks @copilot-swe-agent! - Add explicit tsgo config option to override implicit detectionv9.1.5Compare Source
Patch Changes
#2287
16661ceThanks @renovate! - fix(deps): Update dependency zod to ^4.1.13#2290
216c466Thanks @renovate! - fix(deps): Update dependency @vanilla-extract/rollup-plugin to ^1.4.3v9.1.4Compare Source
Patch Changes
da5e965Thanks @renovate! - fix(deps): Update dependency @microsoft/api-extractor to ^7.55.1v9.1.3Compare Source
Patch Changes
#2263
692ff21Thanks @renovate! - fix(deps): Update dependency rollup to ^4.53.3#2271
80f2dcaThanks @stipsan! - fix(deps): upgrade rolldown tobeta.51v9.1.2Compare Source
Patch Changes
7baf376Thanks @renovate! - fix(deps): Update dependency rolldown-plugin-dts to v0.17.8v9.1.1Compare Source
Patch Changes
#2233
152b799Thanks @renovate! - fix(deps): Update dependency globby to v16#2238
36f609cThanks @stipsan! - Fixes a regression introduced by #2175 leading to a max call stack size exceeded error when runningpkg-utils watchv9.1.0Compare Source
Minor Changes
#2202
207f489Thanks @copilot-swe-agent! - feat: Add configurable strict checks for legacy package.json fieldsAdded new strict options to warn about deprecated package.json fields that are no longer needed with modern Node.js and bundlers:
noPackageJsonMain- Warns whenmainfield is present (useexportsinstead)noPackageJsonModule- Warns whenmodulefield is present (useexportsinstead)noPackageJsonBrowser- Warns whenbrowserfield is present (usebrowsercondition inexports)noPackageJsonTypesVersions- Warns whentypesVersionsfield is present (TypeScript supportstypescondition inexports)preferModuleType- Warns whentypefield is missing or set tocommonjs(future versions will require"type": "module")All new checks default to
warnlevel and are configurable viastrictOptionsinpackage.config.ts.BREAKING CHANGES:
alwaysPackageJsonMainstrict option (conflicted with the newnoPackageJsonMainoption)typesfield is still required for npm package listings to show TypeScript support#2221
107c8a6Thanks @stipsan! - Update@microsoft/api-extractorto ^7.55.0 and@microsoft/tsdoc-configto ^0.18.0Patch Changes
#2216
e5c2ef8Thanks @renovate! - fix(deps): Update dependency rolldown to v1.0.0-beta.50#2217
a61103aThanks @renovate! - fix(deps): Update dependency rolldown-plugin-dts to v0.17.7#2223
e01b6caThanks @renovate! - fix(deps): Update dependency @vanilla-extract/rollup-plugin to ^1.4.2v9.0.9Compare Source
Patch Changes
a038f78Thanks @renovate! - fix(deps): Update dependency rolldown to v1.0.0-beta.49v9.0.8Compare Source
Patch Changes
#2200
972795fThanks @renovate! - fix(deps): Update dependency esbuild to ^0.27.0#2207
8bf7c18Thanks @renovate! - fix(deps): Update dependency rolldown-plugin-dts to v0.17.5#2209
dcd254cThanks @renovate! - fix(deps): Update dependency browserslist to ^4.28.0v9.0.6Compare Source
Patch Changes
#2180
75b4d92Thanks @renovate! - fix(deps): Update dependency rollup to ^4.53.2#2184
ad075d3Thanks @renovate! - fix(deps): Update dependency rolldown to v1.0.0-beta.47v9.0.5Compare Source
Patch Changes
35db628Thanks @copilot-swe-agent! - Fix issues uncovered by type-aware linting with oxlintv9.0.4Compare Source
Bug Fixes
^ranges on deps (31a2658)v9.0.3Compare Source
Bug Fixes
v9.0.2Compare Source
Bug Fixes
v9.0.1Compare Source
Bug Fixes
v9.0.0Compare Source
⚠ BREAKING CHANGES
package.config.tsas ESM when supported. This means that if thepackage.jsonhas"type": "commonjs"then thepackage.config.tscan no longer useimport/exportkeywords. If you're unable to start using"type": "module"you'll either have to rename topackage.config.mts, or userequire/module.exportsinstead.Bug Fixes
Code Refactoring
package.config.tsas ESM when supported. This means that if thepackage.jsonhas"type": "commonjs"then thepackage.config.tscan no longer useimport/exportkeywords. If you're unable to start using"type": "module"you'll either have to rename topackage.config.mts, or userequire/module.exportsinstead. (2c65e63)Configuration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here