Skip to content

Conversation

@horihiro
Copy link

@horihiro horihiro commented Nov 19, 2025

Issue describing the changes in this PR

resolves #issue_for_this_pr

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • I have added all required tests (Unit tests, E2E tests)

Additional information

This pull request updates the TypeScript configuration and dependencies for the CLI static resources, focusing on modernizing the TypeScript version and improving compatibility with ES modules, mainly in order to avoid an issue in development with msal-node.

Dependency Updates:

  • Upgraded the typescript dependency from version ^4.0.0 to ^5.0.0 in both package-ts.json and package-ts-v4.json to ensure compatibility with newer TypeScript features and improved performance. [1] [2]

TypeScript Configuration Improvements:

  • Added "esModuleInterop": true to tsconfig.json to enable better compatibility when importing CommonJS modules, making it easier to work with packages that use different module systems.

@horihiro horihiro requested a review from a team as a code owner November 19, 2025 07:10
@horihiro
Copy link
Author

Copy link
Member

@liliankasem liliankasem left a comment

Choose a reason for hiding this comment

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

Can you please also update the release notes to include this update?

@liliankasem
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@swapnil-nagar swapnil-nagar self-requested a review November 21, 2025 18:02
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