-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update dependency tsdown to ^0.16.0 #1407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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", |
There was a problem hiding this comment.
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 @@
"mustache": "4.2.0",
"publint": "0.3.15",
- "tsdown": "^0.15.0",
+ "tsdown": "^0.16.0",
"turbo": "2.6.0",
"typedoc": "0.28.14",
</file context>
8ecd9f3 to
1182851
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
1182851 to
9431502
Compare
9431502 to
1f7cd85
Compare
1f7cd85 to
7fee9e8
Compare
05b33cf to
872c520
Compare
872c520 to
2777319
Compare
2777319 to
7d04d40
Compare
7d04d40 to
a101071
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a101071 to
304a2b5
Compare
This PR contains the following updates:
^0.15.0->^0.16.0Release Notes
rolldown/tsdown (tsdown)
v0.16.1Compare Source
🚀 Features
unconfig-core& markunrunstable - by @sxzz in #585 (339f5)🐞 Bug Fixes
rootto cwd - by @sxzz (844c9)View changes on GitHub
v0.16.0Compare Source
🚨 Breaking Changes
Optionsinterface intoUserConfigandInlineConfig. The original one now isInlineConfig.NormalizedUserConfigtoUserConfigResolvedOptionstoResolvedConfigfixedExtensionto true when platform isnode- by @sxzz in #517 (e1168)--debugCLI flag to--debug-logs- by @sxzz in #576 (e4ef6)🚀 Features
1.0.0-beta.46View 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.
This PR was generated by Mend Renovate. View the repository job log.