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 (source) devDependencies minor ^0.15.0 -> ^0.18.0 OpenSSF Scorecard

Release Notes

rolldown/tsdown (tsdown)

v0.18.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.18.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.18.1

Compare Source

   🚀 Features
export default defineConfig({
  entry: {
    '*': './src/*.ts',
    'data-loaders': './src/data-loaders/entries/index.ts',
    'data-loaders/*': './src/data-loaders/entries/!(index).ts',
    'volar/*': './src/volar/entries/*.ts',
  },
}
   🐞 Bug Fixes
    View changes on GitHub

v0.18.0

Compare Source

   🚨 Breaking Changes

v0.17.4

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.17.3

Compare Source

   🚀 Features
  • copy: Support glob in copy  -  by @​kricsleo and @​sxzz in #​637 (c1fd4)
    • This may be a breaking change, as the behavior has changed again in v0.17.4. Please upgrade to v0.17.4 and verify the issue.
   🐞 Bug Fixes
    View changes on GitHub

v0.17.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.17.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.17.0

Compare Source

   🚨 Breaking Changes

Notable features: https://bsky.app/profile/sxzz.dev/post/3m6xi7e7d5k2b

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.16.8

Compare Source

   🚀 Features
Deprecation
  • Deprecate attw.profile = 'esmOnly', use esm-only instead.
    View changes on GitHub

v0.16.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.16.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.3

Compare Source

   🏎 Performance
    View changes on GitHub

v0.16.2

Compare Source

   🚀 Features
  • Upgrade rolldown to v1.0.0-beta.49  -  by @​sxzz (48181)
  • entry: Auto enable glob, support infer entry extension  -  by @​sxzz and jinghaihan (2c525)
    View changes on GitHub

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.

package.json Outdated
"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
@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
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 7fee9e8 to 05b33cf Compare November 7, 2025 20:50
@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 Dec 22, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 70d724b to b828a49 Compare December 22, 2025 07:48
@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 Dec 22, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from b828a49 to 374ced7 Compare December 24, 2025 02:26
@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 Dec 24, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 374ced7 to 1d27e27 Compare December 24, 2025 18:36
@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 Dec 24, 2025
@renovate renovate bot force-pushed the renovate/tsdown-0.x branch from 1d27e27 to c72ab06 Compare December 25, 2025 02:28
@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 Dec 25, 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 c72ab06 to c173d4c Compare December 27, 2025 02:14
@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 Dec 27, 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