File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
66
77## [ Unreleased]
88
9+ ### Fixed
10+ - [ ` no-import-module-exports ` ] : Don't crash if packages have no entrypoint ([ #2099 ] , thanks [ @eps1lon ] )
11+ - [ ` no-extraneous-dependencies ` ] : fix package name algorithm ([ #2097 ] , thanks [ @paztis ] )
12+
913## [ 2.23.3] - 2021-05-21
1014
1115### Fixed
1216- [ ` no-restricted-paths ` ] : fix false positive matches ([ #2090 ] , thanks [ @malykhinvi ] )
1317- [ ` no-cycle ` ] : ignore imports where imported file only imports types of importing file ([ #2083 ] , thanks [ @cherryblossom000 ] )
1418- [ ` no-cycle ` ] : fix false negative when file imports a type after importing a value in Flow ([ #2083 ] , thanks [ @cherryblossom000 ] )
1519- [ ` order ` ] : restore default behavior unless ` type ` is in groups ([ #2087 ] , thanks [ @grit96 ] )
16- - [ ` no-import-module-exports ` ] : Don't crash if packages have no entrypoint ([ #2099 ] , thanks [ @eps1lon ] )
17- - [ ` no-extraneous-dependencies ` ] : fix package name algorithm ([ #2097 ] , thanks [ @paztis ] )
1820
1921### Changed
2022- [ Docs] Add ` no-relative-packages ` to list of to the list of rules ([ #2075 ] , thanks [ @arvigeus ] )
You can’t perform that action at this time.
0 commit comments