dart-lang / web

Lightweight browser API bindings built around JS static interop.
https://pub.dev/packages/web
BSD 3-Clause "New" or "Revised" License
135 stars 23 forks source link

Use `health` checks to check for breaking changes #307

Open srujzs opened 1 month ago

srujzs commented 1 month ago

https://github.com/dart-lang/ecosystem/tree/main/pkgs/firehose#health

Since the surface area of package:web is quite large, breaking changes may not always be visible, and updating the version number may be missed. We should add a job to check for breaking changes and fail on submit unless the version number is upgraded to a new major version.