Update dependency eslint-plugin-import to v2.26.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-import | devDependencies | minor | 2.25.4 -> 2.26.0 |
Release Notes
import-js/eslint-plugin-import
v2.26.0
Added
- [
no-named-default
,no-default-export
,prefer-default-export
,no-named-export
,export
,named
,namespace
,no-unused-modules
]: support arbitrary module namespace names ([#2358], thanks [@sosukesuzuki]) - [
no-dynamic-require
]: support dynamic import with espree ([#2371], thanks [@sosukesuzuki]) - [
no-relative-packages
]: add fixer ([#2381], thanks [@forivall])
Fixed
- [
default
]:typescript-eslint-parser
: avoid a crash on exporting as namespace (thanks [@ljharb]) - [
export
]/TypeScript: false positive for typescript namespace merging ([#1964], thanks [@magarcia]) - [
no-duplicates
]: ignore duplicate modules in different TypeScript module declarations ([#2378], thanks [@remcohaszing]) - [
no-unused-modules
]: avoid a crash when processing re-exports ([#2388], thanks [@ljharb])
Changed
- [Tests]
no-nodejs-modules
: add tests for node protocol URL ([#2367], thanks [@sosukesuzuki]) - [Tests]
default
,no-anonymous-default-export
,no-mutable-exports
,no-named-as-default-member
,no-named-as-default
: add tests for arbitrary module namespace names ([#2358], thanks [@sosukesuzuki]) - [Docs] [
no-unresolved
]: Fix RegExp escaping in readme ([#2332], thanks [@stephtr]) - [Refactor]
namespace
: try to improve performance ([#2340], thanks [@ljharb]) - [Docs] make rule doc titles consistent ([#2393], thanks [@TheJaredWilcurt])
- [Docs]
order
: TS code examples should use TS code blocks ([#2411], thanks [@MM25Zamanian]) - [Docs]
no-unresolved
: fix link ([#2417], thanks [@kylemh])
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.