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: import-js/eslint-plugin-import
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.23.3
Choose a base ref
...
head repository: import-js/eslint-plugin-import
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.23.4
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on May 25, 2021

  1. [Fix] no-extraneous-dependencies: fix package name algorithm

    - resolve nested package.json problems (a/b/c import will check a, a/b and a/b/c)
    - resolve renamed dependencies: checks the import name and the resolve package name
    
    Fixes #2066. Fixes #2065. Fixes #2058. Fixes #2078.
    jeromeh authored and ljharb committed May 25, 2021
    Configuration menu
    Copy the full SHA
    da8d584 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

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

Commits on May 27, 2021

  1. [meta] fix changelog entries

    ljharb committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ec10721 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Bump to v2.23.4

    ljharb committed May 29, 2021
    Configuration menu
    Copy the full SHA
    998c300 View commit details
    Browse the repository at this point in the history
Loading