My minimal TypeScript library starter.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sxzz/eslint-config](https://redirect.github.com/sxzz/eslint-config) | [`^6.0.1` -> `^6.0.2`](https://renovatebot.com/diffs/npm/@sxzz%2feslint-config/6.0.1/6.0.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [bumpp](https://redirect.github.com/antfu-collective/bumpp) | [`^10.0.3` -> `^10.1.0`](https://renovatebot.com/diffs/npm/bumpp/10.0.3/10.1.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [oxc-transform](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/napi/transform)) | [`^0.56.5` -> `^0.58.1`](https://renovatebot.com/diffs/npm/oxc-transform/0.56.5/0.58.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.6.2` -> `10.6.3`](https://renovatebot.com/diffs/npm/pnpm/10.6.2/10.6.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [tsdown](https://redirect.github.com/sxzz/tsdown) | [`^0.6.4` -> `^0.6.8`](https://renovatebot.com/diffs/npm/tsdown/0.6.4/0.6.8) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sxzz/eslint-config (@​sxzz/eslint-config)</summary> ### [`v6.0.2`](https://redirect.github.com/sxzz/eslint-config/releases/tag/v6.0.2) [Compare Source](https://redirect.github.com/sxzz/eslint-config/compare/v6.0.1...v6.0.2) ##### 🐞 Bug Fixes - Sort more fields in package.json - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(84e42)</samp>](https://redirect.github.com/sxzz/eslint-config/commit/84e423c) ##### [View changes on GitHub](https://redirect.github.com/sxzz/eslint-config/compare/v6.0.1...v6.0.2) </details> <details> <summary>antfu-collective/bumpp (bumpp)</summary> ### [`v10.1.0`](https://redirect.github.com/antfu-collective/bumpp/releases/tag/v10.1.0) [Compare Source](https://redirect.github.com/antfu-collective/bumpp/compare/v10.0.3...v10.1.0) ##### 🚀 Features - Replace picocolors with ansis - by [@​webdiscus](https://redirect.github.com/webdiscus) in [https://github.com/antfu-collective/bumpp/issues/74](https://redirect.github.com/antfu-collective/bumpp/issues/74) [<samp>(6f836)</samp>](https://redirect.github.com/antfu-collective/bumpp/commit/6f83688) - Update deps - by [@​antfu](https://redirect.github.com/antfu) [<samp>(7f208)</samp>](https://redirect.github.com/antfu-collective/bumpp/commit/7f20888) ##### [View changes on GitHub](https://redirect.github.com/antfu-collective/bumpp/compare/v10.0.3...v10.1.0) </details> <details> <summary>oxc-project/oxc (oxc-transform)</summary> ### [`v0.58.1`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/napi/transform/CHANGELOG.md#0581---2025-03-13) ##### Features - [`a8331f7`](https://redirect.github.com/oxc-project/oxc/commit/a8331f7) transformer: Turn off explicit resource management by default ([#​9749](https://redirect.github.com/oxc-project/oxc/issues/9749)) (Boshen) ### [`v0.58.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/napi/transform/CHANGELOG.md#0580---2025-03-13) ##### Features - [`3429898`](https://redirect.github.com/oxc-project/oxc/commit/3429898) transformer/module_runner_transform: Remove duplicate `deps` and `dynamicDeps` ([#​9709](https://redirect.github.com/oxc-project/oxc/issues/9709)) (Dunqing) ### [`v0.57.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/napi/transform/CHANGELOG.md#0570---2025-03-11) - [`23738bf`](https://redirect.github.com/oxc-project/oxc/commit/23738bf) semantic: \[**BREAKING**] Introduce `Scoping` ([#​9611](https://redirect.github.com/oxc-project/oxc/issues/9611)) (Boshen) ##### Refactor - [`c6edafe`](https://redirect.github.com/oxc-project/oxc/commit/c6edafe) napi: Remove `npm/oxc-*/` npm packages ([#​9631](https://redirect.github.com/oxc-project/oxc/issues/9631)) (Boshen) </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.6.3`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#1063) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.6.2...v10.6.3) ##### Patch Changes - `pnpm install --prod=false` should not crash, when executed in a project with a `pnpm-workspace.yaml` file [#​9233](https://redirect.github.com/pnpm/pnpm/issues/9233). This fixes regression introduced via [#​9211](https://redirect.github.com/pnpm/pnpm/pull/9211). - Add the missing `node-options` config to `recursive run` [#​9180](https://redirect.github.com/pnpm/pnpm/issues/9180). - Removed a branching code path that only executed when `dedupe-peer-dependents=false`. We believe this internal refactor will not result in behavior changes, but we expect it to make future pnpm versions behave more consistently for projects that override `dedupe-peer-dependents` to false. There should be less unique bugs from turning off `dedupe-peer-dependents`. See details in [#​9259](https://redirect.github.com/pnpm/pnpm/pull/9259). </details> <details> <summary>sxzz/tsdown (tsdown)</summary> ### [`v0.6.8`](https://redirect.github.com/sxzz/tsdown/releases/tag/v0.6.8) [Compare Source](https://redirect.github.com/sxzz/tsdown/compare/v0.6.7...v0.6.8) *No significant changes* ##### [View changes on GitHub](https://redirect.github.com/sxzz/tsdown/compare/v0.6.7...v0.6.8) ### [`v0.6.7`](https://redirect.github.com/sxzz/tsdown/releases/tag/v0.6.7) [Compare Source](https://redirect.github.com/sxzz/tsdown/compare/v0.6.6...v0.6.7) ##### 🚀 Features - Support resolving specific id for bundle dts - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(16b9b)</samp>](https://redirect.github.com/sxzz/tsdown/commit/16b9be3) ##### [View changes on GitHub](https://redirect.github.com/sxzz/tsdown/compare/v0.6.6...v0.6.7) ### [`v0.6.6`](https://redirect.github.com/sxzz/tsdown/releases/tag/v0.6.6) [Compare Source](https://redirect.github.com/sxzz/tsdown/compare/v0.6.5...v0.6.6) ##### 🚀 Features - Expose `ResolveDtsPlugin` - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(2a89c)</samp>](https://redirect.github.com/sxzz/tsdown/commit/2a89c38) ##### 🐞 Bug Fixes - Add default compiler options for bundling dts - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(7c412)</samp>](https://redirect.github.com/sxzz/tsdown/commit/7c41227) - Disable resolve dts dependency by default - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(ab1cc)</samp>](https://redirect.github.com/sxzz/tsdown/commit/ab1cccd) - Use canary rolldown - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(59d87)</samp>](https://redirect.github.com/sxzz/tsdown/commit/59d8753) ##### [View changes on GitHub](https://redirect.github.com/sxzz/tsdown/compare/v0.6.5...v0.6.6) ### [`v0.6.5`](https://redirect.github.com/sxzz/tsdown/releases/tag/v0.6.5) [Compare Source](https://redirect.github.com/sxzz/tsdown/compare/v0.6.4...v0.6.5) ##### 🚀 Features - Resolve dts dependency - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(a5440)</samp>](https://redirect.github.com/sxzz/tsdown/commit/a544010) ##### 🐞 Bug Fixes - Respect external for dts - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(3c370)</samp>](https://redirect.github.com/sxzz/tsdown/commit/3c37020) - **deps**: Update all non-major dependencies - in [https://github.com/sxzz/tsdown/issues/73](https://redirect.github.com/sxzz/tsdown/issues/73) [<samp>(25f15)</samp>](https://redirect.github.com/sxzz/tsdown/commit/25f1512) ##### [View changes on GitHub](https://redirect.github.com/sxzz/tsdown/compare/v0.6.4...v0.6.5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/sxzz/ts-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by renovate[bot] and has received 2 comments.