Skip to content

ci(intelligence): Update dependencies#6619

Merged
tanertopal merged 2 commits intomainfrom
fi-ts-update-deps-230226
Feb 23, 2026
Merged

ci(intelligence): Update dependencies#6619
tanertopal merged 2 commits intomainfrom
fi-ts-update-deps-230226

Conversation

@charlesbvll
Copy link
Member

Issue

Description

Related issues/PRs

Proposal

Explanation

Checklist

  • Implement proposed change
  • Write tests
  • Update documentation
  • Make CI checks pass
  • Ping maintainers on Slack (channel #contributions)

Any other comments?

@charlesbvll charlesbvll marked this pull request as ready for review February 23, 2026 15:02
Copilot AI review requested due to automatic review settings February 23, 2026 15:02
Copy link
Contributor

Copilot AI left a comment

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 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-sort for 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.

Copy link
Member

@tanertopal tanertopal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

@tanertopal tanertopal merged commit 68927eb into main Feb 23, 2026
85 of 86 checks passed
@tanertopal tanertopal deleted the fi-ts-update-deps-230226 branch February 23, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants