build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 by dependabot[bot] · Pull Request #808 · golangci/golangci-lint-action (original) (raw)
Bumps eslint-plugin-import from 2.27.5 to 2.28.0.
Changelog
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: ImproveExportMap.forperformance 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]: usearray.prototype.findlastindex(thanks [@ljharb])- [Refactor] [
no-anonymous-default-export]: useobject.fromentries(thanks [@ljharb])- [Refactor] [
no-unused-modules]: usearray.prototype.flatmap(thanks [@ljharb])
Commits
- a257df9 Bump to 2.28.0
- 600fcc1 [Refactor]
order: useobject.groupby - be928ae [Refactor]
no-internal-modules: simplify a reduce - e7c2486 [Refactor]
no-useless-path-segments: use.filterinstead of.reduce - 89f5d0d [Refactor]
no-anonymous-default-export: usefromEntriesinstead ofreduce - 703e9f9 [Refactor]
no-duplicates,no-unused-modules: useflatMapinstead of `ma... - 70f24f1 [Tests] allow WSL builds to fail, for now
- 90e2dfa [Fix]
no-unused-modules: report error on binding instead of parent export - d3aa478 [Tests]
no-unused-modules: document error reported on entireexportstate... - 3e1dd0b [Fix]
no-unused-modules: improve schema - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)