Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-native-preview-7.x
Open

chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260616.1#1504
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-native-preview-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v7.0.0-dev.20260616.1

Compare Source

v7.0.0-dev.20260615.1

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 09:00 AM and 06:59 PM, Monday through Friday (* 9-18 * * 1-5)
  • 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 a review from a team June 19, 2026 03:57
@changeset-bot

changeset-bot Bot commented Jun 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 39a76e3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@pkg-pr-new

pkg-pr-new Bot commented Jun 19, 2026

Copy link
Copy Markdown

Open in StackBlitz

pnpm add https://pkg.pr.new/@tailor-platform/create-sdk@39a76e3
pnpm add https://pkg.pr.new/@tailor-platform/sdk@39a76e3

commit: 39a76e3

@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown

🤖 Claude Dependency Review

📦 Update Summary

  • Library: @​typescript/native-preview
  • Version: 7.0.0-dev.20260614.1 → 7.0.0-dev.20260615.1
  • Change Type: Patch (dev build)

📝 Release Notes

microsoft/typescript-go repository

Note: This is a daily dev build. The GitHub repository has no formal releases published yet. These are automated nightly builds of the TypeScript 7 native port.

🔐 Security Assessment

  • Risk: 🟢 Low
  • Known vulnerabilities: None found. No CVE or GitHub Security Advisories exist for @​typescript/native-preview.
  • Supply-chain notes:
    • Maintained by Microsoft (official TypeScript team)
    • This is the official staging repository for TypeScript 7's native Go port
    • Package is published under the @​typescript scope, indicating official Microsoft ownership
    • Dev builds are versioned by date (20260614/20260615), following Microsoft's preview release pattern
    • No suspicious lifecycle scripts detected
    • No red flags identified

✨ Main Changes

This is a daily dev build increment (one day: June 14 → June 15, 2026). Specific changes between these dev versions are not documented in release notes, as these are automated nightly builds.

What is @​typescript/native-preview?

According to Microsoft's TypeScript blog and the project repository:

  • Native port of TypeScript compiler written in Go
  • Provides significant performance improvements (up to 10x faster for large codebases)
  • Includes parallelization features via --checkers and --builders flags
  • Ships as the tsgo command-line tool
  • Currently in preview; will eventually merge into the main TypeScript package
  • Most core functionality implemented (parsing, type-checking, emit, incremental builds)
  • Language service (LSP) support is nearly complete but still in progress

🔍 Impact Analysis

📁 Usage Locations

@​typescript/native-preview is used in the following 7 locations:

  1. packages/sdk/package.json

    "@​typescript/native-preview": "7.0.0-dev.20260615.1"
    • Feature used: Dev dependency, provides tsgo binary
    • Impact: None (version bump only)
  2. packages/sdk/package.json

    "typecheck:go": "tsgo"
    • Feature used: Type-checking script using tsgo CLI
    • Impact: None (CLI interface unchanged)
  3. example/package.json

    "@​typescript/native-preview": "7.0.0-dev.20260615.1"
    • Feature used: Dev dependency, provides tsgo binary
    • Impact: None (version bump only)
  4. example/package.json

    "typecheck:go": "tsgo"
    • Feature used: Type-checking script using tsgo CLI
    • Impact: None (CLI interface unchanged)
  5. package.json

    "check:typecheck": "pnpm -r run typecheck:go"
    • Feature used: Runs typecheck:go across all workspaces
    • Impact: None (script remains the same)
  6. package.json

    "typecheck:go": "pnpm run build && pnpm --filter @​tailor-platform/sdk --filter example run generate && pnpm -r run typecheck:go"
    • Feature used: Root workspace type-checking orchestration
    • Impact: None (script remains the same)
  7. .github/workflows/ci.yml

    - name: Check type by tsgo
      run: pnpm -r run typecheck:go
    • Feature used: CI pipeline type-checking with tsgo
    • Impact: None (CI step remains the same)

Additional References

The codebase also contains TypeScript Go compatibility notes in test files:

  • packages/sdk/src/configure/services/workflow/wait-point.ts: Comment about tsgo constraint rejection
  • packages/sdk/src/configure/services/auth/index.test.ts: Comment about tsgo vs tsc overload resolution differences
  • packages/sdk/src/configure/services/tailordb/schema.test.ts: Multiple compatibility comments with @​ts-ignore for tsgo/tsc differences
  • packages/sdk/src/parser/service/tailordb/type-parser.test.ts: Runtime validation test with tsgo/tsc compatibility note

These comments indicate the codebase is actively maintaining compatibility with both traditional TypeScript (tsc) and the new native implementation (tsgo).

✅ Recommended Actions

None required. This is a routine dev build update with:

  • ✅ Dev-only dependency (not shipped to production)
  • ✅ No breaking changes expected (single-day dev build increment)
  • ✅ No security concerns
  • ✅ No code changes required
  • ✅ CI will verify type-checking still passes

The update can be safely merged after CI passes.


@renovate renovate Bot force-pushed the renovate/typescript-native-preview-7.x branch from e9e706f to 39a76e3 Compare June 19, 2026 09:46
@renovate renovate Bot changed the title chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260615.1 chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260616.1 Jun 19, 2026
@github-actions

Copy link
Copy Markdown

Code Metrics Report (packages/sdk)

main (36f3d1d) #1504 (3a14357) +/-
Coverage 68.8% 68.8% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (36f3d1d) | #1504 (3a14357) | +/-  |
  |--------------------|----------------|-----------------|------|
  | Coverage           |          68.8% |           68.8% | 0.0% |
  |   Files            |            420 |             420 |    0 |
  |   Lines            |          14898 |           14898 |    0 |
  |   Covered          |          10250 |           10250 |    0 |
  | Code to Test Ratio |          1:0.4 |           1:0.4 |  0.0 |
  |   Code             |          99713 |           99713 |    0 |
  |   Test             |          44571 |           44571 |    0 |

SDK Configure Bundle Size

main (36f3d1d) #1504 (3a14357) +/-
configure-index-size 20.09KB 20.09KB 0KB
dependency-chunks-size 0KB 0KB 0KB
total-bundle-size 20.09KB 20.09KB 0KB

Runtime Performance

main (36f3d1d) #1504 (3a14357) +/-
Generate Median 3,002ms 2,994ms -8ms
Generate Max 3,101ms 3,060ms -41ms
Apply Build Median 3,044ms 3,044ms 0ms
Apply Build Max 3,057ms 3,050ms -7ms

Type Performance (instantiations)

main (36f3d1d) #1504 (3a14357) +/-
tailordb-basic 36,212 36,212 0
tailordb-optional 3,841 3,841 0
tailordb-relation 6,012 6,012 0
tailordb-validate 2,566 2,566 0
tailordb-hooks 5,777 5,777 0
tailordb-object 12,136 12,136 0
tailordb-enum 2,462 2,462 0
resolver-basic 9,438 9,438 0
resolver-nested 26,125 26,125 0
resolver-array 18,201 18,201 0
executor-schedule 4,268 4,268 0
executor-webhook 907 907 0
executor-record 6,788 6,788 0
executor-resolver 4,417 4,417 0
executor-operation-function 899 899 0
executor-operation-gql 903 903 0
executor-operation-webhook 918 918 0
executor-operation-workflow 1,747 1,747 0

Reported by octocov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants