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

Conversation

ljharb
Copy link
Member

@ljharb ljharb commented Oct 11, 2021

I've already published eslint-module-utils.

maxkomarychev and others added 30 commits June 20, 2020 15:10
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>
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>
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
@codecov
Copy link

codecov bot commented Oct 12, 2021

Codecov Report

❗ No coverage uploaded for pull request base (release@924b435). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             release    #2253   +/-   ##
==========================================
  Coverage           ?   95.23%           
==========================================
  Files              ?       65           
  Lines              ?     2686           
  Branches           ?      888           
==========================================
  Hits               ?     2558           
  Misses             ?      128           
  Partials           ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 924b435...b0131d2. Read the comment docs.

@ljharb ljharb merged commit b0131d2 into import-js:release Oct 12, 2021
@ljharb ljharb deleted the release-2.25.0 branch October 12, 2021 04:59
@ljharb
Copy link
Member Author

ljharb commented Oct 12, 2021

Did a quick v2.25.1 after this, since I forgot to bump the minimum for eslint-module-utils in the main package.json.

@dackmin
Copy link

dackmin commented Oct 12, 2021

hmm 2.25.1 still hasn't 2.7.0 as dep 😄

@ljharb
Copy link
Member Author

ljharb commented Oct 12, 2021

whoops, yes, looks like npm 7+ errors out on npm install --save es-module-utils in this package, and i missed the error. I'll release a v2.25.2 today that fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet