Skip to content

chore: bump simple_3d_renderer from 22.0.2 to 23.0.4 in /example#98

Closed
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/pub/example/simple_3d_renderer-23.0.4
Closed

chore: bump simple_3d_renderer from 22.0.2 to 23.0.4 in /example#98
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/pub/example/simple_3d_renderer-23.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps simple_3d_renderer from 22.0.2 to 23.0.4.

Changelog

Sourced from simple_3d_renderer's changelog.

23.0.4

  • Fixed a type error in fromDict where JSON-decoded integer values were not safely converted to double in certain environments (e.g. iOS app mode on macOS).
    • Affected classes: Sp3dV2D, Sp3dQuaternion, Sp3dCamera, Sp3dOrthographicCamera, Sp3dFreeLookCamera, Sp3dLight, Sp3dCameraRotationController.
    • Added a private helper _d(dynamic value) to each class that performs (value as num).toDouble(), and applied it to all double-typed field assignments in the above fromDict methods.

23.0.3

  • Fixed a crash in Sp3dCameraRotationController where rotating with a zero diff vector caused nor() to return a zero vector, which then failed the normalization assertion in Sp3dV3D.proj() via camera.rotate().

23.0.2

  • Improved the speed of the rotated method in the Sp3dV2D.

23.0.1

  • Renamed the argument of the rotated method in the Sp3dV2D class from origin to center. There is no change in behavior.
  • Adjustments following updates in the base library (no significant behavior changes).

23.0.0

  • Improved hash calculation accuracy and collision resistance for Sp3dV2D.
  • Improved the performance of the equals method for Sp3dV2D.
  • Optimized == operator performance for Sp3dV2D using identical reference checks.

22.1.0

  • Added norSafe() and isZero() methods to Sp3dV2D class for rendering / UI use.
  • Minor internal refactoring without API changes.
  • Updates associated with base library updates.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

tlserver and others added 5 commits June 22, 2026 00:14
Bumps [simple_3d_renderer](https://github.com/MasahideMori-SimpleAppli/simple_3d_renderer) from 22.0.2 to 23.0.4.
- [Changelog](https://github.com/MasahideMori-SimpleAppli/simple_3d_renderer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MasahideMori-SimpleAppli/simple_3d_renderer/commits)

---
updated-dependencies:
- dependency-name: simple_3d_renderer
  dependency-version: 23.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 22, 2026
@tlserver

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Looks like simple_3d_renderer is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 23, 2026
@dependabot
dependabot Bot deleted the dependabot/pub/example/simple_3d_renderer-23.0.4 branch June 23, 2026 15:45
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.

1 participant