Skip to content

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Apr 7, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
eslint-import-resolver-typescript devDependencies major ^3.0.0 -> ^4.0.0 OpenSSF Scorecard

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

v3.10.1

Compare Source

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.10.0...v3.10.1

v3.10.0

Compare Source

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.9.1...v3.10.0

v3.9.1

Compare Source

Patch Changes

v3.9.0

Compare Source

Minor Changes

v3.8.7

Compare Source

Patch Changes

v3.8.6

Compare Source

Patch Changes

v3.8.5

Compare Source

Patch Changes

v3.8.4

Compare Source

Patch Changes

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes
  • #​345 fcc8883 Thanks @​carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.

  • #​346 c124e87 Thanks @​carlocorradini! - Update get-tsconfig to the the latest version. We now support the ${configDir} variable, introduced in TypeScript 5.5.

v3.7.0

Compare Source

Minor Changes
  • #​326 93ea130 Thanks @​SukkaW! - This version has implemented the eslint-plugin-import-x's v3 resolver interface. This allows you to use import/require to reference eslint-import-resolver-typescript directly in your ESLint flat config:

    Previously

    // eslint.config.js
    module.exports = {
      settings: {
        'import-x/resolver': {
          typescript: {
            alwaysTryTypes: true,
          },
          // or
          require.resolve('eslint-import-resolver-typescript'):
            alwaysTryTypes: true,
          }
        }
      }
    }

    Now

    // eslint.config.js
    const {
      createTypeScriptImportResolver,
    } = require('eslint-import-resolver-typescript')
    
    module.exports = {
      settings: {
        'import-x/resolver-next': [
          createTypeScriptImportResolver({
            alwaysTryTypes: true,
          }),
        ],
      },
    }

    Note that this only works with eslint-plugin-import-x@>=4.5.0. You can't use createTypeScriptImportResolver with the older versions of eslint-plugin-import-x or any existing versions of eslint-plugin-import.

v3.6.3

Compare Source

Patch Changes

v3.6.1

Compare Source

Patch Changes

v3.6.0

Compare Source

Minor Changes

v3.5.5

Compare Source

Patch Changes

v3.5.4

Compare Source

Patch Changes

v3.5.3

Compare Source

Patch Changes
  • #​206 6531bad Thanks @​marvinhagemeister! - Only try to resolve a module directory when we know that the path is a directory. This can lead to a 15% speedup on projects with many files.

v3.5.2

Compare Source

Patch Changes

v3.5.1

Compare Source

Patch Changes

v3.5.0

Compare Source

Minor Changes
Patch Changes

v3.4.2

Compare Source

Patch Changes

v3.4.1

Compare Source

Patch Changes

v3.4.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).

🚦 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.


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

This PR has been generated by Renovate Bot.

@descope descope bot added the renovate label Apr 7, 2025
@descope descope bot enabled auto-merge (squash) April 7, 2025 20:32
descope-approve[bot]
descope-approve bot previously approved these changes Apr 9, 2025
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 0e3f210 to 8dd796e Compare April 9, 2025 11:50
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 8dd796e to f2d7a46 Compare April 10, 2025 01:31
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from f2d7a46 to 2b22613 Compare April 10, 2025 16:46
descope-approve[bot]
descope-approve bot previously approved these changes Apr 16, 2025
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 2b22613 to 60e136f Compare April 17, 2025 09:57
descope-approve[bot]
descope-approve bot previously approved these changes Apr 20, 2025
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 60e136f to a9c27f4 Compare April 20, 2025 08:46
descope-approve[bot]
descope-approve bot previously approved these changes Apr 20, 2025
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from a9c27f4 to f302927 Compare April 21, 2025 08:06
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 18d4b13 to 53eb943 Compare August 28, 2025 18:16
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 53eb943 to 58b794c Compare August 28, 2025 22:12
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 58b794c to 5ed990f Compare September 2, 2025 09:33
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 5ed990f to 35e0d15 Compare September 2, 2025 13:31
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 35e0d15 to d01bba7 Compare September 3, 2025 12:48
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from d01bba7 to 4681f14 Compare September 3, 2025 20:56
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 4681f14 to 472f8a2 Compare September 4, 2025 22:28
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 472f8a2 to 61a67ae Compare September 10, 2025 12:53
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 61a67ae to d87b250 Compare September 14, 2025 19:52
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from d87b250 to 4d892a9 Compare September 27, 2025 21:40
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 4d892a9 to 2290342 Compare September 28, 2025 09:51
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 2290342 to f5e862d Compare September 28, 2025 22:46
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from f5e862d to 70d5d73 Compare September 30, 2025 12:26
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-4.x branch from 70d5d73 to 829fd9f Compare October 15, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants