Skip to content

Eslint 10#105

Merged
lsongdev merged 2 commits into
lsongdev:masterfrom
NicTool:eslint-10
May 25, 2026
Merged

Eslint 10#105
lsongdev merged 2 commits into
lsongdev:masterfrom
NicTool:eslint-10

Conversation

@msimerson
Copy link
Copy Markdown
Contributor

📑 Description

Upgrade eslint to v10

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

After

➜ npm install

up to date, audited 81 packages in 634ms

22 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Before

➜ npm install
npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.

added 178 packages, removed 30 packages, changed 8 packages, and audited 229 packages in 1s

112 packages are looking for funding
  run `npm fund` for details

3 vulnerabilities (1 moderate, 2 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

Again, this PR includes #103, without it the test suite is broken.

msimerson added 2 commits May 24, 2026 20:52
- net: dropped 178 dependencies, added 30
- dropped packages that don't support eslint 10:
  - eslint-config-semistandard
  - eslint-config-standard
  - eslint-plugin-import
  - eslint-plugin-n
  - eslint-plugin-promise
- added @eslint/js, @stylistic/eslint-plugin, globals
- add @Stylistic and rule tweaks to preserve legacy config.
- 3 small lint fixes in packet.js:
  - removed a setter's redundant return
  - removed a useless chunkLength = 0 init
  - removed stale eslint-disable-next-line no-extend-native directives
@lsongdev lsongdev merged commit 6d05ac4 into lsongdev:master May 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants