Skip to content

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

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 Apr 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-import-resolver-typescript 3.5.4 -> 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

v3.5.5

Compare Source

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

@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.5.5 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from ee5ccec to f8e82ee Compare August 9, 2023 14:46
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.6.0 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from f8e82ee to 57f0d56 Compare September 22, 2023 14:13
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.6.1 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 57f0d56 to 910497a Compare August 26, 2024 14:40
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.6.3 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 910497a to 10f295d Compare December 3, 2024 14:43
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 10f295d to 2d2f891 Compare January 23, 2025 17:41
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 2d2f891 to a77ff45 Compare January 30, 2025 18:05
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from a77ff45 to 10d8b83 Compare February 9, 2025 14:46
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.7.0 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 10d8b83 to 0b574f6 Compare February 14, 2025 10:28
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 0b574f6 to 7b870f4 Compare February 17, 2025 18:36
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.1 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 7b870f4 to 48e69cb Compare February 18, 2025 16:26
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.2 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 48e69cb to e194519 Compare February 20, 2025 12:26
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from e194519 to 752bce9 Compare March 3, 2025 12:37
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 752bce9 to bd9dd67 Compare March 10, 2025 22:14
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.3 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch 2 times, most recently from d923874 to cddb3ab Compare March 12, 2025 02:55
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.4 Mar 12, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.5 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch 2 times, most recently from 1530b8d to 9cd5a40 Compare March 13, 2025 20:15
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.6 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 9cd5a40 to 7067cb8 Compare March 15, 2025 06:41
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.7 Mar 15, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 7067cb8 to 02fc044 Compare March 16, 2025 14:42
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.9.0 Mar 16, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 02fc044 to 362040f Compare March 17, 2025 17:08
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 362040f to 63511b8 Compare March 26, 2025 23:11
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.9.1 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch 2 times, most recently from f071e13 to 5daf7c4 Compare April 8, 2025 10:06
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.10.0 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 5daf7c4 to c855c04 Compare April 21, 2025 07:24
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from c855c04 to 2c1e064 Compare April 24, 2025 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
0 participants