From 77bc4abfd1d06c232c3b3a064b868cff3b59ef00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Feb 2025 08:42:28 +0000 Subject: [PATCH] chore: release eslint-import-resolver-typescript --- .changeset/cuddly-kiwis-care.md | 5 ----- .changeset/witty-insects-brake.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/cuddly-kiwis-care.md delete mode 100644 .changeset/witty-insects-brake.md diff --git a/.changeset/cuddly-kiwis-care.md b/.changeset/cuddly-kiwis-care.md deleted file mode 100644 index e64d340..0000000 --- a/.changeset/cuddly-kiwis-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': minor ---- - -Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator. diff --git a/.changeset/witty-insects-brake.md b/.changeset/witty-insects-brake.md deleted file mode 100644 index ffb9502..0000000 --- a/.changeset/witty-insects-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': minor ---- - -Update get-tsconfig to the the latest version. We now support the `${configDir}` variable, introduced in TypeScript 5.5. diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf2dd9..fa1a2c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.8.0 + +### Minor Changes + +- [#345](https://github.com/import-js/eslint-import-resolver-typescript/pull/345) [`fcc8883`](https://github.com/import-js/eslint-import-resolver-typescript/commit/fcc8883c0f023247fcb9a453004f8bd3e6b7c0e2) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator. + +- [#346](https://github.com/import-js/eslint-import-resolver-typescript/pull/346) [`c124e87`](https://github.com/import-js/eslint-import-resolver-typescript/commit/c124e874b6429167b230697ee9f0a69e2efa5f96) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update get-tsconfig to the the latest version. We now support the `${configDir}` variable, introduced in TypeScript 5.5. + ## 3.7.0 ### Minor Changes diff --git a/package.json b/package.json index 6871f15..2c54875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.7.0", + "version": "3.8.0", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",