Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump eslint-plugin-import from 2.27.5 to 2.28.0 #387

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2023

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: 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])
Commits
  • a257df9 Bump to 2.28.0
  • 600fcc1 [Refactor] order: use object.groupby
  • be928ae [Refactor] no-internal-modules: simplify a reduce
  • e7c2486 [Refactor] no-useless-path-segments: use .filter instead of .reduce
  • 89f5d0d [Refactor] no-anonymous-default-export: use fromEntries instead of reduce
  • 703e9f9 [Refactor] no-duplicates, no-unused-modules: use flatMap instead 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 entire export state...
  • 3e1dd0b [Fix] no-unused-modules: improve schema
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Aug 6, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware August 6, 2023 23:37
@unicornware unicornware enabled auto-merge (squash) August 6, 2023 23:37
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

flexdevelopment
flexdevelopment previously approved these changes Aug 6, 2023
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

flexdevelopment
flexdevelopment previously approved these changes Aug 6, 2023
flexdevelopment
flexdevelopment previously approved these changes Aug 6, 2023
@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Merging #387 (3541d82) into main (cc34d88) will not change coverage.
Report is 5 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #387   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         5138      5138           
  Branches       446       446           
=========================================
  Hits          5138      5138           
Flag Coverage Δ
node16 100.00% <ø> (ø)
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)
node20 100.00% <ø> (ø)
Components Coverage Δ
internal 100.00% <ø> (ø)
utils 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf41fbf...3541d82. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-import-2.28.0 branch from 467ff28 to 9a6980f Compare August 6, 2023 23:44
flexdevelopment
flexdevelopment previously approved these changes Aug 6, 2023
flexdevelopment
flexdevelopment previously approved these changes Aug 6, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-import-2.28.0 branch from 07d3c3b to d818a95 Compare August 6, 2023 23:52
flexdevelopment
flexdevelopment previously approved these changes Aug 6, 2023
flexdevelopment
flexdevelopment previously approved these changes Aug 6, 2023
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.27.5...v2.28.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-import-2.28.0 branch from 02b4372 to 40d6e95 Compare August 7, 2023 00:00
Signed-off-by: flexdevelopment[bot] <admin@flexdevelopment.llc>
flexdevelopment
flexdevelopment previously approved these changes Aug 7, 2023
@unicornware
Copy link
Member

@unicornware unicornware closed this Aug 7, 2023
auto-merge was automatically disabled August 7, 2023 01:57

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-import-2.28.0 branch August 7, 2023 01:57
unicornware added a commit that referenced this pull request Aug 7, 2023
- #387
- import-js/eslint-plugin-import#2843

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
@github-actions
Copy link

github-actions bot commented Oct 7, 2023

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates type:build changes to the build system or external dependencies
Projects
Status: 🥶 Icebox
Development

Successfully merging this pull request may close these issues.

None yet

2 participants