Skip to content

Commit 289f75b

Browse files
committed
eslint-plugin-simple-import-sort v11.0.0
1 parent db0a55a commit 289f75b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Version 11.0.0 (2024-02-08)
2+
3+
This release adds support for TypeScript import assignments (`import A = B.C` and `import A = require("module")`). Thanks to Szabolcs Kurdi (@szku01) and Svyatoslav Zaytsev (@MillerSvt)!
4+
5+
It’s only a breaking change if you use TypeScript import assignments, and only in the form that you need to autofix your files.
6+
7+
In other news, this release adds the `meta` plugin property in preparation for ESLint Flat Config, and avoids the deprecated `context.getSourceCode()` method (while still being backwards compatible).
8+
19
### Version 10.0.0 (2023-01-27)
210

311
This release might move some imported items with `type` around. This is a breaking formatting change (that only affects TypeScript and Flow), but only in the form of that you need to autofix your files.

package-real.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-simple-import-sort",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"license": "MIT",
55
"author": "Simon Lydell",
66
"repository": "lydell/eslint-plugin-simple-import-sort",

0 commit comments

Comments
 (0)