Skip to content

chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260329.1#877

Merged
toiroakr merged 2 commits intomainfrom
renovate/typescript-native-preview-7.x
Apr 1, 2026
Merged

chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260329.1#877
toiroakr merged 2 commits intomainfrom
renovate/typescript-native-preview-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 1, 2026

This PR contains the following updates:

Package Change Age Confidence
@typescript/native-preview (source) 7.0.0-dev.20260326.17.0.0-dev.20260329.1 age confidence

Release Notes

microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20260329.1

Compare Source

v7.0.0-dev.20260328.1

Compare Source

v7.0.0-dev.20260327.2

Compare Source


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 April 1, 2026 08:17
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 1, 2026

🦋 Changeset detected

Latest commit: 3fb644d

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

Copy link
Copy Markdown
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

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 1, 2026

Open in StackBlitz

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

commit: 3fb644d

@claude
Copy link
Copy Markdown

claude Bot commented Apr 1, 2026

🤖 Claude Dependency Review

📦 Update Summary

  • Library: @typescript/native-preview
  • Version: 7.0.0-dev.20260326.1 → 7.0.0-dev.20260329.1
  • Change Type: Patch (dev build increment spanning 3 versions)

📝 Release Notes

About the Library: @typescript/native-preview is Microsoft's native port of TypeScript 7, rewritten in Go for improved performance. It provides the tsgo command as a drop-in replacement for tsc, offering up to 10x faster compile times for large codebases through native speed and parallelization.

✨ Main Changes

This update includes 21 bug fixes and improvements across 3 dev versions:

🐛 Bug Fixes (v7.0.0-dev.20260329.1)

  • Fixed declarationMap crash and text range handling (#3274)
  • Fixed rename crash on quoted single-character property names (#3287)
  • Fixed call hierarchy harness crash on signatures from lib files (#3290)

🐛 Bug Fixes (v7.0.0-dev.20260328.1)

  • Fixed process.execve warnings on Windows (#3260)
  • Fixed enum diagnostic issues (#3262)
  • Fixed document highlights for require property destructuring (#3269)
  • Eliminated ref count cache inconsistencies (#3176)
  • Stabilized fourslash test suite file deduplication (#3258)

✨ Improvements (v7.0.0-dev.20260327.2)

  • Removed regexp2 dependency, migrated to native Go regex (#2407, #3245)
  • Performance: optimized conditional type instantiation (#3275)
  • Type safety: replaced any with typed NoParams for parameterless messages (#3236)
  • Implemented process.execve for performance (#3241)
  • Fixed contextually typed const array literal expressions (#3246)
  • Added project information and progress indicators (#3235)
  • Improved JSDoc flexibility: allowed missing names in param tags (#2647)
  • Multiple API formatting enhancements (#3208)

🔍 Impact Analysis

📁 Usage Locations

@typescript/native-preview is used as a devDependency for type checking via the tsgo command. It is used in the following 7 locations:

  1. example/package.json

    "devDependencies": {
      "@typescript/native-preview": "7.0.0-dev.20260329.1"
    }
    • Feature used: Type checking via tsgo command in typecheck:go script (line 25)
    • Impact: None - bug fixes improve stability
  2. packages/sdk/package.json

    "devDependencies": {
      "@typescript/native-preview": "7.0.0-dev.20260329.1"
    }
    • Feature used: Type checking via tsgo command in typecheck:go script (line 89)
    • Impact: None - bug fixes improve stability
  3. llm-challenge/package.json

    "scripts": {
      "typecheck:go": "tsgo"
    }
    • Feature used: Type checking via tsgo command
    • Impact: None - bug fixes improve stability
  4. .github/workflows/ci.yml

    - name: Check type by tsgo
      run: pnpm typecheck:go
    • Feature used: CI pipeline type checking
    • Impact: Fixed crashes may improve CI reliability
  5. turbo.json

    "typecheck:go": {
      "dependsOn": ["build", "generate"],
      "outputs": [],
      "cache": true
    }
    • Feature used: Turborepo task definition for type checking
    • Impact: None - configuration only
  6. lefthook.yml

    run: pnpm exec turbo run build lint typecheck:go knip
    • Feature used: Pre-commit hook runs type checking
    • Impact: Fixed crashes may reduce pre-commit hook failures
  7. packages/sdk/knip.json

    "ignoreDependencies": [
      "@typescript/native-preview"
    ]
    • Feature used: Knip configuration (ignored from unused dependency checks)
    • Impact: None - configuration only

🎯 Impact Summary

Low Risk: This update contains only bug fixes and internal improvements. The library is used exclusively in development and CI environments for type checking. The fixes address:

  • Crash prevention: Multiple crash fixes improve stability during type checking
  • Performance: Conditional type instantiation optimization may speed up type checking
  • Reliability: Fixes to rename, document highlights, and diagnostics improve developer experience

No action required - the update is safe to merge. All changes are backwards compatible and improve the stability of the type checking process.

✅ Recommended Actions

None - This is a routine dependency update with bug fixes only. Safe to merge.


@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/typescript-native-preview-7.x branch from a6210be to 1f21cee Compare April 1, 2026 12:54
@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 1, 2026

Code Metrics Report (packages/sdk)

main (e32aaea) #877 (f5b9c9e) +/-
Coverage 57.6% 57.6% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (e32aaea) | #877 (f5b9c9e) | +/-  |
  |--------------------|----------------|----------------|------|
  | Coverage           |          57.6% |          57.6% | 0.0% |
  |   Files            |            328 |            328 |    0 |
  |   Lines            |          10800 |          10800 |    0 |
  |   Covered          |           6231 |           6231 |    0 |
  | Code to Test Ratio |          1:0.4 |          1:0.4 |  0.0 |
  |   Code             |          66140 |          66140 |    0 |
  |   Test             |          27265 |          27265 |    0 |

SDK Configure Bundle Size

main (e32aaea) #877 (f5b9c9e) +/-
configure-index-size 12.58KB 12.58KB 0KB
dependency-chunks-size 33.36KB 33.36KB 0KB
total-bundle-size 45.94KB 45.94KB 0KB

Runtime Performance

main (e32aaea) #877 (f5b9c9e) +/-
Generate Median 2,617ms 2,556ms -61ms
Generate Max 2,760ms 2,587ms -173ms
Apply Build Median 2,669ms 2,587ms -82ms
Apply Build Max 2,738ms 2,619ms -119ms

Type Performance (instantiations)

main (e32aaea) #877 (f5b9c9e) +/-
tailordb-basic 42,234 42,234 0
tailordb-optional 3,826 3,826 0
tailordb-relation 3,970 3,970 0
tailordb-validate 2,824 2,824 0
tailordb-hooks 5,689 5,689 0
tailordb-object 11,470 11,470 0
tailordb-enum 2,720 2,720 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,746 4,746 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

@toiroakr toiroakr merged commit fe84600 into main Apr 1, 2026
58 checks passed
@toiroakr toiroakr deleted the renovate/typescript-native-preview-7.x branch April 1, 2026 13:00
This was referenced Apr 1, 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