chore(deps-dev): bump eslint from 8.57.1 to 9.37.0#258
chore(deps-dev): bump eslint from 8.57.1 to 9.37.0#258dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.37.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v9.37.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.37.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
main-website | 306a010 | Oct 03 2025, 11:17 PM |
|
There was a problem hiding this comment.
Greptile Overview
Summary
This PR represents a major version upgrade of ESLint from version 8.57.1 to 9.37.0, initiated by Dependabot as an automated dependency update. ESLint 9.x introduces significant breaking changes, most notably the deprecation of the legacy `.eslintrc.*` configuration format in favor of the new flat config system using `eslint.config.js` files.The current project uses a .eslintrc.json configuration file that extends next/core-web-vitals, next/typescript, and prettier, with a custom rule setting @typescript-eslint/no-explicit-any to "warn". While ESLint 9.x still supports legacy configurations with deprecation warnings, the project will eventually need to migrate to the flat config format to maintain compatibility with future ESLint versions.
The upgrade brings numerous improvements including enhanced TypeScript syntax support in the no-restricted-imports rule, better error handling in preserve-caught-error, fixes for false positives in no-loss-of-precision, improved AST token types, and corrected ESLint typings. The release also includes performance improvements for multi-threaded linting and better documentation.
Important Files Changed
Changed Files
| Filename | Score | Overview |
|---|---|---|
| package.json | 2/5 | Major ESLint version upgrade from 8.57.1 to 9.37.0 with potential configuration compatibility issues |
Confidence score: 2/5
- This PR requires careful review due to potential breaking changes from the major version upgrade
- Score reflects significant architectural changes in ESLint that may break existing linting workflows
- Pay close attention to package.json and ensure ESLint configuration migration is planned
1 file reviewed, no comments
Deploying redot-website with
|
| Latest commit: |
306a010
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1b94daad.redot-website.pages.dev |
| Branch Preview URL: | https://dependabot-bun-eslint-9-37-0.redot-website.pages.dev |
|
Superseded by #261. |



Bumps eslint from 8.57.1 to 9.37.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
d5d1bdf9.37.094865ffBuild: changelog update for 9.37.0afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183)abee4cachore: package.json update for@eslint/jsreleaseb950359docs: fix typos across the docs (#20182)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181)fc9381fchore: fix typos in comments (#20175)e1574a2chore: unpin jiti (#20173)29ea092docs: Update READMEa129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)