Skip to content

Conversation

@ramaghanta
Copy link
Contributor

closes #79

@ramaghanta ramaghanta self-assigned this Aug 7, 2025
Copilot AI review requested due to automatic review settings August 7, 2025 20:45
Copy link

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 adds @esbuild/linux-x64 as an optional dependency to support Linux x64 platform-specific builds, likely to resolve platform compatibility issues. This is a minor version bump from 9.3.0 to 9.3.1.

  • Added @esbuild/linux-x64 version 0.25.8 as an optional dependency
  • Incremented package version to 9.3.1

"typescript": ">=5.9.2 <6"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.25.8"
Copy link

Copilot AI Aug 7, 2025

Choose a reason for hiding this comment

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

The version of @esbuild/linux-x64 should match the esbuild version. Consider using a variable or ensure they stay synchronized when updating esbuild.

Suggested change
"@esbuild/linux-x64": "0.25.8"
"@esbuild/linux-x64": "npm:esbuild@0.25.8"

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is only a temporary workaround

@github-actions
Copy link

github-actions bot commented Aug 7, 2025

Beta Published - Install Command: npm install @checkdigit/typescript-config@9.3.1-PR.80-8c85

@ramaghanta ramaghanta requested a review from carlansley August 7, 2025 21:03
@github-actions
Copy link

github-actions bot commented Aug 7, 2025

❌ PR review status - has 1 reviewer outstanding

@ramaghanta ramaghanta merged commit 68b14d8 into main Aug 8, 2025
8 of 9 checks passed
@ramaghanta ramaghanta deleted the eslint-optional-dependency branch August 8, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add @esbuild/linux-x64 as an optional dependency

3 participants