dependabot-npm_and_yarn-eslint-plugin-import-2.28.0
master
Bumps eslint-plugin-import from 2.27.5 to 2.28.0.
Sourced from eslint-plugin-import's changelog.
[2.28.0] - 2023-07-27 Fixed [no-duplicates]: remove duplicate identifiers in duplicate imports (#2577, thanks [@joe-matsec]) [consistent-type-specifier-style]: fix accidental removal of comma in certain cases (#2754, thanks [@bradzacher]) [Perf] ExportMap: Improve ExportMap.for performance on larger codebases (#2756, thanks [@leipert]) [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies (#1820, thanks [@andyogo]) [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import (#2832, thanks [@laurens-dg]) [order]: partial fix for #2687 (thanks [@ljharb]) [no-duplicates]: Detect across type and regular imports (#2835, thanks [@benkrejci]) [extensions]: handle . and .. properly (#2778, thanks [@benasher44]) [no-unused-modules]: improve schema (thanks [@ljharb]) [no-unused-modules]: report error on binding instead of parent export (#2842, thanks [@Chamion]) Changed [Docs] [no-duplicates]: fix example schema (#2684, thanks [@simmo]) [Docs] [group-exports]: fix syntax highlighting (#2699, thanks [@devinrhode2]) [Docs] [extensions]: reference node ESM behavior (#2748, thanks [@xM8WVqaG]) [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@ljharb]) [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@ljharb]) [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@ljharb])
no-duplicates
@joe-matsec
consistent-type-specifier-style
@bradzacher
ExportMap
ExportMap.for
@leipert
no-extraneous-dependencies
@andyogo
newline-after-import
@laurens-dg
order
@ljharb
@benkrejci
extensions
.
..
@benasher44
no-unused-modules
@Chamion
@simmo
group-exports
@devinrhode2
@xM8WVqaG
exports-last
array.prototype.findlastindex
no-anonymous-default-export
object.fromentries
array.prototype.flatmap
a257df9
600fcc1
object.groupby
be928ae
no-internal-modules
e7c2486
no-useless-path-segments
.filter
.reduce
89f5d0d
fromEntries
reduce
703e9f9
flatMap
70f24f1
90e2dfa
d3aa478
export
3e1dd0b
$dependabot recreate
added 3 commits
5c9487aa
Compare with previous version
No dependencies set.
The note is not visible to the blocked user.
Bumps eslint-plugin-import from 2.27.5 to 2.28.0.
Changelog
Sourced from eslint-plugin-import's changelog.
Commits
a257df9Bump to 2.28.0600fcc1[Refactor]order: useobject.groupbybe928ae[Refactor]no-internal-modules: simplify a reducee7c2486[Refactor]no-useless-path-segments: use.filterinstead of.reduce89f5d0d[Refactor]no-anonymous-default-export: usefromEntriesinstead ofreduce703e9f9[Refactor]no-duplicates,no-unused-modules: useflatMapinstead of `ma...70f24f1[Tests] allow WSL builds to fail, for now90e2dfa[Fix]no-unused-modules: report error on binding instead of parent exportd3aa478[Tests]no-unused-modules: document error reported on entireexportstate...3e1dd0b[Fix]no-unused-modules: improve schemaDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 3 commits
master5c9487aa- Build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0Compare with previous version