Skip to content

Fix @typescript-eslint/parser incorrectly marked as peer dependency#243

Closed
Copilot wants to merge 2 commits intoalzollin/typescriptfrom
copilot/sub-pr-242
Closed

Fix @typescript-eslint/parser incorrectly marked as peer dependency#243
Copilot wants to merge 2 commits intoalzollin/typescriptfrom
copilot/sub-pr-242

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 21, 2026

Addresses feedback from PR #242 review: @typescript-eslint/parser was incorrectly flagged as a peer dependency in package-lock.json, which would cause installation issues during development.

Changes

  • Regenerated package-lock.json to remove "peer": true flags from @typescript-eslint/parser and related TypeScript ESLint packages
  • All TypeScript ESLint dependencies are now correctly identified as regular devDependencies

The issue occurred during initial TypeScript migration when dependencies were installed. The corrected lock file ensures clean npm install behavior without requiring the --force flag or manual peer dependency resolution.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: azchohfi <527713+azchohfi@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate npm package to TypeScript Fix @typescript-eslint/parser incorrectly marked as peer dependency Jan 21, 2026
Copilot AI requested a review from azchohfi January 21, 2026 08:30
@azchohfi azchohfi closed this Jan 21, 2026
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.

2 participants