Skip to content

Commit 9ef8728

Browse files
chore: release eslint-plugin-import-x
1 parent a3aae61 commit 9ef8728

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/fix-type-fest-dependency.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/swift-friends-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# eslint-plugin-import-x
22

3+
## 4.16.2
4+
5+
### Patch Changes
6+
7+
- [#434](https://github.com/un-ts/eslint-plugin-import-x/pull/434) [`a3aae61`](https://github.com/un-ts/eslint-plugin-import-x/commit/a3aae6179f0a3417b46066dfe59b388865d1a2eb) Thanks [@stepankuzmin](https://github.com/stepankuzmin)! - fix(deps): replace type-fest with @package-json/types
8+
9+
PackageJson types are imported in published declaration files (lib/rules/no-extraneous-dependencies.d.ts and lib/utils/read-pkg-up.d.ts), which causes TypeScript compilation errors for consumers who don't have skipLibCheck enabled. Replacing type-fest with the smaller @package-json/types package ensures the types are available to all consumers while reducing bundle size.
10+
11+
- [#406](https://github.com/un-ts/eslint-plugin-import-x/pull/406) [`d0a7816`](https://github.com/un-ts/eslint-plugin-import-x/commit/d0a78167791f41804e880356c9c69d7a45c4b45d) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix(package): remove config and rules exports pointing to empty files
12+
313
## 4.16.1
414

515
### Patch Changes

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-x",
3-
"version": "4.16.1",
3+
"version": "4.16.2",
44
"type": "module",
55
"description": "Import with sanity.",
66
"repository": "https://github.com/un-ts/eslint-plugin-import-x",

0 commit comments

Comments
 (0)