Skip to content

Commit aba8654

Browse files
chore: release eslint-import-resolver-typescript (#424)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]>
1 parent 2fcb947 commit aba8654

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/wise-singers-own.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [#423](https://github.com/import-js/eslint-import-resolver-typescript/pull/423) [`2fcb947`](https://github.com/import-js/eslint-import-resolver-typescript/commit/2fcb947803eeb096c9c59fa3ae9c34df1236c543) Thanks [@JounQin](https://github.com/JounQin)! - feat: throw error on malformed `tsconfig` reference
8+
39
## 4.2.7
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "4.2.7",
3+
"version": "4.3.0",
44
"type": "module",
55
"description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
66
"repository": "https://github.com/import-js/eslint-import-resolver-typescript",

tests/e2e/e2e.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from 'node:path'
44
import { tryFile } from '@pkgr/core'
55
import { exec } from 'tinyexec'
66

7-
const TIMEOUT = 30_000
7+
const TIMEOUT = 60_000
88

99
describe('e2e cases', async () => {
1010
const { dirname } = import.meta

0 commit comments

Comments
 (0)