From d36ef5379f6e4f52147c64d9cd2d4f653a44b45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 03:37:47 +0000 Subject: [PATCH] build(deps-dev): bump @react-native/eslint-config from 0.76.6 to 0.79.1 Bumps [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native) from 0.76.6 to 0.79.1. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.79.1/packages/eslint-config-react-native) --- updated-dependencies: - dependency-name: "@react-native/eslint-config" dependency-version: 0.79.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c81ea42c..fb0eb48b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", "@react-native/babel-preset": "0.79.0", - "@react-native/eslint-config": "0.76.6", + "@react-native/eslint-config": "0.79.1", "@react-native/metro-config": "0.78.1", "@react-native/typescript-config": "0.79.0", "@types/react": "^19.0.1", @@ -6840,14 +6840,15 @@ } }, "node_modules/@react-native/eslint-config": { - "version": "0.76.6", - "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.76.6.tgz", - "integrity": "sha512-s7dsWapoB2oTgwhS8cjJmls9qsAOEbodWnFVeDkGytcjlOWDEYdDSqOhJXuwAqNmkZP1noXmcqRATo+gCnY20A==", + "version": "0.79.1", + "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.79.1.tgz", + "integrity": "sha512-McId/80c6BQq7x7uHZWFlJVkfMHcAUb6E0J8AykpWL4KY2sZGtbDzemY4kCxm+mh64EHIAvtJNYS5+7nVFDG6Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", - "@react-native/eslint-plugin": "0.76.6", + "@react-native/eslint-plugin": "0.79.1", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "eslint-config-prettier": "^8.5.0", @@ -7191,10 +7192,11 @@ } }, "node_modules/@react-native/eslint-plugin": { - "version": "0.76.6", - "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.76.6.tgz", - "integrity": "sha512-pAqN77lBXyfRcKN2D17AqWJLKkHNV/ZevPKKIGZ2LbLeM8POWsYcNnGtaO+glny8LbE+ZSBEXknMSIN+PrDk/A==", + "version": "0.79.1", + "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.79.1.tgz", + "integrity": "sha512-db9YJkk1jG2DJ98/ly50XVbEygBpI38yIlNwohw3a+d4ipe3yqeDY4B6af7kEKjHKqHEILdoU15seRqZKsqmuA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" } diff --git a/package.json b/package.json index 98726833..d29355d6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", "@react-native/babel-preset": "0.79.0", - "@react-native/eslint-config": "0.76.6", + "@react-native/eslint-config": "0.79.1", "@react-native/metro-config": "0.78.1", "@react-native/typescript-config": "0.79.0", "@types/react": "^19.0.1",