diff --git a/.changeset/fix-type-fest-dependency.md b/.changeset/fix-type-fest-dependency.md deleted file mode 100644 index c5df7a00..00000000 --- a/.changeset/fix-type-fest-dependency.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -fix(deps): replace type-fest with @package-json/types - -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. diff --git a/.changeset/swift-friends-remain.md b/.changeset/swift-friends-remain.md deleted file mode 100644 index 29db2434..00000000 --- a/.changeset/swift-friends-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -fix(package): remove config and rules exports pointing to empty files diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bfb2f08..7523fb97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-import-x +## 4.16.2 + +### Patch Changes + +- [#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 + + 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. + +- [#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 + ## 4.16.1 ### Patch Changes diff --git a/package.json b/package.json index 7af3d3f3..208e951f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.16.1", + "version": "4.16.2", "type": "module", "description": "Import with sanity.", "repository": "https://github.com/un-ts/eslint-plugin-import-x",