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

fix(deps): update dependency web to ^0.5.0 #1609

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
web dependencies minor ^0.4.2 -> ^0.5.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dart-lang/web (web)

v0.5.0

Compare Source

  • Redeprecate APIs that were deprecated in 0.4.1 but undeprecated in 0.4.2.

  • Add support for dart fix migrations from dart:html classes to
    package:web classes.

  • Contribute a markdown file for the renamed classes from dart:html to
    package:web (see renames.md).

  • Migrate classes to use interop extension types that implement JSObject.

  • Add generics to APIs that use JSArray and JSPromise. Typedefs of a Dart
    primitive type are instead replaced with their JS type equivalent if they
    appear as a type parameter in order to conform with the type bounds of
    JSArray and JSPromise.

  • Changed record types to be JSObject instead of JSAny.

  • Reduce the number of DOM APIs we generate code for. Currently, the API needs
    to be standards-track, and be supported by Safari, Chrome, and Firefox.

  • Updated the source IDL version to 3.43.1.

  • Deprecate a few type aliases in favor of their standardized versions:

    Deprecated Preferred
    AudioElement HTMLAudioElement
    HtmlElement HTMLElement
    CanvasElement HTMLCanvasElement
    ImageElement HTMLImageElement
    VideoElement HTMLVideoElement
    CssStyleDeclaration CSSStyleDeclaration
    ContextEvent WebGLContextEvent
    WebGL WebGLRenderingContext
  • Deprecate the top-level createElementTag, createCanvasElement,
    createIFrameElement, and querySelector functions.
    Instead, use the standard creation and query methods on document.

  • Deprecate the client extension methods on MouseEvent and Touch.
    Instead, directly use the clientX and clientY properties.

  • Deprecate the HttpRequest API borrowed from dart:html.
    Consider migrating to package:http instead.


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@provokateurin
Copy link
Member

Will fail until fluttercommunity/plus_plugins#2605

chore(deps): update dependency http to ^1.2.1

Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
@Leptopoda Leptopoda merged commit 742fd1e into main Feb 21, 2024
8 checks passed
@Leptopoda Leptopoda deleted the renovate/web-0.x branch February 21, 2024 15:02
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.

2 participants