From 35259f34c30640a97d1aba1f837453af37294dc9 Mon Sep 17 00:00:00 2001 From: Kushal SM <146661162+mrkushalsm@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:18:04 +0530 Subject: [PATCH 1/2] docs: Remove outdated security documentation from README.md Removed the entire security documentation due to it having broken links that also caused linting issue #15508 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9db531f251d..fca6bff31ad 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,6 @@ Search the [existing issues](https://github.com/microsoft/react-native-windows/i ## Documentation React Native has [great documentation](https://reactnative.dev/docs/getting-started). React Native for Windows adds its own separate [Windows and macOS documentation](https://microsoft.github.io/react-native-windows/) for desktop platform information like API docs and blog updates. -### Security Documentation -- **[Security Configuration Guide](https://github.com/microsoft/react-native-windows/blob/main/docs/security-configuration.md)** - Comprehensive guide for SDL-compliant security configurations -- **[Security Best Practices](https://github.com/microsoft/react-native-windows/blob/main/docs/security-best-practices.md)** - Secure coding patterns and security API usage - ### Examples - Using the CLI in the [Getting Started](https://microsoft.github.io/react-native-windows/docs/getting-started) guide will set you up with a sample React Native for Windows app that you can begin editing right away. - Check the [samples repo](https://github.com/microsoft/react-native-windows-samples) for more standalone samples. From 3b47031d407d212ed1b16b3245cef0a588e46d0b Mon Sep 17 00:00:00 2001 From: Kushal SM <146661162+mrkushalsm@users.noreply.github.com> Date: Sat, 3 Jan 2026 10:50:45 +0530 Subject: [PATCH 2/2] fix: update yarn.lock file --- yarn.lock | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/yarn.lock b/yarn.lock index 861a24ad019..a94e0bbe138 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10382,6 +10382,31 @@ react-is@^19.0.0, react-is@^19.1.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.1.tgz#712fa6ee30c8398dc34260017325dad92b9224c5" integrity sha512-L7BnWgRbMwzMAubQcS7sXdPdNLmKlucPlopgAzx7FtYbksWZgEWiuYM5x9T6UqS2Ne0rsgQTq5kY2SGqpzUkYA== +react-native-platform-override@0.0.0-canary.1017: + version "0.0.0-canary.1017" + resolved "https://registry.yarnpkg.com/react-native-platform-override/-/react-native-platform-override-0.0.0-canary.1017.tgz#c94c9d8b2435a806a334a191ec6e571345fd0bb0" + integrity sha512-9fM3piBVzxa1xtsVwpXaODUNZmxMOVf6kjkygnoKhdRcYTXkRC34lmJWfq18BL25wJdx9ZEZp0dGGGDwD0ujFg== + dependencies: + "@react-native-windows/fs" "^0.0.0-canary.70" + "@react-native-windows/package-utils" "^0.0.0-canary.96" + "@typescript-eslint/eslint-plugin" "^7.1.1" + "@typescript-eslint/parser" "^7.1.1" + async "^3.2.3" + chalk "^4.1.0" + fp-ts "^2.5.0" + globby "^11.1.0" + inquirer "^7.1.0" + io-ts "^2.1.1" + isutf8 "^3.0.0" + lodash "^4.17.15" + node-fetch "^2.6.7" + ora "^3.4.0" + semver "^7.3.2" + simple-git "^3.3.0" + source-map-support "^0.5.19" + upath "^1.2.0" + yargs "^16.2.0" + react-native@0.82.0-nightly-20250821-0ef21bf8a: version "0.82.0-nightly-20250821-0ef21bf8a" resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.82.0-nightly-20250821-0ef21bf8a.tgz#6a3c4d980e5e7fec2f6a2535778dfd655e43bf66"