Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jsx-eslint/eslint-plugin-jsx-a11y
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.9.0
Choose a base ref
...
head repository: jsx-eslint/eslint-plugin-jsx-a11y
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.10.0
Choose a head ref
  • 16 commits
  • 55 files changed
  • 8 contributors

Commits on May 6, 2024

  1. [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.
    khiga8 authored and ljharb committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6cd1a70 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    75147aa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    0be7ea9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. [Tests] remove duplicate tests

    michaelfaith authored and ljharb committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    74d5dec View commit details
    Browse the repository at this point in the history
  2. [New] add eslint 9 support

    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`.
    michaelfaith authored and ljharb committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    deac4fd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    cca288b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. [readme] fix jsxA11y import name

    k35o authored and ljharb committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ce846e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. [Deps] update axe-core

    ljharb committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    27ff7cb View commit details
    Browse the repository at this point in the history
  2. [Fix] label-has-associated-control: ignore undetermined label text

    Fixes #966
    
    The rule no longer errors if the existence of label text cannot be determined
    BillyLevin authored and ljharb committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a08fbcc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. [New] label-has-associated-control: add additional error message

    Fixes #1005 by introducing a second error message, used when the label
    doesn't have accessible text.
    BillyLevin authored and ljharb committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    83fd9c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser

    …, `@babel/plugin-transform-flow-strip-types`
    ljharb committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6eca235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a5e49 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. [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
    ljharb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a284cbf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. [New] add attributes setting

    edoardocavazza authored and ljharb committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a1ee7f8 View commit details
    Browse the repository at this point in the history
  2. [Deps] update axobject-query

    ljharb committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    912e98c View commit details
    Browse the repository at this point in the history
  3. v6.10.0

    ljharb committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    65c9338 View commit details
    Browse the repository at this point in the history
Loading