[Fix] no-duplicates: Removing duplicates breaks in TypeScript by yesl-kim · Pull Request #3033 · import-js/eslint-plugin-import (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
ljharb changed the title
fix: Removing duplicates breaks in TypeScript [Fix] no-duplicates: Removing duplicates breaks in TypeScript
renovate Bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request
| datasource | package | from | to |
|---|---|---|---|
| npm | eslint-plugin-import | 2.29.1 | 2.30.0 |
v2.30.0
Added
- [
dynamic-import-chunkname]: addallowEmptyoption to allow empty leading comments ([#2942], thanks [@JiangWeixian]) - [
dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai]) - [
no-unused-modules]: AddignoreUnusedTypeExportsoption ([#3011], thanks [@silverwind]) - add support for Flat Config ([#3018], thanks [@michaelfaith])
Fixed
- [
no-extraneous-dependencies]: allow wrong path ([#3012], thanks [@chabb]) - [
no-cycle]: use scc algorithm to optimize ([#2998], thanks [@soryy708]) - [
no-duplicates]: Removing duplicates breaks in TypeScript ([#3033], thanks [@yesl-kim]) - [
newline-after-import]: fix considerComments option when require ([#2952], thanks [@developer-bandi]) - [
order]: do not compare first path segment for relative paths ([#2682]) ([#2885], thanks [@mihkeleidast])
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 thepathGroupsExcludedImportTypesoption ([#3036], thanks [@liby]) - [readme] Clarify how to install the plugin ([#2993], thanks [@jwbth])
SukkaW added a commit to SukkaW/eslint-plugin-import-x that referenced this pull request
SukkaW added a commit to un-ts/eslint-plugin-import-x that referenced this pull request
renovate Bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request
renovate Bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request
renovate Bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request
renovate Bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request
renovate Bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request
NOUIY mentioned this pull request
qdraw mentioned this pull request
This was referenced
Oct 3, 2024
This was referenced
Oct 4, 2024
qdraw mentioned this pull request
This was referenced
Oct 28, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})