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

chore(deps): bump package_info_plus, http, matomo_tracker and uuid in /packages/smooth_app #194

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps package_info_plus, http, matomo_tracker and uuid. These dependencies needed to be updated together.
Updates package_info_plus from 5.0.1 to 8.0.1

Commits
  • 312cb59 chore(release): prepare for release (#3111)
  • c1c0698 chore(all): Add pub.dev topics (#3097)
  • 6661365 fix(all): changed homepage url in pubspec.yaml (#3099)
  • 5e9afd5 test(package_info_plus): Fix integration test for Android (#3082)
  • dfa3bc2 fix(package_info_plus): Address changed fields nullability on Android 15 (API...
  • c89ce06 chore(deps): bump androidx.test:runner from 1.5.2 to 1.6.1 in /packages/packa...
  • ddbc2dc chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in...
  • ecc5714 refactor(all): Remove website files, configs, mentions (#3018)
  • d2eaa80 chore(all): Increase minSdk to 21 on all Android examples (#2953)
  • b1cbb35 chore(all): Specify plugin requirements, clean up README files (#2907)
  • Additional commits viewable in compare view

Updates http from 1.2.0 to 1.2.2

Release notes

Sourced from http's releases.

package:http v1.2.2

  • Require package web: '>=0.5.0 <2.0.0'.

package:http v1.2.1

  • Require Dart ^3.3
  • Require package:web ^0.5.0.
Commits

Updates matomo_tracker from 4.1.1 to 5.0.0+1

Release notes

Sourced from matomo_tracker's releases.

5.0.0

What's Changed

New Contributors

Full Changelog: Floating-Dartists/matomo-tracker@5.0.0-dev.3...5.0.0

5.0.0-dev.3

What's Changed

New Contributors

Full Changelog: Floating-Dartists/matomo-tracker@5.0.0-dev.2...5.0.0-dev.3

5.0.0-dev.2

What's Changed

Full Changelog: Floating-Dartists/matomo-tracker@5.0.0-dev.1...5.0.0-dev.2

5.0.0-dev.1

What's Changed

... (truncated)

Changelog

Sourced from matomo_tracker's changelog.

[5.0.0+1]

  • Updated README.md with supported Matomo versions.

[5.0.0]

Check the Migration Guide to learn about breaking changes in this version

New Contributors

Full Changelog: Floating-Dartists/matomo-tracker@5.0.0-dev.3...5.0.0

[5.0.0-dev.3]

New Contributors

Full Changelog: Floating-Dartists/matomo-tracker@5.0.0-dev.2...5.0.0-dev.3

[5.0.0-dev.2]

Full Changelog: Floating-Dartists/matomo-tracker@5.0.0-dev.1...5.0.0-dev.2

[5.0.0-dev.1]

... (truncated)

Commits
  • 91f0bed chore: update CHANGELOG
  • ab8e168 Merge pull request #164 from Floating-Dartists/chore/deprecate-params
  • e0dfa42 doc: update README
  • c4bdc4f chore: bump version
  • 1bdb88f chore: added placeholder for changelogs
  • f2443a0 refactor: removed _idvc, _viewts & _idts properties
  • 1760760 refactor: reduced transitive var usage
  • 56fcf7c refactor: Visitor class now use assertions
  • 1c7c3f2 Merge branch 'main' into dev
  • b167a47 Merge pull request #162 from Floating-Dartists/contributors-readme-action-WWp...
  • Additional commits viewable in compare view

Updates uuid from 3.0.7 to 4.4.2

Release notes

Sourced from uuid's releases.

4.4.2

What's Changed

New Contributors

Full Changelog: daegalus/dart-uuid@4.4.1...4.4.2

4.4.1

v4.4.1

  • Fix UUIDv1 to use millisecondsSinceEpoch instead of microsecondsSinceEpoch. Matches UUIDv6 and passes vector tests. (#119)

What's Changed

New Contributors

Full Changelog: daegalus/dart-uuid@4.4.0...4.4.1

4.4.0

  • Fix MathRNG with Seed being recreated on each use, generating the same list of bytes. (thanks @​showband)
  • Fix UUIDv5 UTF8 inconsistencies. (thanks @​vjamrich)
  • Use static state storage for random number generator to prevent MathRNG issue.
  • Replace V1, v6, V7, V8 MathRNG preventively, the issue didn't exhibit there due to other factors in the UUID generation (primarily time, and clockseq)

What's Changed

New Contributors

Full Changelog: daegalus/dart-uuid@4.3.3...4.4.0

4.3.3

v4.3.3

  • Fix UUIDv7 in Javascript
    • Using bitshifts on anything over 32bits get truncated. Switched to a more naive solution for now. Hopefully dart2wasm fixes things.
  • Remove unnecessary _randomData() functions
  • Add fixnum package to handle issues in v6, time, and javascript.

Full Changelog: daegalus/dart-uuid@4.3.2...4.3.3

... (truncated)

Changelog

Sourced from uuid's changelog.

v4.4.2

  • Revert meta depenency version upgrade, was breaking flutter_test. (thanks @​techouse)

v4.4.1

  • Fix UUIDv1 to use millisecondsSinceEpoch instead of microsecondsSinceEpoch. Matches UUIDv6 and passes vector tests.

v4.4.0

  • Fix MathRNG with Seed being recreated on each use, generating the same list of bytes. (thanks @​showband)
  • Fix UUIDv5 UTF8 inconsistencies. (thanks @​vjamrich)
  • Use static state storage for random number generator to prevent MathRNG issue.
  • Replace V1, v6, V7, V8 MathRNG preventively, the issue didn't exhibit there due to other factors in the UUID generation (primarily time, and clockseq)

v4.3.3

  • Fix UUIDv7 in Javascript
    • Using bitshifts on anything over 32bits get truncated. Switched to a more naive solution for now. Hopefully dart2wasm fixes things.
  • Remove unnecessary _randomData() functions
  • Add fixnum package to handle issues in v6, time, and javascript.

v4.3.2

  • Added toFormattedString() to UuidValue to handle cases where the UUID used has no hyphens but you wnt them for output.
  • Changed constraint for meta to 1.10.0 to not conflict with flutter_test

v4.3.1

  • Add additional optional parameters for parseing and validation for the new noDashes flag.

v4.3.0

  • Update SDK constraints to >= 3.0.0
  • Update Meta package to 1.11.0
  • [PARTIAL BREAKING CHANGE] Changing MathRNG implementation to use 4 nextints, instead of 16 for optimization to match CryptoRNG. This will affect regenerating the same UUID from the same seed.
    • If you need the old behavior, please use MathRNGDeprecated() instead.

v4.2.2

  • Fix CryptoRNG on Web generating a random number 0 always
  • Add NoDashes support to the validator so that it validates UUIDs that don't have dashes but are otherwise valid.

v4.2.1

  • Lower meta dependency to 1.9.1 so that it is compatible with Flutter Stable 3.13

v4.2.0

  • [BREAKING CHANGE] Deprecate default/empty UuidValue constructor because it has a different behavior from the 3.x package version. (Thanks @​davidmartos96)

... (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 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)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus), [http](https://github.com/dart-lang/http/tree/master/pkgs), [matomo_tracker](https://github.com/Floating-Dartists/matomo-tracker) and [uuid](https://github.com/Daegalus/dart-uuid). These dependencies needed to be updated together.

Updates `package_info_plus` from 5.0.1 to 8.0.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.0.1/packages/package_info_plus)

Updates `http` from 1.2.0 to 1.2.2
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/http-v1.2.2/pkgs)

Updates `matomo_tracker` from 4.1.1 to 5.0.0+1
- [Release notes](https://github.com/Floating-Dartists/matomo-tracker/releases)
- [Changelog](https://github.com/Floating-Dartists/matomo-tracker/blob/main/CHANGELOG.md)
- [Commits](Floating-Dartists/matomo-tracker@4.1.1...5.0.0)

Updates `uuid` from 3.0.7 to 4.4.2
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](daegalus/dart-uuid@3.0.7...4.4.2)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: matomo_tracker
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Aug 12, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 12, 2024
@dependabot dependabot bot deleted the dependabot/pub/packages/smooth_app/multi-5cb2f70112 branch August 12, 2024 12:23
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file PR: needs rebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants