From af7f7c057e433f6a5e62018b21c8692dca77fe95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:30:51 +0100 Subject: [PATCH] deps: Bump the typescript-eslint group with 2 updates (#299) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/utils` from 8.12.2 to 8.13.0
Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

🩹 Fixes

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.13.0 (2024-11-04)

🩹 Fixes

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates `typescript-eslint` from 8.12.2 to 8.13.0
Release notes

Sourced from typescript-eslint's releases.

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

🩹 Fixes

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.13.0 (2024-11-04)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--------- Signed-off-by: dependabot[bot] Signed-off-by: Dirk de Visser Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dirk de Visser --- packages/eslint-config/package.json | 4 ++-- packages/eslint-config/src/react.ts | 15 ++++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index c0deb80..db0129c 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@eslint/js": "9.14.0", - "@typescript-eslint/utils": "8.12.2", + "@typescript-eslint/utils": "8.13.0", "diff-match-patch": "1.0.5", "eslint": "9.14.0", "eslint-config-flat-gitignore": "0.3.0", @@ -44,7 +44,7 @@ "globals": "15.12.0", "prettier": "3.3.3", "synckit": "0.9.2", - "typescript-eslint": "8.12.2" + "typescript-eslint": "8.13.0" }, "peerDependencies": { "@next/eslint-plugin-next": "^15.0.0", diff --git a/packages/eslint-config/src/react.ts b/packages/eslint-config/src/react.ts index 8d9a06c..c178530 100644 --- a/packages/eslint-config/src/react.ts +++ b/packages/eslint-config/src/react.ts @@ -21,7 +21,11 @@ export async function react(config: ReactConfig): Promise; + }; + } ).default : undefined; @@ -67,10 +71,11 @@ export async function react(config: ReactConfig): Promise), + ...(( + pluginJSXA11y as FlatConfig.Plugin & { + configs: Record; + } + ).configs?.strict?.rules as Record), "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "error",