-
Notifications
You must be signed in to change notification settings - Fork 117
fix(align-deps): add profile for 0.72 #2322
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
8484ba9
fix(align-deps): add profile for 0.72
tido64 47d7375
bump async-storage
tido64 8be03d2
hermes-engine is no more from 0.70+
tido64 c48f6cb
bump webview
tido64 02e7d6d
bump svg
tido64 86a8dfb
bump masked-view, safe-area
tido64 a45f78b
bump test-app
tido64 e97ec00
bump safe-area
tido64 b5c00ee
bump animation, datetime-picker, test-app
tido64 4b0c1a0
bump cli, metro
tido64 f81d54c
update deps for rc.5
tido64 beaecb5
bump storage
tido64 ef6c429
update deps for rc.6
tido64 eeb0c85
bump gestures, test-app, webview
tido64 18697d1
bump screens, webview
tido64 26a08e9
add `core/metro-config`
tido64 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@rnx-kit/align-deps": patch | ||
| --- | ||
|
|
||
| Added profile for react-native 0.72 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@rnx-kit/config": patch | ||
| --- | ||
|
|
||
| Add new capability, `core/metro-config`, for `@react-native/metro-config` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@rnx-kit/react-native-auth": patch | ||
| --- | ||
|
|
||
| Declare support for react-native 0.72 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
134 changes: 134 additions & 0 deletions
134
packages/align-deps/src/presets/microsoft/react-native/profile-0.72.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,134 @@ | ||
| import type { Package, Profile } from "../../../types"; | ||
| import profile_0_71 from "./profile-0.71"; | ||
|
|
||
| const reactNative: Package = { | ||
| name: "react-native", | ||
| version: "^0.72.0", | ||
| capabilities: ["react", "core/metro-config"], | ||
| }; | ||
|
|
||
| const profile: Profile = { | ||
| ...profile_0_71, | ||
| react: { | ||
| name: "react", | ||
| version: "18.2.0", | ||
| }, | ||
| "react-dom": { | ||
| name: "react-dom", | ||
| version: "^18.2.0", | ||
| capabilities: ["react"], | ||
| }, | ||
| "react-test-renderer": { | ||
| name: "react-test-renderer", | ||
| version: "18.2.0", | ||
| capabilities: ["react"], | ||
| devOnly: true, | ||
| }, | ||
|
|
||
| core: reactNative, | ||
| "core-android": reactNative, | ||
| "core-ios": reactNative, | ||
| "core-macos": { | ||
| name: "react-native-macos", | ||
| version: "^0.72.0", | ||
| capabilities: ["react"], | ||
| }, | ||
| "core-windows": { | ||
| name: "react-native-windows", | ||
| version: "^0.72.0", | ||
| capabilities: ["core"], | ||
| }, | ||
| "core/metro-config": { | ||
| name: "@react-native/metro-config", | ||
| version: "^0.72.0", | ||
| devOnly: true, | ||
| }, | ||
|
|
||
| "babel-preset-react-native": { | ||
| name: "metro-react-native-babel-preset", | ||
| version: "^0.76.5", | ||
| devOnly: true, | ||
| }, | ||
| "community/cli": { | ||
| name: "@react-native-community/cli", | ||
| version: "^11.3.2", | ||
| capabilities: ["community/cli-android", "community/cli-ios"], | ||
| devOnly: true, | ||
| }, | ||
| "community/cli-android": { | ||
| name: "@react-native-community/cli-platform-android", | ||
| version: "^11.3.2", | ||
| devOnly: true, | ||
| }, | ||
| "community/cli-ios": { | ||
| name: "@react-native-community/cli-platform-ios", | ||
| version: "^11.3.2", | ||
| devOnly: true, | ||
| }, | ||
| metro: { | ||
| name: "metro", | ||
| version: "^0.76.5", | ||
| devOnly: true, | ||
| }, | ||
| "metro-config": { | ||
| name: "metro-config", | ||
| version: "^0.76.5", | ||
| devOnly: true, | ||
| }, | ||
| "metro-core": { | ||
| name: "metro-core", | ||
| version: "^0.76.5", | ||
| devOnly: true, | ||
| }, | ||
| "metro-react-native-babel-transformer": { | ||
| name: "metro-react-native-babel-transformer", | ||
| version: "^0.76.5", | ||
| devOnly: true, | ||
| }, | ||
| "metro-resolver": { | ||
| name: "metro-resolver", | ||
| version: "^0.76.5", | ||
| devOnly: true, | ||
| }, | ||
| "metro-runtime": { | ||
| name: "metro-runtime", | ||
| version: "^0.76.5", | ||
| devOnly: true, | ||
| }, | ||
|
|
||
| animation: { | ||
| name: "react-native-reanimated", | ||
| version: "^3.3.0", | ||
| }, | ||
| "datetime-picker": { | ||
| name: "@react-native-community/datetimepicker", | ||
| version: "^7.1.0", | ||
| }, | ||
| gestures: { | ||
| name: "react-native-gesture-handler", | ||
| version: "^2.12.0", | ||
| }, | ||
| "safe-area": { | ||
| name: "react-native-safe-area-context", | ||
| version: "^4.5.3", | ||
| }, | ||
| screens: { | ||
| name: "react-native-screens", | ||
| version: "^3.21.0", | ||
| }, | ||
| storage: { | ||
| name: "@react-native-async-storage/async-storage", | ||
| version: "^1.18.2", | ||
| }, | ||
| "test-app": { | ||
| name: "react-native-test-app", | ||
| version: "^2.5.5", | ||
| devOnly: true, | ||
| }, | ||
| webview: { | ||
| name: "react-native-webview", | ||
| version: "^13.2.2", | ||
| }, | ||
| }; | ||
|
|
||
| export default profile; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.