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.14.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.14.3
Choose a head ref
  • 14 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 26, 2019

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

Commits on Jun 27, 2019

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

Commits on Jun 28, 2019

  1. version detection: Add tests

    - Warn only once for failure to detect react version
    
    Ref: #2276
    abhishekdev committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    f59e927 View commit details
    Browse the repository at this point in the history
  2. version detection: Do not throw a raw error after the first warning

    - Adjust the conditions to always assume a latest react version when e.code === 'MODULE_NOT_FOUND'
    - The `warnedForMissingVersion` flag only controls the warning message and not the handling of the error
    
    Ref: #2276
    abhishekdev committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    8fbf50c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2336 from abhishekdev/handle-react-detect-errors

    [Fix] Handle react version detect errors
    ljharb authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    0215c38 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

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

Commits on Jul 3, 2019

  1. Add FUNDING file

    yannickcr committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    22a3740 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Add SECURITY file

    yannickcr authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    b684e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562e441 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. [meta] add github sponsorship

    ljharb authored Jul 11, 2019
    Configuration menu
    Copy the full SHA
    49343d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    f2891d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2354 from golopot/patch-1

    [docs] remove outdated docs for `no-unused-prop-types`
    ljharb authored Jul 20, 2019
    Configuration menu
    Copy the full SHA
    fc70077 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    98d4bf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c4c8b View commit details
    Browse the repository at this point in the history
Loading