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 #642

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Dec 9, 2024

This PR contains the following updates:

Package Type Update Change
eslint-import-resolver-typescript devDependencies minor 3.6.1 -> 3.7.0

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 - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@descope descope bot added the renovate label Dec 9, 2024
Copy link

vercel bot commented Dec 9, 2024

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

Name Status Preview Comments Updated (UTC)
auth-hosting ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 2:31pm
auth-hosting-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 2:31pm
auth-hosting-euc1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 2:31pm
auth-hosting-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 2:31pm
auth-hosting-sandbox-us ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 2:31pm
auth-hosting-star1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 2:31pm
auth-hosting-star2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 2:31pm
nir-itai-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 2:31pm

@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 97ec92a to 34e0406 Compare December 14, 2024 14:14
Copy link

vercel bot commented Dec 14, 2024

Your Vercel team allenzhou is not permitted to deploy from this git repository. Contact an administrator to add github organization descope as a Protected Git Scope in allenzhou on Vercel. Once added, commit again to see your changes.

Learn more: https://vercel.com/docs/security/protected-git-scopes

@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 34e0406 to 81ed80e Compare December 23, 2024 15:03
@descope descope bot force-pushed the renovate/eslint-import-resolver-typescript-3.x branch from 81ed80e to 16dba18 Compare December 24, 2024 14:09
@descope descope bot enabled auto-merge (squash) December 24, 2024 14:09
@descope descope bot changed the title chore(deps): update dependency eslint-import-resolver-typescript to v3.6.3 chore(deps): update dependency eslint-import-resolver-typescript to v3.7.0 Dec 24, 2024
@descope descope bot merged commit daac477 into main Dec 24, 2024
9 of 17 checks passed
@descope descope bot deleted the renovate/eslint-import-resolver-typescript-3.x branch December 24, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants