Skip to content

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Feb 1, 2025

This PR contains the following updates:

Package Type Update Change
eslint-import-resolver-typescript devDependencies minor 3.6.3 -> 3.7.0
eslint-plugin-prettier devDependencies patch 5.2.1 -> 5.2.3

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.

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Feb 1, 2025
@kodiakhq kodiakhq bot merged commit beaf022 into main Feb 1, 2025
9 checks passed
@kodiakhq kodiakhq bot deleted the renovate/eslint-packages branch February 1, 2025 02:06
kodiakhq bot pushed a commit that referenced this pull request Feb 3, 2025
🤖 I have created a release *beep* *boop*
---


## [0.1.23](v0.1.22...v0.1.23) (2025-02-03)


### Bug Fixes

* **deps:** Update dependency @apache-arrow/esnext-esm to v19 ([#262](#262)) ([65cf803](65cf803))
* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.31 ([#264](#264)) ([9bb3fb6](9bb3fb6))
* **deps:** Update dependency p-timeout to v6.1.4 ([#257](#257)) ([0019a7c](0019a7c))
* **deps:** Update dependency typescript to v5.7.3 ([#258](#258)) ([ed0d619](ed0d619))
* **deps:** Update dependency uuid to v11.0.5 ([#260](#260)) ([7bed538](7bed538))
* **deps:** Update eslint packages ([#261](#261)) ([beaf022](beaf022))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant