diff --git a/.changeset/big-camels-shop.md b/.changeset/big-camels-shop.md new file mode 100644 index 000000000..dabae506e --- /dev/null +++ b/.changeset/big-camels-shop.md @@ -0,0 +1,5 @@ +--- +"@rnx-kit/eslint-plugin": patch +--- + +Bump `@react-native/eslint-plugin` to 0.76 diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 0534b66b2..9a8e1d6a8 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -43,7 +43,7 @@ "test": "rnx-kit-scripts test" }, "dependencies": { - "@react-native/eslint-plugin": "^0.75.0", + "@react-native/eslint-plugin": "^0.76.0", "enhanced-resolve": "^5.8.3", "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index cf0b163e5..0b9a402fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3505,10 +3505,10 @@ __metadata: languageName: node linkType: hard -"@react-native/eslint-plugin@npm:^0.75.0": - version: 0.75.4 - resolution: "@react-native/eslint-plugin@npm:0.75.4" - checksum: 10c0/f6fe94e58901bd01177209cf1ffd45f4b7bf191dfa8e17cd2b734bb4fbdb3000cd817ccdd5c6a19214f585c74ea709a32b4623d237a343329ad96be2d50e258a +"@react-native/eslint-plugin@npm:^0.76.0": + version: 0.76.6 + resolution: "@react-native/eslint-plugin@npm:0.76.6" + checksum: 10c0/f60f354567db41cb4979210b53af73662cfaf790c6466f907817a4a497ddd258fcf5a8f8ca7aae888950dab2a1d0ceef5dfc4fe3ea0bfc82ff30c0683bfde307 languageName: node linkType: hard @@ -3909,7 +3909,7 @@ __metadata: version: 0.0.0-use.local resolution: "@rnx-kit/eslint-plugin@workspace:packages/eslint-plugin" dependencies: - "@react-native/eslint-plugin": "npm:^0.75.0" + "@react-native/eslint-plugin": "npm:^0.76.0" "@rnx-kit/eslint-config": "npm:*" "@rnx-kit/scripts": "npm:*" "@rnx-kit/tsconfig": "npm:*"