fix(deps): update dependency vector_math to ^2.4.2 - #220
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.1.4→^2.4.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
flutter/core-packages (vector_math)
v2.4.2Compare Source
v2.4.1Compare Source
PlaneAPI.v2.4.0SimplexNoiseclass.identityconstructors on theMatrixclasses.google/vector_math.dart
to flutter/core-packages,
which is the new source of truth for this package.
analysis options.
v2.3.0leftTranslateByVector2method toMatrix4.Equivalent to the
leftTranslateset of methods, that multiplies this matrix by a translation matrix from the left.Matrix4.leftMultiplymethod.translateByVector2method toMatrix4.sdk: ^3.7.0.v2.2.0Performance of functions that take
dynamicarguments improved.Most of the members that take
dynamicarguments are deprecated. New memberswith non-
dynamicarguments added.Deprecated members:
Matrix4.translateInstead use:
Matrix4.translateByDouble,Matrix4.translateByVector3,Matrix4.translateByVector4.Matrix4.leftTranslateInstead use:
Matrix4.leftTranslateByDouble,Matrix4.leftTranslateByVector3,Matrix4.leftTranslateByVector4.Matrix4.scaleInstead use:
Matrix4.scaleByDouble,Matrix4.scaleByVector3,Matrix4.scaleByVector4.Matrix4.scaledInstead use:
Matrix4.scaledByDouble,Matrix4.scaledByVector3,Matrix4.scaledByVector4.v2.1.5operator -()of Quaternion (Contributed by tlserver)Matrix3.rotationYdirection (Contributed by tlserver, moritzblume)be evaluated for equality.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.