Skip to content
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

Bump dio, http, google_fonts, path_provider and mongo_dart in /App Dev/Aryan/my_app #1

Open
wants to merge 1 commit into
base: postgreSQL
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Bumps dio, http, google_fonts, path_provider and mongo_dart. These dependencies needed to be updated together.
Updates dio from 3.0.8 to 5.0.3

Release notes

Sourced from dio's releases.

dio 5.0.3

What's new

  • Imply List<Map> as JSON content in ImplyContentTypeInterceptor.
  • 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 in Interceptors.
  • 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 in browser_adapers.dart.
Commits

Updates http from 0.12.0+4 to 0.13.5

Commits

Updates google_fonts from 0.3.2 to 4.0.3

Commits

Updates path_provider from 1.6.5 to 2.0.14

Release notes

Sourced from path_provider's releases.

animations-v2.0.0-nullsafety.0

  • Migrates to null safety.
Commits

Updates mongo_dart from 0.3.6 to 0.9.1

Release notes

Sourced from mongo_dart's releases.

Release 0.7.0

Null safety version

Release 0.5.0

No release notes provided.

Release 0.4.4

No release notes provided.

Release 0.4.3

No release notes provided.

Release 0.4.2

No release notes provided.

Release 0.4.1

Secure connection implementation

Release 0.4.1 development 2.2

No release notes provided.

Changelog

Sourced from mongo_dart's changelog.

0.9.1

  • Added a delete() method to GridOut class
  • Added a toFile() method to GridOut class (allows to write safely on disk - adds a (n) suffix if the file already exists)
  • Added a clearBucket() method to class GridFs
  • Added a dropBucket() mehthod to class GridFs
  • Fixed an issue on GridFsFile numChunks() method

0.9.0

  • Fixed an issue on GridFs save() method using MongoDb 6.0
  • Possible breaking change. The cursorId has been changed from type BsonLong to type Int64. In general all BsonLong fields received from the server now are received as Int64 instead of int (see Bson package)
  • authSourceDb defaulted to 'admin' in case neither the default Db nor the authSourceDb has been specified

0.8.2

  • Fixed a regression bug using MongoDb-CR authMethod

0.8.1

  • Fixed bug preventing pre 3.6 releases to work with mongo_dart

0.8.0

  • inherited fro Bson: Moving to the most recent version of the Rational class, a Breaking change had been introduced. We have decided to substitute the Rational class with the Decimal one, because the latter, that it is a wrapper around the former, contains more user friendly methods. You can always get a Rational instance, if needed, calling the toRational() method of theDecimal class.
  • a connection error condition was throwing the natural number "e" instead of the error text
  • connection_pool: _DbFactory renamed DbFactory
  • connection: _ServerCapabilities renamed ServerCapabilities
  • connection_manager: _ConnectionManager renamed ConnectionManager
  • Lint fixes
  • The folder lib\src\database\commands\aggreagation_commands has bin renamed into lib\src\database\commands\aggregation_commands
  • created modernCount method
  • OP_MSG commands added: Drop, DropDatabase and ListCollections
  • Db.runCommand()
  • dropIndex()

0.8.0-1.0.beta

  • The unionWith stage has been added to the AggregationPipelineBuilder.
  • unionWith examples added in example/manual/aggregate

Breaking changes

  • Updating the dependencies, the Decimal class substitutes the Rational one. Inherited from BSON package. It seems that the Rational class has been designed more like a "core" class and the Decimal one (that is a subclass) is for everyday use. You can alway get a Rational instance from a Decimal calling the method toRational().

0.7.4+2

Now using Lints instead of Pedantic

0.7.4+1

... (truncated)

Commits

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.

Bumps [dio](https://github.com/cfug/dio), [http](https://github.com/dart-lang/http/tree/master/pkgs), [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages), [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) and [mongo_dart](https://github.com/mongo-dart/mongo_dart). These dependencies needed to be updated together.

Updates `dio` from 3.0.8 to 5.0.3
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@3.0.8...dio_v5.0.3)

Updates `http` from 0.12.0+4 to 0.13.5
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs)

Updates `google_fonts` from 0.3.2 to 4.0.3
- [Release notes](https://github.com/material-foundation/flutter-packages/releases)
- [Commits](https://github.com/material-foundation/flutter-packages/commits/google_fonts-v4.0.3/packages)

Updates `path_provider` from 1.6.5 to 2.0.14
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.0.14/packages/path_provider)

Updates `mongo_dart` from 0.3.6 to 0.9.1
- [Release notes](https://github.com/mongo-dart/mongo_dart/releases)
- [Changelog](https://github.com/mongo-dart/mongo_dart/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mongo-dart/mongo_dart/commits)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: http
  dependency-type: direct:production
- dependency-name: google_fonts
  dependency-type: direct:production
- dependency-name: path_provider
  dependency-type: direct:production
- dependency-name: mongo_dart
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants