Skip to content

Commit

Permalink
chore: release eslint-import-resolver-typescript v3.3.0 (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 19, 2022
1 parent 4bd60c3 commit 76b7b56
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-lemons-sort.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shiny-kiwis-kiss.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stale-eggs-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-ways-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-tables-study.md

This file was deleted.

20 changes: 20 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 76b7b56

Please sign in to comment.