build(deps-dev): bump eslint from 8.57.1 to 9.29.0#29
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
940cd72 to
9db1bcf
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR updates the ESLint development dependency from version 8.57.x to 9.29.0.
- Bumps the ESLint version to incorporate new features and bug fixes.
- Aligns the ESLint configuration with the latest release.
Comments suppressed due to low confidence (1)
package.json:29
- Consider reviewing your ESLint configuration and any custom rules/plugins to ensure compatibility with ESLint 9.29.0 due to potential breaking changes introduced in the upgrade.
"eslint": "^9.29.0",
edobry
added a commit
that referenced
this pull request
Jun 17, 2025
… specification for upgrading ESLint 8.57.1 to 9.29.0 - Include migration requirements and compatibility considerations - Reference Dependabot PR #29 for the dependency upgrade - Document new v9 features and potential breaking changes
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.29.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.1...v9.29.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9db1bcf to
dd3ed78
Compare
edobry
added a commit
that referenced
this pull request
Jun 18, 2025
… v9.29.0 and @eslint/js to v9.29.0 - Migrate from legacy .eslintrc.json to flat config (eslint.config.js) - Update npm scripts to remove --ext .ts flag (not needed in v9) - Maintain all existing linting rules and functionality - Preserve custom import restrictions and console usage rules - Verify TypeScript support and auto-fixing capabilities - All tests passing (541/544) with existing unrelated failures Resolves Dependabot PR #29
edobry
added a commit
that referenced
this pull request
Jun 18, 2025
## Summary Successfully upgraded ESLint from version 8.57.1 to 9.29.0, implementing all necessary configuration changes for compatibility with the new flat config format while maintaining all existing linting rules and functionality. ## Changes ### Added - **ESLint v9.29.0**: Upgraded from v8.57.1 to latest v9 version - **@eslint/js v9.29.0**: Added required package for flat config support - **eslint.config.js**: New flat configuration file implementing all existing rules - **Flat config format**: Migrated from legacy .eslintrc.json to modern flat config ### Changed - **Package.json scripts**: Removed `--ext .ts` flag from lint commands (not needed in v9) - **Configuration format**: Converted from legacy JSON format to ES module flat config - **Plugin imports**: Updated to use new module syntax for ESLint v9 compatibility ### Removed - **.eslintrc.json**: Removed legacy configuration file - **Deprecated flags**: Removed `--ext .ts` from npm scripts ## Technical Details ### Migration Approach 1. **Dependency Updates**: Updated ESLint and added @eslint/js package 2. **Configuration Migration**: Converted .eslintrc.json to eslint.config.js flat format 3. **Rule Preservation**: Maintained all existing custom rules including: - Import restrictions for domain modules - Console usage restrictions with custom logger requirements - TypeScript-specific rules and configurations - Magic number detection and template literal preferences ### Compatibility Verification - ✅ **Linting functionality**: All 2,434 issues detected (same rule coverage as v8) - ✅ **Auto-fixing**: Successfully fixed 402 issues automatically - ✅ **TypeScript support**: Full TypeScript parsing and rule application - ✅ **Custom rules**: All import restrictions and console rules working - ✅ **Test suite**: 541/544 tests passing (3 pre-existing failures unrelated to ESLint) ### Breaking Changes Handled - **Flat config requirement**: Migrated configuration to new format - **Plugin syntax changes**: Updated plugin imports to use new module syntax - **CLI flag deprecation**: Removed --ext flag usage ## Testing - **Linting verification**: Confirmed all existing rules work correctly - **Auto-fix testing**: Verified lint:fix functionality works as expected - **Test suite execution**: All tests pass with only pre-existing unrelated failures - **Configuration validation**: ESLint v9 successfully reads and applies flat config ## Impact - **Zero breaking changes** for development workflow - **Improved performance** with ESLint v9 optimizations - **Future-proof configuration** using modern flat config format - **Maintained code quality** with all existing rules preserved ## Related - Resolves Dependabot PR #29 - Implements requirements from task specification #143 - Maintains compatibility with existing development workflow ## Checklist - [x] All requirements implemented - [x] All tests pass - [x] Code quality is acceptable - [x] Documentation is updated - [x] Changelog is updated - [x] ESLint v9 upgrade complete - [x] Flat config migration successful - [x] All existing rules preserved - [x] Auto-fixing functionality verified
Contributor
Author
|
Looks like eslint is up-to-date now, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps eslint from 8.57.1 to 9.29.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
edf232b9.29.0c2414b6Build: changelog update for 9.29.05c114c9chore: upgrade@eslint/js@9.29.0 (#19851)acf2201chore: package.json update for@eslint/jsreleasef686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832)85c082cfix: explicit matching behavior with negated patterns and arrays (#19845)00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837)a806994refactor: Remove eslintrc from flat config functionality (#19833)19cdd22feat: prune suppressions for non-existent files (#19825)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)