Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3312

Merged
merged 2 commits into from
Aug 28, 2024
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
6 changes: 0 additions & 6 deletions .changeset/beige-otters-dream.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/odd-teachers-rest.md

This file was deleted.

21 changes: 16 additions & 5 deletions packages/metro-plugin-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# @rnx-kit/metro-plugin-typescript

## 0.4.5

### Patch Changes

- a6a3149: Allow empty scope in package names
- Updated dependencies [a6a3149]
- @rnx-kit/[email protected]

## 0.4.4

### Patch Changes

- 1c2725b8: Implemented replacements for `resolveModuleNames` and `resolveTypeReferenceDirectives` deprecated in TypeScript 5.0 (https://github.com/microsoft/TypeScript/commit/9e845d224859950fb263dec43f8fa1f7334e52da)
- 1c2725b8: Implemented replacements for `resolveModuleNames` and
`resolveTypeReferenceDirectives` deprecated in TypeScript 5.0
(https://github.com/microsoft/TypeScript/commit/9e845d224859950fb263dec43f8fa1f7334e52da)
- Updated dependencies [1bc772cc]
- Updated dependencies [1c2725b8]
- @rnx-kit/[email protected]
Expand Down Expand Up @@ -90,10 +100,11 @@

### Minor Changes

- f01bdef6: Add a new TypeScript module resolver for React Native projects which uses the
`moduleSuffixes` compiler option. All resolution is delegated to TypeScript,
rather than @rnx-kit/typescript-react-native-resolver, since TypeScript's
resolvers are more feature-rich and in sync with the node ecosystem.
- f01bdef6: Add a new TypeScript module resolver for React Native projects which
uses the `moduleSuffixes` compiler option. All resolution is delegated to
TypeScript, rather than @rnx-kit/typescript-react-native-resolver, since
TypeScript's resolvers are more feature-rich and in sync with the node
ecosystem.

### Patch 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.4.4",
"version": "0.4.5",
"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 @@ -31,7 +31,7 @@
"dependencies": {
"@rnx-kit/config": "^0.6.3",
"@rnx-kit/console": "^1.0.0",
"@rnx-kit/tools-node": "^2.0.0",
"@rnx-kit/tools-node": "^2.1.2",
"@rnx-kit/tools-react-native": "^1.3.2",
"@rnx-kit/typescript-service": "^1.5.7",
"semver": "^7.0.0",
Expand Down
21 changes: 16 additions & 5 deletions packages/tools-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/tools-node

## 2.1.2

### Patch Changes

- a6a3149: Allow empty scope in package names

## 2.1.1

### Patch Changes
Expand Down Expand Up @@ -41,7 +47,8 @@

### Minor Changes

- 1edb9acd: Added a flag, `resolveSymlinks`, to `findPackageDependencyDir` to make it return fully resolved symlinks
- 1edb9acd: Added a flag, `resolveSymlinks`, to `findPackageDependencyDir` to
make it return fully resolved symlinks

## 1.2.7

Expand Down Expand Up @@ -95,7 +102,8 @@ Mon, 01 Nov 2021 13:46:13 GMT

### Patches

- Normalize main and types fields across all packages which use them. ([email protected])
- Normalize main and types fields across all packages which use them.
([email protected])
- Bump @rnx-kit/tools-language to v1.2.1

## 1.2.0
Expand All @@ -104,7 +112,8 @@ Sat, 30 Oct 2021 07:50:51 GMT

### Minor changes

- Add new language and node functions to the tools packages. ([email protected])
- Add new language and node functions to the tools packages.
([email protected])
- Bump @rnx-kit/tools-language to v1.2.0

## 1.1.6
Expand Down Expand Up @@ -153,15 +162,17 @@ Fri, 27 Aug 2021 18:41:43 GMT

### Patches

- Fix Windows absolute paths not being handled correctly ([email protected])
- Fix Windows absolute paths not being handled correctly
([email protected])

## 1.1.0

Wed, 25 Aug 2021 08:52:48 GMT

### Minor changes

- Add a method to create a directory, including parent directories. ([email protected])
- Add a method to create a directory, including parent directories.
([email protected])

## 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion packages/tools-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-node",
"version": "2.1.1",
"version": "2.1.2",
"description": "A collection of supplemental NodeJS functions and types",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-node#readme",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4119,7 +4119,7 @@ __metadata:
"@rnx-kit/eslint-config": "npm:*"
"@rnx-kit/jest-preset": "npm:*"
"@rnx-kit/scripts": "npm:*"
"@rnx-kit/tools-node": "npm:^2.0.0"
"@rnx-kit/tools-node": "npm:^2.1.2"
"@rnx-kit/tools-react-native": "npm:^1.3.2"
"@rnx-kit/tsconfig": "npm:*"
"@rnx-kit/typescript-service": "npm:^1.5.7"
Expand Down Expand Up @@ -4593,7 +4593,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/tools-node@npm:*, @rnx-kit/tools-node@npm:^2.0.0, @rnx-kit/tools-node@npm:^2.0.1, @rnx-kit/tools-node@npm:^2.1.0, @rnx-kit/tools-node@npm:^2.1.1, @rnx-kit/tools-node@workspace:packages/tools-node":
"@rnx-kit/tools-node@npm:*, @rnx-kit/tools-node@npm:^2.0.0, @rnx-kit/tools-node@npm:^2.0.1, @rnx-kit/tools-node@npm:^2.1.0, @rnx-kit/tools-node@npm:^2.1.1, @rnx-kit/tools-node@npm:^2.1.2, @rnx-kit/tools-node@workspace:packages/tools-node":
version: 0.0.0-use.local
resolution: "@rnx-kit/tools-node@workspace:packages/tools-node"
dependencies:
Expand Down
Loading