Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5949 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 270 270
Lines 8726 8727 +1
Branches 1504 1505 +1
=======================================
+ Hits 8619 8620 +1
Misses 73 73
Partials 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Node24 is also the same as node 22.12.0. The error message is different from 22.11.0, which will cause the test to fail. rollup/.github/workflows/build-and-tests.yml Lines 501 to 503 in 02da7ef In response to this situation, I modified the judgment condition of the test case. However, I am not sure whether this is appropriate. |
|
I wonder if the problem is the native support for requiring ES modules. Then maybe we need to skip the test Node >= 22, or run a different test instead. |
|
It seems that the warning messages given by the node when loading es module in versions 22.11.0 and 24.0.0 are different, resulting in different results of the following judgment logic, which leads to test failure. ref nodejs/node#56628 rollup/cli/run/loadConfigFile.ts Lines 63 to 67 in 7536ffb |
|
Ah, then the test is still useful. Nice! |
b3fb36d to
8f47f7f
Compare
8f47f7f to
b92331f
Compare
|
This PR has been released as part of rollup@4.41.0. You can test it via |


This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
https://github.com/nodejs/node/releases/tag/v24.0.0