eslint-plugin-testing-library icon indicating copy to clipboard operation
eslint-plugin-testing-library copied to clipboard

build(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps eslint-plugin-import from 2.29.0 to 2.29.1.

Release notes

Sourced from eslint-plugin-import's releases.

v2.29.1

Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1

Changelog

Sourced from eslint-plugin-import's changelog.

[2.29.1] - 2023-12-14

Fixed

  • [no-extraneous-dependencies]: ignore export type { ... } from '...' when includeTypes is false (#2919, thanks [@​Pandemic1617])
  • [no-unused-modules]: support export patterns with array destructuring (#2930, thanks [@​ljharb])
  • [Deps] update tsconfig-paths (#2447, thanks [@​domdomegg])
Commits
  • ee5fade Bump to 2.29.1
  • 48fec35 [Deps] update tsconfig-paths
  • 80aee73 [Dev Deps] update chai, eslint-doc-generator, markdownlint-cli
  • 8c83eaf [Tests] node v21.3 has a broken fs.writeFile
  • e67259e [Fix] no-unused-modules: support export patterns with array destructuring
  • 9fd3c42 [Tests] no-duplicates: add passing test
  • 12f0300 [Fix] no-extraneous-dependencies: ignore export type { ... } from '...' w...
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Feb 01 '24 03:02 dependabot[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.20%. Comparing base (93a6ab9) to head (65c84cc). Report is 2 commits behind head on main.

:exclamation: Current head 65c84cc differs from pull request most recent head 253e6f6. Consider uploading reports for the commit 253e6f6 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #874      +/-   ##
==========================================
- Coverage   96.23%   96.20%   -0.04%     
==========================================
  Files          44       44              
  Lines        2419     2422       +3     
  Branches     1000     1003       +3     
==========================================
+ Hits         2328     2330       +2     
- Misses         91       92       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 01 '24 03:02 codecov[bot]

:tada: This PR is included in version 6.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Apr 12 '24 10:04 github-actions[bot]