Update dependency eslint-import-resolver-typescript to v3.10.1 - #223
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency eslint-import-resolver-typescript to v3.10.1#223renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
December 3, 2024 16:01
5393849 to
966fa7e
Compare
renovate
Bot
deleted the
renovate/eslint-import-resolver-typescript-3.x
branch
December 8, 2024 19:00
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
December 8, 2024 21:39
473a322 to
966fa7e
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
February 14, 2025 12:14
966fa7e to
04085d6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
2 times, most recently
from
February 20, 2025 07:39
525069d to
2191f87
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
February 20, 2025 11:44
2191f87 to
c4b2190
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
March 10, 2025 23:21
c4b2190 to
b9d12ef
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
March 12, 2025 02:53
b9d12ef to
331ce74
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
March 12, 2025 19:26
331ce74 to
89650f2
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
March 15, 2025 00:06
89650f2 to
b2fc708
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
March 15, 2025 06:38
b2fc708 to
b01f538
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
March 16, 2025 13:28
b01f538 to
04270b0
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
March 27, 2025 03:24
04270b0 to
f836677
Compare
renovate
Bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
April 21, 2025 10:34
f836677 to
eb94b85
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.1→3.10.1Release Notes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.10.1Compare Source
Patch Changes
c1d64c3Thanks @JounQin! - chore: bumpunrs-resolverto v1.6.2Full Changelog: import-js/eslint-import-resolver-typescript@v3.10.0...v3.10.1
v3.10.0Compare Source
Minor Changes
#413
89c2795Thanks @JounQin! - chore: housekeeping, bump all (dev) depsMigrate
rspack-resolverto rebrandingunrs-resolverfor more targets support and other bug fixesFull Changelog: import-js/eslint-import-resolver-typescript@v3.9.1...v3.10.0
v3.9.1Compare Source
Patch Changes
4a9176eThanks @JounQin! - fix: userspack-resolverfork for pnp supportv3.9.0Compare Source
Minor Changes
6814443Thanks @JounQin! - feat: migrateenhanced-resolvetooxc-resolverv3.8.7Compare Source
Patch Changes
a14fdd9Thanks @carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute pathsv3.8.6Compare Source
Patch Changes
c9d5ab0Thanks @JounQin! - fix: add support for importing with .js extension as tsx importeev3.8.5Compare Source
Patch Changes
366eeafThanks @carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.v3.8.4Compare Source
Patch Changes
c940785Thanks @JounQin! - fix: support multiple matching ts pathsv3.8.3Compare Source
Patch Changes
#360
8192976Thanks @carlocorradini! - Force tiniglobby to expand dot directories#360
8192976Thanks @carlocorradini! - Update tinyglobby to latest versionv3.8.2Compare Source
Patch Changes
5fd349eThanks @carlocorradini! - Update thetinyglobbyto the latest version to solve performance regressions.v3.8.1Compare Source
Patch Changes
0c6303dThanks @carlocorradini! - Set cwd while resolving tsconfig includev3.8.0Compare Source
Minor Changes
#345
fcc8883Thanks @carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.#346
c124e87Thanks @carlocorradini! - Update get-tsconfig to the the latest version. We now support the${configDir}variable, introduced in TypeScript 5.5.v3.7.0Compare Source
Minor Changes
#326
93ea130Thanks @SukkaW! - This version has implemented theeslint-plugin-import-x's v3 resolver interface. This allows you to use import/require to referenceeslint-import-resolver-typescriptdirectly in your ESLint flat config:Previously
Now
Note that this only works with
eslint-plugin-import-x@>=4.5.0. You can't usecreateTypeScriptImportResolverwith the older versions ofeslint-plugin-import-xor any existing versions ofeslint-plugin-import.v3.6.3Compare Source
Patch Changes
#305
f8d7b82Thanks @SukkaW! - Fix resolve fornode:test,node:sea, andnode:sqlitewithout sacrificing installation size#288
a4c6c78Thanks @SunsetTechuila! - fix: ignore bun built-in modulesConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.