-
Notifications
You must be signed in to change notification settings - Fork 6k
Update package:js version constraints to ^0.7.0 and update test versions to match #54629
Conversation
This removes the dependency on dart:js and allows that library to be removed from dart2wasm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
When I tried this locally I needed some additional updates: In
In
|
Ah, that makes sense, I am little confused on the need to change I've added a commit at any rate to include those changes. Thanks for verifying! |
Yes - the new version of |
It looks like the PR in #54626 removes the |
auto label is removed for flutter/engine/54629, due to - The status or check suite Linux linux_host_engine has failed. Please fix the issues identified (or deflake) before re-applying this label. |
I think this needs to be rebased in order to pass CI |
…test versions to match (flutter/engine#54629)
…153741) flutter/engine@86f269b...20b8a5c 2024-08-20 [email protected] Roll Fuchsia Test Scripts from -XDS8eBA0Le-zCEfW... to 2fOjXGNxdSoRSGCL7... (flutter/engine#54635) 2024-08-20 [email protected] Update package:js version constraints to ^0.7.0 and update test versions to match (flutter/engine#54629) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…lutter#153741) flutter/engine@86f269b...20b8a5c 2024-08-20 [email protected] Roll Fuchsia Test Scripts from -XDS8eBA0Le-zCEfW... to 2fOjXGNxdSoRSGCL7... (flutter/engine#54635) 2024-08-20 [email protected] Update package:js version constraints to ^0.7.0 and update test versions to match (flutter/engine#54629) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This removes the dependency on
dart:js
and allows that library to be removed from dart2wasm. Also updatestest
dependencies to work with the newpackage:js
constraints.