Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade @edx/typescript-config to 1.1.0 #582

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

adamstankiewicz
Copy link
Member

Upgrades @edx/typescript-config to latest version (1.1.0) to pull in recent updates introduced by openedx/typescript-config#12.

Issues and resolutions:

  • .tsx files need to import React global; migrates to new JSX transform for parity with .jsx files, where React import is no longer needed.
  • Later/modern JS syntax like .replaceAll() not supported; updates lib to include "ESNext" (matches create-react-app's TS config and @davidjoy frontend-base).
  • Dynamic imports not supported; migrates to module: "ESNext"

@adamstankiewicz adamstankiewicz merged commit e18ebb9 into master Aug 8, 2024
5 checks passed
@adamstankiewicz adamstankiewicz deleted the ags/bump-typescript-config-1.1.0 branch August 8, 2024 15:20
@openedx-semantic-release-bot

🎉 This PR is included in version 14.0.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

@openedx-semantic-release-bot

🎉 This PR is included in version 15.0.0-alpha.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants