Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate enhanced-resolve to oxc-resolver #379

Merged
merged 2 commits into from
Mar 15, 2025
Merged

Conversation

JounQin
Copy link
Collaborator

@JounQin JounQin commented Mar 15, 2025

Copy link

changeset-bot bot commented Mar 15, 2025

🦋 Changeset detected

Latest commit: d2a4411

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-import-resolver-typescript Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

socket-security bot commented Mar 15, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@emnapi/[email protected] environment, eval, network 0 1.78 MB toyobayashi
npm/@emnapi/[email protected] environment, eval 0 438 kB toyobayashi
npm/@emnapi/[email protected] environment 0 219 kB toyobayashi
npm/@napi-rs/[email protected] None 0 8.04 MB broooooklyn
npm/@oxc-resolver/[email protected] None 0 770 kB boshen
npm/@oxc-resolver/[email protected] None 0 850 kB boshen
npm/@oxc-resolver/[email protected] None 0 910 kB boshen
npm/@oxc-resolver/[email protected] None 0 838 kB boshen
npm/@oxc-resolver/[email protected] None 0 811 kB boshen
npm/@oxc-resolver/[email protected] None 0 829 kB boshen
npm/@oxc-resolver/[email protected] None 0 942 kB boshen
npm/@oxc-resolver/[email protected] None 0 954 kB boshen
npm/@oxc-resolver/[email protected] environment 0 580 kB boshen
npm/@oxc-resolver/[email protected] None 0 643 kB boshen
npm/@oxc-resolver/[email protected] None 0 737 kB boshen
npm/@tybys/[email protected] environment, network 0 770 kB toyobayashi
npm/@types/[email protected]7.5.8 None 0 23.3 kB types
npm/[email protected]4.4.0 None 0 42.8 kB qix
npm/[email protected]5.2.0 None 0 429 kB explodingcabbage
npm/[email protected]3.3.3 None 0 98.4 kB mrmlnc
npm/[email protected] environment, shell 0 20.2 kB boshen
npm/[email protected]7.7.1 None 0 96.7 kB npm-cli-ops
npm/[email protected]0.0.5 None 0 0 B
npm/[email protected]6.2.1 None 0 167 kB isaacs
npm/[email protected]4.37.0 None 0 424 kB sindresorhus

🚮 Removed packages: npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

codesandbox-ci bot commented Mar 15, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
Contributor

size-limit report 📦

Path Size
./lib/index.js 2.97 KB (-3.29% 🔽)

@JounQin JounQin merged commit 6814443 into master Mar 15, 2025
30 checks passed
@JounQin JounQin deleted the feat/oxc-resolver branch March 15, 2025 03:23
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 15, 2025
| datasource | package                           | from  | to    |
| ---------- | --------------------------------- | ----- | ----- |
| npm        | eslint-import-resolver-typescript | 3.8.0 | 3.9.0 |


## [v3.9.0](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#390)

##### Minor Changes

-   [#379](import-js/eslint-import-resolver-typescript#379) [`6814443`](import-js/eslint-import-resolver-typescript@6814443) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate `enhanced-resolve` to `oxc-resolver`


## [v3.8.7](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#387)

##### Patch Changes

-   [#377](import-js/eslint-import-resolver-typescript#377) [`a14fdd9`](import-js/eslint-import-resolver-typescript@a14fdd9) Thanks [@carlocorradini](https://github.com/carlocorradini)! - fix: include mapper with no files and force non-dynamic projects to use absolute paths


## [v3.8.6](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#386)

##### Patch Changes

-   [#374](import-js/eslint-import-resolver-typescript#374) [`c9d5ab0`](import-js/eslint-import-resolver-typescript@c9d5ab0) Thanks [@JounQin](https://github.com/JounQin)! - fix: add support for importing with .js extension as tsx importee


## [v3.8.5](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#385)

##### Patch Changes

-   [#372](import-js/eslint-import-resolver-typescript#372) [`366eeaf`](import-js/eslint-import-resolver-typescript@366eeaf) Thanks [@carlocorradini](https://github.com/carlocorradini)! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.


## [v3.8.4](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#384)

##### Patch Changes

-   [#370](import-js/eslint-import-resolver-typescript#370) [`c940785`](import-js/eslint-import-resolver-typescript@c940785) Thanks [@JounQin](https://github.com/JounQin)! - fix: support multiple matching ts paths


## [v3.8.3](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#383)

##### Patch Changes

-   [#360](import-js/eslint-import-resolver-typescript#360) [`8192976`](import-js/eslint-import-resolver-typescript@8192976) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Force tiniglobby to expand dot directories

-   [#360](import-js/eslint-import-resolver-typescript#360) [`8192976`](import-js/eslint-import-resolver-typescript@8192976) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update tinyglobby to latest version


## [v3.8.2](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#382)

##### Patch Changes

-   [#357](import-js/eslint-import-resolver-typescript#357) [`5fd349e`](import-js/eslint-import-resolver-typescript@5fd349e) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update the `tinyglobby` to the latest version to solve performance regressions.


## [v3.8.1](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#381)

##### Patch Changes

-   [#352](import-js/eslint-import-resolver-typescript#352) [`0c6303d`](import-js/eslint-import-resolver-typescript@0c6303d) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Set cwd while resolving tsconfig include
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 15, 2025
| datasource | package                           | from  | to    |
| ---------- | --------------------------------- | ----- | ----- |
| npm        | eslint-import-resolver-typescript | 3.8.0 | 3.9.0 |


## [v3.9.0](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#390)

##### Minor Changes

-   [#379](import-js/eslint-import-resolver-typescript#379) [`6814443`](import-js/eslint-import-resolver-typescript@6814443) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate `enhanced-resolve` to `oxc-resolver`


## [v3.8.7](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#387)

##### Patch Changes

-   [#377](import-js/eslint-import-resolver-typescript#377) [`a14fdd9`](import-js/eslint-import-resolver-typescript@a14fdd9) Thanks [@carlocorradini](https://github.com/carlocorradini)! - fix: include mapper with no files and force non-dynamic projects to use absolute paths


## [v3.8.6](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#386)

##### Patch Changes

-   [#374](import-js/eslint-import-resolver-typescript#374) [`c9d5ab0`](import-js/eslint-import-resolver-typescript@c9d5ab0) Thanks [@JounQin](https://github.com/JounQin)! - fix: add support for importing with .js extension as tsx importee


## [v3.8.5](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#385)

##### Patch Changes

-   [#372](import-js/eslint-import-resolver-typescript#372) [`366eeaf`](import-js/eslint-import-resolver-typescript@366eeaf) Thanks [@carlocorradini](https://github.com/carlocorradini)! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.


## [v3.8.4](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#384)

##### Patch Changes

-   [#370](import-js/eslint-import-resolver-typescript#370) [`c940785`](import-js/eslint-import-resolver-typescript@c940785) Thanks [@JounQin](https://github.com/JounQin)! - fix: support multiple matching ts paths


## [v3.8.3](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#383)

##### Patch Changes

-   [#360](import-js/eslint-import-resolver-typescript#360) [`8192976`](import-js/eslint-import-resolver-typescript@8192976) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Force tiniglobby to expand dot directories

-   [#360](import-js/eslint-import-resolver-typescript#360) [`8192976`](import-js/eslint-import-resolver-typescript@8192976) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update tinyglobby to latest version


## [v3.8.2](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#382)

##### Patch Changes

-   [#357](import-js/eslint-import-resolver-typescript#357) [`5fd349e`](import-js/eslint-import-resolver-typescript@5fd349e) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update the `tinyglobby` to the latest version to solve performance regressions.


## [v3.8.1](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#381)

##### Patch Changes

-   [#352](import-js/eslint-import-resolver-typescript#352) [`0c6303d`](import-js/eslint-import-resolver-typescript@0c6303d) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Set cwd while resolving tsconfig include
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 16, 2025
| datasource | package                           | from  | to    |
| ---------- | --------------------------------- | ----- | ----- |
| npm        | eslint-import-resolver-typescript | 3.8.0 | 3.9.1 |


## [v3.9.1](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#391)

##### Patch Changes

-   [#382](import-js/eslint-import-resolver-typescript#382) [`4a9176e`](import-js/eslint-import-resolver-typescript@4a9176e) Thanks [@JounQin](https://github.com/JounQin)! - fix: use [`rspack-resolver`](https://github.com/unrs/rspack-resolver) fork for pnp support


## [v3.9.0](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#390)

##### Minor Changes

-   [#379](import-js/eslint-import-resolver-typescript#379) [`6814443`](import-js/eslint-import-resolver-typescript@6814443) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate `enhanced-resolve` to `oxc-resolver`


## [v3.8.7](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#387)

##### Patch Changes

-   [#377](import-js/eslint-import-resolver-typescript#377) [`a14fdd9`](import-js/eslint-import-resolver-typescript@a14fdd9) Thanks [@carlocorradini](https://github.com/carlocorradini)! - fix: include mapper with no files and force non-dynamic projects to use absolute paths


## [v3.8.6](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#386)

##### Patch Changes

-   [#374](import-js/eslint-import-resolver-typescript#374) [`c9d5ab0`](import-js/eslint-import-resolver-typescript@c9d5ab0) Thanks [@JounQin](https://github.com/JounQin)! - fix: add support for importing with .js extension as tsx importee


## [v3.8.5](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#385)

##### Patch Changes

-   [#372](import-js/eslint-import-resolver-typescript#372) [`366eeaf`](import-js/eslint-import-resolver-typescript@366eeaf) Thanks [@carlocorradini](https://github.com/carlocorradini)! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.


## [v3.8.4](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#384)

##### Patch Changes

-   [#370](import-js/eslint-import-resolver-typescript#370) [`c940785`](import-js/eslint-import-resolver-typescript@c940785) Thanks [@JounQin](https://github.com/JounQin)! - fix: support multiple matching ts paths


## [v3.8.3](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#383)

##### Patch Changes

-   [#360](import-js/eslint-import-resolver-typescript#360) [`8192976`](import-js/eslint-import-resolver-typescript@8192976) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Force tiniglobby to expand dot directories

-   [#360](import-js/eslint-import-resolver-typescript#360) [`8192976`](import-js/eslint-import-resolver-typescript@8192976) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update tinyglobby to latest version


## [v3.8.2](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#382)

##### Patch Changes

-   [#357](import-js/eslint-import-resolver-typescript#357) [`5fd349e`](import-js/eslint-import-resolver-typescript@5fd349e) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update the `tinyglobby` to the latest version to solve performance regressions.


## [v3.8.1](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#381)

##### Patch Changes

-   [#352](import-js/eslint-import-resolver-typescript#352) [`0c6303d`](import-js/eslint-import-resolver-typescript@0c6303d) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Set cwd while resolving tsconfig include
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 16, 2025
| datasource | package                           | from  | to    |
| ---------- | --------------------------------- | ----- | ----- |
| npm        | eslint-import-resolver-typescript | 3.8.0 | 3.9.1 |


## [v3.9.1](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#391)

##### Patch Changes

-   [#382](import-js/eslint-import-resolver-typescript#382) [`4a9176e`](import-js/eslint-import-resolver-typescript@4a9176e) Thanks [@JounQin](https://github.com/JounQin)! - fix: use [`rspack-resolver`](https://github.com/unrs/rspack-resolver) fork for pnp support


## [v3.9.0](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#390)

##### Minor Changes

-   [#379](import-js/eslint-import-resolver-typescript#379) [`6814443`](import-js/eslint-import-resolver-typescript@6814443) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate `enhanced-resolve` to `oxc-resolver`


## [v3.8.7](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#387)

##### Patch Changes

-   [#377](import-js/eslint-import-resolver-typescript#377) [`a14fdd9`](import-js/eslint-import-resolver-typescript@a14fdd9) Thanks [@carlocorradini](https://github.com/carlocorradini)! - fix: include mapper with no files and force non-dynamic projects to use absolute paths


## [v3.8.6](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#386)

##### Patch Changes

-   [#374](import-js/eslint-import-resolver-typescript#374) [`c9d5ab0`](import-js/eslint-import-resolver-typescript@c9d5ab0) Thanks [@JounQin](https://github.com/JounQin)! - fix: add support for importing with .js extension as tsx importee


## [v3.8.5](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#385)

##### Patch Changes

-   [#372](import-js/eslint-import-resolver-typescript#372) [`366eeaf`](import-js/eslint-import-resolver-typescript@366eeaf) Thanks [@carlocorradini](https://github.com/carlocorradini)! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.


## [v3.8.4](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#384)

##### Patch Changes

-   [#370](import-js/eslint-import-resolver-typescript#370) [`c940785`](import-js/eslint-import-resolver-typescript@c940785) Thanks [@JounQin](https://github.com/JounQin)! - fix: support multiple matching ts paths


## [v3.8.3](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#383)

##### Patch Changes

-   [#360](import-js/eslint-import-resolver-typescript#360) [`8192976`](import-js/eslint-import-resolver-typescript@8192976) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Force tiniglobby to expand dot directories

-   [#360](import-js/eslint-import-resolver-typescript#360) [`8192976`](import-js/eslint-import-resolver-typescript@8192976) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update tinyglobby to latest version


## [v3.8.2](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#382)

##### Patch Changes

-   [#357](import-js/eslint-import-resolver-typescript#357) [`5fd349e`](import-js/eslint-import-resolver-typescript@5fd349e) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update the `tinyglobby` to the latest version to solve performance regressions.


## [v3.8.1](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#381)

##### Patch Changes

-   [#352](import-js/eslint-import-resolver-typescript#352) [`0c6303d`](import-js/eslint-import-resolver-typescript@0c6303d) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Set cwd while resolving tsconfig include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant