Skip to content

fix(deps): update dependency web to v1#2275

Merged
provokateurin merged 1 commit intomainfrom
renovate/web-1.x
Aug 12, 2024
Merged

fix(deps): update dependency web to v1#2275
provokateurin merged 1 commit intomainfrom
renovate/web-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 16, 2024

Mend Renovate

This PR contains the following updates:

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

Warning

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


Release Notes

dart-lang/web (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.

v0.5.1

Compare Source

  • Add TrustedTypes members.
  • Include MDN API documentation as class and member dartdoc comments. Docs
    sourced from the MDN Web Docs project; attributions and copyright
    licensing by Mozilla Contributors is licensed under CC-BY-SA 2.5.
  • Add a constructor for each Element tag onto their respective Element
    interfaces.
  • Remove external Element constructors that would result in a runtime error.
  • Deprecate createAudioElement in favor of the HTMLAudioElement constructor.

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 was generated by Mend Renovate. View the repository job log.

@provokateurin provokateurin marked this pull request as draft July 16, 2024 05:30
@renovate renovate bot force-pushed the renovate/web-1.x branch 2 times, most recently from 99e66de to dfec011 Compare July 21, 2024 11:19
@renovate renovate bot force-pushed the renovate/web-1.x branch 3 times, most recently from 0edbf8d to 1b817ac Compare August 5, 2024 07:25
@renovate renovate bot force-pushed the renovate/web-1.x branch from 1b817ac to 66caf88 Compare August 11, 2024 16:20
@provokateurin
Copy link
Copy Markdown
Member

Still waiting for fluttercommunity/wakelock_plus#68

@provokateurin
Copy link
Copy Markdown
Member

Created a PR fluttercommunity/wakelock_plus#70, let's see how long it takes...

@renovate renovate bot force-pushed the renovate/web-1.x branch from 66caf88 to 2c476ad Compare August 11, 2024 16:39
@provokateurin provokateurin marked this pull request as ready for review August 12, 2024 19:35
@provokateurin provokateurin removed the request for review from Leptopoda August 12, 2024 19:36
@provokateurin provokateurin merged commit acf291d into main Aug 12, 2024
@provokateurin provokateurin deleted the renovate/web-1.x branch August 12, 2024 19:46
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.

1 participant