Update dependency eslint-plugin-import to v2.31.0 #114

Merged
Brain merged 1 commits from renovate/eslint-plugin-import-2.x into main 2024-10-07 15:08:56 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import devDependencies minor 2.30.0 -> 2.31.0

Release Notes

import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
  • support eslint v9 ([#​2996], thanks [@​G-Rath] [@​michaelfaith])
  • `order`]: allow validating named imports (\[[#​3043](https://github.com/import-js/eslint-plugin-import/issues/3043)], thanks \[[@​manuth](https://github.com/manuth)])
    
  • `extensions`]: add the `checkTypeImports` option (\[[#​2817](https://github.com/import-js/eslint-plugin-import/issues/2817)], thanks \[[@​phryneas](https://github.com/phryneas)])
    
    
Fixed
  • ExportMap / flat config: include languageOptions in context ([#​3052], thanks [@​michaelfaith])
  • `no-named-as-default`]: Allow using an identifier if the export is both a named and a default export (\[[#​3032](https://github.com/import-js/eslint-plugin-import/issues/3032)], thanks \[[@​akwodkiewicz](https://github.com/akwodkiewicz)])
    
  • `export`]: False positive for exported overloaded functions in TS (\[[#​3065](https://github.com/import-js/eslint-plugin-import/issues/3065)], thanks \[[@​liuxingbaoyu](https://github.com/liuxingbaoyu)])
    
  • exportMap: export map cache is tainted by unreliable parse results ([#​3062], thanks [@​michaelfaith])
  • exportMap: improve cacheKey when using flat config ([#​3072], thanks [@​michaelfaith])
  • adjust "is source type module" checks for flat config ([#​2996], thanks [@​G-Rath])
Changed
  • Docs] \[`no-relative-packages`]: fix typo (\[[#​3066](https://github.com/import-js/eslint-plugin-import/issues/3066)], thanks \[[@​joshuaobrien](https://github.com/joshuaobrien)])
    
  • Performance] \[`no-cycle`]: dont scc for each linted file (\[[#​3068](https://github.com/import-js/eslint-plugin-import/issues/3068)], thanks \[[@​soryy708](https://github.com/soryy708)])
    
  • Docs] \[`no-cycle`]: add `disableScc` to docs (\[[#​3070](https://github.com/import-js/eslint-plugin-import/issues/3070)], thanks \[[@​soryy708](https://github.com/soryy708)])
    
  • Tests] use re-exported `RuleTester` (\[[#​3071](https://github.com/import-js/eslint-plugin-import/issues/3071)], thanks \[[@​G-Rath](https://github.com/G-Rath)])
    
  • Docs] \[`no-restricted-paths`]: fix grammar (\[[#​3073](https://github.com/import-js/eslint-plugin-import/issues/3073)], thanks \[[@​unbeauvoyage](https://github.com/unbeauvoyage)])
    
  • Tests] \[`no-default-export`], \[`no-named-export`]:  add test case (thanks \[[@​G-Rath](https://github.com/G-Rath)])
    
    

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.

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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | devDependencies | minor | [`2.30.0` -> `2.31.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.30.0/2.31.0) | --- ### Release Notes <details> <summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary> ### [`v2.31.0`](https://github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2310---2024-10-03) [Compare Source](https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0) ##### Added - support eslint v9 (\[[#&#8203;2996](https://github.com/import-js/eslint-plugin-import/issues/2996)], thanks \[[@&#8203;G-Rath](https://github.com/G-Rath)] \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) - \[`order`]: allow validating named imports (\[[#&#8203;3043](https://github.com/import-js/eslint-plugin-import/issues/3043)], thanks \[[@&#8203;manuth](https://github.com/manuth)]) - \[`extensions`]: add the `checkTypeImports` option (\[[#&#8203;2817](https://github.com/import-js/eslint-plugin-import/issues/2817)], thanks \[[@&#8203;phryneas](https://github.com/phryneas)]) ##### Fixed - `ExportMap` / flat config: include `languageOptions` in context (\[[#&#8203;3052](https://github.com/import-js/eslint-plugin-import/issues/3052)], thanks \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) - \[`no-named-as-default`]: Allow using an identifier if the export is both a named and a default export (\[[#&#8203;3032](https://github.com/import-js/eslint-plugin-import/issues/3032)], thanks \[[@&#8203;akwodkiewicz](https://github.com/akwodkiewicz)]) - \[`export`]: False positive for exported overloaded functions in TS (\[[#&#8203;3065](https://github.com/import-js/eslint-plugin-import/issues/3065)], thanks \[[@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)]) - `exportMap`: export map cache is tainted by unreliable parse results (\[[#&#8203;3062](https://github.com/import-js/eslint-plugin-import/issues/3062)], thanks \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) - `exportMap`: improve cacheKey when using flat config (\[[#&#8203;3072](https://github.com/import-js/eslint-plugin-import/issues/3072)], thanks \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) - adjust "is source type module" checks for flat config (\[[#&#8203;2996](https://github.com/import-js/eslint-plugin-import/issues/2996)], thanks \[[@&#8203;G-Rath](https://github.com/G-Rath)]) ##### Changed - \[Docs] \[`no-relative-packages`]: fix typo (\[[#&#8203;3066](https://github.com/import-js/eslint-plugin-import/issues/3066)], thanks \[[@&#8203;joshuaobrien](https://github.com/joshuaobrien)]) - \[Performance] \[`no-cycle`]: dont scc for each linted file (\[[#&#8203;3068](https://github.com/import-js/eslint-plugin-import/issues/3068)], thanks \[[@&#8203;soryy708](https://github.com/soryy708)]) - \[Docs] \[`no-cycle`]: add `disableScc` to docs (\[[#&#8203;3070](https://github.com/import-js/eslint-plugin-import/issues/3070)], thanks \[[@&#8203;soryy708](https://github.com/soryy708)]) - \[Tests] use re-exported `RuleTester` (\[[#&#8203;3071](https://github.com/import-js/eslint-plugin-import/issues/3071)], thanks \[[@&#8203;G-Rath](https://github.com/G-Rath)]) - \[Docs] \[`no-restricted-paths`]: fix grammar (\[[#&#8203;3073](https://github.com/import-js/eslint-plugin-import/issues/3073)], thanks \[[@&#8203;unbeauvoyage](https://github.com/unbeauvoyage)]) - \[Tests] \[`no-default-export`], \[`no-named-export`]: add test case (thanks \[[@&#8203;G-Rath](https://github.com/G-Rath)]) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-10-06 12:42:32 +02:00
Update dependency eslint-plugin-import to v2.31.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
1085cbb56a
Brain merged commit c32a94c6ff into main 2024-10-07 15:08:56 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wtf-eg/digitale-online-offline-registration#114
No description provided.