Skip to content

chore: bump eslint-plugin-n from 16.6.2 to 17.17.0 #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
176 changes: 106 additions & 70 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 packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
],
"dependencies": {
"@strv/eslint-config-base": "^4.0.0",
"eslint-plugin-n": "^16.6.2"
"eslint-plugin-n": "^17.17.0"
},
"engines": {
"node": ">=20"

Unchanged files with check annotations Beta

{ files: ['**/*.js', '**/*.mjs'], languageOptions: { sourceType: 'module' } },
{ files: ['**/*.cjs'], languageOptions: { sourceType: 'commonjs' } },
{ rules: {
// TODO: Figure out why ESLint cannot resolve the @typescript-eslint packages

Check warning on line 21 in eslint.config.js

GitHub Actions / lint

Unexpected 'todo' comment: 'TODO: Figure out why ESLint cannot...'

Check warning on line 21 in eslint.config.js

GitHub Actions / lint

Unexpected 'todo' comment: 'TODO: Figure out why ESLint cannot...'
'import/no-unresolved': 'off',
} }]
'import/first': 'error',
// Enforces names exist at the time they are dereferenced, when imported as a full namespace
// TODO: Re-enable when eslint-plugin-import gets ESLint flat config support

Check warning on line 608 in packages/eslint-config-base/index.mjs

GitHub Actions / lint

Unexpected 'todo' comment: 'TODO: Re-enable when...'

Check warning on line 608 in packages/eslint-config-base/index.mjs

GitHub Actions / lint

Unexpected 'todo' comment: 'TODO: Re-enable when...'
// 'import/namespace': 'error',
// Forbid import of modules using absolute paths
// TODO: Deprecated. Move to https://github.com/dimaMachina/graphql-eslint

Check warning on line 1 in packages/eslint-config-graphql/index.mjs

GitHub Actions / lint

Unexpected 'todo' comment: 'TODO: Deprecated. Move to...'

Check warning on line 1 in packages/eslint-config-graphql/index.mjs

GitHub Actions / lint

Unexpected 'todo' comment: 'TODO: Deprecated. Move to...'
import graphql from 'eslint-plugin-graphql'
/** @type {import("eslint").Linter.FlatConfig} */