Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump web from 0.5.1 to 1.0.0 in /web_embedding/ng-flutter/flutter (#2358
) Bumps [web](https://github.com/dart-lang/web) from 0.5.1 to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/web/releases">web's releases</a>.</em></p> <blockquote> <h2>package:web v1.0.0</h2> <ul> <li>Added supertypes' fields to dictionary constructors as dictionaries are allowed to contain those fields.</li> <li>Empty dictionary constructors now create an empty object instead of being treated like non-object literal <code>external</code> constructors.</li> <li>Generate MDN API documentation for getters.</li> <li>Update the docs for generated interface types to reference the MDN Web Docs project.</li> <li>Address several broken links in API documentation.</li> <li>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.</li> <li>Added <code>onUnload</code> event stream to <code>ElementEventGetters</code> extension methods.</li> <li>Expose <code>ElementStream</code> as a public class.</li> <li>Require Dart <code>^3.4.0</code>.</li> <li>APIs that return a double value now return <code>double</code> instead of <code>num</code>. This is to avoid users accidentally downcasting <code>num</code>, which has different semantics depending on whether you compile to JS or Wasm. See issue <a href="https://redirect.github.com/dart-lang/web/issues/57">#57</a>[] for more details.</li> <li>Fix an issue where some union types didn't account for typedef nullability. <a href="https://redirect.github.com/dart-lang/web/issues/57">#57</a>: <a href="https://redirect.github.com/dart-lang/web/issues/57">dart-lang/web#57</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/web/blob/main/CHANGELOG.md">web's changelog</a>.</em></p> <blockquote> <h2>1.0.0</h2> <ul> <li>Added supertypes' fields to dictionary constructors as dictionaries are allowed to contain those fields.</li> <li>Empty dictionary constructors now create an empty object instead of being treated like non-object literal <code>external</code> constructors.</li> <li>Generate MDN API documentation for getters.</li> <li>Update the docs for generated interface types to reference the MDN Web Docs project.</li> <li>Address several broken links in API documentation.</li> <li>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.</li> <li>Added <code>onUnload</code> event stream to <code>ElementEventGetters</code> extension methods.</li> <li>Expose <code>ElementStream</code> as a public class.</li> <li>Require Dart <code>^3.4.0</code>.</li> <li>APIs that return a double value now return <code>double</code> instead of <code>num</code>. This is to avoid users accidentally downcasting <code>num</code>, which has different semantics depending on whether you compile to JS or Wasm. See issue <a href="https://redirect.github.com/dart-lang/web/issues/57">#57</a>[] for more details.</li> <li>Fix an issue where some union types didn't account for typedef nullability.</li> </ul> <p><a href="https://redirect.github.com/dart-lang/web/issues/57">#57</a>: <a href="https://redirect.github.com/dart-lang/web/issues/57">dart-lang/web#57</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/web/commit/e89fe49d8a86845e49686b4578c56b67bdd7ba49"><code>e89fe49</code></a> Publish package:web v1 (<a href="https://redirect.github.com/dart-lang/web/issues/271">#271</a>)</li> <li><a href="https://github.com/dart-lang/web/commit/e4c4d8126466e28dc137890b8f999da59bdedddd"><code>e4c4d81</code></a> Bump the github-actions group with 2 updates (<a href="https://redirect.github.com/dart-lang/web/issues/269">#269</a>)</li> <li><a href="https://github.com/dart-lang/web/commit/2ae509e7e733c3e752b9524aded3cfffc6f64a2f"><code>2ae509e</code></a> Update doc comments, bump version to 1.0.0-wip (<a href="https://redirect.github.com/dart-lang/web/issues/268">#268</a>)</li> <li><a href="https://github.com/dart-lang/web/commit/72a806f8e21cfb2f02d6e742bab8bed20e2c5d27"><code>72a806f</code></a> Account for static members in MDN docs (<a href="https://redirect.github.com/dart-lang/web/issues/267">#267</a>)</li> <li><a href="https://github.com/dart-lang/web/commit/82b94c21c71088de6e2485af32ee14ef7f5ba737"><code>82b94c2</code></a> Add MAC_FF_META to KeyCode constants (<a href="https://redirect.github.com/dart-lang/web/issues/264">#264</a>)</li> <li><a href="https://github.com/dart-lang/web/commit/9e20f7f609859c33a5cae70e421a624d4cb6cf1e"><code>9e20f7f</code></a> Update Web IDL to 3.49.0 (<a href="https://redirect.github.com/dart-lang/web/issues/266">#266</a>)</li> <li><a href="https://github.com/dart-lang/web/commit/50239e92968f7325f4d825fd434bd3312147c952"><code>50239e9</code></a> Rename members when they collide with return/parameter type names (<a href="https://redirect.github.com/dart-lang/web/issues/265">#265</a>)</li> <li><a href="https://github.com/dart-lang/web/commit/6b8a46561b82de9b20d77d9ac491844d303ca08f"><code>6b8a465</code></a> Account for typedef nullability (<a href="https://redirect.github.com/dart-lang/web/issues/257">#257</a>)</li> <li><a href="https://github.com/dart-lang/web/commit/f6a7d3839494f2287f0f15debbfbc775530938cb"><code>f6a7d38</code></a> Emit double as return value instead of num (<a href="https://redirect.github.com/dart-lang/web/issues/256">#256</a>)</li> <li><a href="https://github.com/dart-lang/web/commit/6d2229417d5188562468debb94804521d987fff4"><code>6d22294</code></a> Add Float16Array alias (<a href="https://redirect.github.com/dart-lang/web/issues/255">#255</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/web/compare/v0.5.1...v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=web&package-manager=pub&previous-version=0.5.1&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information