Update dependency @react-native/eslint-config to ^0.76.0

This commit is contained in:
renovate[bot] 2024-10-24 05:28:24 +00:00 committed by GitHub
parent a2278de4d8
commit 50c994be9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 42 additions and 12 deletions

52
package-lock.json generated
View File

@ -111,7 +111,7 @@
"@babel/runtime": "^7.20.0",
"@jest/reporters": "^27.5.1",
"@react-native/babel-preset": "^0.75.4",
"@react-native/eslint-config": "^0.75.4",
"@react-native/eslint-config": "^0.76.0",
"@react-native/js-polyfills": "^0.75.4",
"@react-native/metro-babel-transformer": "^0.75.4",
"@react-native/typescript-config": "^0.75.4",
@ -5840,15 +5840,15 @@
}
},
"node_modules/@react-native/eslint-config": {
"version": "0.75.4",
"resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.75.4.tgz",
"integrity": "sha512-3KBHYwp4HnBdaCFx9KDPvQY+sGrv5fHX2qDkXGKmN3uYBz+zfnMQXTiht6OuBbWULUF0y0o8m+uH1yYAn/V9mw==",
"version": "0.76.0",
"resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.76.0.tgz",
"integrity": "sha512-YY/YkW6FO00pdPDf1pCzF5yIslOU8YBZ+2Hd+ICNg3pPOuHvtPq9bWXJpZyi1vnWyVrDbCGHXkVPAFMi5sii6A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.20.0",
"@react-native/eslint-plugin": "0.75.4",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@react-native/eslint-plugin": "0.76.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint-config-prettier": "^8.5.0",
@ -5857,7 +5857,8 @@
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0"
"eslint-plugin-react-native": "^4.0.0",
"hermes-eslint": "^0.23.1"
},
"engines": {
"node": ">=18"
@ -6038,9 +6039,9 @@
}
},
"node_modules/@react-native/eslint-plugin": {
"version": "0.75.4",
"resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.75.4.tgz",
"integrity": "sha512-1kEZzC8UKi3baHnH7tBVCNpF4aoAmT7g7hEa5/rtZ+Z7vcpaxeY6wjNYt3j02Z9n310yX0NKDJox30CqvzEvsg==",
"version": "0.76.0",
"resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.76.0.tgz",
"integrity": "sha512-TsQUN10MvmYsbWAuWp0nyGo+t+/FnuiBOZxNc9VS4eg2oni1Sb9p0DSqLL3Y8EDiAyLCaBNyoY+pkMF87jzILw==",
"dev": true,
"license": "MIT",
"engines": {
@ -12739,6 +12740,35 @@
"node": ">= 0.4"
}
},
"node_modules/hermes-eslint": {
"version": "0.23.1",
"resolved": "https://registry.npmjs.org/hermes-eslint/-/hermes-eslint-0.23.1.tgz",
"integrity": "sha512-DaEpbJobK1KwpTSXrPIKkHs2h+B+RTw2F1g9S70tjtJ14a3zM+2gPVUtc8xyffQqRJ6tPfs+/zRKwV17lwDvqA==",
"dev": true,
"license": "MIT",
"dependencies": {
"esrecurse": "^4.3.0",
"hermes-estree": "0.23.1",
"hermes-parser": "0.23.1"
}
},
"node_modules/hermes-eslint/node_modules/hermes-estree": {
"version": "0.23.1",
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.23.1.tgz",
"integrity": "sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg==",
"dev": true,
"license": "MIT"
},
"node_modules/hermes-eslint/node_modules/hermes-parser": {
"version": "0.23.1",
"resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.23.1.tgz",
"integrity": "sha512-oxl5h2DkFW83hT4DAUJorpah8ou4yvmweUzLJmmr6YV2cezduCdlil1AvU/a/xSsAFo4WUcNA4GoV5Bvq6JffA==",
"dev": true,
"license": "MIT",
"dependencies": {
"hermes-estree": "0.23.1"
}
},
"node_modules/hermes-estree": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.22.0.tgz",

View File

@ -11,7 +11,7 @@
"@babel/runtime": "^7.20.0",
"@jest/reporters": "^27.5.1",
"@react-native/babel-preset": "^0.75.4",
"@react-native/eslint-config": "^0.75.4",
"@react-native/eslint-config": "^0.76.0",
"@react-native/js-polyfills": "^0.75.4",
"@react-native/metro-babel-transformer": "^0.75.4",
"@react-native/typescript-config": "^0.75.4",