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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2024

This PR contains the following updates:

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


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 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.

Copy link

vercel bot commented Dec 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ckomop0x-me-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 1, 2025 0:37am

Copy link

codecov bot commented Dec 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.03%. Comparing base (c74b625) to head (0ee6131).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1021   +/-   ##
=======================================
  Coverage   24.03%   24.03%           
=======================================
  Files          84       84           
  Lines         466      466           
  Branches       83       83           
=======================================
  Hits          112      112           
  Misses        353      353           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch 2 times, most recently from e6cced7 to 821d25a Compare December 28, 2024 21:48
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 821d25a to d392031 Compare December 28, 2024 22:36
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from d392031 to 6c991a0 Compare December 29, 2024 15:58
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 6c991a0 to f5e4951 Compare December 29, 2024 17:29
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from f5e4951 to 7010f0b Compare December 30, 2024 00:20
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 7010f0b to a5da653 Compare December 30, 2024 00:26
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from a5da653 to 679e6da Compare December 30, 2024 14:23
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x-lockfile branch from 679e6da to 0ee6131 Compare January 1, 2025 12:31
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.

1 participant