nrwl / nx

Smart Monorepos · Fast CI
https://nx.dev
MIT License
23.58k stars 2.36k forks source link

Support for @typescript-eslint/parser v8 for @nx/eslint-plugin #27303

Closed mathis-m closed 2 months ago

mathis-m commented 3 months ago

Current Behavior

Peer dependencies of @nx/eslint-plugin are "@typescript-eslint/parser": "^6.13.2 || ^7.0.0"

Expected Behavior

major version 8 will be supported

GitHub Repo

n/a

Steps to Reproduce

1. n/a

Nx Report

n/a

Failure Logs

n/a

Package Manager Version

n/a

Operating System

Additional Information

n/a

JamesHenry commented 2 months ago

This should land in Nx 19.7 by the end of the month, you can follow along with https://github.com/nrwl/nx/issues/27451 which I have created to avoid the multiple duplicates we currently have open.

The WIP PR is getting very close, so stay tuned. It's not easy because of a large differences in ESLint v9 support across ESLint plugins that Nx sets up for you.

github-actions[bot] commented 1 month ago

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.