Conversation
Upgrades ESLint and related TypeScript dependencies, adds flat config, and backs up the old setup.
Co-authored-by: aider (anthropic/claude-haiku-4-5) <aider@aider.chat>
Adds project coding and style guidelines; removes legacy ESLint and run scripts.
Bumps numerous dependency versions for improved stability.
Upgrades ESLint, TypeScript, Prettier, and related packages
Bump versions for telegraf, winston, nock, ts-jest, and others
Bumps numerous package versions in the lock file for improved stability and compatibility.
Adds a script that fetches and formats changelog URLs for updated dependencies. Updates package scripts accordingly.
Refines linting rules and file patterns, simplifies error handling in changelog, and upgrades dependency versions.
Updates cron, dotenv, and dotenv-cli to latest compatible versions.
Upgrades husky to v9 and refactors pre-commit hook script for consistency.
Updates various packages and their lockfile entries.
Upgrade Express to 5.1.0 and update related packages in lock file.
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Updates markdown formatting and headings in ESLint migration guide
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.
Changes
1. Add ncu-changelog utility script
ncu-changelog.jsto enhance npm-check-updates workflow2. Improve ESLint configuration
Refactored
eslint.config.mjsto support mixed file types:src/and__tests__/directories: Strict TypeScript checking with full parser optionsResolves "parserOptions.project" errors when linting utility scripts
Maintains strict type checking for core application code
3. Add npm script
"ncu": "node ncu-changelog.js"to package.json for easy accessWhy This Matters
Testing
yarn lint)Usage:
Related Issue
Improves dependency management workflow and resolves TypeScript linting errors for utility scripts.