From 76b7b56188586b1c97dcf29e2610029c4fe75ce0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 23:57:55 +0800 Subject: [PATCH] chore: release eslint-import-resolver-typescript v3.3.0 (#155) Co-authored-by: github-actions[bot] --- .changeset/khaki-lemons-sort.md | 5 ----- .changeset/shiny-kiwis-kiss.md | 7 ------- .changeset/stale-eggs-mate.md | 7 ------- .changeset/twenty-ways-yell.md | 5 ----- .changeset/two-tables-study.md | 5 ----- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 7 files changed, 21 insertions(+), 30 deletions(-) delete mode 100644 .changeset/khaki-lemons-sort.md delete mode 100644 .changeset/shiny-kiwis-kiss.md delete mode 100644 .changeset/stale-eggs-mate.md delete mode 100644 .changeset/twenty-ways-yell.md delete mode 100644 .changeset/two-tables-study.md diff --git a/.changeset/khaki-lemons-sort.md b/.changeset/khaki-lemons-sort.md deleted file mode 100644 index 8eb78a8..0000000 --- a/.changeset/khaki-lemons-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -perf: cache `options` and `resolver` diff --git a/.changeset/shiny-kiwis-kiss.md b/.changeset/shiny-kiwis-kiss.md deleted file mode 100644 index 44e7d8d..0000000 --- a/.changeset/shiny-kiwis-kiss.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: align with Angular Package Format correctly - -reference: https://angular.io/guide/angular-package-format diff --git a/.changeset/stale-eggs-mate.md b/.changeset/stale-eggs-mate.md deleted file mode 100644 index 0f2492b..0000000 --- a/.changeset/stale-eggs-mate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"eslint-import-resolver-typescript": minor ---- - -feat: add `externsionAlias` option support, `.d.([cm]?ts|tsx)` are always preferred than `.([cm]?js|jsx)` - -`typescript` resolves `typescript/lib/typescript.d.ts` instead of `typescript/lib/typescript.js` by default diff --git a/.changeset/twenty-ways-yell.md b/.changeset/twenty-ways-yell.md deleted file mode 100644 index d02e9c4..0000000 --- a/.changeset/twenty-ways-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -docs: document options from `enhanced-resolve` diff --git a/.changeset/two-tables-study.md b/.changeset/two-tables-study.md deleted file mode 100644 index eb8b2fa..0000000 --- a/.changeset/two-tables-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": minor ---- - -feat: exports `globSync`, `defaultExtensions`, `defaultMainFields`, `defaultConditionNames` and `defaultExtensionAlias` for reusing diff --git a/CHANGELOG.md b/CHANGELOG.md index e03fed3..ff90019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 3.3.0 + +### Minor Changes + +- [#154](https://github.com/import-js/eslint-import-resolver-typescript/pull/154) [`42f2dd6`](https://github.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d) Thanks [@JounQin](https://github.com/JounQin)! - feat: add `externsionAlias` option support, `.d.([cm]?ts|tsx)` are always preferred than `.([cm]?js|jsx)` + + `typescript` resolves `typescript/lib/typescript.d.ts` instead of `typescript/lib/typescript.js` by default + +- [#154](https://github.com/import-js/eslint-import-resolver-typescript/pull/154) [`42f2dd6`](https://github.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d) Thanks [@JounQin](https://github.com/JounQin)! - feat: exports `globSync`, `defaultExtensions`, `defaultMainFields`, `defaultConditionNames` and `defaultExtensionAlias` for reusing + +### Patch Changes + +- [#154](https://github.com/import-js/eslint-import-resolver-typescript/pull/154) [`42f2dd6`](https://github.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d) Thanks [@JounQin](https://github.com/JounQin)! - perf: cache `options` and `resolver` + +- [#154](https://github.com/import-js/eslint-import-resolver-typescript/pull/154) [`42f2dd6`](https://github.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d) Thanks [@JounQin](https://github.com/JounQin)! - chore: align with Angular Package Format correctly + + reference: https://angular.io/guide/angular-package-format + +- [#156](https://github.com/import-js/eslint-import-resolver-typescript/pull/156) [`4bd60c3`](https://github.com/import-js/eslint-import-resolver-typescript/commit/4bd60c37ab27d87be0e554d2563f0fea59fd4058) Thanks [@JounQin](https://github.com/JounQin)! - docs: document options from `enhanced-resolve` + ## 3.2.7 ### Patch Changes diff --git a/package.json b/package.json index 0c1bf53..476a142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.2.7", + "version": "3.3.0", "type": "module", "description": "TypeScript `.cts`/`.mts`/`.ts`/`.tsx`/`.d.cts`/`.d.mts`/`.d.ts` module resolver for `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",