From 987cfb48d1dea83445a9b760804ed43b779a4f68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:33:28 +0000 Subject: [PATCH] Update dependency eslint-plugin-react-native to v5 --- package-lock.json | 23 ++++++++++++++++++----- package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32cebd1c59..f76e15c4e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ "eslint-plugin-jsx-expressions": "1.3.2", "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-react-native": "4.1.0", + "eslint-plugin-react-native": "5.0.0", "jest": "29.7.0", "js-yaml": "4.1.0", "junk": "4.0.1", @@ -5459,6 +5459,19 @@ "eslint": ">=7.0.0" } }, + "node_modules/@react-native/eslint-config/node_modules/eslint-plugin-react-native": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-4.1.0.tgz", + "integrity": "sha512-QLo7rzTBOl43FvVqDdq5Ql9IoElIuTdjrz9SKAXCvULvBoRZ44JGSkx9z4999ZusCsb4rK3gjS8gOGyeYqZv2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-plugin-react-native-globals": "^0.1.1" + }, + "peerDependencies": { + "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, "node_modules/@react-native/eslint-plugin": { "version": "0.73.1", "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.73.1.tgz", @@ -9916,16 +9929,16 @@ } }, "node_modules/eslint-plugin-react-native": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-4.1.0.tgz", - "integrity": "sha512-QLo7rzTBOl43FvVqDdq5Ql9IoElIuTdjrz9SKAXCvULvBoRZ44JGSkx9z4999ZusCsb4rK3gjS8gOGyeYqZv2Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-5.0.0.tgz", + "integrity": "sha512-VyWlyCC/7FC/aONibOwLkzmyKg4j9oI8fzrk9WYNs4I8/m436JuOTAFwLvEn1CVvc7La4cPfbCyspP4OYpP52Q==", "dev": true, "license": "MIT", "dependencies": { "eslint-plugin-react-native-globals": "^0.1.1" }, "peerDependencies": { - "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8" + "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" } }, "node_modules/eslint-plugin-react-native-globals": { diff --git a/package.json b/package.json index d582ada967..45304fc4a2 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "eslint-plugin-jsx-expressions": "1.3.2", "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-react-native": "4.1.0", + "eslint-plugin-react-native": "5.0.0", "jest": "29.7.0", "js-yaml": "4.1.0", "junk": "4.0.1",