Skip to content

chore(deps): update dependency eslint-import-resolver-typescript to ^4.3.4 #398

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-import-resolver-typescript ^4.0.0 -> ^4.3.4 age adoption passing confidence

Release Notes

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.3.4

Compare Source

Patch Changes

v4.3.3

Compare Source

Patch Changes

v4.3.2

Compare Source

Patch Changes

v4.3.1

Compare Source

Patch Changes

v4.3.0

Compare Source

Minor Changes

v4.2.7

Compare Source

Patch Changes

v4.2.6

Compare Source

Patch Changes

v4.2.5

Compare Source

Patch Changes

v4.2.4

Compare Source

Patch Changes
  • #​407 6b183ff Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

v4.2.3

Compare Source

Patch Changes
  • #​402 f21bf15 Thanks @​SunsetTechuila! - fix: don't resolve not implemented node modules in bun

    is-bun-module is marked as dependency, again, for correctness, see isBunImplementedNodeModule for more details

    For Bun users: you don't need to install is-bun-module any more but bun: true option is still required if you're running without bun --bun nor run#bun enabled

v4.2.2

Compare Source

Patch Changes
  • #​397 14a7688 Thanks @​JounQin! - chore: bump rspack-resolver for better P'n'P support

    Now rspack-resolver resolves pnpapi natively.

v4.2.1

Compare Source

Patch Changes

v4.2.0

Compare Source

Minor Changes
  • #​391 c8121e5 Thanks @​JounQin! - feat: make is-bun-module as optional peer dependency

    Technically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects bun users, bun --bun eslint even works without this dependency, so I'd consider this as a minor change.

    So for bun users, there are three options:

    1. install is-bun-module dependency manually and use bun: true option
    2. run eslint with bun --bun eslint w/o bun: true option
    3. enable run#bun in bunfig.toml w/o bun: true option

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes
  • #​387 ef5cd10 Thanks @​JounQin! - feat: add a new bun?: boolean option for bun users - close #​386

    process.versions.bun is unavailable even with bun eslint due to its own design,
    but checking bun modules for non-bun users is incorrect behavior and just wasting time,
    so a new option is added for such case, you can still run with bun --bun eslint without this option enabled


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 17, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.1.0 chore(deps): update dependency eslint-import-resolver-typescript to ^4.1.1 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 2 times, most recently from e6363dd to 7d2d097 Compare March 18, 2025 07:08
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.1.1 chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.0 Mar 18, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.0 chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.1 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 7d2d097 to 336750f Compare March 18, 2025 16:05
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.1 chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.2 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 336750f to c1f626c Compare March 19, 2025 06:24
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.2 chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.3 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from c1f626c to b431131 Compare March 25, 2025 13:11
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.3 chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.4 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 2 times, most recently from 22d2ae6 to d9db43f Compare March 26, 2025 23:14
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.4 chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.5 Mar 26, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.5 chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.7 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 2 times, most recently from f77b4fd to e9e413d Compare March 29, 2025 23:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.2.7 chore(deps): update dependency eslint-import-resolver-typescript to ^4.3.1 Mar 29, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.3.1 chore(deps): update dependency eslint-import-resolver-typescript to ^4.3.2 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from e9e413d to 7253ae0 Compare April 7, 2025 06:23
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 7253ae0 to e1dd30b Compare April 20, 2025 02:02
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.3.2 chore(deps): update dependency eslint-import-resolver-typescript to ^4.3.3 Apr 20, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from e1dd30b to b45e150 Compare April 21, 2025 13:53
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^4.3.3 chore(deps): update dependency eslint-import-resolver-typescript to ^4.3.4 Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant