Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Confidence
eslint-import-resolver-typescript 3.6.13.10.1 age confidence

Release Notes

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

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

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.6.3 chore(deps): update dependency eslint-import-resolver-typescript to v3.7.0 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 12a026c to dd5fdcd Compare December 3, 2024 18:21
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from dd5fdcd to b2e4eab Compare January 23, 2025 17:29
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from b2e4eab to 6bfc6ad Compare January 30, 2025 19:31
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 6bfc6ad to 30aa553 Compare February 9, 2025 14:46
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.7.0 chore(deps): update dependency eslint-import-resolver-typescript to v3.8.0 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 30aa553 to 13d6638 Compare February 14, 2025 11:51
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.0 chore(deps): update dependency eslint-import-resolver-typescript to v3.8.1 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 13d6638 to d7549c5 Compare February 17, 2025 21:25
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.1 chore(deps): update dependency eslint-import-resolver-typescript to v3.8.2 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from d7549c5 to 0a1b947 Compare February 18, 2025 19:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.2 chore(deps): update dependency eslint-import-resolver-typescript to v3.8.3 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 0a1b947 to 20ef66f Compare February 20, 2025 11:06
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 20ef66f to 32ceb2e Compare March 10, 2025 23:08
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.3 chore(deps): update dependency eslint-import-resolver-typescript to v3.8.4 Mar 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.4 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 a6b248b to 8d890c9 Compare March 12, 2025 19:44
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.5 chore(deps): update dependency eslint-import-resolver-typescript to v3.8.6 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 8d890c9 to 6c8efd1 Compare March 13, 2025 19:15
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.6 chore(deps): update dependency eslint-import-resolver-typescript to v3.8.7 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 6c8efd1 to 6ae4236 Compare March 15, 2025 05:26
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.8.7 chore(deps): update dependency eslint-import-resolver-typescript to v3.9.0 Mar 15, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.9.0 chore(deps): update dependency eslint-import-resolver-typescript to v3.9.1 Mar 16, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch 2 times, most recently from 41ad98d to 93511b7 Compare March 17, 2025 16:57
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 93511b7 to 410da5c Compare March 27, 2025 01:47
@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 27, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 410da5c to 1e43867 Compare April 1, 2025 12:35
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 1e43867 to 5bb4602 Compare April 8, 2025 12:38
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 5bb4602 to 3d6ab22 Compare April 21, 2025 10:06
@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 3d6ab22 to 6b88d8a Compare April 24, 2025 08:44
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 6b88d8a to 429fb11 Compare May 19, 2025 18:01
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 429fb11 to e46c6dd Compare May 28, 2025 07:28
@renovate
Copy link
Contributor Author

renovate bot commented Jun 6, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: acdc@0.0.0
npm error Found: eslint-import-resolver-typescript@3.6.1
npm error node_modules/eslint-import-resolver-typescript
npm error   dev eslint-import-resolver-typescript@"3.10.1" from the root project
npm error
npm error Could not resolve dependency:
npm error dev eslint-import-resolver-typescript@"3.10.1" from the root project
npm error
npm error Conflicting peer dependency: @typescript-eslint/utils@8.51.0
npm error node_modules/@typescript-eslint/utils
npm error   peerOptional @typescript-eslint/utils@"^8.0.0" from eslint-plugin-import-x@4.16.1
npm error   node_modules/eslint-plugin-import-x
npm error     peerOptional eslint-plugin-import-x@"*" from eslint-import-resolver-typescript@3.10.1
npm error     node_modules/eslint-import-resolver-typescript
npm error       dev eslint-import-resolver-typescript@"3.10.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-12-31T13_59_05_958Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-31T13_59_05_958Z-debug-0.log

@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from e46c6dd to 059b726 Compare June 6, 2025 00:27
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 059b726 to 3040429 Compare June 22, 2025 15:02
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 3040429 to f31d204 Compare July 2, 2025 19:38
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from f31d204 to f22b972 Compare August 10, 2025 13:39
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from f22b972 to 93b2dc8 Compare August 19, 2025 13:12
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 93b2dc8 to 0670d70 Compare August 31, 2025 10:40
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 0670d70 to 7a517ca Compare September 25, 2025 16:41
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 7a517ca to c142664 Compare October 21, 2025 17:03
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from c142664 to 870c5ee Compare November 11, 2025 02:06
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 870c5ee to 0c6802a Compare November 18, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant