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-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.37.2
Choose a base ref
...
head repository: jsx-eslint/eslint-plugin-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.37.3
Choose a head ref
  • 19 commits
  • 46 files changed
  • 7 contributors

Commits on Sep 19, 2024

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

Commits on Oct 12, 2024

  1. [Fix] types: correct generated type declaration

    - Add types/rules/jsx-no-literals.d.ts to avoid error TS2309: An export assignment cannot be used in a module with other exported elements.
    ocavue authored and ljharb committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    e80def4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. [Docs] fix broken links:

     - `default-props-match-prop-types`
     - `jsx-boolean-value`
     - `jsx-curly-brace-presence`
     - `jsx-no-bind`
     - `no-array-index-key`
     - `no-is-mounted`
     - `no-render-return-value`
     - `require-default-props`
    bastiendmt authored and ljharb committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    958954d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    1c3621a View commit details
    Browse the repository at this point in the history
  2. [eslint] ignore d.ts files

    ljharb committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d1556a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 27, 2024

  1. [actions] update step-security/harden-runner from v1 to v2

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 1 to 2.10.2.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@v1...v2.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ljharb committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4bf30c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. [Refactor] some cleanups

    ljharb committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    efb2993 View commit details
    Browse the repository at this point in the history
  2. [Dev Deps] update @babel/core

    ljharb committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    17e1a84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5da0a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. [Fix] prop-types: props missing in validation when using generic ty…

    …pes from a namespace import
    rbondoc96 authored and ljharb committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b713026 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    2c0b10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    233d442 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. [meta] add directories.test

    ljharb committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    b4a14f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. [Deps] update array.prototype.flatmap, es-iterator-helpers, `obje…

    …ct.values`, `string.prototype.matchall`
    ljharb committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    033ad19 View commit details
    Browse the repository at this point in the history
  2. [Tests] jsx-uses-vars, jsx-uses-react: fix no-unused-vars tests…

    … in eslint v9.17
    
    eslint/eslint#18352 added suggestions to no-unused-vars in eslint v9.17.0
    ljharb committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    ed3b1cf View commit details
    Browse the repository at this point in the history
  3. [actions] release workflow needs some new domains

    (because less stuff is included by default now)
    ljharb committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    bc5b9dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    244743a View commit details
    Browse the repository at this point in the history
Loading