From e2aa6bf92f5becae12d7c51eb708fd081c211944 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 17:59:15 +0000 Subject: [PATCH 1/2] chore: release eslint-import-resolver-typescript --- .changeset/gold-rabbits-walk.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/gold-rabbits-walk.md diff --git a/.changeset/gold-rabbits-walk.md b/.changeset/gold-rabbits-walk.md deleted file mode 100644 index 2d96485b..00000000 --- a/.changeset/gold-rabbits-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: `require` entry types, add `module-sync` entry diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d73a4ba..bb4d4f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.2.6 + +### Patch Changes + +- [#417](https://github.com/import-js/eslint-import-resolver-typescript/pull/417) [`c3f678b`](https://github.com/import-js/eslint-import-resolver-typescript/commit/c3f678ba550f027bfb1f1b64a1750fc1fe83c5e3) Thanks [@JounQin](https://github.com/JounQin)! - fix: `require` entry types, add `module-sync` entry + ## 4.2.5 ### Patch Changes diff --git a/package.json b/package.json index f2161ebb..d2f9705a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.2.5", + "version": "4.2.6", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript", From ef1d9821155067149dff14aa74facc86e67e0b8d Mon Sep 17 00:00:00 2001 From: JounQin Date: Sat, 29 Mar 2025 02:07:14 +0800 Subject: [PATCH 2/2] ci: autofix on reopened event --- .github/workflows/autofix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9b4c18e7..7e79f5e1 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -4,6 +4,7 @@ on: pull_request: types: - opened + - reopened - synchronize concurrency: