diff --git a/change/@react-native-windows-cli-58f79ee3-6346-45f1-bd07-2ffac4fb32a1.json b/change/@react-native-windows-cli-58f79ee3-6346-45f1-bd07-2ffac4fb32a1.json deleted file mode 100644 index f949464b1a2..00000000000 --- a/change/@react-native-windows-cli-58f79ee3-6346-45f1-bd07-2ffac4fb32a1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Add a run-windows port option for Metro", - "packageName": "@react-native-windows/cli", - "email": "vivekjm77@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-windows-87ca31c6-96c8-42cc-9b3c-432a69889fdc.json b/change/react-native-windows-87ca31c6-96c8-42cc-9b3c-432a69889fdc.json deleted file mode 100644 index 0b37d599835..00000000000 --- a/change/react-native-windows-87ca31c6-96c8-42cc-9b3c-432a69889fdc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Show tooltip on keyboard focus, enforce single visible tooltip", - "packageName": "react-native-windows", - "email": "74712637+iamAbhi-916@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-windows-d89877b5-21f1-487a-b114-6048bf2284ae.json b/change/react-native-windows-d89877b5-21f1-487a-b114-6048bf2284ae.json deleted file mode 100644 index ff435f638cd..00000000000 --- a/change/react-native-windows-d89877b5-21f1-487a-b114-6048bf2284ae.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fix #16047: Pressables inside ScrollView remained stuck in the pressed state after a touch-driven scroll, and on non-100% Windows display scales the next tap on a row would not register `press`. Two underlying causes were addressed: (1) VisualInteractionSource::TryRedirectForManipulation does not deliver PointerCaptureLost for the redirected pointer, leaving a zombie entry in CompositionEventHandler::m_activeTouches — now resolved by synthesizing a touchcancel from the InputPointerSource.PointerRoutedAway event, which fires reliably on the redirect path; and (2) ScrollViewComponentView::updateStateWithContentOffset wrote the raw physical-pixel ScrollPosition into ScrollViewShadowNode state's contentOffset, which Fabric layout treats as DIPs, so JS UIManager.measure() over-subtracted the offset by pointScaleFactor after any scroll on a >100% display, causing Pressability to fire LEAVE_PRESS_RECT synchronously and suppress press — now divides by pointScaleFactor to match the JS event-emitter paths in the same file.", - "packageName": "react-native-windows", - "email": "gordomacmaster@gmail.com", - "dependentChangeType": "patch" -} diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.json b/packages/@react-native-windows/automation-channel/CHANGELOG.json index 488d1051cfe..191eac449dd 100644 --- a/packages/@react-native-windows/automation-channel/CHANGELOG.json +++ b/packages/@react-native-windows/automation-channel/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/automation-channel", "entries": [ + { + "date": "Wed, 13 May 2026 18:22:07 GMT", + "version": "0.0.0-canary.1055", + "tag": "@react-native-windows/automation-channel_v0.0.0-canary.1055", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-channel", + "comment": "Bump react-native-windows to v0.0.0-canary.1055", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 11 May 2026 14:34:27 GMT", "version": "0.0.0-canary.1054", diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.md b/packages/@react-native-windows/automation-channel/CHANGELOG.md index 91862fc8359..bd044848bc7 100644 --- a/packages/@react-native-windows/automation-channel/CHANGELOG.md +++ b/packages/@react-native-windows/automation-channel/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/automation-channel - + +## 0.0.0-canary.1055 + +Wed, 13 May 2026 18:22:07 GMT + +### Changes + +- Bump react-native-windows to v0.0.0-canary.1055 + ## 0.0.0-canary.1054 Mon, 11 May 2026 14:34:27 GMT diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index 948824b3be1..e2857cf35a4 100644 --- a/packages/@react-native-windows/automation-channel/package.json +++ b/packages/@react-native-windows/automation-channel/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/automation-channel", - "version": "0.0.0-canary.1054", + "version": "0.0.0-canary.1055", "license": "MIT", "repository": { "type": "git", @@ -34,7 +34,7 @@ "prettier": "^3.6.2", "react": "19.2.3", "react-native": "0.85.0-nightly-20260114-f15985f4f", - "react-native-windows": "^0.0.0-canary.1054", + "react-native-windows": "^0.0.0-canary.1055", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.json b/packages/@react-native-windows/automation-commands/CHANGELOG.json index 8ce9748a3ef..1979f45a446 100644 --- a/packages/@react-native-windows/automation-commands/CHANGELOG.json +++ b/packages/@react-native-windows/automation-commands/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/automation-commands", "entries": [ + { + "date": "Wed, 13 May 2026 18:22:07 GMT", + "version": "0.0.0-canary.1056", + "tag": "@react-native-windows/automation-commands_v0.0.0-canary.1056", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-commands", + "comment": "Bump @react-native-windows/automation-channel to v0.0.0-canary.1055", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 11 May 2026 14:34:27 GMT", "version": "0.0.0-canary.1055", diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.md b/packages/@react-native-windows/automation-commands/CHANGELOG.md index 6b5936a92fe..a99f613f0ae 100644 --- a/packages/@react-native-windows/automation-commands/CHANGELOG.md +++ b/packages/@react-native-windows/automation-commands/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/automation-commands - + +## 0.0.0-canary.1056 + +Wed, 13 May 2026 18:22:07 GMT + +### Changes + +- Bump @react-native-windows/automation-channel to v0.0.0-canary.1055 + ## 0.0.0-canary.1055 Mon, 11 May 2026 14:34:27 GMT diff --git a/packages/@react-native-windows/automation-commands/package.json b/packages/@react-native-windows/automation-commands/package.json index f5c9bb41f29..21ee8b67a8b 100644 --- a/packages/@react-native-windows/automation-commands/package.json +++ b/packages/@react-native-windows/automation-commands/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/automation-commands", - "version": "0.0.0-canary.1055", + "version": "0.0.0-canary.1056", "description": "Allows controlling your react-native-windows application", "main": "lib-commonjs/index.js", "license": "MIT", @@ -17,7 +17,7 @@ "watch": "rnw-scripts watch" }, "dependencies": { - "@react-native-windows/automation-channel": "0.0.0-canary.1054", + "@react-native-windows/automation-channel": "0.0.0-canary.1055", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0" }, diff --git a/packages/@react-native-windows/automation/CHANGELOG.json b/packages/@react-native-windows/automation/CHANGELOG.json index 2083088d6ca..b7a78fe7f72 100644 --- a/packages/@react-native-windows/automation/CHANGELOG.json +++ b/packages/@react-native-windows/automation/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/automation", "entries": [ + { + "date": "Wed, 13 May 2026 18:22:07 GMT", + "version": "0.0.0-canary.1055", + "tag": "@react-native-windows/automation_v0.0.0-canary.1055", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@react-native-windows/automation", + "comment": "Bump @react-native-windows/automation-channel to v0.0.0-canary.1055", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 11 May 2026 14:34:27 GMT", "version": "0.0.0-canary.1054", diff --git a/packages/@react-native-windows/automation/CHANGELOG.md b/packages/@react-native-windows/automation/CHANGELOG.md index 0fb1475c9ce..0c84e400a28 100644 --- a/packages/@react-native-windows/automation/CHANGELOG.md +++ b/packages/@react-native-windows/automation/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/automation - + +## 0.0.0-canary.1055 + +Wed, 13 May 2026 18:22:07 GMT + +### Changes + +- Bump @react-native-windows/automation-channel to v0.0.0-canary.1055 + ## 0.0.0-canary.1054 Mon, 11 May 2026 14:34:27 GMT diff --git a/packages/@react-native-windows/automation/package.json b/packages/@react-native-windows/automation/package.json index 0604ebd78f0..f883920adc5 100644 --- a/packages/@react-native-windows/automation/package.json +++ b/packages/@react-native-windows/automation/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/automation", - "version": "0.0.0-canary.1054", + "version": "0.0.0-canary.1055", "description": "UI Automation Suite for React Native Windows Applications", "main": "lib-commonjs/index.js", "repository": { @@ -17,7 +17,7 @@ "watch": "rnw-scripts watch" }, "dependencies": { - "@react-native-windows/automation-channel": "0.0.0-canary.1054", + "@react-native-windows/automation-channel": "0.0.0-canary.1055", "@react-native-windows/find-dotnet-tools": "0.0.0-canary.2", "@react-native-windows/fs": "^0.0.0-canary.72", "@typescript-eslint/eslint-plugin": "^8.36.0", diff --git a/packages/@react-native-windows/cli/CHANGELOG.json b/packages/@react-native-windows/cli/CHANGELOG.json index c04f344974b..8bfb6cdaf93 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.json +++ b/packages/@react-native-windows/cli/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/cli", "entries": [ + { + "date": "Wed, 13 May 2026 18:22:07 GMT", + "version": "0.0.0-canary.290", + "tag": "@react-native-windows/cli_v0.0.0-canary.290", + "comments": { + "prerelease": [ + { + "author": "vivekjm77@gmail.com", + "package": "@react-native-windows/cli", + "commit": "df07be9b5b0da1edcbca6285cd8f27207f43fcf2", + "comment": "Add a run-windows port option for Metro" + } + ] + } + }, { "date": "Sun, 10 May 2026 18:20:42 GMT", "version": "0.0.0-canary.289", diff --git a/packages/@react-native-windows/cli/CHANGELOG.md b/packages/@react-native-windows/cli/CHANGELOG.md index 4661dae51ea..4fab9e0cf6d 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.md +++ b/packages/@react-native-windows/cli/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/cli - + +## 0.0.0-canary.290 + +Wed, 13 May 2026 18:22:07 GMT + +### Changes + +- Add a run-windows port option for Metro (vivekjm77@gmail.com) + ## 0.0.0-canary.289 Sun, 10 May 2026 18:20:42 GMT diff --git a/packages/@react-native-windows/cli/package.json b/packages/@react-native-windows/cli/package.json index 448cc39744b..edc68d64bc1 100644 --- a/packages/@react-native-windows/cli/package.json +++ b/packages/@react-native-windows/cli/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/cli", - "version": "0.0.0-canary.289", + "version": "0.0.0-canary.290", "license": "MIT", "main": "lib-commonjs/index.js", "repository": { diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index 39c6ec99e16..c50cb03abed 100644 --- a/packages/@react-native-windows/tester/package.json +++ b/packages/@react-native-windows/tester/package.json @@ -20,7 +20,7 @@ "@react-native-picker/picker": "2.11.0", "react": "19.2.3", "react-native": "0.85.0-nightly-20260114-f15985f4f", - "react-native-windows": "^0.0.0-canary.1054", + "react-native-windows": "^0.0.0-canary.1055", "react-native-xaml": "^0.0.80" }, "peerDependenciesMeta": { @@ -45,7 +45,7 @@ "react": "19.2.3", "react-native": "0.85.0-nightly-20260114-f15985f4f", "react-native-platform-override": "0.0.0-canary.1022", - "react-native-windows": "^0.0.0-canary.1054", + "react-native-windows": "^0.0.0-canary.1055", "typescript": "5.0.4" }, "engines": { diff --git a/packages/debug-test/package.json b/packages/debug-test/package.json index 56446e5a5d9..81a58290d12 100644 --- a/packages/debug-test/package.json +++ b/packages/debug-test/package.json @@ -8,7 +8,7 @@ "lint:fix": "rnw-scripts lint:fix" }, "devDependencies": { - "@react-native-windows/automation": "0.0.0-canary.1054", + "@react-native-windows/automation": "0.0.0-canary.1055", "@react-native-windows/fs": "^0.0.0-canary.72", "@rnw-scripts/eslint-config": "1.2.38", "@rnw-scripts/ts-config": "2.0.6", diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index d3645158f98..a1a693b1513 100644 --- a/packages/e2e-test-app-fabric/package.json +++ b/packages/e2e-test-app-fabric/package.json @@ -25,14 +25,14 @@ "perf:native:ci": "jest --config jest.native-perf.config.js --ci --forceExit" }, "dependencies": { - "@react-native-windows/automation-channel": "0.0.0-canary.1054", + "@react-native-windows/automation-channel": "0.0.0-canary.1055", "@react-native-windows/tester": "0.0.1", "@types/react": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0", "react": "^19.2.3", "react-native": "0.85.0-nightly-20260114-f15985f4f", - "react-native-windows": "^0.0.0-canary.1054" + "react-native-windows": "^0.0.0-canary.1055" }, "devDependencies": { "@babel/core": "^7.25.2", @@ -41,8 +41,8 @@ "@babel/preset-typescript": "^7.8.3", "@babel/runtime": "^7.20.0", "@react-native-community/cli": "20.0.0", - "@react-native-windows/automation": "0.0.0-canary.1054", - "@react-native-windows/automation-commands": "0.0.0-canary.1055", + "@react-native-windows/automation": "0.0.0-canary.1055", + "@react-native-windows/automation-commands": "0.0.0-canary.1056", "@react-native-windows/fs": "^0.0.0-canary.72", "@react-native-windows/perf-testing": "0.0.0-canary.1038", "@react-native/metro-config": "0.85.0-nightly-20260114-f15985f4f", diff --git a/packages/playground/package.json b/packages/playground/package.json index e57f8b74845..ae9d8b8d932 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^8.36.0", "react": "^19.2.3", "react-native": "0.85.0-nightly-20260114-f15985f4f", - "react-native-windows": "^0.0.0-canary.1054" + "react-native-windows": "^0.0.0-canary.1055" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/react-native-windows-init/CHANGELOG.json b/packages/react-native-windows-init/CHANGELOG.json index 9baf23a82de..763bf002148 100644 --- a/packages/react-native-windows-init/CHANGELOG.json +++ b/packages/react-native-windows-init/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows-init", "entries": [ + { + "date": "Wed, 13 May 2026 18:22:07 GMT", + "version": "0.0.0-canary.1027", + "tag": "react-native-windows-init_v0.0.0-canary.1027", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "react-native-windows-init", + "comment": "Bump @react-native-windows/cli to v0.0.0-canary.290", + "commit": "not available" + } + ] + } + }, { "date": "Sun, 10 May 2026 18:20:42 GMT", "version": "0.0.0-canary.1026", diff --git a/packages/react-native-windows-init/CHANGELOG.md b/packages/react-native-windows-init/CHANGELOG.md index da1a81bba0c..61a65a819f6 100644 --- a/packages/react-native-windows-init/CHANGELOG.md +++ b/packages/react-native-windows-init/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows-init - + +## 0.0.0-canary.1027 + +Wed, 13 May 2026 18:22:07 GMT + +### Changes + +- Bump @react-native-windows/cli to v0.0.0-canary.290 + ## 0.0.0-canary.1026 Sun, 10 May 2026 18:20:42 GMT diff --git a/packages/react-native-windows-init/package.json b/packages/react-native-windows-init/package.json index 47caeeb84fd..ddf3e33c63f 100644 --- a/packages/react-native-windows-init/package.json +++ b/packages/react-native-windows-init/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows-init", - "version": "0.0.0-canary.1026", + "version": "0.0.0-canary.1027", "description": "CLI to add react-native-windows to an existing react-native project", "main": "index.js", "repository": { @@ -35,7 +35,7 @@ }, "devDependencies": { "@babel/core": "^7.25.2", - "@react-native-windows/cli": "0.0.0-canary.289", + "@react-native-windows/cli": "0.0.0-canary.290", "@rnw-scripts/eslint-config": "1.2.38", "@rnw-scripts/jest-unittest-config": "1.5.12", "@rnw-scripts/just-task": "2.3.58", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index 7eb9a97c5a1..bff1114676b 100644 --- a/packages/sample-app-fabric/package.json +++ b/packages/sample-app-fabric/package.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "^8.36.0", "react": "^19.2.3", "react-native": "0.85.0-nightly-20260114-f15985f4f", - "react-native-windows": "^0.0.0-canary.1054" + "react-native-windows": "^0.0.0-canary.1055" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-custom-component/package.json b/packages/sample-custom-component/package.json index 650e39be361..1e24d64264f 100644 --- a/packages/sample-custom-component/package.json +++ b/packages/sample-custom-component/package.json @@ -24,7 +24,7 @@ "minimatch": "^10.0.3", "react": "^19.2.3", "react-native": "0.85.0-nightly-20260114-f15985f4f", - "react-native-windows": "^0.0.0-canary.1054" + "react-native-windows": "^0.0.0-canary.1055" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index e70821e8706..86f47be96d6 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Wed, 13 May 2026 18:22:07 GMT", + "version": "0.0.0-canary.1055", + "tag": "react-native-windows_v0.0.0-canary.1055", + "comments": { + "prerelease": [ + { + "author": "74712637+iamAbhi-916@users.noreply.github.com", + "package": "react-native-windows", + "commit": "df07be9b5b0da1edcbca6285cd8f27207f43fcf2", + "comment": "Show tooltip on keyboard focus, enforce single visible tooltip" + }, + { + "author": "gordomacmaster@gmail.com", + "package": "react-native-windows", + "commit": "df07be9b5b0da1edcbca6285cd8f27207f43fcf2", + "comment": "Fix #16047: Pressables inside ScrollView remained stuck in the pressed state after a touch-driven scroll, and on non-100% Windows display scales the next tap on a row would not register `press`. Two underlying causes were addressed: (1) VisualInteractionSource::TryRedirectForManipulation does not deliver PointerCaptureLost for the redirected pointer, leaving a zombie entry in CompositionEventHandler::m_activeTouches — now resolved by synthesizing a touchcancel from the InputPointerSource.PointerRoutedAway event, which fires reliably on the redirect path; and (2) ScrollViewComponentView::updateStateWithContentOffset wrote the raw physical-pixel ScrollPosition into ScrollViewShadowNode state's contentOffset, which Fabric layout treats as DIPs, so JS UIManager.measure() over-subtracted the offset by pointScaleFactor after any scroll on a >100% display, causing Pressability to fire LEAVE_PRESS_RECT synchronously and suppress press — now divides by pointScaleFactor to match the JS event-emitter paths in the same file." + }, + { + "author": "beachball", + "package": "react-native-windows", + "comment": "Bump @react-native-windows/cli to v0.0.0-canary.290", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 11 May 2026 14:34:27 GMT", "version": "0.0.0-canary.1054", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index c3d278c2a39..b42c23a8b3b 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - react-native-windows - + +## 0.0.0-canary.1055 + +Wed, 13 May 2026 18:22:07 GMT + +### Changes + +- Show tooltip on keyboard focus, enforce single visible tooltip (74712637+iamAbhi-916@users.noreply.github.com) +- Fix #16047: Pressables inside ScrollView remained stuck in the pressed state after a touch-driven scroll, and on non-100% Windows display scales the next tap on a row would not register `press`. Two underlying causes were addressed: (1) VisualInteractionSource::TryRedirectForManipulation does not deliver PointerCaptureLost for the redirected pointer, leaving a zombie entry in CompositionEventHandler::m_activeTouches — now resolved by synthesizing a touchcancel from the InputPointerSource.PointerRoutedAway event, which fires reliably on the redirect path; and (2) ScrollViewComponentView::updateStateWithContentOffset wrote the raw physical-pixel ScrollPosition into ScrollViewShadowNode state's contentOffset, which Fabric layout treats as DIPs, so JS UIManager.measure() over-subtracted the offset by pointScaleFactor after any scroll on a >100% display, causing Pressability to fire LEAVE_PRESS_RECT synchronously and suppress press — now divides by pointScaleFactor to match the JS event-emitter paths in the same file. (gordomacmaster@gmail.com) +- Bump @react-native-windows/cli to v0.0.0-canary.290 + ## 0.0.0-canary.1054 Mon, 11 May 2026 14:34:27 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 295bc90ff82..e68883bb461 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.0.0-canary.1054 + 0.0.0-canary.1055 0 0 0 true - 981b29dfd21dd1cce485adedebcaa6d1fd06b803 + df07be9b5b0da1edcbca6285cd8f27207f43fcf2 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index 7ca8a3c0c33..15520ac7832 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.0.0-canary.1054", + "version": "0.0.0-canary.1055", "license": "MIT", "repository": { "type": "git", @@ -26,7 +26,7 @@ "@react-native-community/cli": "20.0.0", "@react-native-community/cli-platform-android": "20.0.0", "@react-native-community/cli-platform-ios": "20.0.0", - "@react-native-windows/cli": "0.0.0-canary.289", + "@react-native-windows/cli": "0.0.0-canary.290", "@react-native/assets": "1.0.0", "@react-native/assets-registry": "0.85.0-nightly-20260114-f15985f4f", "@react-native/codegen": "0.85.0-nightly-20260114-f15985f4f", diff --git a/yarn.lock b/yarn.lock index 048303639ef..43699466853 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3500,7 +3500,7 @@ __metadata: languageName: node linkType: hard -"@react-native-windows/automation-channel@npm:0.0.0-canary.1054, @react-native-windows/automation-channel@workspace:packages/@react-native-windows/automation-channel": +"@react-native-windows/automation-channel@npm:0.0.0-canary.1055, @react-native-windows/automation-channel@workspace:packages/@react-native-windows/automation-channel": version: 0.0.0-use.local resolution: "@react-native-windows/automation-channel@workspace:packages/@react-native-windows/automation-channel" dependencies: @@ -3519,17 +3519,17 @@ __metadata: prettier: "npm:^3.6.2" react: "npm:19.2.3" react-native: "npm:0.85.0-nightly-20260114-f15985f4f" - react-native-windows: "npm:^0.0.0-canary.1054" + react-native-windows: "npm:^0.0.0-canary.1055" typescript: "npm:5.0.4" languageName: unknown linkType: soft -"@react-native-windows/automation-commands@npm:0.0.0-canary.1055, @react-native-windows/automation-commands@workspace:packages/@react-native-windows/automation-commands": +"@react-native-windows/automation-commands@npm:0.0.0-canary.1056, @react-native-windows/automation-commands@workspace:packages/@react-native-windows/automation-commands": version: 0.0.0-use.local resolution: "@react-native-windows/automation-commands@workspace:packages/@react-native-windows/automation-commands" dependencies: "@jest/types": "npm:^29.2.1" - "@react-native-windows/automation-channel": "npm:0.0.0-canary.1054" + "@react-native-windows/automation-channel": "npm:0.0.0-canary.1055" "@rnw-scripts/eslint-config": "npm:1.2.38" "@rnw-scripts/just-task": "npm:2.3.58" "@rnw-scripts/ts-config": "npm:2.0.6" @@ -3543,14 +3543,14 @@ __metadata: languageName: unknown linkType: soft -"@react-native-windows/automation@npm:0.0.0-canary.1054, @react-native-windows/automation@workspace:packages/@react-native-windows/automation": +"@react-native-windows/automation@npm:0.0.0-canary.1055, @react-native-windows/automation@workspace:packages/@react-native-windows/automation": version: 0.0.0-use.local resolution: "@react-native-windows/automation@workspace:packages/@react-native-windows/automation" dependencies: "@jest/create-cache-key-function": "npm:^29.2.1" "@jest/environment": "npm:^29.3.0" "@jest/types": "npm:^29.2.1" - "@react-native-windows/automation-channel": "npm:0.0.0-canary.1054" + "@react-native-windows/automation-channel": "npm:0.0.0-canary.1055" "@react-native-windows/find-dotnet-tools": "npm:0.0.0-canary.2" "@react-native-windows/fs": "npm:^0.0.0-canary.72" "@rnw-scripts/eslint-config": "npm:1.2.38" @@ -3573,7 +3573,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native-windows/cli@npm:0.0.0-canary.289, @react-native-windows/cli@workspace:packages/@react-native-windows/cli": +"@react-native-windows/cli@npm:0.0.0-canary.290, @react-native-windows/cli@workspace:packages/@react-native-windows/cli": version: 0.0.0-use.local resolution: "@react-native-windows/cli@workspace:packages/@react-native-windows/cli" dependencies: @@ -3826,13 +3826,13 @@ __metadata: react: "npm:19.2.3" react-native: "npm:0.85.0-nightly-20260114-f15985f4f" react-native-platform-override: "npm:0.0.0-canary.1022" - react-native-windows: "npm:^0.0.0-canary.1054" + react-native-windows: "npm:^0.0.0-canary.1055" typescript: "npm:5.0.4" peerDependencies: "@react-native-picker/picker": 2.11.0 react: 19.2.3 react-native: 0.85.0-nightly-20260114-f15985f4f - react-native-windows: ^0.0.0-canary.1054 + react-native-windows: ^0.0.0-canary.1055 react-native-xaml: ^0.0.80 peerDependenciesMeta: "@react-native-picker/picker": @@ -4320,7 +4320,7 @@ __metadata: version: 0.0.0-use.local resolution: "@rnw-scripts/debug-test@workspace:packages/debug-test" dependencies: - "@react-native-windows/automation": "npm:0.0.0-canary.1054" + "@react-native-windows/automation": "npm:0.0.0-canary.1055" "@react-native-windows/fs": "npm:^0.0.0-canary.72" "@rnw-scripts/eslint-config": "npm:1.2.38" "@rnw-scripts/ts-config": "npm:2.0.6" @@ -4386,9 +4386,9 @@ __metadata: "@babel/preset-typescript": "npm:^7.8.3" "@babel/runtime": "npm:^7.20.0" "@react-native-community/cli": "npm:20.0.0" - "@react-native-windows/automation": "npm:0.0.0-canary.1054" - "@react-native-windows/automation-channel": "npm:0.0.0-canary.1054" - "@react-native-windows/automation-commands": "npm:0.0.0-canary.1055" + "@react-native-windows/automation": "npm:0.0.0-canary.1055" + "@react-native-windows/automation-channel": "npm:0.0.0-canary.1055" + "@react-native-windows/automation-commands": "npm:0.0.0-canary.1056" "@react-native-windows/fs": "npm:^0.0.0-canary.72" "@react-native-windows/perf-testing": "npm:0.0.0-canary.1038" "@react-native-windows/tester": "npm:0.0.1" @@ -4414,7 +4414,7 @@ __metadata: prettier: "npm:^3.6.2" react: "npm:^19.2.3" react-native: "npm:0.85.0-nightly-20260114-f15985f4f" - react-native-windows: "npm:^0.0.0-canary.1054" + react-native-windows: "npm:^0.0.0-canary.1055" react-test-renderer: "npm:19.1.0" sanitize-filename: "npm:^1.6.3" typescript: "npm:5.0.4" @@ -4698,7 +4698,7 @@ __metadata: prettier: "npm:^3.6.2" react: "npm:^19.2.3" react-native: "npm:0.85.0-nightly-20260114-f15985f4f" - react-native-windows: "npm:^0.0.0-canary.1054" + react-native-windows: "npm:^0.0.0-canary.1055" react-test-renderer: "npm:19.1.0" typescript: "npm:5.0.4" languageName: unknown @@ -4785,7 +4785,7 @@ __metadata: prettier: "npm:^3.6.2" react: "npm:^19.2.3" react-native: "npm:0.85.0-nightly-20260114-f15985f4f" - react-native-windows: "npm:^0.0.0-canary.1054" + react-native-windows: "npm:^0.0.0-canary.1055" react-test-renderer: "npm:19.1.0" typescript: "npm:5.0.4" languageName: unknown @@ -4820,7 +4820,7 @@ __metadata: prettier: "npm:^3.6.2" react: "npm:^19.2.3" react-native: "npm:0.85.0-nightly-20260114-f15985f4f" - react-native-windows: "npm:^0.0.0-canary.1054" + react-native-windows: "npm:^0.0.0-canary.1055" typescript: "npm:5.0.4" languageName: unknown linkType: soft @@ -15933,7 +15933,7 @@ __metadata: resolution: "react-native-windows-init@workspace:packages/react-native-windows-init" dependencies: "@babel/core": "npm:^7.25.2" - "@react-native-windows/cli": "npm:0.0.0-canary.289" + "@react-native-windows/cli": "npm:0.0.0-canary.290" "@react-native-windows/fs": "npm:0.0.0-canary.72" "@react-native-windows/telemetry": "npm:0.0.0-canary.133" "@rnw-scripts/eslint-config": "npm:1.2.38" @@ -15999,7 +15999,7 @@ __metadata: languageName: unknown linkType: soft -"react-native-windows@npm:^0.0.0-canary.1054, react-native-windows@workspace:vnext": +"react-native-windows@npm:^0.0.0-canary.1055, react-native-windows@workspace:vnext": version: 0.0.0-use.local resolution: "react-native-windows@workspace:vnext" dependencies: @@ -16010,7 +16010,7 @@ __metadata: "@react-native-community/cli": "npm:20.0.0" "@react-native-community/cli-platform-android": "npm:20.0.0" "@react-native-community/cli-platform-ios": "npm:20.0.0" - "@react-native-windows/cli": "npm:0.0.0-canary.289" + "@react-native-windows/cli": "npm:0.0.0-canary.290" "@react-native-windows/codegen": "npm:0.0.0-canary.133" "@react-native-windows/find-dotnet-tools": "npm:0.0.0-canary.2" "@react-native/assets": "npm:1.0.0"