-
-
Notifications
You must be signed in to change notification settings - Fork 973
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): bump web from 0.5.1 to 1.0.0 in /packages/share_plus/share_plus #3105
chore(deps): bump web from 0.5.1 to 1.0.0 in /packages/share_plus/share_plus #3105
Conversation
Closes #3093 |
Bumps [web](https://github.com/dart-lang/web) from 0.5.1 to 1.0.0. - [Release notes](https://github.com/dart-lang/web/releases) - [Changelog](https://github.com/dart-lang/web/blob/main/CHANGELOG.md) - [Commits](dart-lang/web@v0.5.1...v1.0.0) --- updated-dependencies: - dependency-name: web dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
a6a40d3
to
4a86dc6
Compare
Looks like |
Yeah, I get it, but how the compilation worked previously when the plugin was migrated to |
Ah, yeah, Let's wait for this one flutter/packages#7202 |
Bumps [web](https://github.com/dart-lang/web) from 0.5.1 to 1.0.0. - [Release notes](https://github.com/dart-lang/web/releases) - [Changelog](https://github.com/dart-lang/web/blob/main/CHANGELOG.md) - [Commits](dart-lang/web@v0.5.1...v1.0.0) --- updated-dependencies: - dependency-name: web dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dedde02
to
fb3e2bc
Compare
…us/share_plus/web-1.0.0' into dependabot/pub/packages/share_plus/share_plus/web-1.0.0 # Conflicts: # packages/share_plus/share_plus/pubspec.yaml
- Flutter >=3.3.0 | ||
- Dart >=2.18.0 <4.0.0 | ||
- Flutter >=3.19.0 | ||
- Dart >=3.3.0 <4.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we had outdated info here
@@ -32,7 +32,6 @@ | |||
/build/ | |||
|
|||
# Web related | |||
lib/generated_plugin_registrant.dart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is something edited automatically during the build
}); | ||
} | ||
</script> | ||
<script src="main.dart.js" type="application/javascript"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed to not see the following message in logs:
Warning: In index.html:39: Manual service worker registration deprecated. Use flutter.js service worker bootstrapping instead.
The change is the same as in flutter/packages#7114
url_launcher_platform_interface: ^2.1.2 | ||
ffi: ^2.0.1 | ||
web: ^0.5.0 | ||
url_launcher_web: ^2.3.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only need to update this part of url_launcher
to move to web: 1.0.0
, but updated the rest as well.
Looking forward this PR |
Tested by compiling the example with |
@miquelbeltran Does the dependency have to be so strict? For example on package_info_plus the dependency is |
In this case, the package uses new APIs available on |
Bumps web from 0.5.1 to 1.0.0.
Release notes
Sourced from web's releases.
Changelog
Sourced from web's changelog.
Commits
e89fe49
Publish package:web v1 (#271)e4c4d81
Bump the github-actions group with 2 updates (#269)2ae509e
Update doc comments, bump version to 1.0.0-wip (#268)72a806f
Account for static members in MDN docs (#267)82b94c2
Add MAC_FF_META to KeyCode constants (#264)9e20f7f
Update Web IDL to 3.49.0 (#266)50239e9
Rename members when they collide with return/parameter type names (#265)6b8a465
Account for typedef nullability (#257)f6a7d38
Emit double as return value instead of num (#256)6d22294
Add Float16Array alias (#255)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
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)