Skip to content

Commit 463ce19

Browse files
committed
[utils] v2.8.0
1 parent 4c6fa3e commit 463ce19

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

utils/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## v2.8.0 - 2023-04-14
9+
10+
### New
11+
- `parse`: support flat config ([#2714], thanks [@DMartens])
12+
813
### Fixed
914
- Improve performance of `fullResolve` for large projects ([#2755], thanks [@leipert])
1015

@@ -19,7 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1924
## v2.7.3 - 2022-01-26
2025

2126
### Fixed
22-
- [Fix] `parse`: restore compatibility by making the return value `ast` again ([#2350], thanks [@ljharb])
27+
- `parse`: restore compatibility by making the return value `ast` again ([#2350], thanks [@ljharb])
2328

2429
## v2.7.2 - 2022-01-01
2530

@@ -127,6 +132,7 @@ Yanked due to critical issue with cache key resulting from #839.
127132
- `unambiguous.test()` regex is now properly in multiline mode
128133

129134
[#2755]: https://github.com/import-js/eslint-plugin-import/pull/2755
135+
[#2714]: https://github.com/import-js/eslint-plugin-import/pull/2714
130136
[#2523]: https://github.com/import-js/eslint-plugin-import/pull/2523
131137
[#2431]: https://github.com/import-js/eslint-plugin-import/pull/2431
132138
[#2350]: https://github.com/import-js/eslint-plugin-import/issues/2350
@@ -159,6 +165,7 @@ Yanked due to critical issue with cache key resulting from #839.
159165
[@bradzacher]: https://github.com/bradzacher
160166
[@brettz9]: https://github.com/brettz9
161167
[@christophercurrie]: https://github.com/christophercurrie
168+
[@DMartens]: https://github.com/DMartens
162169
[@hulkish]: https://github.com/hulkish
163170
[@Hypnosphi]: https://github.com/Hypnosphi
164171
[@iamnapo]: https://github.com/iamnapo

utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-module-utils",
3-
"version": "2.7.4",
3+
"version": "2.8.0",
44
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)