From b03fe2af00014ff78335d3f048f94add830f7c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:42:48 +0000 Subject: [PATCH] chore(deps-dev): bump @remix-run/eslint-config from 2.16.7 to 2.16.8 Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 2.16.7 to 2.16.8. - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/@remix-run/eslint-config@2.16.8/packages/remix-eslint-config/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/eslint-config@2.16.8/packages/remix-eslint-config) --- updated-dependencies: - dependency-name: "@remix-run/eslint-config" dependency-version: 2.16.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e4e575fe..4331294a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint:fix": "yarn lint --fix" }, "devDependencies": { - "@remix-run/eslint-config": "^2.16.7", + "@remix-run/eslint-config": "^2.16.8", "@types/react": "^18.3.13", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.5", diff --git a/yarn.lock b/yarn.lock index a3bc0f34..fbf026ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -741,10 +741,10 @@ resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058" integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg== -"@remix-run/eslint-config@^2.16.7": - version "2.16.7" - resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.16.7.tgz#602484717fdf2da2798156ba4e307571f9987909" - integrity sha512-Q9y1IBSlphRR8xRSrFoCNwx6/YqbLL5tqZNwcn72Pciww5U13sVUA0EU5eNBT0zOUTY6NVGhKMhEs1jHBk3zuw== +"@remix-run/eslint-config@^2.16.8": + version "2.16.8" + resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.16.8.tgz#38351afcb9eac7cb2a06e5e47659cd72c4d3d13b" + integrity sha512-vtYBv485ijnaVoU/m1vNB3oKofvCKSpoHJ1rQdNHXUbJlpdaTaGDTlnCjgFAssgiu2GQl7a5etySqXVZgfpjPw== dependencies: "@babel/core" "^7.21.8" "@babel/eslint-parser" "^7.21.8"