Skip to content

Commit

Permalink
fix(deps): Update dependency eslint-plugin-import to v2.30.0 (#224)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-plugin-import](https://togithub.com/import-js/eslint-plugin-import) | devDependencies | minor | [`2.29.1` -> `2.30.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.29.1/2.30.0) |

---

### Release Notes

<details>
<summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary>

### [`v2.30.0`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2300---2024-09-02)

[Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0)

##### Added

-   \[`dynamic-import-chunkname`]: add `allowEmpty` option to allow empty leading comments (\[[#&#8203;2942](https://togithub.com/import-js/eslint-plugin-import/issues/2942)], thanks \[[@&#8203;JiangWeixian](https://togithub.com/JiangWeixian)])
-   \[`dynamic-import-chunkname`]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (\[[#&#8203;3004](https://togithub.com/import-js/eslint-plugin-import/issues/3004)], thanks \[[@&#8203;amsardesai](https://togithub.com/amsardesai)])
-   \[`no-unused-modules`]: Add `ignoreUnusedTypeExports` option (\[[#&#8203;3011](https://togithub.com/import-js/eslint-plugin-import/issues/3011)], thanks \[[@&#8203;silverwind](https://togithub.com/silverwind)])
-   add support for Flat Config (\[[#&#8203;3018](https://togithub.com/import-js/eslint-plugin-import/issues/3018)], thanks \[[@&#8203;michaelfaith](https://togithub.com/michaelfaith)])

##### Fixed

-   \[`no-extraneous-dependencies`]: allow wrong path (\[[#&#8203;3012](https://togithub.com/import-js/eslint-plugin-import/issues/3012)], thanks \[[@&#8203;chabb](https://togithub.com/chabb)])
-   \[`no-cycle`]: use scc algorithm to optimize (\[[#&#8203;2998](https://togithub.com/import-js/eslint-plugin-import/issues/2998)], thanks \[[@&#8203;soryy708](https://togithub.com/soryy708)])
-   \[`no-duplicates`]: Removing duplicates breaks in TypeScript (\[[#&#8203;3033](https://togithub.com/import-js/eslint-plugin-import/issues/3033)], thanks \[[@&#8203;yesl-kim](https://togithub.com/yesl-kim)])
-   \[`newline-after-import`]: fix considerComments option when require (\[[#&#8203;2952](https://togithub.com/import-js/eslint-plugin-import/issues/2952)], thanks \[[@&#8203;developer-bandi](https://togithub.com/developer-bandi)])
-   \[`order`]: do not compare first path segment for relative paths (\[[#&#8203;2682](https://togithub.com/import-js/eslint-plugin-import/issues/2682)]) (\[[#&#8203;2885](https://togithub.com/import-js/eslint-plugin-import/issues/2885)], thanks \[[@&#8203;mihkeleidast](https://togithub.com/mihkeleidast)])

##### Changed

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

</details>

---

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

🔕 **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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Oct 1, 2024
1 parent 54f4929 commit 90521e6
Showing 1 changed file with 479 additions and 243 deletions.
Loading

0 comments on commit 90521e6

Please sign in to comment.