eslint-plugin-testing-library
eslint-plugin-testing-library copied to clipboard
build(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1
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]: ignoreexport type { ... } from '...'whenincludeTypesisfalse(#2919, thanks [@Pandemic1617])- [
no-unused-modules]: support export patterns with array destructuring (#2930, thanks [@ljharb])- [Deps] update
tsconfig-paths(#2447, thanks [@domdomegg])
Commits
ee5fadeBump to 2.29.148fec35[Deps] updatetsconfig-paths80aee73[Dev Deps] updatechai,eslint-doc-generator,markdownlint-cli8c83eaf[Tests] node v21.3 has a brokenfs.writeFilee67259e[Fix]no-unused-modules: support export patterns with array destructuring9fd3c42[Tests]no-duplicates: add passing test12f0300[Fix]no-extraneous-dependencies: ignoreexport type { ... } from '...'w...- See full diff 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
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.
:tada: This PR is included in version 6.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket: