fix: GESW-22 update vulnerable libraries#279
Merged
Darragh12126 merged 5 commits intomainfrom Feb 19, 2026
Merged
Conversation
Contributor
Darragh12126
commented
Feb 18, 2026
- Update vulnerable libraries
- Migrate from ESLint 8 to ESLint 9 with flat config
- Update vulnerable libraries - Migrate from ESLint 8 to ESLint 9 with flat config
There was a problem hiding this comment.
Pull request overview
This PR aims to address security vulnerabilities by updating various libraries and migrating from ESLint 8 to ESLint 9 with flat configuration format. However, the migration has several critical issues that prevent ESLint from functioning correctly.
Changes:
- Updated vulnerable dependencies (axios, qs, lodash, rimraf, etc.) with pnpm overrides
- Migrated from ESLint 8 with .eslintrc.cjs to ESLint 9 with eslint.config.cjs
- Removed eslint-disable comment in retry-on-conflict.ts
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated dependency versions and added pnpm overrides for vulnerable transitive dependencies |
| pnpm-lock.yaml | Lockfile updates reflecting new dependency versions |
| eslint.config.cjs | New ESLint 9 flat configuration file (replaces .eslintrc.cjs) |
| .eslintrc.cjs | Removed old ESLint 8 configuration file |
| src/lib/utils/retry-on-conflict.ts | Removed eslint-disable comment exposing unreachable code |
| .husky/pre-commit | Commented out validation command |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
michaeld126
approved these changes
Feb 19, 2026
|
🎉 This PR is included in version 6.18.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.