Skip to content

feat: update eslint to v9.37.0 for adding new rules (no-unassigned-va…#250

Merged
tkskto merged 8 commits into
mainfrom
feature/eslint-v9.37.0
Oct 10, 2025
Merged

feat: update eslint to v9.37.0 for adding new rules (no-unassigned-va…#250
tkskto merged 8 commits into
mainfrom
feature/eslint-v9.37.0

Conversation

@tkskto

@tkskto tkskto commented Oct 9, 2025

Copy link
Copy Markdown
Member

Update version of ESLint to v9.37.0.

The following rules will be added in this version.

ESLint release

@tkskto tkskto requested a review from Copilot October 9, 2025 06:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 ESLint from v9.4.0 to v9.37.0 and adds two new rules: no-unassigned-vars and preserve-caught-error. The update also includes related test fixtures and configuration changes to support the new version.

  • Updated ESLint version to 9.37.0 and added two new linting rules
  • Added comprehensive test coverage for the new ESLint rules
  • Updated Node.js version from 20 to 22 in CI workflows

Reviewed Changes

Copilot reviewed 15 out of 16 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/eslint-config/package.json Bumped version to 8.0.0 and updated ESLint peer dependency
packages/eslint-config/index.mjs Added configuration for new ESLint rules
packages/eslint-config/test/fixtures/eslint/9.37.0_*.js Added test fixtures demonstrating correct and incorrect usage of new rules
packages/eslint-config/test/eslint9.test.mjs Added tests for ESLint 9.37.0 features
packages/eslint-config/test/helper.mjs Added warnIgnored configuration option
package.json Updated ESLint and @types/eslint dependencies
.github/workflows/*.yml Updated Node.js version from 20 to 22

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread packages/eslint-config/test/eslint9.test.mjs Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@tkskto tkskto merged commit 1069fea into main Oct 10, 2025
5 checks passed
@tkskto tkskto deleted the feature/eslint-v9.37.0 branch October 10, 2025 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants