Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.25.0 #2253

Merged
merged 33 commits into from Oct 12, 2021
Merged

Release 2.25.0 #2253

merged 33 commits into from Oct 12, 2021

Commits on Jun 20, 2020

  1. [New] no-unused-modules: support dynamic imports

    All occurences of `import('...')` are treated as namespace imports
    (`import * as X from '...'`)
    
    See import-js#1660, import-js#2212.
    
    Co-authored-by: Max Komarychev <maxkomarychev@gmail.com>
    Co-authored-by: Filipp Riabchun <filipp.riabchun@jetbrains.com>
    Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
    3 people authored and ljharb committed Jun 20, 2020
    Copy the full SHA
    7c382f0 View commit details
    Browse the repository at this point in the history
  2. [utils] [new] add visit, to support dynamic imports

    See import-js#1660, import-js#2212.
    
    Co-authored-by: Max Komarychev <maxkomarychev@gmail.com>
    Co-authored-by: Filipp Riabchun <filipp.riabchun@jetbrains.com>
    Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
    3 people authored and ljharb committed Jun 20, 2020
    Copy the full SHA
    7579748 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Copy the full SHA
    1571913 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9ccdcb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Copy the full SHA
    49ada27 View commit details
    Browse the repository at this point in the history
  2. [New] Support eslint v8

    ota-meshi authored and ljharb committed Aug 16, 2021
    Copy the full SHA
    62e2d88 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Copy the full SHA
    35bd977 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a8891f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

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

Commits on Aug 28, 2021

  1. Copy the full SHA
    1359e24 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. [Tests] run pretest on CI

    Extracted from import-js#2212 / import-js#1660.
    Hypnosphi authored and ljharb committed Aug 30, 2021
    Copy the full SHA
    397b6c5 View commit details
    Browse the repository at this point in the history
  2. [Tests] coveralls -> codecov

    ljharb committed Aug 30, 2021
    Copy the full SHA
    2a0d207 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

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

Commits on Sep 3, 2021

  1. [patch] TypeScript config: remove .d.ts from import/parsers setti…

    …ng and `import/extensions` setting
    jablko authored and ljharb committed Sep 3, 2021
    Copy the full SHA
    4d15e26 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Copy the full SHA
    bb8eab9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7784948 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

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

Commits on Sep 12, 2021

  1. [Fix] order: Fix import ordering in TypeScript module declarations

    Without this, `import/order` checks if all imports in a file are sorted. The
    autofix would then move all imports to the type of the file, breaking TypeScript
    module declarations.
    
    Closes import-js#2217
    remcohaszing authored and ljharb committed Sep 12, 2021
    Copy the full SHA
    47ea669 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Copy the full SHA
    58fe766 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Copy the full SHA
    64423e9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fd85369 View commit details
    Browse the repository at this point in the history
  3. [Tests] fix skip usage

    jablko authored and ljharb committed Sep 19, 2021
    Copy the full SHA
    471790f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    28669b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Copy the full SHA
    47e9c89 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    430d16c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4f0f560 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dd81424 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Copy the full SHA
    9a744f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. [Deps] update array-includes, array.prototype.flat, `is-core-modu…

    …le`, `is-glob`, `object.values`
    ljharb committed Oct 11, 2021
    Copy the full SHA
    0e857b6 View commit details
    Browse the repository at this point in the history
  2. [Dev Deps] update array.prototype.flatmap, glob; remove `babel-pr…

    …eset-es2015-argon`
    ljharb committed Oct 11, 2021
    Copy the full SHA
    c117be5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    900ac9a View commit details
    Browse the repository at this point in the history
  4. utils: v2.7.0

    ljharb committed Oct 11, 2021
    Copy the full SHA
    7463de2 View commit details
    Browse the repository at this point in the history
  5. Bump to v2.25.0

    ljharb committed Oct 11, 2021
    Copy the full SHA
    b0131d2 View commit details
    Browse the repository at this point in the history