Skip to content
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

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

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

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

Release Notes

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

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

Configuration

📅 Schedule: 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 changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^3.6.3 chore(deps): update dependency eslint-import-resolver-typescript to ^3.7.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 6 times, most recently from 7850d47 to 657a24b Compare December 6, 2024 00:54
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to ^3.7.0 chore(deps): update dependency eslint-import-resolver-typescript to v3.7.0 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 657a24b to 621d2aa Compare December 6, 2024 01:10
@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.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 18:42
@renovate renovate bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.7.0 - autoclosed chore(deps): update dependency eslint-import-resolver-typescript to v3.7.0 Dec 10, 2024
@renovate renovate bot reopened this Dec 10, 2024
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 4 times, most recently from f992558 to 1e20d33 Compare December 10, 2024 23:28
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 1e20d33 to 9f0788f Compare December 10, 2024 23:41
@JP-Ellis JP-Ellis merged commit 0dcac3b into master Dec 10, 2024
33 checks passed
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