@@ -10,6 +10,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
10
10
- [ ` 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 ] )
11
11
- [ ` no-dynamic-require ` ] : support dynamic import with espree ([ #2371 ] , thanks [ @sosukesuzuki ] )
12
12
13
+ ### Fixed
14
+ - [ ` export ` ] /TypeScript: false positive for typescript namespace merging ([ #2375 ] , thanks [ @magarcia ] )
15
+
13
16
### Changed
14
17
- [ Tests] ` no-nodejs-modules ` : add tests for node protocol URL ([ #2367 ] , thanks [ @sosukesuzuki ] )
15
18
- [ 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 ] )
@@ -964,6 +967,7 @@ for info on changes for earlier releases.
964
967
965
968
[ `memo-parser` ] : ./memo-parser/README.md
966
969
970
+ [ #2375 ] : https://github.com/import-js/eslint-plugin-import/pull/2375
967
971
[ #2371 ] : https://github.com/import-js/eslint-plugin-import/pull/2371
968
972
[ #2367 ] : https://github.com/import-js/eslint-plugin-import/pull/2367
969
973
[ #2332 ] : https://github.com/import-js/eslint-plugin-import/pull/2332
@@ -1571,6 +1575,7 @@ for info on changes for earlier releases.
1571
1575
[ @ludofischer ] : https://github.com/ludofischer
1572
1576
[ @lukeapage ] : https://github.com/lukeapage
1573
1577
[ @lydell ] : https://github.com/lydell
1578
+ [ @magarcia ] : https://github.com/magarcia
1574
1579
[ @Mairu ] : https://github.com/Mairu
1575
1580
[ @malykhinvi ] : https://github.com/malykhinvi
1576
1581
[ @manovotny ] : https://github.com/manovotny
@@ -1661,4 +1666,4 @@ for info on changes for earlier releases.
1661
1666
[ @wtgtybhertgeghgtwtg ] : https://github.com/wtgtybhertgeghgtwtg
1662
1667
[ @xpl ] : https://github.com/xpl
1663
1668
[ @yordis ] : https://github.com/yordis
1664
- [ @zloirock ] : https://github.com/zloirock
1669
+ [ @zloirock ] : https://github.com/zloirock
0 commit comments