Skip to content

Commit 36274bc

Browse files
authored
[0.75] Integrate 0.75.0-rc.7 (#13542)
* integrate 0.75.0-rc.7 * Change files
1 parent 2a1e56f commit 36274bc

File tree

28 files changed

+162
-148
lines changed

28 files changed

+162
-148
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "integrate 0.75.0-rc.7",
4+
"packageName": "@office-iss/react-native-win32",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "integrate 0.75.0-rc.7",
4+
"packageName": "react-native-windows",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}

packages/@office-iss/react-native-win32-tester/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"excludePatterns": [
66
"src/js/examples-win32/**"
77
],
8-
"baseVersion": "0.75.0-rc.6",
8+
"baseVersion": "0.75.0-rc.7",
99
"overrides": [
1010
{
1111
"type": "patch",

packages/@office-iss/react-native-win32-tester/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"validate-overrides": "react-native-platform-override validate"
1212
},
1313
"dependencies": {
14-
"@react-native/tester": "0.75.0-rc.6",
14+
"@react-native/tester": "0.75.0-rc.7",
1515
"@typescript-eslint/eslint-plugin": "^5.30.5",
1616
"@typescript-eslint/parser": "^5.57.1",
1717
"flow-enums-runtime": "^0.0.5"
1818
},
1919
"peerDependencies": {
2020
"@office-iss/react-native-win32": "0.75.0-preview.4",
2121
"react": "18.3.1",
22-
"react-native": "0.75.0-rc.6"
22+
"react-native": "0.75.0-rc.7"
2323
},
2424
"devDependencies": {
2525
"@office-iss/react-native-win32": "0.75.0-preview.4",
@@ -30,7 +30,7 @@
3030
"@types/node": "^18.0.0",
3131
"eslint": "^8.19.0",
3232
"just-scripts": "^1.3.3",
33-
"react-native": "0.75.0-rc.6",
33+
"react-native": "0.75.0-rc.7",
3434
"react-native-platform-override": "^1.9.42",
3535
"typescript": "5.0.4"
3636
},

packages/@office-iss/react-native-win32/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"**/__snapshots__/**",
88
"src-win/rntypes/**"
99
],
10-
"baseVersion": "0.75.0-rc.6",
10+
"baseVersion": "0.75.0-rc.7",
1111
"overrides": [
1212
{
1313
"type": "derived",

packages/@office-iss/react-native-win32/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"@react-native-community/cli-platform-android": "14.0.0",
3131
"@react-native-community/cli-platform-ios": "14.0.0",
3232
"@react-native/assets": "1.0.0",
33-
"@react-native/assets-registry": "0.75.0-rc.6",
34-
"@react-native/codegen": "0.75.0-rc.6",
35-
"@react-native/community-cli-plugin": "0.75.0-rc.6",
36-
"@react-native/gradle-plugin": "0.75.0-rc.6",
37-
"@react-native/js-polyfills": "0.75.0-rc.6",
38-
"@react-native/normalize-colors": "0.75.0-rc.6",
39-
"@react-native/virtualized-lists": "0.75.0-rc.6",
33+
"@react-native/assets-registry": "0.75.0-rc.7",
34+
"@react-native/codegen": "0.75.0-rc.7",
35+
"@react-native/community-cli-plugin": "0.75.0-rc.7",
36+
"@react-native/gradle-plugin": "0.75.0-rc.7",
37+
"@react-native/js-polyfills": "0.75.0-rc.7",
38+
"@react-native/normalize-colors": "0.75.0-rc.7",
39+
"@react-native/virtualized-lists": "0.75.0-rc.7",
4040
"abort-controller": "^3.0.0",
4141
"anser": "^1.4.9",
4242
"ansi-regex": "^5.0.0",
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@babel/core": "^7.20.0",
7373
"@babel/eslint-parser": "^7.20.0",
74-
"@react-native/metro-config": "0.75.0-rc.6",
74+
"@react-native/metro-config": "0.75.0-rc.7",
7575
"@rnw-scripts/babel-react-native-config": "0.0.0",
7676
"@rnw-scripts/eslint-config": "1.2.23",
7777
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.27",
@@ -87,14 +87,14 @@
8787
"just-scripts": "^1.3.3",
8888
"prettier": "2.8.8",
8989
"react": "18.3.1",
90-
"react-native": "0.75.0-rc.6",
90+
"react-native": "0.75.0-rc.7",
9191
"react-native-platform-override": "^1.9.42",
9292
"typescript": "5.0.4"
9393
},
9494
"peerDependencies": {
9595
"@types/react": "^18.2.6",
9696
"react": "^18.2.0",
97-
"react-native": "0.75.0-rc.6"
97+
"react-native": "0.75.0-rc.7"
9898
},
9999
"beachball": {
100100
"defaultNpmTag": "preview",

packages/@react-native-windows/automation-channel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"just-scripts": "^1.3.2",
3232
"prettier": "2.8.8",
3333
"react": "18.3.1",
34-
"react-native": "0.75.0-rc.6",
34+
"react-native": "0.75.0-rc.7",
3535
"react-native-windows": "0.75.0-preview.5",
3636
"typescript": "5.0.4"
3737
},

packages/@react-native-windows/cli/CHANGELOG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "tatianakapos@microsoft.com",
1212
"package": "@react-native-windows/cli",
1313
"commit": "32b32b325f3005913a8ec72d7051e5f4a519a813",
14-
"comment": "integrate 0.75.0-rc.6"
14+
"comment": "integrate 0.75.0-rc.7"
1515
}
1616
]
1717
}

packages/@react-native-windows/tester/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"excludePatterns": [
66
"src/js/examples-win/**"
77
],
8-
"baseVersion": "0.75.0-rc.6",
8+
"baseVersion": "0.75.0-rc.7",
99
"overrides": [
1010
{
1111
"type": "derived",

packages/@react-native-windows/tester/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"peerDependencies": {
1919
"@react-native-picker/picker": "2.4.10",
2020
"react": "18.3.1",
21-
"react-native": "0.75.0-rc.6",
21+
"react-native": "0.75.0-rc.7",
2222
"react-native-windows": "0.75.0-preview.5",
2323
"react-native-xaml": "^0.0.78"
2424
},
2525
"devDependencies": {
26-
"@react-native/tester": "0.75.0-rc.6",
26+
"@react-native/tester": "0.75.0-rc.7",
2727
"@rnw-scripts/babel-react-native-config": "0.0.0",
2828
"@rnw-scripts/eslint-config": "1.2.23",
2929
"@rnw-scripts/just-task": "2.3.40",
3030
"@rnw-scripts/ts-config": "2.0.5",
3131
"@types/node": "^18.0.0",
3232
"eslint": "^8.19.0",
3333
"just-scripts": "^1.3.3",
34-
"react-native": "0.75.0-rc.6",
34+
"react-native": "0.75.0-rc.7",
3535
"react-native-platform-override": "^1.9.42",
3636
"react-native-windows": "0.75.0-preview.5",
3737
"typescript": "5.0.4"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"baseVersion": "0.75.0-rc.6",
2+
"baseVersion": "0.75.0-rc.7",
33
"overrides": [
44
{
55
"type": "patch",
66
"file": "package.json",
77
"baseFile": "package.json",
8-
"baseHash": "537e4007d10508059147a3daf940997db4cd7fd4"
8+
"baseHash": "d4fa13fe179010df79f934486e05768abd19d252"
99
}
1010
]
1111
}

packages/@react-native/monorepo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@definitelytyped/dtslint": "^0.0.127",
4646
"@jest/create-cache-key-function": "^29.6.3",
4747
"@pkgjs/parseargs": "^0.11.0",
48-
"@react-native/metro-babel-transformer": "0.75.0-rc.6",
49-
"@react-native/metro-config": "0.75.0-rc.6",
48+
"@react-native/metro-babel-transformer": "0.75.0-rc.7",
49+
"@react-native/metro-config": "0.75.0-rc.7",
5050
"@tsconfig/node18": "1.0.1",
5151
"@types/react": "^18.2.6",
5252
"@typescript-eslint/parser": "^7.1.1",

packages/@react-native/tester/overrides.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"baseVersion": "0.75.0-rc.6",
2+
"baseVersion": "0.75.0-rc.7",
33
"overrides": [
44
{
55
"type": "copy",
@@ -572,7 +572,7 @@
572572
"type": "patch",
573573
"file": "package.json",
574574
"baseFile": "packages/rn-tester/package.json",
575-
"baseHash": "8c306c798e2f7970a02fe0e36b7fb867592619a9",
575+
"baseHash": "8c1d94fed4ab010ab70290eb76698f4a5abe343a",
576576
"issue": 13228
577577
}
578578
]

packages/@react-native/tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/tester",
3-
"version": "0.75.0-rc.6",
3+
"version": "0.75.0-rc.7",
44
"private": true,
55
"description": "React Native tester app.",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"clean-ios": "rm -rf build/generated/ios Pods Podfile.lock"
2424
},
2525
"dependencies": {
26-
"@react-native/popup-menu-android": "0.75.0-rc.6",
26+
"@react-native/popup-menu-android": "0.75.0-rc.7",
2727
"flow-enums-runtime": "^0.0.6",
2828
"invariant": "^2.2.4",
2929
"nullthrows": "^1.1.1"

packages/@rnw-scripts/babel-react-native-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"dependencies": {
1313
"@babel/core": "^7.20.0",
14-
"@react-native/babel-preset": "0.75.0-rc.6",
14+
"@react-native/babel-preset": "0.75.0-rc.7",
1515
"babel-plugin-transform-flow-enums": "^0.0.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",
19-
"@react-native/babel-preset": "0.75.0-rc.6",
19+
"@react-native/babel-preset": "0.75.0-rc.7",
2020
"eslint": "^8.19.0",
2121
"prettier": "2.8.8"
2222
},

packages/@rnw-scripts/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/core": "^7.20.0",
1313
"@babel/eslint-parser": "^7.20.0",
1414
"@microsoft/eslint-plugin-sdl": "^0.2.0",
15-
"@react-native/eslint-config": "0.75.0-rc.6",
15+
"@react-native/eslint-config": "0.75.0-rc.7",
1616
"eslint-config-prettier": "^8.5.0",
1717
"eslint-plugin-ft-flow": "^2.0.1"
1818
},

packages/@rnw-scripts/integrate-rn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"integrate-rn": "./bin.js"
2020
},
2121
"dependencies": {
22-
"@react-native-community/template": "0.75.0-rc.6",
22+
"@react-native-community/template": "0.75.0-rc.7",
2323
"@react-native-windows/find-repo-root": "0.75.0-preview.1",
2424
"@react-native-windows/fs": "0.75.0-preview.1",
2525
"@react-native-windows/package-utils": "0.75.0-preview.1",

packages/@rnw-scripts/metro-dev-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint:fix": "rnw-scripts lint:fix"
1818
},
1919
"dependencies": {
20-
"@react-native/metro-config": "0.75.0-rc.6",
20+
"@react-native/metro-config": "0.75.0-rc.7",
2121
"@rnx-kit/metro-config": "^1.3.5",
2222
"@rnx-kit/metro-plugin-duplicates-checker": "^2.1.0",
2323
"@rnx-kit/metro-serializer": "^1.0.11",

packages/e2e-test-app-fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/eslint-plugin": "^5.21.0",
2121
"@typescript-eslint/parser": "^5.21.0",
2222
"react": "^18.2.0",
23-
"react-native": "0.75.0-rc.6",
23+
"react-native": "0.75.0-rc.7",
2424
"react-native-windows": "0.75.0-preview.5"
2525
},
2626
"devDependencies": {
@@ -31,7 +31,7 @@
3131
"@babel/runtime": "^7.20.0",
3232
"@react-native-windows/automation": "^0.3.256",
3333
"@react-native-windows/automation-commands": "^0.1.277",
34-
"@react-native/metro-config": "0.75.0-rc.6",
34+
"@react-native/metro-config": "0.75.0-rc.7",
3535
"@rnw-scripts/babel-node-config": "2.3.2",
3636
"@rnw-scripts/babel-react-native-config": "0.0.0",
3737
"@rnw-scripts/eslint-config": "1.2.23",

packages/e2e-test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/eslint-plugin": "^5.21.0",
2121
"@typescript-eslint/parser": "^5.21.0",
2222
"react": "^18.2.0",
23-
"react-native": "0.75.0-rc.6",
23+
"react-native": "0.75.0-rc.7",
2424
"react-native-windows": "0.75.0-preview.5",
2525
"react-native-xaml": "^0.0.78"
2626
},
@@ -32,7 +32,7 @@
3232
"@babel/runtime": "^7.20.0",
3333
"@react-native-windows/automation": "^0.3.256",
3434
"@react-native-windows/automation-commands": "^0.1.277",
35-
"@react-native/metro-config": "0.75.0-rc.6",
35+
"@react-native/metro-config": "0.75.0-rc.7",
3636
"@rnw-scripts/babel-node-config": "2.3.2",
3737
"@rnw-scripts/babel-react-native-config": "0.0.0",
3838
"@rnw-scripts/eslint-config": "1.2.23",

packages/integration-test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/parser": "^5.21.0",
1818
"chai": "^4.2.0",
1919
"react": "^18.2.0",
20-
"react-native": "0.75.0-rc.6",
20+
"react-native": "0.75.0-rc.7",
2121
"react-native-windows": "0.75.0-preview.5"
2222
},
2323
"devDependencies": {
@@ -27,7 +27,7 @@
2727
"@babel/preset-typescript": "^7.11.5",
2828
"@babel/traverse": "^7.11.5",
2929
"@babel/types": "^7.11.5",
30-
"@react-native/metro-config": "0.75.0-rc.6",
30+
"@react-native/metro-config": "0.75.0-rc.7",
3131
"@rnw-scripts/babel-node-config": "2.3.2",
3232
"@rnw-scripts/eslint-config": "^1.2.23",
3333
"@rnw-scripts/just-task": "^2.3.40",

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"@typescript-eslint/eslint-plugin": "^5.21.0",
1717
"@typescript-eslint/parser": "^5.21.0",
1818
"react": "^18.2.0",
19-
"react-native": "0.75.0-rc.6",
19+
"react-native": "0.75.0-rc.7",
2020
"react-native-windows": "0.75.0-preview.5"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.20.0",
2424
"@babel/runtime": "^7.20.0",
25-
"@react-native/metro-config": "0.75.0-rc.6",
25+
"@react-native/metro-config": "0.75.0-rc.7",
2626
"@rnw-scripts/babel-react-native-config": "0.0.0",
2727
"@rnw-scripts/eslint-config": "1.2.23",
2828
"@rnw-scripts/just-task": "2.3.40",

packages/sample-app-fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@typescript-eslint/eslint-plugin": "^5.21.0",
1717
"@typescript-eslint/parser": "^5.21.0",
1818
"react": "^18.2.0",
19-
"react-native": "0.75.0-rc.6",
19+
"react-native": "0.75.0-rc.7",
2020
"react-native-windows": "0.75.0-preview.5"
2121
},
2222
"devDependencies": {
@@ -26,7 +26,7 @@
2626
"@babel/preset-typescript": "^7.8.3",
2727
"@babel/runtime": "^7.20.0",
2828
"@jest/globals": "^29.7.0",
29-
"@react-native/metro-config": "0.75.0-rc.6",
29+
"@react-native/metro-config": "0.75.0-rc.7",
3030
"@rnw-scripts/babel-node-config": "2.3.2",
3131
"@rnw-scripts/babel-react-native-config": "0.0.0",
3232
"@rnw-scripts/eslint-config": "1.2.23",

packages/sample-apps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@typescript-eslint/eslint-plugin": "^5.30.5",
1717
"@typescript-eslint/parser": "^5.57.1",
1818
"react": "^18.2.0",
19-
"react-native": "0.75.0-rc.6",
19+
"react-native": "0.75.0-rc.7",
2020
"react-native-windows": "0.75.0-preview.5"
2121
},
2222
"devDependencies": {
@@ -25,7 +25,7 @@
2525
"@babel/runtime": "^7.20.0",
2626
"@react-native-windows/cli": "0.75.0-preview.2",
2727
"@react-native-windows/codegen": "0.75.0-preview.1",
28-
"@react-native/metro-config": "0.75.0-rc.6",
28+
"@react-native/metro-config": "0.75.0-rc.7",
2929
"@rnw-scripts/babel-react-native-config": "0.0.0",
3030
"@rnw-scripts/eslint-config": "1.2.23",
3131
"@rnw-scripts/just-task": "2.3.40",

vnext/CHANGELOG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"author": "tatianakapos@microsoft.com",
9393
"package": "react-native-windows",
9494
"commit": "32b32b325f3005913a8ec72d7051e5f4a519a813",
95-
"comment": "integrate 0.75.0-rc.6"
95+
"comment": "integrate 0.75.0-rc.7"
9696
},
9797
{
9898
"author": "beachball",

vnext/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"**/__snapshots__/**",
99
"src-win/rntypes/**"
1010
],
11-
"baseVersion": "0.75.0-rc.6",
11+
"baseVersion": "0.75.0-rc.7",
1212
"overrides": [
1313
{
1414
"type": "derived",

0 commit comments

Comments
 (0)