From 4f894cc3437654dfb048e33235c6302ff361ff64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 11:47:45 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-config-xo-react from 0.29.0 to 0.30.0 Bumps [eslint-config-xo-react](https://github.com/xojs/eslint-config-xo-react) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/xojs/eslint-config-xo-react/releases) - [Commits](https://github.com/xojs/eslint-config-xo-react/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: eslint-config-xo-react dependency-version: 0.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 161ad2e..0aff032 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-config-oclif": "^6.0.154", "eslint-config-prettier": "^10.1.8", "eslint-config-xo": "^0.49.0", - "eslint-config-xo-react": "^0.29.0", + "eslint-config-xo-react": "^0.30.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", "husky": "^9.1.7", diff --git a/yarn.lock b/yarn.lock index a86d373..8e9df4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2342,10 +2342,10 @@ eslint-config-prettier@^10.1.8: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97" integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w== -eslint-config-xo-react@^0.29.0: - version "0.29.0" - resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.29.0.tgz#faf979976f07270a1ab7f8ec3d4ac4f42355bab3" - integrity sha512-OiA3fnGu5tkQkcFhXV1J9ZTUr25DDVoGpBdA2dowH6rNZFDed+WtxzcoUNwQNFXqWRAjsFjuxAzw3c1iAHom0Q== +eslint-config-xo-react@^0.30.0: + version "0.30.0" + resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.30.0.tgz#a18634ea100f790a53568b1e69b5a2b99a1280cc" + integrity sha512-jOHxOsQmaoBTF5vp4+Eu3TaTsUAp/XWnnhfrCTtNwznmEB41WaR6G/7eezxf+8AOW5lMrafUnFvmgae3LPQ+LA== dependencies: eslint-plugin-react "^7.37.5" eslint-plugin-react-hooks "^7.0.1"