-
-
Notifications
You must be signed in to change notification settings - Fork 636
Comparing changes
Open a pull request
base repository: jsx-eslint/eslint-plugin-jsx-a11y
base: v6.9.0
head repository: jsx-eslint/eslint-plugin-jsx-a11y
compare: v6.10.0
- 16 commits
- 55 files changed
- 8 contributors
Commits on May 6, 2024
-
[New] allow polymorphic linting to be restricted
This changes allows the consumer to restrict polymorphic linting to specified components. Linting components may raise false positives when a component handles behavior that the linter has no way to know. This means that linting components is preferred on very basic utility components.
Configuration menu - View commit details
-
Copy full SHA for 6cd1a70 - Browse repository at this point
Copy the full SHA 6cd1a70View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75147aa - Browse repository at this point
Copy the full SHA 75147aaView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0be7ea9 - Browse repository at this point
Copy the full SHA 0be7ea9View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74d5dec - Browse repository at this point
Copy the full SHA 74d5decView commit details -
This change adds support for eslint v9. All three example projects have been updated to use the latest eslint, and the root package's dev and peer deps have been updated. In order to make this work with both v9 and older versions, I had to update the parser options helper to adjust the config passed into the `RuleTester`.
Configuration menu - View commit details
-
Copy full SHA for deac4fd - Browse repository at this point
Copy the full SHA deac4fdView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cca288b - Browse repository at this point
Copy the full SHA cca288bView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce846e0 - Browse repository at this point
Copy the full SHA ce846e0View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27ff7cb - Browse repository at this point
Copy the full SHA 27ff7cbView commit details -
[Fix]
label-has-associated-control
: ignore undetermined label textFixes #966 The rule no longer errors if the existence of label text cannot be determined
Configuration menu - View commit details
-
Copy full SHA for a08fbcc - Browse repository at this point
Copy the full SHA a08fbccView commit details
Commits on Aug 23, 2024
-
[New]
label-has-associated-control
: add additional error messageFixes #1005 by introducing a second error message, used when the label doesn't have accessible text.
Configuration menu - View commit details
-
Copy full SHA for 83fd9c4 - Browse repository at this point
Copy the full SHA 83fd9c4View commit details
Commits on Aug 30, 2024
-
[Dev Deps] update
@babel/cli
,@babel/core
,@babel/eslint-parser
……, `@babel/plugin-transform-flow-strip-types`
Configuration menu - View commit details
-
Copy full SHA for 6eca235 - Browse repository at this point
Copy the full SHA 6eca235View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a5e49 - Browse repository at this point
Copy the full SHA 05a5e49View commit details
Commits on Sep 3, 2024
-
[Tests] switch from jest to tape
This allows us to: - drop all the jest mocks - no longer be stuck on an EOL version nor be forced to raise the engines.node threshold - run tests 4x faster: jest takes 27.365s, tape takes 7.086s
Configuration menu - View commit details
-
Copy full SHA for a284cbf - Browse repository at this point
Copy the full SHA a284cbfView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1ee7f8 - Browse repository at this point
Copy the full SHA a1ee7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 912e98c - Browse repository at this point
Copy the full SHA 912e98cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c9338 - Browse repository at this point
Copy the full SHA 65c9338View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.9.0...v6.10.0