Skip to content

chore(deps): update dependency tsdown to v0.21.4#797

Merged
toiroakr merged 2 commits intomainfrom
renovate/tsdown-0.x
Mar 23, 2026
Merged

chore(deps): update dependency tsdown to v0.21.4#797
toiroakr merged 2 commits intomainfrom
renovate/tsdown-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2026

This PR contains the following updates:

Package Change Age Confidence
tsdown (source) 0.21.20.21.4 age confidence

Release Notes

rolldown/tsdown (tsdown)

v0.21.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • exports: Preserve CRLF line endings in package.json  -  by @​sxzz (a4d4e)
    View changes on GitHub

v0.21.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 09:00 AM and 06:59 PM, Monday through Friday ( * 9-18 * * 1-5 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 requested review from remiposo and toiroakr as code owners March 20, 2026 01:05
@changeset-bot
Copy link

changeset-bot bot commented Mar 20, 2026

🦋 Changeset detected

Latest commit: 4863518

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@tailor-platform/sdk Patch
@tailor-platform/create-sdk Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 20, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@tailor-platform/create-sdk@797

commit: 4863518

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@github-actions

This comment has been minimized.

@github-actions
Copy link

Code Metrics Report (packages/sdk)

main (b732b01) #797 (ceb4308) +/-
Coverage 55.8% 55.8% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (b732b01) | #797 (ceb4308) | +/-  |
  |--------------------|----------------|----------------|------|
  | Coverage           |          55.8% |          55.8% | 0.0% |
  |   Files            |            322 |            322 |    0 |
  |   Lines            |          10386 |          10386 |    0 |
  |   Covered          |           5797 |           5797 |    0 |
  | Code to Test Ratio |          1:0.4 |          1:0.4 |  0.0 |
  |   Code             |          60871 |          60871 |    0 |
  |   Test             |          24680 |          24680 |    0 |

SDK Configure Bundle Size

main (b732b01) #797 (ceb4308) +/-
configure-index-size 10.74KB 10.74KB 0KB
dependency-chunks-size 34KB 34KB 0KB
total-bundle-size 44.74KB 44.74KB 0KB

Runtime Performance

main (b732b01) #797 (ceb4308) +/-
Generate Median 2,537ms 2,370ms -167ms
Generate Max 2,602ms 2,694ms 92ms
Apply Build Median 2,569ms 2,424ms -145ms
Apply Build Max 2,585ms 2,446ms -139ms

Type Performance (instantiations)

main (b732b01) #797 (ceb4308) +/-
tailordb-basic 43,028 43,028 0
tailordb-optional 3,927 3,927 0
tailordb-relation 4,071 4,071 0
tailordb-validate 2,925 2,925 0
tailordb-hooks 5,790 5,790 0
tailordb-object 11,571 11,571 0
tailordb-enum 2,793 2,793 0
resolver-basic 9,239 9,239 0
resolver-nested 25,626 25,626 0
resolver-array 17,862 17,862 0
executor-schedule 4,244 4,244 0
executor-webhook 883 883 0
executor-record 4,847 4,847 0
executor-resolver 4,273 4,273 0
executor-operation-function 877 877 0
executor-operation-gql 879 879 0
executor-operation-webhook 898 898 0
executor-operation-workflow 2,290 2,290 0

Reported by octocov

@claude
Copy link

claude bot commented Mar 20, 2026

🤖 Claude Dependency Review

📦 Update Summary

  • Library: tsdown
  • Version: 0.21.2 → 0.21.4
  • Change Type: Patch

📝 Release Notes

✨ Main Changes

v0.21.4 (March 16, 2024):

  • Feature: Added CSS modules support
  • Bug Fix: Preserve CRLF line endings in package.json

v0.21.3 (March 15, 2024):

  • Feature: Add support for watching copy source files
  • Bug Fix: Watch inline CSS files in watch mode
  • Bug Fix: Sort inlined dependencies by package name
  • Bug Fix: Support Yarn v1 in publint
  • Bug Fix: Root should be lowest common ancestor of entry files

🔍 Impact Analysis

tsdown is used in 5 locations:

  1. packages/sdk/tsdown.config.ts (Line 2)

    • Feature: defineConfig API for build configuration
    • Impact: None - API unchanged
  2. packages/create-sdk/tsdown.config.ts (Line 1)

    • Feature: defineConfig API for build configuration
    • Impact: None - API unchanged
  3. example/tests/scripts/analyze_minified_size.ts (Line 3)

    • Feature: build API for programmatic minification
    • Impact: None - API unchanged
  4. packages/sdk/package.json (Line 85)

    • Feature: CLI tool for building
    • Impact: None - CLI unchanged
  5. packages/create-sdk/package.json (Line 21)

    • Feature: CLI tool for building
    • Impact: None - CLI unchanged

✅ Recommended Actions

None - This is a safe patch update with no breaking changes.

All changes are either additive features or bug fixes that improve stability and compatibility.


@toiroakr toiroakr merged commit 3c496e0 into main Mar 23, 2026
37 checks passed
@toiroakr toiroakr deleted the renovate/tsdown-0.x branch March 23, 2026 13:53
@tailor-pr-trigger tailor-pr-trigger bot mentioned this pull request Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant