daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
645 stars 242 forks source link

Update dependency web to v1 #1298

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
web dependencies major >=0.3.0 <0.6.0 -> <1.0.1

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dart-lang/web (web) ### [`v1.0.0`](https://togithub.com/dart-lang/web/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://togithub.com/dart-lang/web/compare/v0.5.1...v1.0.0) - Added supertypes' fields to dictionary constructors as dictionaries are allowed to contain those fields. - Empty dictionary constructors now create an empty object instead of being treated like non-object literal `external` constructors. - Generate MDN API documentation for getters. - Update the docs for generated interface types to reference the MDN Web Docs project. - Address several broken links in API documentation. - Generate APIs based on if they're on track to be a standard and not experimental. This is a looser restriction from the previous requirement that APIs need to be implemented by Chrome, Firefox, and Safari. As part of this, dictionaries and typedefs are only emitted if they're used by a generated API. - Added `onUnload` event stream to `ElementEventGetters` extension methods. - Expose `ElementStream` as a public class. - Require Dart `^3.4.0`. - APIs that return a double value now return `double` instead of `num`. This is to avoid users accidentally downcasting `num`, which has different semantics depending on whether you compile to JS or Wasm. See issue [#​57][] for more details. - Fix an issue where some union types didn't account for typedef nullability. [#​57]: https://togithub.com/dart-lang/web/issues/57

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.58%. Comparing base (aab7824) to head (54487ed). Report is 9 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1298 +/- ## ======================================= Coverage 97.58% 97.58% ======================================= Files 79 79 Lines 4922 4922 ======================================= Hits 4803 4803 Misses 119 119 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 4 months ago

Demo app

54487edb6ea1b9418a5b2a381f2d48b198f689fa APKs:

Web build has been deployed to https://demo-nu5j2w1d3-fwfh.vercel.app. Quick links:

renovate[bot] commented 4 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.