From 4013f55081a5c85a7128318b612190113b919f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 18:46:43 +0100 Subject: [PATCH] deps(npm): bump @react-native/eslint-config (#6355) Bumps the react group with 1 update in the /dependencies directory: [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native). Updates `@react-native/eslint-config` from 0.76.1 to 0.76.2 - [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.76.2/packages/eslint-config-react-native) --- updated-dependencies: - dependency-name: "@react-native/eslint-config" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 16 ++++++++-------- dependencies/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 21035f68..0e05f28d 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -12,7 +12,7 @@ "@coffeelint/cli": "^5.2.11", "@commitlint/config-conventional": "^19.5.0", "@ibm/tekton-lint": "^1.1.0", - "@react-native/eslint-config": "^0.76.1", + "@react-native/eslint-config": "^0.76.2", "@stoplight/spectral-cli": "^6.14.1", "@typescript-eslint/eslint-plugin": "^7.16.1", "asl-validator": "^3.9.0", @@ -5523,13 +5523,13 @@ } }, "node_modules/@react-native/eslint-config": { - "version": "0.76.1", - "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.76.1.tgz", - "integrity": "sha512-YaiE/eoEzw3Ax1UCk5TT6YFnQN927SvTxOk9kV0FQPxR862C9WSVMhzbuwNwgAkkItxzo2qrARx9sdibcCqiyA==", + "version": "0.76.2", + "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.76.2.tgz", + "integrity": "sha512-7w/WkBmBMTu+1i381Wi+XBNINAZaJcvcljShf26u2qXSiSY8pdXL2kb1pS+oZkD7KUDK2AnUbCkSp8hI7+lnyQ==", "dependencies": { "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", - "@react-native/eslint-plugin": "0.76.1", + "@react-native/eslint-plugin": "0.76.2", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "eslint-config-prettier": "^8.5.0", @@ -5585,9 +5585,9 @@ } }, "node_modules/@react-native/eslint-plugin": { - "version": "0.76.1", - "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.76.1.tgz", - "integrity": "sha512-Sw/WTuV9RVQQ7g+p1wt65g0UCdtd2w0g3eQ6HaYIc3u3HrTXkO9cGXsgd98yV6jjQtXSB/EGnDOajC9y3OmDOw==", + "version": "0.76.2", + "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.76.2.tgz", + "integrity": "sha512-KHNMyxSNgAY4K1bpeTb7E0iUkqQ3ujAIsBQ0DigAiDVuE2S3j29mq/t1jnuyqBYpw0uwkwGNqIwI7W+vSduEtw==", "engines": { "node": ">=18" } diff --git a/dependencies/package.json b/dependencies/package.json index b020f624..651168c3 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -7,7 +7,7 @@ "@coffeelint/cli": "^5.2.11", "@commitlint/config-conventional": "^19.5.0", "@ibm/tekton-lint": "^1.1.0", - "@react-native/eslint-config": "^0.76.1", + "@react-native/eslint-config": "^0.76.2", "@stoplight/spectral-cli": "^6.14.1", "@typescript-eslint/eslint-plugin": "^7.16.1", "asl-validator": "^3.9.0",