Skip to content

Commit

Permalink
build(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 (#428)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.1.
- [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.29.0...v2.29.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rodolfo Pietro Calabrò <[email protected]>
Co-authored-by: rodolfopietro97 <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2024
1 parent 96a2556 commit 2f30624
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 572 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-promise": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/eslint-plugin": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.7.0",
Expand Down
Loading

1 comment on commit 2f30624

@github-actions
Copy link

Choose a reason for hiding this comment

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

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 100%
100% (1422/1422) 100% (314/314) 100% (300/300)
Title Tests Skipped Failures Errors Time
core 371 0 💤 0 ❌ 0 🔥 1m 15s ⏱️
network 159 0 💤 0 ❌ 0 🔥 1m 57s ⏱️
errors 30 0 💤 0 ❌ 0 🔥 8.042s ⏱️

Please sign in to comment.