🌐
ESLint
eslint.org › blog › 2024 › 09 › eslint-v8.57.1-released
ESLint v8.57.1 released - ESLint - Pluggable JavaScript Linter
September 16, 2024 - 3f6ce8d chore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic) 9f07549 chore: ignore /docs/v8.x in link checker (#18660) (Milos Djermanovic) Milos Djermanovic ESLint Technical Steering Committee · ESLint TSC member, independent software developer. ... The latest ESLint news, case studies, tutorials, and resources. ... We just pushed ESLint v9.39.4, which is a patch release upgrade of ESLint.
🌐
Snyk
security.snyk.io › snyk vulnerability database › npm › eslint
eslint 8.57.1 vulnerabilities | Snyk
Learn more about known eslint 8.57.1 vulnerabilities and licenses detected.
Discussions

ESLint: 8.57.1 ReferenceError: Cannot read config file
Summary I'm trying to run pnpx expo lint, it installs eslint but doesn't run. I get this error: > expo lint > pnpm eslint . Oops! Something went wrong! :( ESLint: 8.57.1 ReferenceErro... More on github.com
🌐 github.com
2
December 10, 2024
[Feature Request] Update `ESLint` version and migrate config to `Flat Config` format
Check out lru-cache if you want ... 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.... More on github.com
🌐 github.com
1
June 19, 2024
Help with eslint install and dependency problem
You probably need to use eslint 8. Some of your dependencies are not compatible with vetsion 9 More on reddit.com
🌐 r/webdev
16
0
April 23, 2024
Having troubles updating Vue and Eslint dependencies
As the error message says, one of the packages (vue/eslint-config-typescript) is not compatible with the new ESLint version. You can track the github repo of that package to get further info. However, there is nothing you can do until the maintaner ugrades the package to be compatible with the newest ESLint version. For that reason, I am also not using it. More on reddit.com
🌐 r/vuejs
2
1
April 30, 2024
🌐
GitHub
github.com › OfficeDev › Office-Addin-Scripts › issues › 908
eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options. · Issue #908 · OfficeDev/Office-Addin-Scripts
November 15, 2024 - Expected behavior The office-addin-lint package must use supported dependencies. Current behavior The latest office-addin-lint@2.3.5 depends on outdated eslint@8.57.1 library. Steps to Reproduce Please provide detailed steps for reproduc...
Author   jozefizso
🌐
npm
npmjs.com › package › @eslint › js › v › 8.57.1
eslint/js
ESLint JavaScript language implementation. Latest version: 9.39.1, last published: a month ago. Start using @eslint/js in your project by running `npm i @eslint/js`. There are 2329 other projects in the npm registry using @eslint/js.
      » npm install @eslint/js
    
Published   Nov 03, 2025
Version   8.57.1
Homepage   https://eslint.org
🌐
npm
npmjs.com › package › eslint › v › 8.57.1
eslint - npm
September 16, 2024 - An AST-based pattern checker for JavaScript.. Latest version: 10.0.3, last published: 8 days ago. Start using eslint in your project by running `npm i eslint`. There are 24640 other projects in the npm registry using eslint.
      » npm install eslint
    
Published   Mar 06, 2026
Version   8.57.1
Author   Nicholas C. Zakas
Homepage   https://eslint.org
🌐
ESLint
eslint.org › blog › 2024 › 02 › eslint-v8.57.0-released
ESLint v8.57.0 released - ESLint - Pluggable JavaScript Linter
February 23, 2024 - We just pushed ESLint v8.57.0, which is a minor release upgrade of ESLint.
🌐
Genspark
genspark.ai › spark › understanding-the-deprecation-of-eslint-8-57-1 › b4d1bb39-606e-472c-a8dc-f3d92fb37770
Understanding the Deprecation of ESLint 8.57.1
Genspark is your all-in-one AI workspace. Slides, docs, images, video, code, and design — all in one place. Try free today.
🌐
eslint-plugin-svelte
sveltejs.github.io › eslint-plugin-svelte › migration
Migration Guide - From eslint-plugin-svelte3
3 weeks ago - Ensure it is 8.57.1 or later (or 9.x). Remove .eslintrc.js and migrate to eslint.config.js.
Find elsewhere
🌐
GitHub
github.com › expo › expo › issues › 35832
ESLint: 8.57.1 ReferenceError: Cannot read config file · Issue #35832 · expo/expo
December 10, 2024 - Summary I'm trying to run pnpx expo lint, it installs eslint but doesn't run. I get this error: > expo lint > pnpm eslint . Oops! Something went wrong! :( ESLint: 8.57.1 ReferenceError: Cannot read config file: D:\Desktop\root\projects\c...
Author   ppfmagno
🌐
GitHub
github.com › eslint › eslint › releases
Releases · eslint/eslint
1 week ago - 84fb885 chore: package.json update for @eslint/js release (Jenkins) 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467) (Milos Djermanovic)
Author   eslint
🌐
Reddit
reddit.com › r/webdev › help with eslint install and dependency problem
r/webdev on Reddit: Help with eslint install and dependency problem
April 23, 2024 -

**English is not my first language. Sorry if I made any mistakes or didn't clearly explain the problem.

I've been trying to install eslint for days, but every time, I get this error with the dependency. I've tried everything that i could think and find on the internet to fix it... I don't know why this is happening because it worked fine previously in other projects. I even tried to unistall Prettier, but I couldn't even do that.

Thinking that the problem might be my laptop, I used my mom's. I downloaded everything from git and vscode to node, and yet again, the same problem..... (Side note: strangely, it stopped asking me what format the project would use - in this case, it'd would be JSON - when answering npx eslint --init questions).

I'm going to describe every step I follow so you can tell me if the problem is here:

  • terminal: npx create-react-app projectName --template typescript

vscode: create .editorconfig file

vscode terminal: npm i --save-dev @typescript-eslint/eslint-plugin@latest eslint-plugin-react@latest @typescript-eslint/parser@latest eslint@latest --legacy-peer-deps

npx eslint --init after that:

  • check sintax and find problems

  • import/export

  • react

  • yes

  • browser

  • JSON (but it's not asking this anymore, so it creates eslint.config.mjs instead of .eslintrc.json)

  • yes

  • npm

and it shows this dependency error.... can someone help me, please? I'm quite literally going insane

🌐
ReversingLabs
secure.software › npm › packages › eslint › dependencies › 8.57.1
Dependencies - eslint@8.57.1 - npm | ReversingLabs Spectra Assure Community
Supply chain risk analysis for eslint@8.57.1. Learn more about package security, deployment risks, vulnerabilities, popularity, versions, and more with ReversingLabs.
🌐
End of Life Date
endoflife.date › eslint
ESLint | endoflife.date
1 week ago - ESLint only actively supports the latest version with new features, bug fixes, and security updates.
🌐
Reddit
reddit.com › r/vuejs › having troubles updating vue and eslint dependencies
r/vuejs on Reddit: Having troubles updating Vue and Eslint dependencies
April 30, 2024 -

I want to update all dependencies of a given Vue project. It uses

{
  "dependencies": {
    "@mdi/font": "7.4.47",
    "ajv": "8.12.0",
    "pinia": "2.1.7",
    "roboto-fontface": "0.10.0",
    "vue": "3.4.21",
    "vue-i18n": "9.10.2",
    "vuetify": "3.5.13"
  },
  "devDependencies": {
    "@intlify/unplugin-vue-i18n": "4.0.0",
    "@rushstack/eslint-patch": "1.10.1",
    "@tsconfig/node18": "18.2.4",
    "@types/node": "20.12.2",
    "@vitejs/plugin-vue": "5.0.4",
    "@vue/eslint-config-prettier": "9.0.0",
    "@vue/eslint-config-typescript": "13.0.0",
    "@vue/tsconfig": "0.5.1",
    "eslint": "8.57.0",
    "eslint-plugin-vue": "9.24.0",
    "npm-run-all": "4.1.5",
    "prettier": "3.2.5",
    "typescript": "5.4.3",
    "vite": "5.2.7",
    "vue-tsc": "2.0.7"
  }
}

Updating all dependencies to their latest release version is not possible. Unfortunately the installation fails with

npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @vue/eslint-config-typescript@13.0.0
npm error Found: eslint@9.9.0
npm error node_modules/eslint
npm error   dev eslint@"9.9.0" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.18.0
npm error     node_modules/@vue/eslint-config-typescript/node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.18.0" from @typescript-eslint/eslint-plugin@7.18.0
npm error       node_modules/@vue/eslint-config-typescript/node_modules/@typescript-eslint/eslint-plugin
npm error         @typescript-eslint/eslint-plugin@"^7.1.1" from @vue/eslint-config-typescript@13.0.0
npm error         node_modules/@vue/eslint-config-typescript
npm error       1 more (@typescript-eslint/type-utils)
npm error     @eslint-community/eslint-utils@"^4.2.0" from eslint@9.9.0
npm error     1 more (eslint-plugin-vue)
npm error   5 more (@vue/eslint-config-prettier, eslint-config-prettier, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @vue/eslint-config-typescript@13.0.0
npm error node_modules/@vue/eslint-config-typescript
npm error   dev @vue/eslint-config-typescript@"13.0.0" from the root project
npm error
npm error Conflicting peer dependency: eslint@8.57.0
npm error node_modules/eslint
npm error   peer eslint@"^8.56.0" from @vue/eslint-config-typescript@13.0.0
npm error   node_modules/@vue/eslint-config-typescript
npm error     dev @vue/eslint-config-typescript@"13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/runner/.npm/_logs/2024-08-12T18_43_57_954Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-08-12T18_43_57_954Z-debug-0.log

I thought this would be an internal problem and I could wait some weeks but the problem still appears.

Does someone know how to fix this?

Please let me know if you need more information!

🌐
ReversingLabs
secure.software › npm › packages › eslint › 8.57.1
eslint@8.57.1 - npm | ReversingLabs Spectra Assure Community
Supply chain risk analysis for eslint@8.57.1. Learn more about package security, deployment risks, vulnerabilities, popularity, versions, and more with ReversingLabs.
🌐
TypeScript ESlint
typescript-eslint.io › blog › announcing-typescript-eslint-v8
Announcing typescript-eslint v8 | typescript-eslint
July 31, 2024 - Every new major version of typescript-eslint comes with changes to which rules are enabled in the preset configurations and with which options. See the table in Changes to configurations for 8.0.0 for more context on the changes.
🌐
ESLint
eslint.org › docs › latest › use › migrate-to-8.0.0
Migrate to v8.0.0 - ESLint - Pluggable JavaScript Linter
※1 The engine.getFormatter() method currently returns the object of loaded packages as-is, which made it difficult to add new features to formatters for backward compatibility reasons. The new eslint.loadFormatter() method returns an adapter object that wraps the object of loaded packages, to ease the process of adding new features.