Skip to content

chore(deps): bump eslint-import-resolver-typescript to 3.9.1 - autoclosed #135

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

@renovate renovate bot commented Sep 25, 2022

This PR contains the following updates:

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

v2.7.1

Compare Source

v2.7.0

Compare Source

Features

v2.6.0

Compare Source

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 from 6ac6a60 to 6d227c6 Compare November 20, 2022 13:10
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.5.1 chore(deps): bump eslint-import-resolver-typescript to 3.5.2 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.5.2 chore(deps): bump eslint-import-resolver-typescript to 3.5.3 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 6d227c6 to 61ade67 Compare March 16, 2023 23:52
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.5.3 chore(deps): bump eslint-import-resolver-typescript to 3.5.4 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 61ade67 to da6f09c Compare March 30, 2023 10:00
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.5.4 chore(deps): bump eslint-import-resolver-typescript to 3.5.5 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from da6f09c to 74aa81f Compare April 17, 2023 13:16
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.5.5 chore(deps): bump eslint-import-resolver-typescript to 3.6.0 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 74aa81f to 10c42d4 Compare August 9, 2023 15:14
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.6.0 chore(deps): bump eslint-import-resolver-typescript to 3.6.1 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 10c42d4 to 0cb7e78 Compare September 22, 2023 12:16
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 0cb7e78 to 169e89d Compare August 26, 2024 11:24
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.6.1 chore(deps): bump eslint-import-resolver-typescript to 3.6.3 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 169e89d to ac751c9 Compare December 3, 2024 18:03
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.6.3 chore(deps): bump eslint-import-resolver-typescript to 3.7.0 Dec 3, 2024
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.7.0 chore(deps): bump eslint-import-resolver-typescript to 3.8.0 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 2 times, most recently from 3a04bdd to a402a52 Compare February 17, 2025 18:57
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.8.0 chore(deps): bump eslint-import-resolver-typescript to 3.8.1 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from a402a52 to 0318fc4 Compare February 18, 2025 19:34
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.8.1 chore(deps): bump eslint-import-resolver-typescript to 3.8.2 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 0318fc4 to d069e49 Compare February 20, 2025 10:59
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.8.2 chore(deps): bump eslint-import-resolver-typescript to 3.8.3 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from d069e49 to ea68e33 Compare March 10, 2025 21:55
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.8.3 chore(deps): bump eslint-import-resolver-typescript to 3.8.4 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from ea68e33 to 2a4a12d Compare March 11, 2025 23:35
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.8.4 chore(deps): bump eslint-import-resolver-typescript to 3.8.5 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 2a4a12d to 8134164 Compare March 12, 2025 21:25
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.8.5 chore(deps): bump eslint-import-resolver-typescript to 3.8.6 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 8134164 to 0d2fff2 Compare March 13, 2025 18:50
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.8.6 chore(deps): bump eslint-import-resolver-typescript to 3.8.7 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 0d2fff2 to 6972e3f Compare March 15, 2025 06:14
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.8.7 chore(deps): bump eslint-import-resolver-typescript to 3.9.0 Mar 15, 2025
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 6972e3f to ae20dcc Compare March 16, 2025 14:37
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.9.0 chore(deps): bump eslint-import-resolver-typescript to 3.9.1 Mar 16, 2025
@renovate renovate bot changed the title chore(deps): bump eslint-import-resolver-typescript to 3.9.1 chore(deps): bump eslint-import-resolver-typescript to 3.9.1 - autoclosed Mar 17, 2025
@renovate renovate bot closed this Mar 17, 2025
@renovate renovate bot deleted the renovate/eslint-import-resolver-typescript-3.x branch March 17, 2025 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants