fix: update iitm to 2.0.3 to fix minor memory leak#7314
Conversation
The reason not to update to the latest version is our own esm loader. It contains code that is breaking with the latest version and we have to fix that first. This therefore just fixes an intermediate issue. Fixes: #6567
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7314 +/- ##
=======================================
Coverage 86.16% 86.16%
=======================================
Files 513 513
Lines 22147 22147
=======================================
Hits 19082 19082
Misses 3065 3065 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Overall package sizeSelf size: 4.44 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.3 | 76.87 kB | 808.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2026-01-22 13:39:58 Comparing candidate commit e24d78c in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 227 metrics, 33 unstable metrics. |
The reason not to update to the latest version is our own esm loader. It contains code that is breaking with the latest version and we have to fix that first. This therefore just fixes an intermediate issue. This should fix the mentioned issue, while not guaranteed to be a full fix. Fixes: #6567
The reason not to update to the latest version is our own esm loader. It contains code that is breaking with the latest version and we have to fix that first. This therefore just fixes an intermediate issue. This should fix the mentioned issue, while not guaranteed to be a full fix. Fixes: #6567
The reason not to update to the latest version is our own esm loader. It contains code that is breaking with the latest version and we have to fix that first. This therefore just fixes an intermediate issue.
Fixes: #6567