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 http, flutter_map, package_info_plus, matomo_tracker and uuid in /packages/smooth_app #5484

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps http, flutter_map, package_info_plus, matomo_tracker and uuid. These dependencies needed to be updated together.
Updates http from 1.2.0 to 1.2.1

Release notes

Sourced from http's releases.

package:http v1.2.1

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

Updates flutter_map from 6.1.0 to 7.0.2

Release notes

Sourced from flutter_map's releases.

v7.0.2

What's Changed

Full Changelog: fleaflet/flutter_map@v7.0.1...v7.0.2

v7.0.1

What's Changed

Full Changelog: fleaflet/flutter_map@v7.0.0...v7.0.1

v7.0.0

What's Changed

Includes changes after v6.1.0 (including v7.0.0-dev.1). v6.2.0 is ignored: see #1891 for more information.

... (truncated)

Changelog

Sourced from flutter_map's changelog.

[7.0.2] - 2024/07/02

Note that this version causes a technically breaking change by removing PolygonLayer.useDynamicUpdate & PolylineLayer.useDynamicUpdate, introduced in v7.0.1. However, the implementations for these was broken on introduction, and their intended purpose no longer exists. Therefore, these should not have been used in any capacity, and should not affect any projects.

Contains the following user-affecting bug fixes:

  • Fixed significant performance issues with PolygonLayer & PolylineLayer inadvertently introduced by v7.0.1 - #1925 for #1921
  • Fixed bug where the holes of a Polygon would only appear if their winding direction was opposite to the direction of the Polygon.points - #1925 for #1924
  • Relaxed constraint on 'package:logger' dependency - #1922 for #1916
  • Allowed re-assignment of a MapController to a FlutterMap multiple times - #1915 for #1892

[7.0.1] - 2024/06/09

Contains the following user-affecting bug fixes:

  • Implemented internal efficient(-ish) change detection for PolygonLayer & PolylineLayer - #1904
  • Fixed PolygonLayer.useAltRenderer renderer when Polygons have multiple holes - #1906
  • Fixed overlapping Polygon cutting & color/translucency mixing - #1901
  • Downgraded dependencies to support Flutter 3.19 - #1897

Contains the following user-affecting performance improvements:

  • Improved speed of isPointInPolygon method up to 40% - #1907

[7.0.0] - 2024/05/26

"onTap-ish At Last!"

Contains the following user-affecting changes:

  • 🟢 Added interactivity & hit detection to Polyline(Layer), Polygon(Layer), and Circle(Layer) - #1822 (for #1740 and #385), #1728, #1886
  • 🟢 Made FlutterMap.options an optional parameter - #1816
  • 🟢 Added alternative (Canvas.drawVertices) render pathway for PolygonLayer - #1800
  • 🟢 Added Scalebar layer - #1821
  • 🟢 Added TileUpdateTransformers.debounce to debounce tile requests - #1850 (replaces #1840)
  • 🟢 Added static Marker.computePixelAlignment method to calculate absolute alignment - #1847
  • 🟢 Added StrokePattern, which supports solid, dotted, and dashed styles for Polylines and the border of Polygons - #1855 (replaces #1845), #1865, #1871, #1875, #1876
  • 🔴 Deprecated MapOptions.applyPointerTranslucencyToLayers - #1822 for #1740

Contains the following user-affecting bug fixes:

  • Fixed NetworkTileProvider poor performance and ClientExceptions/SocketExceptions on disposal - #1742 for #1761, #1703, #1698
  • Fixed Polygon/PolylineLayer failing to move on changes - #1825
  • Prevented fatal crash due to infinite loop/memory leak at high zoom levels over some types of Polygon - #1854 for #1829
  • Fixed PolylineLayer exception: "The west longitude can't be smaller than the east longitude" - #1879
  • Fixed LatLngBounds.center to work across world bounds - #1860

Contains the following user-affecting performance improvements:

  • Added Polyline and Polygon simplification, and enhanced Polyline culling algorithm to work within the same Polyline - #1704, #1795, #1805, #1812

... (truncated)

Commits

Updates package_info_plus from 5.0.1 to 8.0.0

Commits
  • 0404dd1 chore(release): prepare for release (#2850)
  • ad06a23 docs(package_info_plus): Add platform specific documentation (#2845)
  • 7259af2 feat(package_info_plus)!: Switch to SHA-256 for buildSignature on Android (...
  • 7d712ef docs(package_info_plus): Improve web documentation re. CORS (#2841)
  • 15985a1 chore(release): prepare for release (#2827)
  • af91dc1 chore(deps): bump org.jetbrains.kotlin.android from 1.7.22 to 1.9.23 in /pack...
  • 2fbc699 chore(deps): bump com.android.application from 8.3.0 to 8.3.1 in /packages/pa...
  • 6293c45 chore(deps): bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 in /pack...
  • 26047f3 feat(package_info_plus)!: Support multiple version.json locations (#2733)
  • a73af89 refactor(share_plus): Migrate Android example to use the new plugins declarat...
  • Additional commits viewable in compare view

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.0

Release notes

Sourced from uuid's releases.

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

4.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

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

4.3.1

Full Changelog: daegalus/dart-uuid@4.3.0...4.3.1

4.3.0

Full Changelog: daegalus/dart-uuid@4.2.2...4.3.0

4.2.2

Full Changelog: daegalus/dart-uuid@4.2.1...4.2.2

4.2.1

What's Changed

Full Changelog: daegalus/dart-uuid@4.2.0...4.2.1

4.2.0

What's Changed

... (truncated)

Changelog

Sourced from uuid's changelog.

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)
    • Use UuidValue.fromString() instead, which has the same behavior. If you need to define a const UuidValue you can use UuidValue.raw(), but making sure the value is lowercase.
  • Mark UuidValue as experimental with an annotation. (Thanks @​Kaival-Patel)

v4.1.0

  • [BREAKING CHANGE] In order to enforce lowercase strings in UuidValue, I have made the default const constructor private, and added a fromString factory constructor. Please migrate any direct UuidValue() usage to UuidValue.fromString() or UuidValue.withValidation().

v4.0.0

... (truncated)

Commits
  • 6c91f35 Update docs, fix linting errors
  • 670b700 Fix other issues surfaced by MathRNG fix
  • 66cbac5 Revert RNG changes that didnt fix anything
  • 317ec2a Fixes and still debugging collision regression
  • 2fcde83 Fix V5 UUID inconsistencies when using UTF-8 characters
  • 617b1ff fixed MathRNG - it now uses the initial seed properly
  • 5fcfb31 Remove unused import
  • f6f55ef Update Docs
  • b6cb8cf Add generic UUID v8 so you can customize it. Cleanup tests based on new specs...
  • 5e3538c Update docs
  • Additional commits viewable 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 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)

…r and uuid

Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs), [flutter_map](https://github.com/fleaflet/flutter_map), [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus), [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 `http` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/http-v1.2.1/pkgs)

Updates `flutter_map` from 6.1.0 to 7.0.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fleaflet/flutter_map/commits/v7.0.2)

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

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.0
- [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.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: flutter_map
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
- 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]>
@dependabot dependabot bot requested a review from a team as a code owner July 8, 2024 18:00
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

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

@dependabot dependabot bot closed this Jul 8, 2024
@dependabot dependabot bot deleted the dependabot/pub/packages/smooth_app/multi-2966e3e095 branch July 8, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants