From ec2cbb67f82c68d0f988df1a8184483bb1207220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:58:18 -0700 Subject: [PATCH 1/5] chore(deps): bump @eslint/compat in the all-dependencies group (#607) Bumps the all-dependencies group with 1 update: [@eslint/compat](https://github.com/eslint/rewrite). Updates `@eslint/compat` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/compat-v1.2.5...compat-v1.2.6) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 567cceae..5e029148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,9 +110,9 @@ } }, "node_modules/@eslint/compat": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.5.tgz", - "integrity": "sha512-5iuG/StT+7OfvhoBHPlmxkPA9om6aDUFgmD4+mWKAGsYt4vCe8rypneG03AuseyRHBmcCLXQtIH5S26tIoggLg==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.6.tgz", + "integrity": "sha512-k7HNCqApoDHM6XzT30zGoETj+D+uUcZUb+IVAJmar3u6bvHf7hhHJcWx09QHj4/a2qrKZMWU0E16tvkiAdv06Q==", "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" From 570ca648570e7a6ee90e8d68e4ad97e78cfb86b6 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:55:42 -0500 Subject: [PATCH 2/5] Don't flag ul with role='list' --- lib/configs/react.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/configs/react.js b/lib/configs/react.js index f5b29829..15b67dfb 100644 --- a/lib/configs/react.js +++ b/lib/configs/react.js @@ -36,6 +36,7 @@ module.exports = { nav: ['navigation'], // default in eslint-plugin-jsx-a11y tbody: ['rowgroup'], thead: ['rowgroup'], + ul: ['list'] // In webkit, setting list-style-type: none results in semantics being removed. Need for explicit role. }, ], }, From 9e465e8748e5d7c7662f1037819dd89585580a9c Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:00:37 -0500 Subject: [PATCH 3/5] update comma --- lib/configs/react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configs/react.js b/lib/configs/react.js index 15b67dfb..7894ae62 100644 --- a/lib/configs/react.js +++ b/lib/configs/react.js @@ -36,7 +36,7 @@ module.exports = { nav: ['navigation'], // default in eslint-plugin-jsx-a11y tbody: ['rowgroup'], thead: ['rowgroup'], - ul: ['list'] // In webkit, setting list-style-type: none results in semantics being removed. Need for explicit role. + ul: ['list'], // In webkit, setting list-style-type: none results in semantics being removed. Need for explicit role. }, ], }, From e5b0378d9febfe02828411cbddedc0b6e084f653 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:02:21 -0500 Subject: [PATCH 4/5] Update lib/configs/react.js Co-authored-by: Joyce Zhu --- lib/configs/react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configs/react.js b/lib/configs/react.js index 7894ae62..6667f597 100644 --- a/lib/configs/react.js +++ b/lib/configs/react.js @@ -36,7 +36,7 @@ module.exports = { nav: ['navigation'], // default in eslint-plugin-jsx-a11y tbody: ['rowgroup'], thead: ['rowgroup'], - ul: ['list'], // In webkit, setting list-style-type: none results in semantics being removed. Need for explicit role. + ul: ['list'], // In webkit, setting list-style-type: none results in semantics being removed. Need explicit role. }, ], }, From d3bbb319052636a3ab39faf2072894797fcc51d3 Mon Sep 17 00:00:00 2001 From: Grace Park Date: Tue, 4 Feb 2025 20:30:23 +0000 Subject: [PATCH 5/5] update prettier plugin name --- lib/configs/flat/recommended.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configs/flat/recommended.js b/lib/configs/flat/recommended.js index 96695ef3..748647ea 100644 --- a/lib/configs/flat/recommended.js +++ b/lib/configs/flat/recommended.js @@ -16,7 +16,7 @@ module.exports = { }, }, plugins: { - prettierPlugin, + prettier: prettierPlugin, 'eslint-comments': eslintComments, import: importPlugin, 'i18n-text': fixupPluginRules(i18nTextPlugin), @@ -131,7 +131,7 @@ module.exports = { 'prefer-rest-params': 'error', 'prefer-spread': 'error', 'prefer-template': 'error', - 'prettierPlugin/prettier': 'error', + 'prettier/prettier': 'error', 'require-yield': 'error', 'use-isnan': 'error', 'valid-typeof': 'error', pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy