From 27543555945ae09f3991133a4cf19201f085d483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 07:42:06 -0700 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-hooks from 5.0.0 to 5.1.0 (#297) * chore(deps-dev): bump eslint-plugin-react-hooks from 5.0.0 to 5.1.0 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * dependencies --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Varun Villait --- .github/dependabot.yml | 7 +++++++ .ncurc.json | 6 +++++- example/package.json | 2 +- example/yarn.lock | 8 ++++---- package.json | 4 ++-- yarn.lock | 8 ++++---- 6 files changed, 23 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 527246f..28bd963 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,15 @@ updates: directory: "/" schedule: interval: "weekly" + day: "sunday" + time: "09:00" + timezone: "America/Los_Angeles" ignore: + - dependency-name: "@types/react" + - dependency-name: "@types/react-dom" - dependency-name: "@typescript-eslint/eslint-plugin" - dependency-name: "@typescript-eslint/parser" - dependency-name: "eslint" - dependency-name: "eslint-plugin-unused-imports" + - dependency-name: "react" + - dependency-name: "react-dom" diff --git a/.ncurc.json b/.ncurc.json index c42b9a5..e1e308c 100644 --- a/.ncurc.json +++ b/.ncurc.json @@ -2,10 +2,14 @@ "interactive": true, "packageManager": "yarn", "reject": [ + "@types/react", + "@types/react-dom", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", - "eslint-plugin-unused-imports" + "eslint-plugin-unused-imports", + "react", + "react-dom" ], "root": true } \ No newline at end of file diff --git a/example/package.json b/example/package.json index 26c33fc..6884466 100644 --- a/example/package.json +++ b/example/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.0.1", + "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/example/yarn.lock b/example/yarn.lock index 4718999..277de1d 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1787,10 +1787,10 @@ lodash "^4.17.21" redent "^3.0.0" -"@testing-library/react@^16.0.1": - version "16.0.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.0.1.tgz#29c0ee878d672703f5e7579f239005e4e0faa875" - integrity sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg== +"@testing-library/react@^16.1.0": + version "16.1.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.1.0.tgz#aa0c61398bac82eaf89776967e97de41ac742d71" + integrity sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg== dependencies: "@babel/runtime" "^7.12.5" diff --git a/package.json b/package.json index 18eb78b..b0e3efa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdl-react-autocomplete", - "version": "1.2.6", + "version": "1.2.7", "description": "A react component for the People Data Labs Autocomplete API", "source": "src/index.ts", "module": "dist/index.mjs", @@ -51,7 +51,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-typescript-sort-keys": "^3.3.0", "eslint-plugin-unused-imports": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index e1f4b58..85bd648 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1857,10 +1857,10 @@ eslint-plugin-jsx-a11y@^6.10.2: safe-regex-test "^1.0.3" string.prototype.includes "^2.0.1" -eslint-plugin-react-hooks@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101" - integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw== +eslint-plugin-react-hooks@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854" + integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw== eslint-plugin-react@^7.37.2: version "7.37.2"