Skip to content

fix(deps): update dependency eslint-import-resolver-typescript to v3 - autoclosed #307

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

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2022

This PR contains the following updates:

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

Release Notes

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

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

v3.3.0

Compare Source

Minor Changes
  • #​154 42f2dd6 Thanks @​JounQin! - feat: add externsionAlias option support, .d.([cm]?ts|tsx) are always preferred than .([cm]?js|jsx)

    typescript resolves typescript/lib/typescript.d.ts instead of typescript/lib/typescript.js by default

  • #​154 42f2dd6 Thanks @​JounQin! - feat: exports globSync, defaultExtensions, defaultMainFields, defaultConditionNames and defaultExtensionAlias for reusing

Patch Changes

v3.2.7

Compare Source

Patch Changes

v3.2.6

Compare Source

Patch Changes

v3.2.5

Compare Source

Patch Changes

v3.2.4

Compare Source

Patch Changes

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes

v3.1.5

Compare Source

Patch Changes

v3.1.4

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes
3.1.1 (2022-06-27)
Bug Fixes

v3.1.1

Compare Source

v3.1.0

Compare Source

⚠ BREAKING CHANGES
  • use enhanced-resolve instead
Features

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • remove depracated directory option
  • use get-tsconfig to replace tsconfig-paths
  • bump globby, use synckit for sync fn
  • deps: bump tsconfig-paths to ^4.0.0 (#​104)
Features
  • bump globby, use synckit for sync fn (322cb29)

  • ignore node_modules folder in projects option glob (#​105) (1e1b5a6)

  • remove depracated directory option (67c8d59)

  • use get-tsconfig to replace tsconfig-paths (78a08e0)

  • deps: bump tsconfig-paths to ^4.0.0 (#​104) (b2edbc8)

2.7.1 (2022-04-03)
Bug Fixes

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 force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 7 times, most recently from fdc84c6 to 86a49ec Compare July 4, 2022 06:01
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 3 times, most recently from f289e3f to c9a98e7 Compare July 8, 2022 18:31
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 3 times, most recently from f37224d to f762d1a Compare July 19, 2022 17:49
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from f762d1a to 21ef671 Compare August 1, 2022 18:04
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 2 times, most recently from 6c50b76 to 76adb89 Compare August 18, 2022 01:47
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 76adb89 to 6c44b89 Compare August 22, 2022 18:07
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 6c44b89 to 9b7e022 Compare September 7, 2022 18:03
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 9b7e022 to 659ee90 Compare October 20, 2022 12:59
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 659ee90 to 5fec241 Compare November 14, 2022 21:56
@renovate renovate bot changed the title fix(deps): update dependency eslint-import-resolver-typescript to v3 Update dependency eslint-import-resolver-typescript to v3 Dec 17, 2022
@renovate renovate bot changed the title Update dependency eslint-import-resolver-typescript to v3 fix(deps): update dependency eslint-import-resolver-typescript to v3 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 5fec241 to 21934f5 Compare January 2, 2023 21:11
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 3 times, most recently from 26f69b1 to d77ca0f Compare January 11, 2023 11:15
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from d77ca0f to d2b5f14 Compare March 7, 2023 03:08
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from d2b5f14 to d161482 Compare March 20, 2023 23:30
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 2 times, most recently from 84be6d5 to 5bc6ea0 Compare April 2, 2023 04:20
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 5bc6ea0 to d3d5bb6 Compare April 5, 2023 16:58
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from d3d5bb6 to fb0c003 Compare June 21, 2023 20:33
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from fb0c003 to d673f0c Compare August 9, 2023 14:35
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from d673f0c to 2255930 Compare September 22, 2023 10:58
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 3 times, most recently from 8721d9c to 9d4eec1 Compare March 5, 2024 03:31
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 9d4eec1 to 4366bfc Compare August 26, 2024 10:32
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 4366bfc to 90e0604 Compare December 3, 2024 14:20
@renovate renovate bot changed the title fix(deps): update dependency eslint-import-resolver-typescript to v3 fix(deps): update dependency eslint-import-resolver-typescript to v3 - 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 18:38
@renovate renovate bot changed the title fix(deps): update dependency eslint-import-resolver-typescript to v3 - autoclosed fix(deps): update dependency eslint-import-resolver-typescript to v3 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 2 times, most recently from 90e0604 to b07d9c0 Compare December 9, 2024 17:36
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from b07d9c0 to 1b1045e Compare January 13, 2025 21:42
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 4 times, most recently from 1a1e3d8 to 80be2be Compare February 20, 2025 12:37
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 5 times, most recently from f2cadd6 to 73dafd4 Compare March 15, 2025 06:02
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 73dafd4 to f01c233 Compare March 16, 2025 13:34
@renovate renovate bot changed the title fix(deps): update dependency eslint-import-resolver-typescript to v3 fix(deps): update dependency eslint-import-resolver-typescript to v3 - autoclosed Mar 17, 2025
@renovate renovate bot closed this Mar 17, 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