@@ -6,6 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+ - [ Refactor] switch to an internal replacement for ` pkg-up ` and ` read-pkg-up ` ([ #2047 ] , [ @mgwalker ] )
11
+
9
12
### Added
10
13
- [ ` no-unresolved ` ] : add ` caseSensitiveStrict ` option ([ #1262 ] , thanks [ @sergei-startsev ] )
11
14
- [ ` no-unused-modules ` ] : add eslint v8 support ([ #2194 ] , thanks [ @coderaiser ] )
@@ -915,7 +918,7 @@ for info on changes for earlier releases.
915
918
[ #2160 ] : https://github.com/import-js/eslint-plugin-import/pull/2160
916
919
[ #2158 ] : https://github.com/import-js/eslint-plugin-import/pull/2158
917
920
[ #2156 ] : https://github.com/import-js/eslint-plugin-import/pull/2156
918
- [ #2149 ] : https://github.com/benmosher /eslint-plugin-import/pull/2149
921
+ [ #2149 ] : https://github.com/import-js /eslint-plugin-import/pull/2149
919
922
[ #2146 ] : https://github.com/import-js/eslint-plugin-import/pull/2146
920
923
[ #2140 ] : https://github.com/import-js/eslint-plugin-import/pull/2140
921
924
[ #2138 ] : https://github.com/import-js/eslint-plugin-import/pull/2138
@@ -928,6 +931,7 @@ for info on changes for earlier releases.
928
931
[ #2083 ] : https://github.com/import-js/eslint-plugin-import/pull/2083
929
932
[ #2075 ] : https://github.com/import-js/eslint-plugin-import/pull/2075
930
933
[ #2071 ] : https://github.com/import-js/eslint-plugin-import/pull/2071
934
+ [ #2047 ] : https://github.com/import-js/eslint-plugin-import/pull/2047
931
935
[ #2034 ] : https://github.com/import-js/eslint-plugin-import/pull/2034
932
936
[ #2028 ] : https://github.com/import-js/eslint-plugin-import/pull/2028
933
937
[ #2026 ] : https://github.com/import-js/eslint-plugin-import/pull/2026
@@ -1172,8 +1176,8 @@ for info on changes for earlier releases.
1172
1176
[ #2161 ] : https://github.com/import-js/eslint-plugin-import/issues/2161
1173
1177
[ #2118 ] : https://github.com/import-js/eslint-plugin-import/issues/2118
1174
1178
[ #2067 ] : https://github.com/import-js/eslint-plugin-import/issues/2067
1175
- [ #2056 ] : https://github.com/import-js/eslint-plugin-import/issues/2056
1176
1179
[ #2063 ] : https://github.com/import-js/eslint-plugin-import/issues/2063
1180
+ [ #2056 ] : https://github.com/import-js/eslint-plugin-import/issues/2056
1177
1181
[ #1998 ] : https://github.com/import-js/eslint-plugin-import/issues/1998
1178
1182
[ #1965 ] : https://github.com/import-js/eslint-plugin-import/issues/1965
1179
1183
[ #1924 ] : https://github.com/import-js/eslint-plugin-import/issues/1924
@@ -1492,6 +1496,7 @@ for info on changes for earlier releases.
1492
1496
[ @Maxim-Mazurok ] : https://github.com/Maxim-Mazurok
1493
1497
[ @maxkomarychev ] : https://github.com/maxkomarychev
1494
1498
[ @maxmalov ] : https://github.com/maxmalov
1499
+ [ @mgwalker ] : https://github.com/mgwalker
1495
1500
[ @MikeyBeLike ] : https://github.com/MikeyBeLike
1496
1501
[ @mplewis ] : https://github.com/mplewis
1497
1502
[ @nickofthyme ] : https://github.com/nickofthyme
0 commit comments