Skip to content

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

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.20260603.1#1327
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-native-preview-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 5, 2026

This PR contains the following updates:

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

Release Notes

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

v7.0.0-dev.20260603.1

Compare Source

v7.0.0-dev.20260602.1

Compare Source

v7.0.0-dev.20260601.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 review from remiposo and toiroakr as code owners June 5, 2026 00:41
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 5, 2026

⚠️ No Changeset found

Latest commit: c2a981f

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

pkg-pr-new Bot commented Jun 5, 2026

Open in StackBlitz

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

commit: c2a981f

@claude
Copy link
Copy Markdown

claude Bot commented Jun 5, 2026

🤖 Claude Dependency Review

📦 Update Summary

  • Library: @typescript/native-preview
  • Version: 7.0.0-dev.20260527.2 → 7.0.0-dev.20260601.1
  • Change Type: Patch (dev build version increment)

📝 Release Notes

🚨 Breaking Changes

No breaking changes in this update. The update contains only incremental bug fixes to the TypeScript 7.0 native preview.

Note: TypeScript 7.0 itself (the Corsa/Go rewrite) has significant breaking changes compared to TypeScript 6.0, but this codebase is already compatible with tsgo and has compatibility workarounds in place.

✨ Main Changes

This update includes 5 commits (May 28-30, 2026) with bug fixes and improvements:

🐛 Bug Fixes

  1. Fix and simplify JSDoc handling for binding elements (#4029)

    • Improves how JSDoc comments are processed for binding element syntax
  2. Fix error spans for @Satisfies (#3212)

    • Corrects error message positioning for the satisfies operator
  3. Fix grammar checking for in and out modifiers in @template tags (#4100)

    • Addresses validation logic for variance modifiers in generic type parameters

✨ Features

  1. Emit index components for computed names instead of signatures (#4064)

    • Changes how computed property names are emitted in output code
  2. Restore JSDoc namespace declarations (#4073)

    • Re-enables JSDoc namespace declaration support

🔍 Impact Analysis

📁 Usage Locations

@typescript/native-preview is used in 7 files across the codebase:

  1. packages/sdk/package.json

    "@typescript/native-preview": "7.0.0-dev.20260601.1"
    • Feature used: Development dependency for TypeScript 7.0 native compiler
    • Impact: Used by tsdown build tool for type checking and compilation
  2. example/package.json

    "@typescript/native-preview": "7.0.0-dev.20260601.1"
    • Feature used: Development dependency for type checking
    • Impact: Ensures example code compatibility with TypeScript 7.0
  3. packages/sdk/tsdown.config.ts

    // Annotate as TsdownPluginOption[] to work around a tsgo TS2321 caused by
    // rolldown's Plugin type appearing under two paths in node_modules (root
    // rc.17 from tsdown's pin, packages/sdk rc.18 from our direct dep). tsc
    // handles this fine; tsgo's recursive Plugin comparison gets stuck.
    const plugins: TsdownPluginOption[] = [
    • Feature used: Type checking during build configuration
    • Impact: Active workaround for tsgo type comparison issue - bug fixes in this update may improve this
  4. packages/sdk/src/configure/services/workflow/wait-point.ts

    // JSON validation is encoded in the return type rather than in type-parameter
    // constraints, because tsgo rejects self-referential constraints like
    // `Payload extends JsonCompatible<Payload>` as circular.
    • Feature used: Type constraint validation
    • Impact: Code pattern adapted for tsgo's constraint checking behavior
  5. packages/sdk/src/configure/services/auth/index.test.ts

    // We verify this structurally rather than via overload resolution (which differs in tsgo).
    type Hook = BeforeLoginHook<"admin" | "worker">;
    • Feature used: Type checking in tests
    • Impact: Test uses structural verification to accommodate tsgo/tsc differences
  6. packages/sdk/src/configure/services/tailordb/schema.test.ts

    // NOTE: This is required for tsc/tsgo compatibility.
    // tsc and tsgo (TypeScript v7) report the same type error on different nodes.
    // Because tsgo does not report an error on this specific line,
    // using @ts-expect-error would fail under tsgo.
    // Therefore, @ts-ignore is used to suppress the error in both cases.
  7. packages/sdk/src/parser/service/tailordb/type-parser.test.ts

    // @ts-ignore - intentionally missing 'type' to test runtime validation (tsgo/tsc compat)
    • Feature used: Type error suppression in tests
    • Impact: Uses @ts-ignore for compatibility with both compilers

✅ Recommended Actions

None required - This is a routine dev build update with bug fixes.

Expected improvements:

  • The JSDoc-related fixes (#4029, #4073, #4100) may improve type checking accuracy
  • The @Satisfies error span fix (#3212) may provide better error messages
  • Potential improvements to the tsgo type comparison issue mentioned in tsdown.config.ts

Testing:

  • Run pnpm build to verify compilation works with the new version
  • Run pnpm test to ensure all tests pass, particularly the test files with tsgo/tsc compatibility notes

@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/typescript-native-preview-7.x branch from 9ea2e4e to 9c20bd2 Compare June 5, 2026 01:53
@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/typescript-native-preview-7.x branch from 9c20bd2 to 732b508 Compare June 5, 2026 02:09
@renovate renovate Bot requested a review from dqn as a code owner June 5, 2026 02:09
@renovate renovate Bot force-pushed the renovate/typescript-native-preview-7.x branch from 732b508 to 7ae43e5 Compare June 5, 2026 02:13
@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/typescript-native-preview-7.x branch from 7ae43e5 to 45d644a Compare June 5, 2026 02:22
@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/typescript-native-preview-7.x branch from 45d644a to dac39c8 Compare June 5, 2026 02:25
@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/typescript-native-preview-7.x branch from dac39c8 to 3a3e035 Compare June 5, 2026 08:28
@renovate renovate Bot changed the title chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260601.1 chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260602.1 Jun 5, 2026
@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/typescript-native-preview-7.x branch from 3a3e035 to c2a981f Compare June 6, 2026 09:03
@renovate renovate Bot changed the title chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260602.1 chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260603.1 Jun 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 6, 2026

Code Metrics Report (packages/sdk)

main (a0d07a9) #1327 (6e8250b) +/-
Coverage 66.0% 66.0% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (a0d07a9) | #1327 (6e8250b) | +/-  |
  |--------------------|----------------|-----------------|------|
  | Coverage           |          66.0% |           66.0% | 0.0% |
  |   Files            |            394 |             394 |    0 |
  |   Lines            |          13517 |           13517 |    0 |
  |   Covered          |           8930 |            8930 |    0 |
  | Code to Test Ratio |          1:0.4 |           1:0.4 |  0.0 |
  |   Code             |          90255 |           90255 |    0 |
  |   Test             |          39186 |           39186 |    0 |

SDK Configure Bundle Size

main (a0d07a9) #1327 (6e8250b) +/-
configure-index-size 19.37KB 19.37KB 0KB
dependency-chunks-size 34.65KB 34.65KB 0KB
total-bundle-size 54.02KB 54.02KB 0KB

Runtime Performance

main (a0d07a9) #1327 (6e8250b) +/-
Generate Median 2,743ms 2,848ms 105ms
Generate Max 2,817ms 2,942ms 125ms
Apply Build Median 2,782ms 2,886ms 104ms
Apply Build Max 2,826ms 2,941ms 115ms

Type Performance (instantiations)

main (a0d07a9) #1327 (6e8250b) +/-
tailordb-basic 33,963 33,963 0
tailordb-optional 3,841 3,841 0
tailordb-relation 5,921 5,921 0
tailordb-validate 2,566 2,566 0
tailordb-hooks 5,767 5,767 0
tailordb-object 12,136 12,136 0
tailordb-enum 2,462 2,462 0
resolver-basic 9,424 9,424 0
resolver-nested 26,111 26,111 0
resolver-array 18,187 18,187 0
executor-schedule 4,234 4,234 0
executor-webhook 873 873 0
executor-record 6,659 6,659 0
executor-resolver 4,369 4,369 0
executor-operation-function 868 868 0
executor-operation-gql 869 869 0
executor-operation-webhook 888 888 0
executor-operation-workflow 1,714 1,714 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