Skip to content

Commit 6a5c99b

Browse files
chore: release eslint-import-resolver-typescript
1 parent 42f2dd6 commit 6a5c99b

File tree

6 files changed

+19
-25
lines changed

6 files changed

+19
-25
lines changed

.changeset/khaki-lemons-sort.md

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

.changeset/shiny-kiwis-kiss.md

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

.changeset/stale-eggs-mate.md

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

.changeset/two-tables-study.md

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#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)`
8+
9+
`typescript` resolves `typescript/lib/typescript.d.ts` instead of `typescript/lib/typescript.js` by default
10+
11+
- [#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
12+
13+
### Patch Changes
14+
15+
- [#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`
16+
17+
- [#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
18+
19+
reference: https://angular.io/guide/angular-package-format
20+
321
## 3.2.7
422

523
### 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-import-resolver-typescript",
3-
"version": "3.2.7",
3+
"version": "3.3.0",
44
"type": "module",
55
"description": "TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`",
66
"repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",

0 commit comments

Comments
 (0)