ESLint 10 got released, but contains a number of breaking changes that mostly require changes in the ESLint plugins that we use. The changelog can be found at https://github.com/eslint/eslint/releases/tag/v10.0.0. Some ESLint plugins already got updated to support ESLint 10 via the last few dependency update rounds, but others (such as eslint-plugin-json) don't support it yet, so we need to wait for all plugins to be compatible first.
ESLint 10 got released, but contains a number of breaking changes that mostly require changes in the ESLint plugins that we use. The changelog can be found at https://github.com/eslint/eslint/releases/tag/v10.0.0. Some ESLint plugins already got updated to support ESLint 10 via the last few dependency update rounds, but others (such as
eslint-plugin-json) don't support it yet, so we need to wait for all plugins to be compatible first.