Skip to content

Commit

Permalink
Integrate 0.69.0-rc.3 (#10006)
Browse files Browse the repository at this point in the history
* Integrate rc3

* Change files

Co-authored-by: Jon Thysell <jthysell@microsoft.com>
  • Loading branch information
chiaramooney and jonthysell committed Jun 2, 2022
1 parent 49a0bb0 commit 8b2509a
Show file tree
Hide file tree
Showing 24 changed files with 187 additions and 279 deletions.
@@ -0,0 +1,10 @@
{
"type": "prerelease",
"comment": {
"title": "",
"value": ""
},
"packageName": "@office-iss/react-native-win32",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Integrate rc3",
"packageName": "@react-native-windows/virtualized-list",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Integrate rc3",
"packageName": "react-native-windows",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win32/**"
],
"baseVersion": "0.69.0-rc.0",
"baseVersion": "0.69.0-rc.3",
"overrides": [
{
"type": "patch",
Expand Down
4 changes: 2 additions & 2 deletions packages/@office-iss/react-native-win32-tester/package.json
Expand Up @@ -18,7 +18,7 @@
"peerDependencies": {
"@office-iss/react-native-win32": "0.69.0-preview.2",
"react": "18.0.0",
"react-native": "0.69.0-rc.0"
"react-native": "0.69.0-rc.3"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.69.0-preview.2",
Expand All @@ -28,7 +28,7 @@
"@types/node": "^14.14.22",
"eslint": "^7.32.0",
"just-scripts": "^1.3.3",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-platform-override": "^1.6.11",
"typescript": "^4.4.4"
},
Expand Down
1 change: 1 addition & 0 deletions packages/@office-iss/react-native-win32/.eslintrc.js
Expand Up @@ -13,6 +13,7 @@ module.exports = {
rules: {
'@typescript-eslint/no-unnecessary-condition': 'off',
'no-restricted-syntax': 'off',
'@typescript-eslint/no-unused-vars': 'off',
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/overrides.json
Expand Up @@ -7,7 +7,7 @@
"**/__snapshots__/**",
"src/rntypes/**"
],
"baseVersion": "0.69.0-rc.0",
"baseVersion": "0.69.0-rc.3",
"overrides": [
{
"type": "derived",
Expand Down
22 changes: 12 additions & 10 deletions packages/@office-iss/react-native-win32/package.json
Expand Up @@ -22,9 +22,9 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"@jest/create-cache-key-function": "^27.0.1",
"@react-native-community/cli": "^8.0.0-alpha.6",
"@react-native-community/cli-platform-android": "^8.0.0-alpha.3",
"@react-native-community/cli-platform-ios": "^8.0.0-alpha.3",
"@react-native-community/cli": "^8.0.0",
"@react-native-community/cli-platform-android": "^8.0.0",
"@react-native-community/cli-platform-ios": "^8.0.0",
"@react-native-windows/virtualized-list": "0.69.0-preview.1",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.0.0",
Expand All @@ -38,22 +38,24 @@
"invariant": "^2.2.4",
"jsc-android": "^250230.2.1",
"memoize-one": "^5.0.0",
"metro-react-native-babel-transformer": "0.70.1",
"metro-runtime": "0.70.1",
"metro-source-map": "0.70.1",
"metro-react-native-babel-transformer": "0.70.3",
"metro-runtime": "0.70.3",
"metro-source-map": "0.70.3",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
"promise": "^8.0.3",
"react-clone-referenced-element": "^1.0.1",
"react-devtools-core": "4.24.0",
"react-native-codegen": "^0.0.15",
"react-native-codegen": "^0.69.1",
"react-native-gradle-plugin": "^0.0.7",
"react-refresh": "^0.4.0",
"react-shallow-renderer": "16.14.1",
"regenerator-runtime": "^0.13.2",
"scheduler": "^0.21.0",
"shelljs": "^0.8.5",
"stacktrace-parser": "^0.1.3",
"use-subscription": ">=1.0.0 <1.6.0",
"use-sync-external-store": "^1.0.0",
"whatwg-fetch": "^3.0.0",
"ws": "^6.1.4"
},
Expand All @@ -73,14 +75,14 @@
"just-scripts": "^1.3.3",
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-platform-override": "^1.6.11",
"react-shallow-renderer": "16.14.1",
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": "18.0.0",
"react-native": "0.69.0-rc.0"
"react-native": "0.69.0-rc.3"
},
"beachball": {
"defaultNpmTag": "preview",
Expand Down
Expand Up @@ -31,7 +31,7 @@
"just-scripts": "^1.3.2",
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4",
"typescript": "^4.4.4"
},
Expand All @@ -43,4 +43,4 @@
"node": ">= 14"
},
"private": true
}
}
9 changes: 9 additions & 0 deletions packages/@react-native-windows/automation/.eslintrc.js
Expand Up @@ -4,4 +4,13 @@ module.exports = {

// Workaround "export type" being unsupported with prettier 1.x
ignorePatterns: ['index.ts'],
overrides: [
{
files: ['*.ts'],
// Also not clean
rules: {
'@typescript-eslint/no-unused-vars': 'off',
},
},
],
};
2 changes: 1 addition & 1 deletion packages/@react-native-windows/tester/overrides.json
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win/**"
],
"baseVersion": "0.69.0-rc.0",
"baseVersion": "0.69.0-rc.3",
"overrides": [
{
"type": "patch",
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-native-windows/tester/package.json
Expand Up @@ -18,7 +18,7 @@
"peerDependencies": {
"@react-native-picker/picker": "2.2.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4",
"react-native-xaml": "^0.0.50"
},
Expand All @@ -29,12 +29,12 @@
"@types/node": "^14.14.22",
"eslint": "^7.32.0",
"just-scripts": "^1.3.3",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-platform-override": "^1.6.11",
"react-native-windows": "0.69.0-preview.4",
"typescript": "^4.4.4"
},
"engines": {
"node": ">= 14"
}
}
}
Expand Up @@ -3,7 +3,7 @@
".flowconfig",
"src/**"
],
"baseVersion": "0.69.0-rc.0",
"baseVersion": "0.69.0-rc.3",
"overrides": [
{
"type": "derived",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/virtualized-list/package.json
Expand Up @@ -25,12 +25,12 @@
"just-scripts": "^1.3.3",
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-platform-override": "^1.6.11"
},
"peerDependencies": {
"react": "18.0.0",
"react-native": "0.69.0-rc.0"
"react-native": "0.69.0-rc.3"
},
"beachball": {
"defaultNpmTag": "preview",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native/repo-config/overrides.json
@@ -1,11 +1,11 @@
{
"baseVersion": "0.69.0-rc.0",
"baseVersion": "0.69.0-rc.3",
"overrides": [
{
"type": "copy",
"file": "package.json",
"baseFile": "repo-config/package.json",
"baseHash": "e862817c78ba221bb9b0da766c97c80d6311b7e6"
"baseHash": "62a129e0f038e3cad59582422adaea2a21c25003"
}
]
}
8 changes: 4 additions & 4 deletions packages/@react-native/repo-config/package.json
Expand Up @@ -39,12 +39,12 @@
"jest": "^26.6.3",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.70.1",
"metro-babel-register": "0.70.3",
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "17.0.2",
"react-native-codegen": "^0.0.15",
"react-test-renderer": "17.0.2",
"react": "18.0.0",
"react-native-codegen": "^0.69.1",
"react-test-renderer": "18.0.0",
"shelljs": "^0.8.5",
"signedsource": "^1.0.0",
"ws": "^6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native/tester/overrides.json
@@ -1,5 +1,5 @@
{
"baseVersion": "0.69.0-rc.0",
"baseVersion": "0.69.0-rc.3",
"overrides": [
{
"type": "copy",
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-test-app/package.json
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4",
"react-native-xaml": "^0.0.63"
},
Expand Down Expand Up @@ -54,4 +54,4 @@
"engines": {
"node": ">= 14"
}
}
}
4 changes: 2 additions & 2 deletions packages/integration-test-app/package.json
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^5.21.0",
"chai": "^4.2.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4"
},
"devDependencies": {
Expand Down Expand Up @@ -52,4 +52,4 @@
"engines": {
"node": ">= 14"
}
}
}
4 changes: 2 additions & 2 deletions packages/playground/package.json
Expand Up @@ -15,7 +15,7 @@
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4"
},
"devDependencies": {
Expand All @@ -39,4 +39,4 @@
"engines": {
"node": ">= 14"
}
}
}
4 changes: 2 additions & 2 deletions packages/sample-apps/package.json
Expand Up @@ -14,7 +14,7 @@
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4"
},
"devDependencies": {
Expand All @@ -38,4 +38,4 @@
"engines": {
"node": ">= 14"
}
}
}
2 changes: 1 addition & 1 deletion vnext/overrides.json
Expand Up @@ -8,7 +8,7 @@
"**/__snapshots__/**",
"src/rntypes/**"
],
"baseVersion": "0.69.0-rc.0",
"baseVersion": "0.69.0-rc.3",
"overrides": [
{
"type": "derived",
Expand Down
22 changes: 12 additions & 10 deletions vnext/package.json
Expand Up @@ -23,9 +23,9 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"@jest/create-cache-key-function": "^27.0.1",
"@react-native-community/cli": "^8.0.0-alpha.6",
"@react-native-community/cli-platform-android": "^8.0.0-alpha.3",
"@react-native-community/cli-platform-ios": "^8.0.0-alpha.3",
"@react-native-community/cli": "^8.0.0",
"@react-native-community/cli-platform-android": "^8.0.0",
"@react-native-community/cli-platform-ios": "^8.0.0",
"@react-native-windows/cli": "0.69.0-preview.1",
"@react-native-windows/virtualized-list": "0.69.0-preview.1",
"@react-native/assets": "1.0.0",
Expand All @@ -39,22 +39,24 @@
"invariant": "^2.2.4",
"jsc-android": "^250230.2.1",
"memoize-one": "^5.0.0",
"metro-react-native-babel-transformer": "0.70.1",
"metro-runtime": "0.70.1",
"metro-source-map": "0.70.1",
"metro-react-native-babel-transformer": "0.70.3",
"metro-runtime": "0.70.3",
"metro-source-map": "0.70.3",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
"promise": "^8.0.3",
"react-devtools-core": "4.24.0",
"react-native-codegen": "^0.0.15",
"react-native-codegen": "^0.69.1",
"react-native-gradle-plugin": "^0.0.7",
"react-refresh": "^0.4.0",
"react-shallow-renderer": "16.14.1",
"regenerator-runtime": "^0.13.2",
"scheduler": "^0.21.0",
"shelljs": "^0.8.5",
"source-map-support": "^0.5.19",
"stacktrace-parser": "^0.1.3",
"use-subscription": ">=1.0.0 <1.6.0",
"use-sync-external-store": "^1.0.0",
"whatwg-fetch": "^3.0.0",
"ws": "^6.1.4"
},
Expand All @@ -75,15 +77,15 @@
"metro-config": "^0.70.1",
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native": "0.69.0-rc.3",
"react-native-platform-override": "^1.6.11",
"react-refresh": "^0.4.0",
"react-shallow-renderer": "16.14.1",
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": "18.0.0",
"react-native": "0.69.0-rc.0"
"react-native": "0.69.0-rc.3"
},
"beachball": {
"defaultNpmTag": "preview",
Expand Down

0 comments on commit 8b2509a

Please sign in to comment.