Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency web to v1 #63

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2024

This PR contains the following updates:

Package Type Update Change
web dependencies major ^0.5.0 -> ^1.0.0

Release Notes

dart-lang/web (web)

v1.1.0: package:web v1.1.0

Compare Source

  • Added HttpStatus class that declares http status codes. This is a copy of
    the HttpStatus from the dart:_internal library that's exposed only through
    dart:io and dart:html.
  • Added JSImmutableListWrapper which helps create a dart list from a JS list.
  • Deprecated TouchListWrapper and TouchListConvert in favor of
    JSImmutableListWrapper.
  • Added [] and []= overloaded operators to types which define unnamed
    getters and setters, respectively.
  • Exposed constants with primitive values as non-external so they can be
    switched over.
  • Add an extension responseHeaders to XMLHttpRequest.
  • Correctly namespace WebAssembly types.
  • Added CrossOriginWindow and CrossOriginLocation wrappers for cross-origin
    windows and locations, respectively, that can be accessed through
    HTMLIFrameElement.contentWindowCrossOrigin, Window.openCrossOrigin,
    Window.openerCrossOrigin, Window.topCrossOrigin,
    and Window.parentCrossOrigin.

v1.0.0: package:web v1.0.0

Compare Source

  • 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://github.com/dart-lang/web/issues/57

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/major-sugar-all-revisions branch from c5b8ff6 to 356461e Compare November 5, 2024 21:54
@renovate renovate bot merged commit 2a0e801 into master Nov 6, 2024
10 checks passed
@renovate renovate bot deleted the renovate/major-sugar-all-revisions branch November 6, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants