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

Bump babylonjs from 5.57.1 to 6.9.0 #1031

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 22, 2023

Bumps babylonjs from 5.57.1 to 6.9.0.

Release notes

Sourced from babylonjs's releases.

6.9.0

Changes:

  • #13994: Interaction Test: Update first test to remove inertia
  • #13993: [XR] Call the onInitial observable in AR mode as well
  • #13992: SSR: Fix crash when using a PBR material in glossiness/specular mode
  • #13991: fix for the monaco editor
  • #13990: Move away from declare type
  • #13989: GreasedLineTools.GetPointsFromText

This list of changes was auto generated.

6.8.1

Changes:

  • #13987: Allow Add, Divide, Subtract and Multiply Node to use float as second …
  • #13986: use exec instead of matchAll while keeping structure
  • #13840: GreasedLine
  • #13983: changeable epsilon for (typeof Quaternion).FromUnitVectorsToRef
  • #13975: Typescript 5.1 For core
  • #13985: VideoTexture: Revert changes
  • #13982: InputManager: Move-based Picking not working with SpriteManager and specific flag
  • #13980: Add recast to downloadable playgrounds
  • #13971: Update animationGroup.ts
  • #13973: Add Vector2/3/4 tests
  • #13974: NME: Add support for sampler types to CustomBlock
  • #13976: Decal: Fix crash when the mesh is an instanced mesh
  • #13978: Materials: Add support for plugins when cloning materials
  • #13972: Add parameter to control jpg/webp quality of screenshots
  • #13969: "Does not exist" view in PBR debug mode
  • #13970: Material: Add serialization and parsing of material plugins
  • #13965: Fix typo computeBonesUsingShaders default value
  • #13968: Water material: Fix support for mesh instances
  • #13966: [Physics] Raycast filtering
  • #13953: Add debug mode to show albedo texture's alpha channel

This list of changes was auto generated.

6.8.0

Changes:

  • #13963: [Documentation] Add some clarification about picking triangles from b…

... (truncated)

Changelog

Sourced from babylonjs's changelog.

6.9.0

Core

  • Call the onInitial observable in AR mode as well - [Bug Fix] by RaananW (#13993)
  • SSR: Fix crash when using a PBR material in glossiness/specular mode - [Bug Fix] by Popov72 (#13992)
  • Move away from declare type - by RaananW (#13990)
  • GreasedLineTools.GetPointsFromText - by RolandCsibrei (#13989)

Playground

6.8.1

Core

  • Allow Add, Divide, Subtract and Multiply Node to use float as second … - by deltakosh (#13987)
  • use exec instead of matchAll while keeping structure - by RaananW (#13986)
  • GreasedLine - [New Feature] by RolandCsibrei (#13840)
  • changeable epsilon for (typeof Quaternion).FromUnitVectorsToRef - by nekochanoide (#13983)
  • Typescript 5.1 For core - by RaananW (#13975)
  • VideoTexture: Revert changes - [Bug Fix] by Popov72 (#13985)
  • InputManager: Move-based Picking not working with SpriteManager and specific flag - [Bug Fix] by PolygonalSun (#13982)
  • Update animationGroup.ts - by aWeirdo (#13971)
  • Add Vector2/3/4 tests - by dr-vortex (#13973)
  • NME: Add support for sampler types to CustomBlock - by Popov72 (#13974)
  • Decal: Fix crash when the mesh is an instanced mesh - [Bug Fix] by Popov72 (#13976)
  • Materials: Add support for plugins when cloning materials - [Bug Fix] by Popov72 (#13978)
  • Add parameter to control jpg/webp quality of screenshots - by kircher1 (#13972)
  • "Does not exist" view in PBR debug mode - by alexchuber (#13969)
  • Material: Add serialization and parsing of material plugins - by Popov72 (#13970)
  • Fix typo computeBonesUsingShaders default value - by noname0310 (#13965)
  • Raycast filtering - [New Feature] by carolhmj (#13966)
  • Add debug mode to show albedo texture's alpha channel - [New Feature] by alexchuber (#13953)

GUI

GUI Editor

Inspector

Loaders

... (truncated)

Commits
  • 9089f53 Version update 6.9.0
  • 677064e Minor version trigger
  • 85d99ea Merge pull request #13994 from PolygonalSun/interact-no-inertia
  • f828804 Remove inertia from first test
  • 2f8cd3f Merge pull request #13993 from RaananW/onInitialXrPose
  • 196e301 Merge pull request #13992 from BabylonJS/Popov72-patch-1
  • 64d3fd3 call the observable in AR mode as well
  • 3e2840d Merge pull request #13991 from RaananW/fixForImportType
  • a72cc3b Fix crash when using a PBR material in glossiness/specular mode
  • 535db55 fix for the monaco editor
  • 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 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)

@dependabot dependabot bot requested a review from a team as a code owner June 22, 2023 13:57
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 22, 2023
Bumps [babylonjs](https://github.com/BabylonJS/Babylon.js) from 5.57.1 to 6.9.0.
- [Release notes](https://github.com/BabylonJS/Babylon.js/releases)
- [Changelog](https://github.com/BabylonJS/Babylon.js/blob/master/CHANGELOG.md)
- [Commits](BabylonJS/Babylon.js@5.57.1...6.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babylonjs-6.9.0 branch from 7d72f22 to e6d38c7 Compare June 22, 2023 19:58
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 29, 2023

Superseded by #1043.

@dependabot dependabot bot closed this Jun 29, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/babylonjs-6.9.0 branch June 29, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants