Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/floppy-hairs-cut.md

This file was deleted.

8 changes: 8 additions & 0 deletions incubator/tools-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnx-kit/tools-typescript

## 0.2.1

### Patch Changes

- 3ce51f7: Limit TypeScript to versions below 7.0 because a stable API will not be available until 7.1
- Updated dependencies [3ce51f7]
- @rnx-kit/typescript-service@2.0.3

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions incubator/tools-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-typescript",
"version": "0.2.0",
"version": "0.2.1",
"description": "EXPERIMENTAL - USE WITH CAUTION - tools-typescript",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/tools-typescript#readme",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@rnx-kit/tools-packages": "^0.1.3",
"@rnx-kit/tools-react-native": "^2.3.3",
"@rnx-kit/types-bundle-config": "^1.0.0",
"@rnx-kit/typescript-service": "^2.0.0"
"@rnx-kit/typescript-service": "^2.0.3"
},
"devDependencies": {
"@rnx-kit/jest-preset": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/metro-plugin-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnx-kit/metro-plugin-typescript

## 0.6.1

### Patch Changes

- 3ce51f7: Limit TypeScript to versions below 7.0 because a stable API will not be available until 7.1
- Updated dependencies [3ce51f7]
- @rnx-kit/typescript-service@2.0.3

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/metro-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-plugin-typescript",
"version": "0.6.0",
"version": "0.6.1",
"description": "Metro plugin for TypeScript type validation",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-plugin-typescript#readme",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@rnx-kit/tools-react-native": "^2.3.3",
"@rnx-kit/types-bundle-config": "^1.0.0",
"@rnx-kit/types-plugin-typescript": "^1.0.0",
"@rnx-kit/typescript-service": "^2.0.2",
"@rnx-kit/typescript-service": "^2.0.3",
"typescript": "4.7 - 6.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/typescript-service

## 2.0.3

### Patch Changes

- 3ce51f7: Limit TypeScript to versions below 7.0 because a stable API will not be available until 7.1

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/typescript-service",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript language services with support for custom module resolution",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/typescript-service#readme",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5451,7 +5451,7 @@ __metadata:
"@rnx-kit/tsconfig": "npm:*"
"@rnx-kit/types-bundle-config": "npm:^1.0.0"
"@rnx-kit/types-plugin-typescript": "npm:^1.0.0"
"@rnx-kit/typescript-service": "npm:^2.0.2"
"@rnx-kit/typescript-service": "npm:^2.0.3"
"@types/node": "npm:^24.0.0"
metro: "npm:^0.84.0"
typescript: "npm:4.7 - 6.0"
Expand Down Expand Up @@ -6074,7 +6074,7 @@ __metadata:
"@rnx-kit/types-bundle-config": "npm:^1.0.0"
"@rnx-kit/types-kit-config": "npm:*"
"@rnx-kit/types-node": "npm:*"
"@rnx-kit/typescript-service": "npm:^2.0.0"
"@rnx-kit/typescript-service": "npm:^2.0.3"
peerDependencies:
typescript: 4.7 - 6.0
languageName: unknown
Expand Down Expand Up @@ -6197,7 +6197,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/typescript-service@npm:^2.0.0, @rnx-kit/typescript-service@npm:^2.0.2, @rnx-kit/typescript-service@workspace:packages/typescript-service":
"@rnx-kit/typescript-service@npm:^2.0.3, @rnx-kit/typescript-service@workspace:packages/typescript-service":
version: 0.0.0-use.local
resolution: "@rnx-kit/typescript-service@workspace:packages/typescript-service"
dependencies:
Expand Down
Loading