From 6efb5fb711549a84929dadd752b194379afbd50e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:41:23 +0000 Subject: [PATCH 1/2] Initial plan From 187367240136621935b577094ed10176dae88a01 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:43:20 +0000 Subject: [PATCH 2/2] fix(deps-dev): revert eslint and @eslint/js to ^9 for @react-native/eslint-config compatibility Co-authored-by: channel101 <202932523+channel101@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 812e385..6b2ce51 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@commitlint/config-conventional": "^20.4.1", "@eslint/compat": "^2.0.2", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^10.0.1", + "@eslint/js": "^9.0.0", "@react-native/babel-preset": "0.84.1", "@react-native/eslint-config": "0.84.1", "@release-it/conventional-changelog": "^10.0.1", @@ -78,7 +78,7 @@ "@types/react": "^19.2.0", "commitlint": "^20.4.1", "del-cli": "^7.0.0", - "eslint": "^10.0.2", + "eslint": "^9.0.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-ft-flow": "^3.0.11", "eslint-plugin-prettier": "^5.5.4",