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

[deps] SM: Update eslint-import-resolver-typescript to v3.7.0 #10845

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

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

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 requested a review from a team September 2, 2024 00:01
@bitwarden-bot bitwarden-bot changed the title [deps] SM: Update eslint-import-resolver-typescript to v3.6.3 [SM-1429] [deps] SM: Update eslint-import-resolver-typescript to v3.6.3 Sep 2, 2024
@bitwarden-bot
Copy link

Internal tracking:

@renovate renovate bot changed the title [SM-1429] [deps] SM: Update eslint-import-resolver-typescript to v3.6.3 [deps] SM: Update eslint-import-resolver-typescript to v3.6.3 Sep 2, 2024
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.45%. Comparing base (918c68a) to head (04a3c7f).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10845   +/-   ##
=======================================
  Coverage   34.44%   34.45%           
=======================================
  Files        2974     2974           
  Lines       90666    90666           
  Branches    16989    16989           
=======================================
+ Hits        31233    31240    +7     
+ Misses      56967    56960    -7     
  Partials     2466     2466           

☔ 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 branch from 53c0d12 to 2d6d682 Compare November 4, 2024 16:58
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch 4 times, most recently from ed70706 to ef7429e Compare November 18, 2024 14:42
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from ef7429e to 1194b93 Compare November 19, 2024 13:29
@renovate renovate bot changed the title [deps] SM: Update eslint-import-resolver-typescript to v3.6.3 [deps] SM: Update eslint-import-resolver-typescript to v3.7.0 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 1194b93 to 3c1cd42 Compare December 3, 2024 14:43
@renovate renovate bot changed the title [deps] SM: Update eslint-import-resolver-typescript to v3.7.0 [deps] SM: Update 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:54
@renovate renovate bot changed the title [deps] SM: Update eslint-import-resolver-typescript to v3.7.0 - autoclosed [deps] SM: Update eslint-import-resolver-typescript to v3.7.0 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 from 74a3640 to 3c1cd42 Compare December 9, 2024 02:40
Hinton
Hinton previously approved these changes Jan 16, 2025
Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Detailsccf9efe4-9446-4408-affd-89196a55c799

Great job, no security vulnerabilities found in this Pull Request

@renovate renovate bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from a2d433a to 04a3c7f Compare January 16, 2025 15:11
Copy link
Member

@Hinton Hinton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint only dependency, linting passes.

@Hinton Hinton merged commit 9a6f00e into main Jan 16, 2025
46 of 52 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.

2 participants