-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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/device_info_plus/device_info_plus #3106
chore(deps): bump web from 0.5.1 to 1.0.0 in /packages/device_info_plus/device_info_plus #3106
Conversation
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] <[email protected]>
Closes #3093 |
@@ -33,7 +33,7 @@ dependencies: | |||
flutter_web_plugins: | |||
sdk: flutter | |||
meta: ^1.8.0 | |||
web: '>=0.5.0 <=0.6.0' | |||
web: ">=0.5.0 <2.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.
I am good with this, since it is not a breaking change.
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.
Awesome. Also wanted to suggest to have the range, so we don't get bombarded with issues :)
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.
I will do some testing in the meantime. If all good - will merge.
This package builds successfully with |
@miquelbeltran @vbuberen Don't forget to remove this extension if it is no longer necessary plus_plugins/packages/device_info_plus/device_info_plus/lib/src/device_info_plus_web.dart Line 51 in a620cec
|
The plugin supports the range of web package versions, so the extension stays for those who haven't migrated to web: 1.0.0 yet. |
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)