Skip to content

Commit 8fc409b

Browse files
authored
[0.82] Update packages (new app screen, eslint-config) to RN 0.82.0-rc-0 (#15546)
* update package.json to RN 0.82.0-rc-0 and removed SDL check for 4996 deprecation warning * Change files
1 parent 8b6a19d commit 8fc409b

6 files changed

Lines changed: 20 additions & 19 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "update package.json to RN 0.82.0-rc-0 and removed SDL check for 4996 deprecation warning",
4+
"packageName": "react-native-windows",
5+
"email": "74712637+iamAbhi-916@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-native-xaml": "^0.0.80"
2525
},
2626
"devDependencies": {
27-
"@react-native/new-app-screen": "0.82.0-nightly-20250902-9731e8ebc",
27+
"@react-native/new-app-screen": "0.82.0-rc.0",
2828
"@react-native/tester": "0.82.0-main",
2929
"@rnw-scripts/babel-react-native-config": "0.0.0",
3030
"@rnw-scripts/eslint-config": "1.2.38",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/core": "^7.25.2",
1414
"@babel/eslint-parser": "^7.25.1",
1515
"@microsoft/eslint-plugin-sdl": "^0.2.0",
16-
"@react-native/eslint-config": "0.82.0-nightly-20250902-9731e8ebc",
16+
"@react-native/eslint-config": "0.82.0-rc.0",
1717
"eslint-config-prettier": "^8.5.0",
1818
"eslint-plugin-ft-flow": "^2.0.1",
1919
"hermes-eslint": "0.23.1"

vnext/PropertySheets/Warnings.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
4701; <!-- potentially uninitialized local variable used -->
2525
4703; <!-- potentially uninitialized local pointer variable used -->
2626
4789; <!-- destination of memory copy too small -->
27-
4995; <!-- function marked as pragma deprecated -->
28-
4996 <!-- deprecated function (including std::) -->
27+
4995 <!-- function marked as pragma deprecated -->
2928
</SDLMandatoryWarnings>
3029

3130
<!-- SDL RECOMMENDED WARNINGS (Strongly recommended to fix) -->

vnext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@react-native/community-cli-plugin": "0.82.0-rc.0",
3434
"@react-native/gradle-plugin": "0.82.0-rc.0",
3535
"@react-native/js-polyfills": "0.82.0-rc.0",
36-
"@react-native/new-app-screen": "0.82.0-nightly-20250902-9731e8ebc",
36+
"@react-native/new-app-screen": "0.82.0-rc.0",
3737
"@react-native/normalize-colors": "0.82.0-rc.0",
3838
"@react-native/virtualized-lists": "0.82.0-rc.0",
3939
"abort-controller": "^3.0.0",

yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,14 +2223,14 @@
22232223
serve-static "^1.16.2"
22242224
ws "^6.2.3"
22252225

2226-
"@react-native/eslint-config@0.82.0-nightly-20250902-9731e8ebc":
2227-
version "0.82.0-nightly-20250902-9731e8ebc"
2228-
resolved "https://registry.yarnpkg.com/@react-native/eslint-config/-/eslint-config-0.82.0-nightly-20250902-9731e8ebc.tgz#3fc55b38acbdf34476ad905333e9288a2f344e95"
2229-
integrity sha512-QqWr0dsHEN2MpZhJ2cLBE+aRRFbw1mwQMvDj9bhxnBTSk5iFwRT5/OnLChwBIRuqGwGdlydmKgsOzhIHaVRDOA==
2226+
"@react-native/eslint-config@0.82.0-rc.0":
2227+
version "0.82.0-rc.0"
2228+
resolved "https://registry.yarnpkg.com/@react-native/eslint-config/-/eslint-config-0.82.0-rc.0.tgz#b34fa9abcfc7f6873f59f965e85de80cde05ae99"
2229+
integrity sha512-WN2grMkl+JaIfARp43vUzy/CZD/mfsAFIObIqcDAsdKF545/Hu7IjKGTMa/QaTYQIJ8rpgEV1thnk5F+98wDiw==
22302230
dependencies:
22312231
"@babel/core" "^7.25.2"
22322232
"@babel/eslint-parser" "^7.25.1"
2233-
"@react-native/eslint-plugin" "0.82.0-nightly-20250902-9731e8ebc"
2233+
"@react-native/eslint-plugin" "0.82.0-rc.0"
22342234
"@typescript-eslint/eslint-plugin" "^8.36.0"
22352235
"@typescript-eslint/parser" "^8.36.0"
22362236
eslint-config-prettier "^8.5.0"
@@ -2241,10 +2241,10 @@
22412241
eslint-plugin-react-hooks "^5.2.0"
22422242
eslint-plugin-react-native "^4.0.0"
22432243

2244-
"@react-native/eslint-plugin@0.82.0-nightly-20250902-9731e8ebc":
2245-
version "0.82.0-nightly-20250902-9731e8ebc"
2246-
resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.82.0-nightly-20250902-9731e8ebc.tgz#90bb4b23ffad05d9c16ab4440c65121667b9d370"
2247-
integrity sha512-yzE+AALmiSAL1xpUS+3ULi4H8SBvm/PkkBW99xvCS0lPlkm+0fl1TL50V6tEU6tMd/Pm8mOxVferi9WyiXIo5w==
2244+
"@react-native/eslint-plugin@0.82.0-rc.0":
2245+
version "0.82.0-rc.0"
2246+
resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.82.0-rc.0.tgz#ecca9e52de9df98c21a605795193d072db23b058"
2247+
integrity sha512-1kMkCVUiu0SLxcbZrPUbEjww0Vwfl//oeJpAyuUY0G4fc6uvUQGCiUZzjQCT/lz6xkgfEWjpRV9u4OKAIGXllQ==
22482248

22492249
"@react-native/gradle-plugin@0.82.0-rc.0":
22502250
version "0.82.0-rc.0"
@@ -2281,11 +2281,6 @@
22812281
resolved "https://registry.yarnpkg.com/@react-native/new-app-screen/-/new-app-screen-0.82.0-nightly-20250821-0ef21bf8a.tgz#f7b64f7bd93945bdea0d597d973b11d079bbceb9"
22822282
integrity sha512-IcNqFAgsUTEt/GxJDW7PaoOS2Sn3iTQijnPGCIBkmlo/PBlnOzOZOXT6nz58aVdWYbHVh9+WTuItv/dpeKgzMg==
22832283

2284-
"@react-native/new-app-screen@0.82.0-nightly-20250902-9731e8ebc":
2285-
version "0.82.0-nightly-20250902-9731e8ebc"
2286-
resolved "https://registry.yarnpkg.com/@react-native/new-app-screen/-/new-app-screen-0.82.0-nightly-20250902-9731e8ebc.tgz#c726a7858e331d7c99e10d014351404605bf2bb2"
2287-
integrity sha512-mMURaNdPIzsfDD+x5olyIjAT5VbWR0aMPaXlieuSxk9bn6VIbnvYjZg1iAGg7wyyKqQvDKejqhLfejUpa4irfg==
2288-
22892284
"@react-native/new-app-screen@0.82.0-rc.0":
22902285
version "0.82.0-rc.0"
22912286
resolved "https://registry.yarnpkg.com/@react-native/new-app-screen/-/new-app-screen-0.82.0-rc.0.tgz#f106cf2a853a0b4ab4fbfd45df16eb71f9d193fd"

0 commit comments

Comments
 (0)