Skip to content

Comments

Bump vector_math from 2.1.4 to 2.2.0 in /importer#81

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/importer/vector_math-2.2.0
Open

Bump vector_math from 2.1.4 to 2.2.0 in /importer#81
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/importer/vector_math-2.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2025

Bumps vector_math from 2.1.4 to 2.2.0.

Release notes

Sourced from vector_math's releases.

package:vector_math v2.2.0

  • Performance of functions that take dynamic arguments improved.
  • Most of the members that take dynamic arguments are deprecated. New members with non-dynamic arguments added. Deprecated members:
    • Matrix4.translate Instead use: Matrix4.translateByDouble, Matrix4.translateByVector3, Matrix4.translateByVector4.
    • Matrix4.leftTranslate Instead use: Matrix4.leftTranslateByDouble, Matrix4.leftTranslateByVector3, Matrix4.leftTranslateByVector4.
    • Matrix4.scale Instead use: Matrix4.scaleByDouble, Matrix4.scaleByVector3, Matrix4.scaleByVector4.
    • Matrix4.scaled Instead use: Matrix4.scaledByDouble, Matrix4.scaledByVector3, Matrix4.scaledByVector4.

package:vector_math v2.1.5

  • Fixed operator -() of Quaternion (Contributed by tlserver)
  • Fixed Matrix3.rotationY direction (Contributed by tlserver, moritzblume)
  • Added an operator== to Quaternion so that two instances of quaternions can be evaluated for equality.
  • Require Dart 3.1
Changelog

Sourced from vector_math's changelog.

2.2.0

  • Performance of functions that take dynamic arguments improved.

  • Most of the members that take dynamic arguments are deprecated. New members with non-dynamic arguments added.

    Deprecated members:

    • Matrix4.translate

      Instead use: Matrix4.translateByDouble, Matrix4.translateByVector3, Matrix4.translateByVector4.

    • Matrix4.leftTranslate

      Instead use: Matrix4.leftTranslateByDouble, Matrix4.leftTranslateByVector3, Matrix4.leftTranslateByVector4.

    • Matrix4.scale

      Instead use: Matrix4.scaleByDouble, Matrix4.scaleByVector3, Matrix4.scaleByVector4.

    • Matrix4.scaled

      Instead use: Matrix4.scaledByDouble, Matrix4.scaledByVector3, Matrix4.scaledByVector4.

2.1.5

  • Fixed operator -() of Quaternion (Contributed by tlserver)
  • Fixed Matrix3.rotationY direction (Contributed by tlserver, moritzblume)
  • Added an operator== to Quaternion so that two instances of quaternions can be evaluated for equality.
  • Require Dart 3.1
Commits
  • 13f185f Remove prefer-inline for non-trivial Matrix functions (#347)
  • 0279cb8 Improve performance of functions with dynamic arguments (#345)
  • 39cafd4 prep for publishing 2.1.5 (#344)
  • dc9d379 chore: Remove test_all.dart since this is built-in to dart test (#343)
  • f08d7d2 Bump dart-lang/setup-dart in the github-actions group (#340)
  • 533c513 Bump the github-actions group with 2 updates (#339)
  • bd4b574 Partial fix for benchmarks (#337)
  • 433fb6c Bump dart-lang/setup-dart in the github-actions group (#336)
  • ec5080d Bump the github-actions group with 2 updates (#334)
  • 3937447 blast_repo fixes (#333)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [vector_math](https://github.com/google/vector_math.dart) from 2.1.4 to 2.2.0.
- [Release notes](https://github.com/google/vector_math.dart/releases)
- [Changelog](https://github.com/google/vector_math.dart/blob/master/CHANGELOG.md)
- [Commits](google/vector_math.dart@v2.1.4...v2.2.0)

---
updated-dependencies:
- dependency-name: vector_math
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Aug 15, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants