Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
tsdown devDependencies minor ^0.15.0 -> ^0.16.0 OpenSSF Scorecard

Release Notes

rolldown/tsdown (tsdown)

v0.16.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.16.0

Compare Source

   🚨 Breaking Changes
  • Rename config exports  -  by @​sxzz in #​519 (7de20)
    • Split Options interface into UserConfig and InlineConfig. The original one now is InlineConfig.
    • Rename NormalizedUserConfig to UserConfig
    • Rename ResolvedOptions to ResolvedConfig
  • Defaults fixedExtension to true when platform is node  -  by @​sxzz in #​517 (e1168)
  • Rename --debug CLI flag to --debug-logs  -  by @​sxzz in #​576 (e4ef6)
   🚀 Features
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependency updates label Nov 5, 2025
@renovate renovate bot enabled auto-merge (squash) November 5, 2025 04:39
@github-actions github-actions bot added qa:running QA workflow is currently running status:approved Pull request has been approved qa:failed QA workflow failed and removed qa:running QA workflow is currently running labels Nov 5, 2025
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 2 files

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="package.json">

<violation number="1" location="package.json:51">
This version bump of `tsdown` includes a breaking change where the `Options` type is renamed. The codebase uses this type in `shared/tsdown-factory.ts`, which will cause the build to fail. The configuration needs to be updated to use the new types (`UserConfig` or `InlineConfig`).</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

"mustache": "4.2.0",
"publint": "0.3.15",
"tsdown": "^0.15.0",
"tsdown": "^0.16.0",
Copy link

@cubic-dev-ai cubic-dev-ai bot Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version bump of tsdown includes a breaking change where the Options type is renamed. The codebase uses this type in shared/tsdown-factory.ts, which will cause the build to fail. The configuration needs to be updated to use the new types (UserConfig or InlineConfig).

Prompt for AI agents
Address the following comment on package.json at line 51:

<comment>This version bump of `tsdown` includes a breaking change where the `Options` type is renamed. The codebase uses this type in `shared/tsdown-factory.ts`, which will cause the build to fail. The configuration needs to be updated to use the new types (`UserConfig` or `InlineConfig`).</comment>

<file context>
@@ -48,7 +48,7 @@
     &quot;mustache&quot;: &quot;4.2.0&quot;,
     &quot;publint&quot;: &quot;0.3.15&quot;,
-    &quot;tsdown&quot;: &quot;^0.15.0&quot;,
+    &quot;tsdown&quot;: &quot;^0.16.0&quot;,
     &quot;turbo&quot;: &quot;2.6.0&quot;,
     &quot;typedoc&quot;: &quot;0.28.14&quot;,
</file context>
Fix with Cubic

@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 8ecd9f3 to 1182851 Compare November 5, 2025 14:49
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 5, 2025
@socket-security
Copy link

socket-security bot commented Nov 5, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedtypedoc-plugin-zod@​1.4.3981007288100
Addedtypedoc-plugin-markdown@​4.9.01001008088100
Addedtypedoc-plugin-merge-modules@​7.0.01001009480100
Addedmustache@​4.2.010010010081100
Addedpublint@​0.3.151001008192100
Addedturbo@​2.6.01001008698100
Addedtypedoc@​0.28.141001009895100
Addedknip@​5.68.0100100100100100
Addedtsdown@​0.16.1100100100100100

View full report

@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 1182851 to 9431502 Compare November 7, 2025 08:42
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 7, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 9431502 to 1f7cd85 Compare November 7, 2025 12:55
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 7, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 1f7cd85 to 7fee9e8 Compare November 7, 2025 13:06
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 7, 2025
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 7, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 05b33cf to 872c520 Compare November 8, 2025 07:31
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 8, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 872c520 to 2777319 Compare November 8, 2025 15:13
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 8, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 2777319 to 7d04d40 Compare November 9, 2025 03:01
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 9, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 7d04d40 to a101071 Compare November 9, 2025 07:12
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 9, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from a101071 to 304a2b5 Compare November 10, 2025 22:16
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates qa:failed QA workflow failed status:approved Pull request has been approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant