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

H-2439: Upgrade ECharts to fix running app with Node 21 #4216

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

CiaranMn
Copy link
Member

🌟 What is the purpose of this PR?

Fixes #4196 which is an issue in ECharts caused by transitive dependency zrender, and has been fixed in the latest release.

Pre-Merge Checklist 🚀

🚢 Has this modified a publishable library?

This PR:

  • does not modify any publishable blocks or libraries, or modifications do not need publishing

📜 Does this require a change to the docs?

The changes in this PR:

  • are internal and do not require a docs change

🕸️ Does this require a change to the Turbo Graph?

The changes in this PR:

  • do not affect the execution graph

❓ How to test this?

  1. Install and use Node 21 (nvm install 21 if you have nvm)
  2. run yarn dev
  3. Visit http://localhost:3000

The app should crash without this upgrade and not crash with it.

@CiaranMn CiaranMn enabled auto-merge March 21, 2024 09:00
@CiaranMn CiaranMn added this pull request to the merge queue Mar 21, 2024
Merged via the queue into main with commit c71f503 Mar 21, 2024
113 checks passed
@CiaranMn CiaranMn deleted the cm/upgrade-echarts branch March 21, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/blocks Relates to first-party blocks (area) area/deps Relates to third-party dependencies (area) area/libs Relates to first-party libraries/crates/packages (area) type/eng > frontend Owned by the @frontend team
Development

Successfully merging this pull request may close these issues.

Reference: window is not defined in local development environment
2 participants