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

feat(ARCH-737): add ESM support (recovery PR) #5329

Merged
merged 62 commits into from
Jun 10, 2024

Conversation

smouillour
Copy link
Contributor

@smouillour smouillour commented Jun 7, 2024

What is the problem this PR is trying to solve?

our lib are in the CommonJS format.
We want to move forward by using vite as bundler which is the common mainstream tool today to work on react.
To achieve that we need to modernize our libraries and start to push ESM format.

Original PR: #5263

What is the chosen solution to this problem?

  • add script to start the playground with vite
  • add output esm configuration to all ui libraries (packages and fork)

Please check if the PR fulfills these requirements

  • The PR have used yarn changeset to a request a release from the CI if wanted.
  • The PR commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features) And non reg done before need review
  • Docs have been added / updated (for bug fixes / features)
  • Related design / discussions / pages (not in jira), if any, are all linked or available in the PR

[ ] This PR introduces a breaking change

@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 13:22 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 13:22 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 13:22 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 13:52 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 13:52 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 13:52 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 13:52 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 14:08 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 14:08 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 14:08 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 14:08 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 15:33 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 15:33 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 15:33 — with GitHub Actions Inactive
@smouillour smouillour temporarily deployed to pull_request_unsafe June 7, 2024 15:33 — with GitHub Actions Inactive
Copy link
Contributor

@Gbacc Gbacc left a comment

Choose a reason for hiding this comment

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

Hard to take a look at every single piece but it looks good

@smouillour smouillour merged commit 3bd16fc into master Jun 10, 2024
10 checks passed
@smouillour smouillour deleted the smouillour/feat/add-esm-no-merge branch June 10, 2024 13:11
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.

4 participants