build: replace eslint-plugin-node with eslint-plugin-n (gh54 part II)#10952
build: replace eslint-plugin-node with eslint-plugin-n (gh54 part II)#10952Planeshifter wants to merge 1 commit intophilipp/gh54-modernize-custom-rule-apisfrom
eslint-plugin-node with eslint-plugin-n (gh54 part II)#10952Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
eslint-plugin-node with eslint-plugin-neslint-plugin-node with eslint-plugin-n
ac2468f to
ff1e4ba
Compare
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
eslint-plugin-node with eslint-plugin-neslint-plugin-node with eslint-plugin-n (gh54 part II)
ff1e4ba to
4fbfcbf
Compare
4fbfcbf to
7f06a75
Compare
Progresses stdlib-js/metr-issue-tracker#54.
Description
This pull request:
eslint-plugin-node(v11) with its actively maintained forkeslint-plugin-n(v17) (PR 3 of the migration plan).nodetoninetc/eslint/plugins/index.js.node/*ton/*inetc/eslint/rules/nodejs.js.eslint-disablecomments across the codebase fromnode/ton/.tryExtensionsoption fromn/file-extension-in-import(no longer supported byeslint-plugin-n).eslint-plugin-n:bigintandhashbanginn/no-unsupported-features/es-syntax,http2andprocess.releaseinn/no-unsupported-features/node-builtins.@nametags and documentation URLs to point to theeslint-community/eslint-plugin-nrepository.log/logErrorfunctions to outer scope inremark-run-javascript-examplesand fixes pre-existing lint violations in touched files.Related Issues
This pull request has the following related issues:
Questions
No.
Other
Stacked on #10950.
eslint-plugin-nis the community-maintained fork of the unmaintainedeslint-plugin-nodeand is required for ESLint v9 compatibility.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was written primarily by Claude Code. The bulk rename was done via scripted sed, with manual review of config changes and rule compatibility.
@stdlib-js/reviewers