fix(deps): update dependency web to ^0.5.0#1609
Merged
Merged
Conversation
Member
|
Will fail until fluttercommunity/plus_plugins#2605 |
provokateurin
marked this pull request as draft
February 18, 2024 08:27
renovate
Bot
force-pushed
the
renovate/web-0.x
branch
from
February 19, 2024 22:13
bc55c2e to
cb1681b
Compare
1 task
renovate
Bot
force-pushed
the
renovate/web-0.x
branch
from
February 21, 2024 10:48
cb1681b to
bde954d
Compare
provokateurin
approved these changes
Feb 21, 2024
1 task
provokateurin
marked this pull request as ready for review
February 21, 2024 10:54
Leptopoda
force-pushed
the
renovate/web-0.x
branch
from
February 21, 2024 12:58
bde954d to
2ef46b7
Compare
Leptopoda
enabled auto-merge
February 21, 2024 12:58
Leptopoda
force-pushed
the
renovate/web-0.x
branch
from
February 21, 2024 14:31
2ef46b7 to
f659f51
Compare
chore(deps): update dependency http to ^1.2.1 Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
Leptopoda
force-pushed
the
renovate/web-0.x
branch
from
February 21, 2024 14:41
f659f51 to
982607c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.4.2->^0.5.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dart-lang/web (web)
v0.5.0Compare Source
Redeprecate APIs that were deprecated in
0.4.1but undeprecated in0.4.2.Add support for
dart fixmigrations fromdart:htmlclasses topackage:webclasses.Contribute a markdown file for the renamed classes from
dart:htmltopackage:web(see renames.md).Migrate classes to use interop extension types that implement
JSObject.Add generics to APIs that use
JSArrayandJSPromise. Typedefs of a Dartprimitive 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
JSArrayandJSPromise.Changed
recordtypes to beJSObjectinstead ofJSAny.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:
AudioElementHTMLAudioElementHtmlElementHTMLElementCanvasElementHTMLCanvasElementImageElementHTMLImageElementVideoElementHTMLVideoElementCssStyleDeclarationCSSStyleDeclarationContextEventWebGLContextEventWebGLWebGLRenderingContextDeprecate the top-level
createElementTag,createCanvasElement,createIFrameElement, andquerySelectorfunctions.Instead, use the standard creation and query methods on
document.Deprecate the
clientextension methods onMouseEventandTouch.Instead, directly use the
clientXandclientYproperties.Deprecate the
HttpRequestAPI borrowed fromdart:html.Consider migrating to
package:httpinstead.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 has been generated by Mend Renovate. View repository job log here.