Skip to content

Commit

Permalink
Bump eslint-plugin-n from 15.7.0 to 16.0.0 (#231)
Browse files Browse the repository at this point in the history
* Bump eslint-plugin-n from 15.7.0 to 16.0.0

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.7.0 to 16.0.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](eslint-community/eslint-plugin-n@15.7.0...16.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Grinblat <julian@dotcore.co.il>
  • Loading branch information
dependabot[bot] and perrin4869 committed Jun 2, 2023
1 parent 33aaffa commit e7d9ca3
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 114 deletions.
165 changes: 53 additions & 112 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-unicorn": "^46.0.0",
"ioredis": "^5.3.2",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { expect } from 'chai';
import { name as pdel, lua, numberOfKeys } from 'redis-pdel';

// https://github.com/import-js/eslint-plugin-import/issues/1649
// eslint-disable-next-line import/no-unresolved,n/no-missing-import
// eslint-disable-next-line import/no-unresolved
import Clusterix from 'clusterix';

describe('clusterix', () => {
Expand Down

0 comments on commit e7d9ca3

Please sign in to comment.