Skip to content

chore(deps): update dependency eslint-import-resolver-typescript to v4#326

Closed
cu-infra-svc-git wants to merge 1 commit intomainfrom
renovate/eslint-import-resolver-typescript-4.x
Closed

chore(deps): update dependency eslint-import-resolver-typescript to v4#326
cu-infra-svc-git wants to merge 1 commit intomainfrom
renovate/eslint-import-resolver-typescript-4.x

Conversation

@cu-infra-svc-git
Copy link
Copy Markdown
Contributor

@cu-infra-svc-git cu-infra-svc-git commented Mar 17, 2025

This PR contains the following updates:

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

Release Notes

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

v4.4.4

Compare Source

Patch Changes

v4.4.3

Compare Source

Patch Changes

v4.4.2

Compare Source

Patch Changes

v4.4.1

Compare Source

Patch Changes

v4.4.0

Compare Source

Minor Changes

v4.3.5

Compare Source

Patch Changes

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

v4.0.0

Compare Source

Major Changes
  • #​368 2fd7c2e Thanks @​JounQin! - feat!: rewrite, speed up by using rspack-resolver which supports references natively under the hood

    BREAKING CHANGES:

    • drop Node 14 support, Node ^16.17.0 || >=18.6 is now required
    • alwaysTryTypes is enabled by default, you can set it as false to opt-out
    • array type of project is discouraged but still supported, single project with references are encouraged for better performance, you can enable noWarnOnMultipleProjects option to supress the warning message
    • root tsconfig.json or jsconfig.json will be used automatically if no project provided

Configuration

📅 Schedule: Branch creation - "before 2am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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.


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

This PR has been generated by Renovate Bot.

@cu-infra-svc-git cu-infra-svc-git requested a review from a team as a code owner March 17, 2025 00:37
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.60%. Comparing base (e1c1293) to head (b0491e9).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #326   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files          16       16           
  Lines        2269     2269           
  Branches      130      130           
=======================================
  Hits         2260     2260           
  Misses          9        9           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1c1293...b0491e9. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 3 times, most recently from 0b70f98 to 65cd30c Compare March 20, 2025 00:35
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 4 times, most recently from d887ecc to c7d68c2 Compare March 31, 2025 00:38
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 2 times, most recently from 094491f to 75c5e47 Compare April 11, 2025 00:37
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 3 times, most recently from b8d07d5 to 7ae199e Compare April 22, 2025 00:37
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 7ae199e to f1a0a63 Compare April 29, 2025 00:38
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from f1a0a63 to 06b3cc0 Compare May 7, 2025 00:38
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 3 times, most recently from b33821b to 7ce2bf1 Compare May 20, 2025 00:40
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 3 times, most recently from 505bbd3 to 4479e41 Compare May 30, 2025 00:39
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 3 times, most recently from f91ccdc to 16d8a4b Compare June 6, 2025 00:39
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 16d8a4b to 48d8ef0 Compare June 17, 2025 00:40
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch 2 times, most recently from 9060019 to 754bbb9 Compare June 26, 2025 00:39
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 754bbb9 to b0491e9 Compare July 1, 2025 00:45
@github-actions
Copy link
Copy Markdown
Contributor

This pull request is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

@github-actions github-actions bot added the stale label Jul 15, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Closing this pull request as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

@github-actions github-actions bot closed this Jul 18, 2025
@cu-infra-svc-git
Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@cu-infra-svc-git cu-infra-svc-git deleted the renovate/eslint-import-resolver-typescript-4.x branch July 21, 2025 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant