8000 Comparing v2.25.3...v2.25.4 · import-js/eslint-plugin-import · GitHub
[go: up one dir, main page]

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.25.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.25.4
Choose a head ref
  • 17 commits
  • 31 files changed
  • 7 contributors

Commits on Oct 29, 2021

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

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    f4d3020 View commit details
    Browse the repository at this point in the history
  2. [Fix] no-default-import: report on the token "default" instead of t…

    …he entire node
    pmcelhaney authored and ljharb committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2c33530 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

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

Commits on Nov 21, 2021

  1. [Deps] update tsconfig-paths

    ljharb committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    8ce0936 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    3edcd8d View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3875392 View commit details
    Browse the repository at this point in the history
  3. [Tests] fix OSX tests

    ljharb committed Nov 23, 2021
    1 Configuration menu
    Copy the full SHA
    e8d79b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. [Docs] prefer-default-export: fix typo

    kkyaruek authored and ljharb committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    e156316 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

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

Commits on Dec 30, 2021

  1. [Fix] named/ExportMap: handle named imports from CJS modules that…

    … use dynamic import
    
    Fix #2294
    
    Mark ambiguous (i.e. not unambiguously ESM) modules that contain dynamic import()
    so that they can be ignored like other ambiguous modules when analysing named imports.
    
    In this way, the named rule accepts named imports from CJS modules that contain
    dynamic imports.
    
    Also fix the case where the importing module uses a require() call.
    ludofischer authored and ljharb committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    e3ca68e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    210e40a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    9e06eff View commit details
    Browse the repository at this point in the history
  2. utils: v2.7.2

    ljharb committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    de88739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef93681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbf668e View commit details
    Browse the repository at this point in the history
  5. Bump to v2.25.4

    ljharb committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    68cea3e View commit details
    Browse the repository at this point in the history
Loading
0