ci(intelligence): Update dependencies#6619
Merged
tanertopal merged 2 commits intomainfrom Feb 23, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependencies for the intelligence TypeScript package, focusing on upgrading ESLint from v9 to v10 and migrating from eslint-plugin-import to eslint-plugin-simple-import-sort. The changes include updating the ESLint configuration and automatically reformatting import statements across the codebase to comply with the new sorting rules.
Changes:
- Upgraded ESLint to v10.0.1 and migrated to
eslint-plugin-simple-import-sortfor simpler import ordering - Updated pnpm lockfile reflecting ESLint v10 and associated dependency changes
- Reordered import statements across source files to comply with the new simple-import-sort plugin rules
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| intelligence/ts/package.json | Removed old ESLint plugins, added ESLint v10 and simple-import-sort plugin |
| intelligence/ts/eslint.config.mjs | Replaced import plugin with simple-import-sort and updated configuration |
| intelligence/ts/pnpm-lock.yaml | Updated lockfile with ESLint v10 and new dependency tree |
| intelligence/ts/.prettierignore | Added .next/ directory to ignore list |
| intelligence/ts/src/index.ts | Moved FailureCode export to maintain alphabetical ordering |
| intelligence/ts/src/flowerintelligence.ts | Reordered imports alphabetically |
| intelligence/ts/src/engines/webllmEngine.ts | Reordered imports with blank line separation |
| intelligence/ts/src/engines/transformersEngine.ts | Reordered imports alphabetically |
| intelligence/ts/src/engines/remoteEngine/cryptoHandler.ts | Added blank line after external imports |
| intelligence/ts/src/engines/remoteEngine.ts | Reordered imports alphabetically |
| intelligence/ts/src/engines/remoteEngine.test.ts | Reordered imports and added blank line |
| intelligence/ts/src/engines/common/storage.test.ts | Reordered imports alphabetically |
Files not reviewed (1)
- intelligence/ts/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Issue
Description
Related issues/PRs
Proposal
Explanation
Checklist
#contributions)Any other comments?