Skip to content

Update eslint (fix audit) - #370

Merged
dxvladislavvolkov merged 3 commits into
DevExpress:masterfrom
dxvladislavvolkov:update-eslint
Jul 28, 2026
Merged

Update eslint (fix audit)#370
dxvladislavvolkov merged 3 commits into
DevExpress:masterfrom
dxvladislavvolkov:update-eslint

Conversation

@dxvladislavvolkov

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s linting toolchain to address audit findings by upgrading ESLint and the TypeScript ESLint stack, and migrates configuration from legacy .eslintrc to the new flat-config format (eslint.config.mjs).

Changes:

  • Upgrade ESLint from 8.x to 10.x and move TypeScript linting to typescript-eslint@8.x.
  • Replace .eslintrc.yml with a new flat config in eslint.config.mjs.
  • Update lockfile with the new dependency graph (including globals).

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
pnpm-lock.yaml Lockfile updates reflecting ESLint 10 / typescript-eslint 8 and related dependency changes.
package.json Bumps ESLint + TypeScript ESLint dependencies and adds globals / typescript-eslint.
eslint.config.mjs Introduces ESLint flat configuration and ports rules from the removed YAML config.
.eslintrc.yml Removes legacy ESLint config in favor of flat config.
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json Outdated
Comment thread eslint.config.mjs
GoodDayForSurf
GoodDayForSurf previously approved these changes Jul 28, 2026
@dxvladislavvolkov
dxvladislavvolkov merged commit 86b27af into DevExpress:master Jul 28, 2026
3 checks passed
@dxvladislavvolkov
dxvladislavvolkov deleted the update-eslint branch July 28, 2026 07:17
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.

3 participants