Skip to content

Commit

Permalink
chore(deps)!: update dependency eslint-plugin-n to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mightyiam committed May 26, 2024
1 parent 4242731 commit 3d6821a
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 42 deletions.
111 changes: 71 additions & 40 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 @@ -51,7 +51,7 @@
],
"dependencies": {
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^16.0.0 ",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^6.0.0",
"typescript-eslint": "^7.0.1"
},
Expand Down
3 changes: 2 additions & 1 deletion src/test/rules-to-consider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const notYetConsideredRules = [
'n/exports-style',
'n/file-extension-in-import',
'n/global-require',
'n/hashbang',
'n/no-extraneous-import',
'n/no-extraneous-require',
'n/no-hide-core-modules',
Expand All @@ -195,7 +196,6 @@ const notYetConsideredRules = [
'n/no-unpublished-bin',
'n/no-unpublished-import',
'n/no-unpublished-require',
'n/no-unsupported-features',
'n/no-unsupported-features/es-builtins',
'n/no-unsupported-features/es-syntax',
'n/no-unsupported-features/node-builtins',
Expand All @@ -206,6 +206,7 @@ const notYetConsideredRules = [
'n/prefer-global/text-encoder',
'n/prefer-global/url',
'n/prefer-global/url-search-params',
'n/prefer-node-protocol',
'n/prefer-promises/dns',
'n/prefer-promises/fs',
'n/shebang',
Expand Down

0 comments on commit 3d6821a

Please sign in to comment.