Skip to content

Update dependency eslint-import-resolver-typescript to v3.10.1 - #223

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-import-resolver-typescript-3.x
Open

Update dependency eslint-import-resolver-typescript to v3.10.1#223
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-import-resolver-typescript-3.x

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2024

Copy link
Copy Markdown
Contributor

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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 27, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @typescript-eslint/eslint-plugin@8.1.0
npm ERR! Found: eslint@8.35.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm ERR!   node_modules/@eslint-community/eslint-utils
npm ERR!     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@8.1.0
npm ERR!     node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm ERR!       @typescript-eslint/utils@"8.1.0" from @typescript-eslint/eslint-plugin@8.1.0
npm ERR!       node_modules/@typescript-eslint/eslint-plugin
npm ERR!         dev @typescript-eslint/eslint-plugin@"^8.1.0" from the root project
npm ERR!     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@8.1.0
npm ERR!     node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils
npm ERR!       @typescript-eslint/utils@"8.1.0" from @typescript-eslint/type-utils@8.1.0
npm ERR!       node_modules/@typescript-eslint/type-utils
npm ERR!         @typescript-eslint/type-utils@"8.1.0" from @typescript-eslint/eslint-plugin@8.1.0
npm ERR!         node_modules/@typescript-eslint/eslint-plugin
npm ERR!     1 more (eslint)
npm ERR!   peer eslint@">=7.0.0" from eslint-config-prettier@9.1.0
npm ERR!   node_modules/eslint-config-prettier
npm ERR!     dev eslint-config-prettier@"9.1.0" from the root project
npm ERR!     peerOptional eslint-config-prettier@"*" from eslint-plugin-prettier@5.2.1
npm ERR!     node_modules/eslint-plugin-prettier
npm ERR!       dev eslint-plugin-prettier@"5.2.1" from the root project
npm ERR!   8 more (eslint-plugin-cypress, eslint-plugin-import, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.57.0 || ^9.0.0" from @typescript-eslint/eslint-plugin@8.1.0
npm ERR! node_modules/@typescript-eslint/eslint-plugin
npm ERR!   dev @typescript-eslint/eslint-plugin@"^8.1.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@9.39.5
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^8.57.0 || ^9.0.0" from @typescript-eslint/eslint-plugin@8.1.0
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"^8.1.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-08-14T17_33_47_227Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 5393849 to 966fa7e Compare December 3, 2024 16:01
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.6.3 Update dependency eslint-import-resolver-typescript to v3.7.0 Dec 3, 2024
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.7.0 Update dependency eslint-import-resolver-typescript to v3.7.0 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate
renovate Bot deleted the renovate/eslint-import-resolver-typescript-3.x branch December 8, 2024 19:00
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.7.0 - autoclosed Update dependency eslint-import-resolver-typescript to v3.7.0 Dec 8, 2024
@renovate renovate Bot reopened this Dec 8, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 473a322 to 966fa7e Compare December 8, 2024 21:39
@renovate
renovate Bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 966fa7e to 04085d6 Compare February 14, 2025 12:14
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.7.0 Update dependency eslint-import-resolver-typescript to v3.8.0 Feb 14, 2025
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.8.0 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 branch 2 times, most recently from 525069d to 2191f87 Compare February 20, 2025 07:39
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.8.1 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 branch from 2191f87 to c4b2190 Compare February 20, 2025 11:44
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.8.2 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 branch from c4b2190 to b9d12ef Compare March 10, 2025 23:21
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.8.3 Update dependency eslint-import-resolver-typescript to v3.8.4 Mar 10, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from b9d12ef to 331ce74 Compare March 12, 2025 02:53
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.8.4 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 branch from 331ce74 to 89650f2 Compare March 12, 2025 19:26
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.8.5 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 branch from 89650f2 to b2fc708 Compare March 15, 2025 00:06
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.8.6 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 branch from b2fc708 to b01f538 Compare March 15, 2025 06:38
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.8.7 Update dependency eslint-import-resolver-typescript to v3.9.0 Mar 15, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from b01f538 to 04270b0 Compare March 16, 2025 13:28
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.9.0 Update dependency eslint-import-resolver-typescript to v3.9.1 Mar 16, 2025
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.9.1 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 branch from 04270b0 to f836677 Compare March 27, 2025 03:24
@renovate
renovate Bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from f836677 to eb94b85 Compare April 21, 2025 10:34
@renovate renovate Bot changed the title Update dependency eslint-import-resolver-typescript to v3.10.0 Update dependency eslint-import-resolver-typescript to v3.10.1 Apr 21, 2025
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.

0 participants