Skip to content

Commit

Permalink
[0.75] Integrate 0.75.0-rc.6 (#13509)
Browse files Browse the repository at this point in the history
* integrate 0.75.0-rc.6

* Change files

* integrate 0.75.0-rc.6

* Change files

* fix yarn test

* Change files
  • Loading branch information
TatianaKapos authored Jul 30, 2024
1 parent 35daa92 commit 32b32b3
Show file tree
Hide file tree
Showing 28 changed files with 324 additions and 239 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "integrate 0.75.0-rc.6",
"packageName": "@office-iss/react-native-win32",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "integrate 0.75.0-rc.6",
"packageName": "@react-native-windows/cli",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "integrate 0.75.0-rc.6",
"packageName": "react-native-windows",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win32/**"
],
"baseVersion": "0.75.0-rc.5",
"baseVersion": "0.75.0-rc.6",
"overrides": [
{
"type": "patch",
Expand Down
8 changes: 4 additions & 4 deletions packages/@office-iss/react-native-win32-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"validate-overrides": "react-native-platform-override validate"
},
"dependencies": {
"@react-native/tester": "0.75.0-rc.5",
"@react-native/tester": "0.75.0-rc.6",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.57.1",
"flow-enums-runtime": "^0.0.5"
},
"peerDependencies": {
"@office-iss/react-native-win32": "0.75.0-preview.2",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-native": "0.75.0-rc.5"
"react": "18.3.1",
"react-native": "0.75.0-rc.6"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.75.0-preview.2",
Expand All @@ -30,7 +30,7 @@
"@types/node": "^18.0.0",
"eslint": "^8.19.0",
"just-scripts": "^1.3.3",
"react-native": "0.75.0-rc.5",
"react-native": "0.75.0-rc.6",
"react-native-platform-override": "^1.9.42",
"typescript": "5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"**/__snapshots__/**",
"src-win/rntypes/**"
],
"baseVersion": "0.75.0-rc.5",
"baseVersion": "0.75.0-rc.6",
"overrides": [
{
"type": "derived",
Expand Down
32 changes: 16 additions & 16 deletions packages/@office-iss/react-native-win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"@jest/create-cache-key-function": "^29.6.3",
"@react-native-community/cli": "14.0.0-alpha.11",
"@react-native-community/cli-platform-android": "14.0.0-alpha.11",
"@react-native-community/cli-platform-ios": "14.0.0-alpha.11",
"@react-native-community/cli": "14.0.0",
"@react-native-community/cli-platform-android": "14.0.0",
"@react-native-community/cli-platform-ios": "14.0.0",
"@react-native/assets": "1.0.0",
"@react-native/assets-registry": "0.75.0-rc.5",
"@react-native/codegen": "0.75.0-rc.5",
"@react-native/community-cli-plugin": "0.75.0-rc.5",
"@react-native/gradle-plugin": "0.75.0-rc.5",
"@react-native/js-polyfills": "0.75.0-rc.5",
"@react-native/normalize-colors": "0.75.0-rc.5",
"@react-native/virtualized-lists": "0.75.0-rc.5",
"@react-native/assets-registry": "0.75.0-rc.6",
"@react-native/codegen": "0.75.0-rc.6",
"@react-native/community-cli-plugin": "0.75.0-rc.6",
"@react-native/gradle-plugin": "0.75.0-rc.6",
"@react-native/js-polyfills": "0.75.0-rc.6",
"@react-native/normalize-colors": "0.75.0-rc.6",
"@react-native/virtualized-lists": "0.75.0-rc.6",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"ansi-regex": "^5.0.0",
Expand All @@ -61,7 +61,7 @@
"react-refresh": "^0.14.0",
"react-shallow-renderer": "^16.15.0",
"regenerator-runtime": "^0.13.2",
"scheduler": "0.25.0-rc-fb9a90fa48-20240614",
"scheduler": "0.24.0-canary-efb381bbf-20230505",
"semver": "^7.1.3",
"stacktrace-parser": "^0.1.10",
"whatwg-fetch": "^3.0.0",
Expand All @@ -71,7 +71,7 @@
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.20.0",
"@react-native/metro-config": "0.75.0-rc.5",
"@react-native/metro-config": "0.75.0-rc.6",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.23",
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.27",
Expand All @@ -86,15 +86,15 @@
"jscodeshift": "^0.14.0",
"just-scripts": "^1.3.3",
"prettier": "2.8.8",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-native": "0.75.0-rc.5",
"react": "18.3.1",
"react-native": "0.75.0-rc.6",
"react-native-platform-override": "^1.9.42",
"typescript": "5.0.4"
},
"peerDependencies": {
"@types/react": "^18.2.6",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-native": "0.75.0-rc.5"
"react": "^18.2.0",
"react-native": "0.75.0-rc.6"
},
"beachball": {
"defaultNpmTag": "preview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"eslint": "^8.19.0",
"just-scripts": "^1.3.2",
"prettier": "2.8.8",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-native": "0.75.0-rc.5",
"react": "18.3.1",
"react-native": "0.75.0-rc.6",
"react-native-windows": "0.75.0-preview.3",
"typescript": "5.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"xpath": "^0.0.27"
},
"devDependencies": {
"@react-native-community/cli-doctor": "14.0.0-alpha.11",
"@react-native-community/cli-types": "14.0.0-alpha.11",
"@react-native-community/cli-doctor": "14.0.0",
"@react-native-community/cli-types": "14.0.0",
"@rnw-scripts/eslint-config": "1.2.23",
"@rnw-scripts/jest-unittest-config": "1.5.8",
"@rnw-scripts/just-task": "2.3.40",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/tester/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win/**"
],
"baseVersion": "0.75.0-rc.5",
"baseVersion": "0.75.0-rc.6",
"overrides": [
{
"type": "derived",
Expand Down
8 changes: 4 additions & 4 deletions packages/@react-native-windows/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
},
"peerDependencies": {
"@react-native-picker/picker": "2.4.10",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-native": "0.75.0-rc.5",
"react": "18.3.1",
"react-native": "0.75.0-rc.6",
"react-native-windows": "0.75.0-preview.3",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
"@react-native/tester": "0.75.0-rc.5",
"@react-native/tester": "0.75.0-rc.6",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.23",
"@rnw-scripts/just-task": "2.3.40",
"@rnw-scripts/ts-config": "2.0.5",
"@types/node": "^18.0.0",
"eslint": "^8.19.0",
"just-scripts": "^1.3.3",
"react-native": "0.75.0-rc.5",
"react-native": "0.75.0-rc.6",
"react-native-platform-override": "^1.9.42",
"react-native-windows": "0.75.0-preview.3",
"typescript": "5.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native/monorepo/overrides.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"baseVersion": "0.75.0-rc.5",
"baseVersion": "0.75.0-rc.6",
"overrides": [
{
"type": "patch",
"file": "package.json",
"baseFile": "package.json",
"baseHash": "590fe25de8df488fc5ce43af2a139a66d4dddd1b"
"baseHash": "537e4007d10508059147a3daf940997db4cd7fd4"
}
]
}
14 changes: 5 additions & 9 deletions packages/@react-native/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@definitelytyped/dtslint": "^0.0.127",
"@jest/create-cache-key-function": "^29.6.3",
"@pkgjs/parseargs": "^0.11.0",
"@react-native/metro-babel-transformer": "0.75.0-rc.5",
"@react-native/metro-config": "0.75.0-rc.5",
"@react-native/metro-babel-transformer": "0.75.0-rc.6",
"@react-native/metro-config": "0.75.0-rc.6",
"@tsconfig/node18": "1.0.1",
"@types/react": "^18.2.6",
"@typescript-eslint/parser": "^7.1.1",
Expand Down Expand Up @@ -89,17 +89,13 @@
"nullthrows": "^1.1.1",
"prettier": "2.8.8",
"prettier-plugin-hermes-parser": "0.22.0",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-test-renderer": "19.0.0-rc-fb9a90fa48-20240614",
"react": "18.3.1",
"react-test-renderer": "18.3.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"signedsource": "^1.0.0",
"supports-color": "^7.1.0",
"typescript": "5.0.4",
"ws": "^6.2.2"
},
"resolutions": {
"react-is": "19.0.0-rc-fb9a90fa48-20240614"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}
4 changes: 2 additions & 2 deletions packages/@react-native/tester/overrides.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseVersion": "0.75.0-rc.5",
"baseVersion": "0.75.0-rc.6",
"overrides": [
{
"type": "copy",
Expand Down Expand Up @@ -572,7 +572,7 @@
"type": "patch",
"file": "package.json",
"baseFile": "packages/rn-tester/package.json",
"baseHash": "c9fdf87157b76f0c70bc98761b44433df19e4e43",
"baseHash": "8c306c798e2f7970a02fe0e36b7fb867592619a9",
"issue": 13228
}
]
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-native/tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/tester",
"version": "0.75.0-rc.5",
"version": "0.75.0-rc.6",
"private": true,
"description": "React Native tester app.",
"license": "MIT",
Expand All @@ -23,13 +23,13 @@
"clean-ios": "rm -rf build/generated/ios Pods Podfile.lock"
},
"dependencies": {
"@react-native/popup-menu-android": "0.75.0-rc.5",
"@react-native/popup-menu-android": "0.75.0-rc.6",
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1"
},
"peerDependencies": {
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react": "18.3.1",
"react-native": "*"
},
"codegenConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@rnw-scripts/babel-react-native-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@babel/core": "^7.20.0",
"@react-native/babel-preset": "0.75.0-rc.5",
"@react-native/babel-preset": "0.75.0-rc.6",
"babel-plugin-transform-flow-enums": "^0.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native/babel-preset": "0.75.0-rc.5",
"@react-native/babel-preset": "0.75.0-rc.6",
"eslint": "^8.19.0",
"prettier": "2.8.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@rnw-scripts/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.20.0",
"@microsoft/eslint-plugin-sdl": "^0.2.0",
"@react-native/eslint-config": "0.75.0-rc.5",
"@react-native/eslint-config": "0.75.0-rc.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-ft-flow": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@rnw-scripts/integrate-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"integrate-rn": "./bin.js"
},
"dependencies": {
"@react-native-community/template": "0.75.0-rc.5",
"@react-native-community/template": "0.75.0-rc.6",
"@react-native-windows/find-repo-root": "0.75.0-preview.1",
"@react-native-windows/fs": "0.75.0-preview.1",
"@react-native-windows/package-utils": "0.75.0-preview.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@rnw-scripts/metro-dev-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:fix": "rnw-scripts lint:fix"
},
"dependencies": {
"@react-native/metro-config": "0.75.0-rc.5",
"@react-native/metro-config": "0.75.0-rc.6",
"@rnx-kit/metro-config": "^1.3.5",
"@rnx-kit/metro-plugin-duplicates-checker": "^2.1.0",
"@rnx-kit/metro-serializer": "^1.0.11",
Expand Down
8 changes: 4 additions & 4 deletions packages/e2e-test-app-fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-native": "0.75.0-rc.5",
"react": "^18.2.0",
"react-native": "0.75.0-rc.6",
"react-native-windows": "0.75.0-preview.3"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"@babel/runtime": "^7.20.0",
"@react-native-windows/automation": "^0.3.256",
"@react-native-windows/automation-commands": "^0.1.277",
"@react-native/metro-config": "0.75.0-rc.5",
"@react-native/metro-config": "0.75.0-rc.6",
"@rnw-scripts/babel-node-config": "2.3.2",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.23",
Expand All @@ -47,7 +47,7 @@
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "19.0.0-rc-fb9a90fa48-20240614",
"react-test-renderer": "18.3.1",
"sanitize-filename": "^1.6.3",
"typescript": "5.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/e2e-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-native": "0.75.0-rc.5",
"react": "^18.2.0",
"react-native": "0.75.0-rc.6",
"react-native-windows": "0.75.0-preview.3",
"react-native-xaml": "^0.0.78"
},
Expand All @@ -32,7 +32,7 @@
"@babel/runtime": "^7.20.0",
"@react-native-windows/automation": "^0.3.256",
"@react-native-windows/automation-commands": "^0.1.277",
"@react-native/metro-config": "0.75.0-rc.5",
"@react-native/metro-config": "0.75.0-rc.6",
"@rnw-scripts/babel-node-config": "2.3.2",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.23",
Expand All @@ -47,7 +47,7 @@
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "19.0.0-rc-fb9a90fa48-20240614",
"react-test-renderer": "18.3.1",
"sanitize-filename": "^1.6.3",
"typescript": "5.0.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"chai": "^4.2.0",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-native": "0.75.0-rc.5",
"react": "^18.2.0",
"react-native": "0.75.0-rc.6",
"react-native-windows": "0.75.0-preview.3"
},
"devDependencies": {
Expand All @@ -27,7 +27,7 @@
"@babel/preset-typescript": "^7.11.5",
"@babel/traverse": "^7.11.5",
"@babel/types": "^7.11.5",
"@react-native/metro-config": "0.75.0-rc.5",
"@react-native/metro-config": "0.75.0-rc.6",
"@rnw-scripts/babel-node-config": "2.3.2",
"@rnw-scripts/eslint-config": "^1.2.23",
"@rnw-scripts/just-task": "^2.3.40",
Expand Down
Loading

0 comments on commit 32b32b3

Please sign in to comment.