tools: update ESLint dependencies

- Update all dependencies to their latest version and regenerate lock
  file.
- Fixup deprecated field of `@stylistic/eslint-plugin` config.
- Disable `assignmentOperator` indent rule (we are inconsistent, so
  there's no valid config for it).
- Disable jsdoc rules that we do not follow.

PR-URL: https://github.com/nodejs/node/pull/60908
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Michaël Zasso
2025-11-30 19:25:51 +01:00
committed by Node.js GitHub Bot
parent 4ea921bdbf
commit b013e6e32d
3 changed files with 343 additions and 288 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,16 +3,16 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@babel/core": "^7.27.7",
"@babel/eslint-parser": "^7.27.5",
"@babel/core": "^7.28.5",
"@babel/eslint-parser": "^7.28.5",
"@babel/plugin-syntax-import-attributes": "^7.27.1",
"@babel/plugin-syntax-import-source": "^7.27.1",
"@babel/plugin-proposal-explicit-resource-management": "^7.27.1",
"@stylistic/eslint-plugin": "^5.1.0",
"eslint": "^9.30.0",
"eslint-formatter-tap": "^8.40.0",
"eslint-plugin-jsdoc": "^51.3.1",
"@babel/plugin-proposal-explicit-resource-management": "^7.27.4",
"@stylistic/eslint-plugin": "^5.6.1",
"eslint": "^9.39.1",
"eslint-formatter-tap": "^9.0.1",
"eslint-plugin-jsdoc": "^61.4.1",
"eslint-plugin-markdown": "^5.1.0",
"globals": "^16.3.0"
"globals": "^16.5.0"
}
}