Skip to content

Commit c924f5d

Browse files
committed
Bump to v2.18.0
1 parent c8132f2 commit c924f5d

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## [Unreleased]
77

8-
- [`order`]: Adds support for correctly sorting unknown types into a single group (thanks [@swernerx])
8+
9+
## [2.18.0] - 2019-06-24
10+
11+
### Added
12+
- Support eslint v6 ([#1393], thanks [@sheepsteak])
13+
- [`order`]: Adds support for correctly sorting unknown types into a single group ([#1375], thanks [@swernerx])
14+
- [`order`]: add fixer for destructuring commonjs import ([#1372], thanks [@golopot])
15+
- typescript config: add TS def extensions + defer to TS over JS ([#1366], thanks [@benmosher])
16+
17+
### Fixes
18+
- [`no-unused-modules`]: handle ClassDeclaration ([#1371], thanks [@golopot])
19+
20+
### Docs
21+
- [`no-cycle`]: split code examples so file separation is obvious ([#1370], thanks [@alex-page])
22+
- [`no-named-as-default-member`]: update broken link ([#1389], thanks [@fooloomanzoo])
923

1024
## [2.17.3] - 2019-05-23
1125

@@ -572,6 +586,12 @@ for info on changes for earlier releases.
572586

573587
[`memo-parser`]: ./memo-parser/README.md
574588

589+
[#1393]: https://github.com/benmosher/eslint-plugin-import/pull/1393
590+
[#1389]: https://github.com/benmosher/eslint-plugin-import/pull/1389
591+
[#1375]: https://github.com/benmosher/eslint-plugin-import/pull/1375
592+
[#1372]: https://github.com/benmosher/eslint-plugin-import/pull/1372
593+
[#1371]: https://github.com/benmosher/eslint-plugin-import/pull/1371
594+
[#1370]: https://github.com/benmosher/eslint-plugin-import/pull/1370
575595
[#1363]: https://github.com/benmosher/eslint-plugin-import/pull/1363
576596
[#1358]: https://github.com/benmosher/eslint-plugin-import/pull/1358
577597
[#1356]: https://github.com/benmosher/eslint-plugin-import/pull/1356
@@ -690,6 +710,7 @@ for info on changes for earlier releases.
690710
[#164]: https://github.com/benmosher/eslint-plugin-import/pull/164
691711
[#157]: https://github.com/benmosher/eslint-plugin-import/pull/157
692712

713+
[#1366]: https://github.com/benmosher/eslint-plugin-import/issues/1366
693714
[#1334]: https://github.com/benmosher/eslint-plugin-import/issues/1334
694715
[#1323]: https://github.com/benmosher/eslint-plugin-import/issues/1323
695716
[#1322]: https://github.com/benmosher/eslint-plugin-import/issues/1322
@@ -772,7 +793,11 @@ for info on changes for earlier releases.
772793
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
773794
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
774795

775-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.17.0...HEAD
796+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.18.0...HEAD
797+
[2.18.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.17.3...v2.18.0
798+
[2.17.3]: https://github.com/benmosher/eslint-plugin-import/compare/v2.17.2...v2.17.3
799+
[2.17.2]: https://github.com/benmosher/eslint-plugin-import/compare/v2.17.1...v2.17.2
800+
[2.17.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.17.0...v2.17.1
776801
[2.17.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.16.0...v2.17.0
777802
[2.16.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.15.0...v2.16.0
778803
[2.15.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.14.0...v2.15.0
@@ -921,3 +946,7 @@ for info on changes for earlier releases.
921946
[@charlessuh]: https://github.com/charlessuh
922947
[@kgregory]: https://github.com/kgregory
923948
[@christophercurrie]: https://github.com/christophercurrie
949+
[@alex-page]: https://github.com/alex-page
950+
[@benmosher]: https://github.com/benmosher
951+
[@fooloomanzoo]: https://github.com/fooloomanzoo
952+
[@sheepsteak]: https://github.com/sheepsteak

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.17.3",
3+
"version": "2.18.0",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)