EVote
EVote copied to clipboard
Bump dio, crypto, web_socket_channel, http, flutter_launcher_icons, google_fonts, web3dart, cloud_firestore and firebase_auth
Bumps dio, crypto, web_socket_channel, http, flutter_launcher_icons, google_fonts, web3dart, cloud_firestore and firebase_auth. These dependencies needed to be updated together.
Updates dio
from 3.0.10 to 5.0.3
Release notes
Sourced from dio's releases.
dio 5.0.3
What's new
- Imply
List<Map>
as JSON content inImplyContentTypeInterceptor
.- Fix
FormData
encoding for collections and objects.dio 5.0.2
What's new
- Improve code formats according to linter rules.
- Remove the force conversion for the response body.
- Fix
DioErrorType.cancel
inInterceptors
.- Fix wrong encoding of collection query parameters.
- Fix "unsupported operation" error on web platform.
dio 5.0.1
What's new
- Add
ImplyContentTypeInterceptor
as a default interceptor.- Add
Headers.multipartFormDataContentType
for headers usage.- Fix variable shadowing of
withCredentials
inbrowser_adapers.dart
.
Commits
61ed864
🔖 dio v5.0.3f9c923b
🚑 Fix FormData encoding (#1741) (#1747)9c30e9a
📝 Fix interceptor codes in READMEs (#1745)cdab4cc
👷 Improve the check with the infra label8cc1358
🐛 Allow to parseSet-Cookie
with redirected response (#1734)4204004
🚀 ImplyList\<Map>
as JSON content (#1737)be2b0f5
🔖 native_dio_adapter v0.1.0ba91ed7
feat(native_dio_adapter): bump cronet_http, cupertino_http dependency (#1735)70cdbf9
fix: update onReceiveProgress references in docs (#1732)e25aae6
🔖 cookie_manager v2.1.2- Additional commits viewable in compare view
Updates crypto
from 2.1.4 to 3.0.2
Changelog
Sourced from crypto's changelog.
3.0.2
- Require Dart 2.14.0.
- Fix bug calculating hashes for content larger than 512MB when compiled to JS.
3.0.1
- Fix doc links in README.
3.0.0
- Stable release for null safety.
- Adds SHA-2 512/224 and SHA-2 512/256 from FIPS 180-4
- Removes
newInstance
instance members on some classes and updates documentation.2.1.5
- Improve example and package description to address package site maintenance suggestions.
Commits
223e0a6
Prepare to publish (#129)4297d24
Replace right shift with truncating divide (#128)3bae716
Drop dependency on pkg:collection (#127)b1a477f
Fix spelling in some doc comments (#126)9c5290b
Remove 'www' subdomain in repository url (#120)b5024e4
Move from pedantic to lints package (#119)81a6e01
Fix newly enforced lint (#116)5c2fc64
Fix stale links to docs (#115)9b00a1b
Merge pull request #113 from dart-lang/franklinyow-patch-1d7bad90
Update LICENSE- Additional commits viewable in compare view
Updates web_socket_channel
from 1.1.0 to 2.3.0
Changelog
Sourced from web_socket_channel's changelog.
2.3.0
- Added a Future
ready
property toWebSocketChannel
, which completes when the connection is established- Added a
connectTimeout
parameter to theIOWebSocketChannel.connect
factory, which controls the timeout of the WebSocket Future.- Use platform agnostic code in README example.
2.2.0
- Add
HtmlWebSocketChannel.innerWebSocket
getter to access features not exposed through the sharedWebSocketChannel
interface.2.1.0
- Add
IOWebSocketChannel.innerWebSocket
getter to access features not exposed through the sharedWebSocketChannel
interface.2.0.0
- Support null safety.
- Require Dart 2.12.
1.2.0
- Add
protocols
argument toWebSocketChannel.connect
. See the docs forWebSocket.connet
.- Allow the latest crypto release (
3.x
).
Commits
- See full diff in compare view
Updates http
from 0.12.2 to 0.13.5
Commits
- See full diff in compare view
Updates flutter_launcher_icons
from 0.8.0 to 0.12.0
Release notes
Sourced from flutter_launcher_icons's releases.
v0.12.0
What's Changed
- remove .DS_Store files by
@connectety
in fluttercommunity/flutter_launcher_icons#429- Improve 'pass static analysis' score by
@hugobrancowb
in fluttercommunity/flutter_launcher_icons#428- add .pubignore by
@connectety
in fluttercommunity/flutter_launcher_icons#430- refactor: updated dependencies by
@MarkOSullivan94
in fluttercommunity/flutter_launcher_icons#435- Don't ignore CHANGELOG.md by
@westy92
in fluttercommunity/flutter_launcher_icons#436
- Upgraded image:^3.0.2 to image:^4.0.15 by
@carloshpb
in fluttercommunity/flutter_launcher_icons#447New Contributors
@hugobrancowb
made their first contribution in fluttercommunity/flutter_launcher_icons#428@westy92
made their first contribution in fluttercommunity/flutter_launcher_icons#436@carloshpb
made their first contribution in fluttercommunity/flutter_launcher_icons#447Full Changelog: https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.11.0...v0.12.0
v0.11.0
What's Changed
- Fix typos by
@edwardmp
in fluttercommunity/flutter_launcher_icons#405- feat/cli-improvement by
@RatakondalaArun
in fluttercommunity/flutter_launcher_icons#406- feat/macos-support by
@RatakondalaArun
in fluttercommunity/flutter_launcher_icons#407repository
&issue_tracker
added to pubspec by@patelpathik
in fluttercommunity/flutter_launcher_icons#411- fix the icons 50 and 57 in contents.json by
@adnanjpg
in fluttercommunity/flutter_launcher_icons#412- fix(example): added example for pub.dev by
@RatakondalaArun
in fluttercommunity/flutter_launcher_icons#413- Add extra white line at the end of the file as xcode projects favor an extra whiteline by
@sandersaelmans
in fluttercommunity/flutter_launcher_icons#325- Release/v0.11.0 by
@RatakondalaArun
in fluttercommunity/flutter_launcher_icons#421New Contributors
@edwardmp
made their first contribution in fluttercommunity/flutter_launcher_icons#405@patelpathik
made their first contribution in fluttercommunity/flutter_launcher_icons#411@adnanjpg
made their first contribution in fluttercommunity/flutter_launcher_icons#412@sandersaelmans
made their first contribution in fluttercommunity/flutter_launcher_icons#325Full Changelog: https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.10.0...v0.11.0
v0.10.0
What's Changed
- fix: ignore commented minSdkVersion by
@BenVercammen
in fluttercommunity/flutter_launcher_icons#365- setting up automatic deployment of newly published github release by
@MarkOSullivan94
in fluttercommunity/flutter_launcher_icons#376- RatakondalaArun/web-support by
@RatakondalaArun
in fluttercommunity/flutter_launcher_icons#374- RatakondalaAarun/update-docs by
@RatakondalaArun
in fluttercommunity/flutter_launcher_icons#381- added workflow for auto running tests and analyzer for newly opened prs to merge into master by
@MarkOSullivan94
in fluttercommunity/flutter_launcher_icons#387- Added missied sizes for iOS by
@bossly
in fluttercommunity/flutter_launcher_icons#298- Ratakondala-arun/windows-support by
@RatakondalaArun
in fluttercommunity/flutter_launcher_icons#382- docs(windows): added windows docs by
@RatakondalaArun
in fluttercommunity/flutter_launcher_icons#390- test: checking version number is matching one in pubspec.yaml by
@MarkOSullivan94
in fluttercommunity/flutter_launcher_icons#389- Update README.md by
@Lone-Wolf17
in fluttercommunity/flutter_launcher_icons#290- RatakondalaArun/min-sdk-not-found-384 by
@RatakondalaArun
in fluttercommunity/flutter_launcher_icons#392- fix loading config from pubspec.yaml by
@p-mazhnik
in fluttercommunity/flutter_launcher_icons#398
... (truncated)
Changelog
Sourced from flutter_launcher_icons's changelog.
0.12.0 (24th February 2023)
- Updated image package and other packages #447
0.11.0 (27th September 2022)
- Support for Macos Icons #407
- Cli-improvement #400
- Add
repository
andissue_tracker
#411 (thanks to@patelpathik
)- Fix indent in web/manifest.json #407
- Fix the icons 50 and 57 in
contents.json
#412 (thanks to@adnanjpg
)- Fix typos #405 (thanks to
@edwardmp
)- Added newline to EOF #325 (thanks to
@sandersaelmans
)0.10.0 (2nd August 2022)
- Support for Web Icons #374
- Support for Windows Icons #382
- Added missing IOS icon sizes #298
- Added
min_sdk_android
option #392- Added documentation for
remove_alpha_ios
#392- Fixed issue with loading config from
pubspec.yaml
#398 (thanks to@p-mazhnik
)0.9.3 (6th June 2022)
- Fixes to make sure it works for Flutter v2.8 (thanks to
@RatakondalaArun
)- Fixed issue with incorrect version being shown
0.9.2 (22nd August 2021)
- Fixed issue where success message printed even when exception occured (thanks to
@happy-san
)0.9.1 (25th July 2021)
- Upgrade args dependency to ^2.1.1 (thanks to
@PiN73
and@comlaterra
)- Upgraded
image
andtest
dependencies0.9.0 (28th Feb 2021)
- Null-safety support added (thanks to
@SteveAlexander
)- Added option to remove alpha channel for iOS icons (thanks to
@SimonIT
)0.8.1 (2nd Oct 2020)
- Fixed flavor support on windows (
@slightfoot
)
Commits
5c7a41a
chore: updated test package2a9185a
- updated image to 4.0.153a50b14
- upgraded image to 4.0.13 to fix quality bugs and updated json_serializable ...66c7e0e
- updated image to 4.0.113e7e8a3
- downgrade path to 1.8.21bf7542
- updated other dependencies6c25163
- Upgraded image:^3.0.2 to image:^4.0.10 and fixed breaking changes done by t...9a48d68
Don't ignore CHANGELOG.md3ed708e
refactor: updated dependencies0d42153
add .pubignore- Additional commits viewable in compare view
Updates google_fonts
from 1.1.0 to 4.0.3
Commits
- See full diff in compare view
Updates web3dart
from 1.2.3 to 2.6.1
Changelog
Sourced from web3dart's changelog.
2.6.1
- EIP-1559.
2.5.3
- Ditch dependency on collection.
2.5.2
- Fix type-error to get useful RpcError.
2.5.1
- Remove build.yaml that was pointing to obsolete builder.
2.5.0
- Deprecate async methods.
2.4.1
- Update dependencies.
2.4.0
- Refactor parts of the project into ERC20 and Web3_Browser
2.3.5
- Ensuring quality and performance.
2.3.4
- Adds
name
,symbol
anddecimals
functions to ERC20.2.3.3
- Fix signing legacy transactions without gas and without a client.
2.3.2
- Support EIP-1559 transactions.
2.3.1
- Fix the
Web3Client.custom
constructor not setting all required fields.2.3.0
... (truncated)
Commits
- See full diff in compare view
Updates cloud_firestore
from 0.13.7 to 4.4.5
Release notes
Sourced from cloud_firestore's releases.
cloud_firestore_platform_interface-v2.0.0-dev.1
Firebase Firestore pre-release.
cloud_firestore-v0.14.0-dev.1
Firebase Firestore pre-release.
Changelog
Sourced from cloud_firestore's changelog.
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2023-03-16
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
firebase_auth
-v4.3.0
firebase_auth_platform_interface
-v6.12.0
firebase_auth_web
-v5.2.10
firebase_core
-v2.8.0
firebase_crashlytics
-v3.0.17
firebase_messaging
-v14.3.0
firebase_storage_web
-v3.3.25
firebase_ui_oauth_facebook
-v1.0.24
firebase_ui_oauth_twitter
-v1.0.24
firebase_ui_auth
-v1.1.17
firebase_ui_oauth
-v1.1.17
firebase_ui_oauth_google
-v1.0.24
firebase_ui_oauth_apple
-v1.0.24
_flutterfire_internals
-v1.0.18
firebase_in_app_messaging
-v0.7.0+16
firebase_database_web
-v0.2.1+25
firebase_in_app_messaging_platform_interface
-v0.2.1+35
firebase_database_platform_interface
-v0.2.2+23
firebase_database
-v10.0.16
firebase_crashlytics_platform_interface
-v3.3.17
cloud_firestore
-v4.4.5
cloud_firestore_platform_interface
-v5.11.5
cloud_firestore_web
-v3.3.5
firebase_dynamic_links_platform_interface
-v0.2.3+32
firebase_dynamic_links
-v5.0.17
firebase_app_installations_platform_interface
-v0.1.1+35
firebase_app_installations_web
-v0.1.1+24
firebase_app_installations
-v0.2.1+14
firebase_remote_config
-v3.0.15
firebase_messaging_web
-v3.2.17
firebase_remote_config_web
-v1.1.24
firebase_messaging_platform_interface
-v4.2.16
firebase_remote_config_platform_interface
-v1.1.35
... (truncated)
Commits
- See full diff in compare view
Updates firebase_auth
from 0.16.1 to 4.3.0
Release notes
Sourced from firebase_auth's releases.
cloud_firestore_platform_interface-v2.0.0-dev.1
Firebase Firestore pre-release.
firebase_core_platform_interface-v2.0.0-dev.1
Firebase core pre-release.
Changelog
Sourced from firebase_auth's changelog.
firebase_auth
-v4.3.0
- FIX(auth): fix an issue where unenroll would not throw a FirebaseException (#10572). (8dba33e1)
- FEAT(auth): improve error handling when Email enumeration feature is on (#10591). (ff083025)
firebase_auth_platform_interface
-v6.12.0
- FIX(auth): fix an issue where unenroll would not throw a FirebaseException (#10572). (8dba33e1)
- FEAT(auth): improve error handling when using beforeSignIn functions blocks sign in (#10611). (b48e0952)
- FEAT(auth): improve error handling when Email enumeration feature is on (#10591). (ff083025)
firebase_auth_web
-v5.2.10
firebase_core
-v2.8.0
- FEAT: bump Firebase iOS SDK 10.6.0 (#10613). (7a3d0b5d)
- FEAT: bump Firebase iOS SDK
10.5.0
(#10532). (c77fc4d4)
firebase_crashlytics
-v3.0.17
firebase_messaging
-v14.3.0
firebase_storage_web
-v3.3.25
- FIX(firebase_storage_web): fix
Error: Unexpected null value.
whenmetadata.timeCreated
ormetadata.updated
(#10577). (6eb235ba)2023-03-07
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.