Skip to content

chore(deps): update dependency eslint-import-resolver-typescript to v3.10.1 #718

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 23, 2025

This PR contains the following updates:

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

Release Notes

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

v3.10.1

Compare Source

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

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.

@coveralls
Copy link

coveralls commented Mar 23, 2025

Coverage Status

coverage: 90.742%. remained the same
when pulling 994a49b on renovate/eslint-import-resolver-typescript-3.x-lockfile
into 9ecd64c on main.

@gastonfournier gastonfournier moved this from New to Bots in Issues and PRs Mar 24, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from b7bf4a4 to 6b0010e Compare March 26, 2025 22:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.9.1 chore(deps): update dependency eslint-import-resolver-typescript to v3.10.0 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch 2 times, most recently from fb7fb55 to 10bef19 Compare April 8, 2025 12:00
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 10bef19 to aad58c6 Compare April 21, 2025 07:35
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.10.0 chore(deps): update dependency eslint-import-resolver-typescript to v3.10.1 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from aad58c6 to 994a49b Compare April 24, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Bots
Development

Successfully merging this pull request may close these issues.

1 participant