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

Update eslint #516

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

Update eslint #516

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.6.1 -> 3.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-node 11.1.0 -> 14.0.0 devDependencies replacement
eslint-plugin-promise 6.1.1 -> 6.6.0 age adoption passing confidence devDependencies minor

This is a special PR that replaces eslint-plugin-node with the community suggested minimal stable replacement version.


Release Notes

eslint/eslint (eslint)

v8.57.1

Compare Source

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
import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v6.6.0

Compare Source

Bug Fixes
  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#​493) (f368c5a)
Features
  • add strict option to disallow then or catch following await or yield (#​494) (fa482cc)

v6.5.1

Compare Source

v6.5.0

Compare Source

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.0

Compare Source


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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 20, 2024
@renovate renovate bot force-pushed the renovate/eslint branch from 506b778 to 365fb49 Compare March 24, 2024 17:37
@renovate renovate bot force-pushed the renovate/eslint branch from 365fb49 to 6ff074b Compare April 14, 2024 08:45
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 76b014a to 4dc37e1 Compare April 25, 2024 08:21
@renovate renovate bot force-pushed the renovate/eslint branch from 4dc37e1 to bca6ad6 Compare May 30, 2024 11:01
@renovate renovate bot changed the title Replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0 Replace eslint May 30, 2024
@renovate renovate bot force-pushed the renovate/eslint branch from bca6ad6 to aee4474 Compare June 4, 2024 11:29
@renovate renovate bot force-pushed the renovate/eslint branch from aee4474 to 693bf37 Compare July 4, 2024 04:25
@renovate renovate bot force-pushed the renovate/eslint branch 4 times, most recently from c7bdeec to f662be2 Compare July 25, 2024 00:02
@renovate renovate bot force-pushed the renovate/eslint branch from f662be2 to 35b1003 Compare August 6, 2024 08:14
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 860a67b to 276ad84 Compare August 29, 2024 14:09
@renovate renovate bot changed the title Replace eslint Update eslint Aug 29, 2024
@renovate renovate bot force-pushed the renovate/eslint branch from 276ad84 to 96f797f Compare September 6, 2024 07:05
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 0c51df4 to 7f4d472 Compare September 19, 2024 16:34
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 73dbc0e to 3bd3431 Compare October 7, 2024 03:37
@renovate renovate bot force-pushed the renovate/eslint branch from 3bd3431 to 4d7aa50 Compare October 22, 2024 03:43
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 6fcccdb to c358540 Compare December 6, 2024 15:30
@renovate renovate bot force-pushed the renovate/eslint branch from c358540 to 0e91855 Compare December 6, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants