-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update dependency tsdown to ^0.17.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.
package.json
Outdated
| "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
1182851 to
9431502
Compare
9431502 to
1f7cd85
Compare
1f7cd85 to
7fee9e8
Compare
7fee9e8 to
05b33cf
Compare
2beb23c to
0b1958e
Compare
0b1958e to
d7539df
Compare
d7539df to
beee6fd
Compare
beee6fd to
7f6ad9c
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7f6ad9c to
e582266
Compare
This PR contains the following updates:
^0.15.0->^0.17.0Release Notes
rolldown/tsdown (tsdown)
v0.17.0Compare Source
🚨 Breaking Changes
failOnWarnby default in CI - by @sxzz in #617 (245e7)unconfigfrom configLoader - by @sxzz (9d6a7)🚀 Features
WatchPlugin- by @sxzz (4ccb2)writeoption - by @sxzz (64fea)build:donehook - by @sxzz (eb45c)1.0.0-beta.53- by @sxzz (a04f2)optionalDependencies- by @sxzz (22fd9)ast-grepfor config file - by @Doctor-wu and @sxzz in #620 (b0b34)🐞 Bug Fixes
requirebeforeimport- by @sxzz (85c0e)🏎 Performance
import-without-cache- by @sxzz (0b7e4)View changes on GitHub
v0.16.8Compare Source
🚀 Features
enabledoption to feature options - by @sxzz (0b244)Deprecation
attw.profile = 'esmOnly', useesm-onlyinstead.View changes on GitHub
v0.16.7Compare Source
🚀 Features
ci-only/local-onlyon addon features - by @sxzz (8bbf0)View changes on GitHub
v0.16.6Compare Source
🚀 Features
View changes on GitHub
v0.16.5Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.16.4Compare Source
🚀 Features
1.0.0-beta.50- by @sxzz (597d9)View changes on GitHub
v0.16.3Compare Source
🏎 Performance
debugwithobug- by @sxzz (222e9)View changes on GitHub
v0.16.2Compare Source
🚀 Features
View changes on GitHub
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.