Commit 7cca10b authored and committed Jan 12, 2023 Verified
1 parent 01950df commit 7cca10b Copy full SHA for 7cca10b
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Fixed
10
+ - ` array.prototype.flatmap ` should be a prod dep ([ #2664 ] , thanks [ @cristobal ] )
11
+
9
12
## [ 2.27.0] - 2023-01-11
10
13
11
14
### Added
@@ -1032,6 +1035,7 @@ for info on changes for earlier releases.
1032
1035
1033
1036
[ `memo-parser` ] : ./memo-parser/README.md
1034
1037
1038
+ [ #2664 ] : https://github.com/import-js/eslint-plugin-import/pull/2664
1035
1039
[ #2613 ] : https://github.com/import-js/eslint-plugin-import/pull/2613
1036
1040
[ #2608 ] : https://github.com/import-js/eslint-plugin-import/pull/2608
1037
1041
[ #2605 ] : https://github.com/import-js/eslint-plugin-import/pull/2605
@@ -1604,6 +1608,7 @@ for info on changes for earlier releases.
1604
1608
[ @chrislloyd ] : https://github.com/chrislloyd
1605
1609
[ @christianvuerings ] : https://github.com/christianvuerings
1606
1610
[ @christophercurrie ] : https://github.com/christophercurrie
1611
+ [ @cristobal ] : https://github.com/cristobal
1607
1612
[ @DamienCassou ] : https://github.com/DamienCassou
1608
1613
[ @danny-andrews ] : https://github.com/dany-andrews
1609
1614
[ @darkartur ] : https://github.com/darkartur
Original file line number Diff line number Diff line change 59
59
"@eslint/import-test-order-redirect-scoped" : " file:./tests/files/order-redirect-scoped" ,
60
60
"@test-scope/some-module" : " file:./tests/files/symlinked-module" ,
61
61
"@typescript-eslint/parser" : " ^2.23.0 || ^3.3.0 || ^4.29.3 || ^5.10.0" ,
62
- "array.prototype.flatmap" : " ^1.3.0" ,
63
62
"babel-cli" : " ^6.26.0" ,
64
63
"babel-core" : " ^6.26.3" ,
65
64
"babel-eslint" : " =8.0.3 || ^8.2.6" ,
104
103
"dependencies" : {
105
104
"array-includes" : " ^3.1.6" ,
106
105
"array.prototype.flat" : " ^1.3.1" ,
106
+ "array.prototype.flatmap" : " ^1.3.0" ,
107
107
"debug" : " ^3.2.7" ,
108
108
"doctrine" : " ^2.1.0" ,
109
109
"eslint-import-resolver-node" : " ^0.3.7" ,
You can’t perform that action at this time.
0 commit comments