Skip to content

eslint 9 + vulnerabilities#35

Merged
manuelpuyol merged 1 commit into
mainfrom
mp/aduit
Jun 22, 2026
Merged

eslint 9 + vulnerabilities#35
manuelpuyol merged 1 commit into
mainfrom
mp/aduit

Conversation

@manuelpuyol

Copy link
Copy Markdown
Contributor

No description provided.

@manuelpuyol manuelpuyol requested a review from a team as a code owner June 22, 2026 20:19
Copilot AI review requested due to automatic review settings June 22, 2026 20:19
GitHub Advanced Security started work on behalf of manuelpuyol June 22, 2026 20:20 View session
GitHub Advanced Security finished work on behalf of manuelpuyol June 22, 2026 20:20

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 modernizes the repo’s linting setup by migrating to ESLint’s flat config and updating ESLint-related dependencies, while also removing an unnecessary ESLint suppression in tests.

Changes:

  • Migrates ESLint configuration from package.json (eslintConfig/eslintIgnore) to a new eslint.config.mjs flat config.
  • Updates ESLint and related plugin/config versions and adjusts the lint script accordingly.
  • Cleans up test/index.ts by removing an unused ESLint disable comment and using optional chaining in beforeEach.
Show a summary per file
File Description
test/index.ts Removes an unnecessary ESLint suppression and simplifies cancel() cleanup using optional chaining.
package.json Updates ESLint/tooling dependencies and switches from inline ESLint config to flat-config-based setup.
eslint.config.mjs Adds ESLint flat configuration equivalent to the previous eslintConfig/eslintIgnore settings.

Copilot's findings

Tip

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

  • Files reviewed: 3/4 changed files
  • Comments generated: 1

Comment thread package.json
Comment on lines +39 to +43
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-compat": "^7.0.2",
"eslint-plugin-escompat": "^3.11.4",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-github": "^6.0.0",
@manuelpuyol manuelpuyol merged commit 447c0c4 into main Jun 22, 2026
7 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