Skip to content

Bump the babylon group across 1 directory with 2 updates#650

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/visualiser/babylon-78c564caaf
Open

Bump the babylon group across 1 directory with 2 updates#650
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/visualiser/babylon-78c564caaf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the babylon group with 2 updates in the /visualiser directory: @babylonjs/core and @babylonjs/gui.

Updates @babylonjs/core from 7.54.3 to 9.15.0

Release notes

Sourced from @​babylonjs/core's releases.

9.15.0

Addons

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)

Core

  • TC39 prep: Symbol.metadata-based serialization decorator store (no behavior change) - by RaananW (#18631)
  • Normalize diagonal keyboard movement for Free, Fly, and ArcRotate cameras - [Bug Fix] by georginahalpern (#18634)
  • fix(core): restore CubeTexture static crash in EnvironmentHelper (pure barrel) - by RaananW (#18629)
  • Fix WGSL exact sRGB conversions failing on WebGPU - by RaananW (#18628)
  • fix(core): register PostProcess side-effects for tree-shaken SSAO2 - by ryantrem (#18624)
  • Fix unregistered image processing parser breaking material clone in tree-shaken builds - by RaananW (#18623)
  • OpenPBR Fuzz Fixes - by MiiBond (#18617)
  • fix(core): register hard side-effect dependencies at construction time for pure barrel - by RaananW (#18620)
  • Geospatial camera: configurable double-tap fly-to, primary-pointer guard, and normalized keyboard pan - [Bug Fix] by georginahalpern (#18616)
  • fix: four pure-import / tree-shaking regressions (clearQuad 404, clustered lighting, snapshot helper, glTF worker materials) - by RaananW (#18618)

GUI

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)
  • Remove side-effect import closure baseline mechanism - by RaananW (#18619)

Loaders

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)
  • fix: four pure-import / tree-shaking regressions (clearQuad 404, clustered lighting, snapshot helper, glTF worker materials) - by RaananW (#18618)

Sandbox

  • fix(sandbox): load glTF extensions, animation side-effects, and inspector in dev - by RaananW (#18627)

Viewer

  • fix(core): register PostProcess side-effects for tree-shaken SSAO2 - by ryantrem (#18624)

9.14.0

Core

  • feat: HTML-in-Canvas (WICG) support — HtmlTexture, interaction managers, polyfill installer - by RaananW (#18604)
  • Fix Gaussian Splatting GPU picking and IBL voxelization - by raymondyfei (#18612)
  • Flow Graph Editor: playground snippet auto-load, no auto-run on load, and stopped-state variable types - by RaananW (#18611)
  • IBL Shadows frame graph hardening - by MiiBond (#18608)
  • Report engine.name "Native" and implement updateTextureData - by bkaradzic-microsoft (#18566)
  • GS + bucket sort + RH - by CedricGuillemet (#18606)
  • Fix RectAreaLight serialization: position, photometric scale, and emission texture - by SergioRZMasson (#18605)
  • fix overrides on morphs - by sebavan (#18595)
  • fix(AudioV2): apply play options when resuming a paused sound - by RaananW (#18601)

... (truncated)

Changelog

Sourced from @​babylonjs/core's changelog.

9.15.0

Addons

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)

Core

  • TC39 prep: Symbol.metadata-based serialization decorator store (no behavior change) - by RaananW (#18631)
  • Normalize diagonal keyboard movement for Free, Fly, and ArcRotate cameras - [Bug Fix] by georginahalpern (#18634)
  • fix(core): restore CubeTexture static crash in EnvironmentHelper (pure barrel) - by RaananW (#18629)
  • Fix WGSL exact sRGB conversions failing on WebGPU - by RaananW (#18628)
  • fix(core): register PostProcess side-effects for tree-shaken SSAO2 - by ryantrem (#18624)
  • Fix unregistered image processing parser breaking material clone in tree-shaken builds - by RaananW (#18623)
  • OpenPBR Fuzz Fixes - by MiiBond (#18617)
  • fix(core): register hard side-effect dependencies at construction time for pure barrel - by RaananW (#18620)
  • Geospatial camera: configurable double-tap fly-to, primary-pointer guard, and normalized keyboard pan - [Bug Fix] by georginahalpern (#18616)
  • fix: four pure-import / tree-shaking regressions (clearQuad 404, clustered lighting, snapshot helper, glTF worker materials) - by RaananW (#18618)

GUI

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)
  • Remove side-effect import closure baseline mechanism - by RaananW (#18619)

Loaders

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)
  • fix: four pure-import / tree-shaking regressions (clearQuad 404, clustered lighting, snapshot helper, glTF worker materials) - by RaananW (#18618)

Sandbox

  • fix(sandbox): load glTF extensions, animation side-effects, and inspector in dev - by RaananW (#18627)

Viewer

  • fix(core): register PostProcess side-effects for tree-shaken SSAO2 - by ryantrem (#18624)

9.14.0

Core

  • feat: HTML-in-Canvas (WICG) support — HtmlTexture, interaction managers, polyfill installer - by RaananW (#18604)
  • Fix Gaussian Splatting GPU picking and IBL voxelization - by raymondyfei (#18612)
  • Flow Graph Editor: playground snippet auto-load, no auto-run on load, and stopped-state variable types - by RaananW (#18611)
  • IBL Shadows frame graph hardening - by MiiBond (#18608)
  • Report engine.name "Native" and implement updateTextureData - by bkaradzic-microsoft (#18566)
  • GS + bucket sort + RH - by CedricGuillemet (#18606)
  • Fix RectAreaLight serialization: position, photometric scale, and emission texture - by SergioRZMasson (#18605)
  • fix overrides on morphs - by sebavan (#18595)
  • fix(AudioV2): apply play options when resuming a paused sound - by RaananW (#18601)

... (truncated)

Commits
  • 614ff66 Version update 9.15.0
  • 3fe7838 Minor version trigger
  • c9dccb2 TC39 prep: Symbol.metadata-based serialization decorator store (no behavior c...
  • fb02d31 fix(flowGraphEditor): keep connections attached to nodes while dragging (#18646)
  • 001b774 chore: npm audit fix lockfile (#18642)
  • 116b262 Normalize diagonal keyboard movement for Free, Fly, and ArcRotate cameras (#1...
  • 522a40e Properly await async GUI playground setup in visual tests (#18506)
  • 17ef26d Improve create-babylonjs Scaffolding — .gitignore, Default Box, and Enhance...
  • c24ba56 fix(flowGraphEditor): detect referenced flow graph via runtime capture instea...
  • 10e9c75 fix(core): restore CubeTexture static crash in EnvironmentHelper (pure barrel...
  • Additional commits viewable in compare view

Updates @babylonjs/gui from 7.54.3 to 9.15.0

Release notes

Sourced from @​babylonjs/gui's releases.

9.15.0

Addons

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)

Core

  • TC39 prep: Symbol.metadata-based serialization decorator store (no behavior change) - by RaananW (#18631)
  • Normalize diagonal keyboard movement for Free, Fly, and ArcRotate cameras - [Bug Fix] by georginahalpern (#18634)
  • fix(core): restore CubeTexture static crash in EnvironmentHelper (pure barrel) - by RaananW (#18629)
  • Fix WGSL exact sRGB conversions failing on WebGPU - by RaananW (#18628)
  • fix(core): register PostProcess side-effects for tree-shaken SSAO2 - by ryantrem (#18624)
  • Fix unregistered image processing parser breaking material clone in tree-shaken builds - by RaananW (#18623)
  • OpenPBR Fuzz Fixes - by MiiBond (#18617)
  • fix(core): register hard side-effect dependencies at construction time for pure barrel - by RaananW (#18620)
  • Geospatial camera: configurable double-tap fly-to, primary-pointer guard, and normalized keyboard pan - [Bug Fix] by georginahalpern (#18616)
  • fix: four pure-import / tree-shaking regressions (clearQuad 404, clustered lighting, snapshot helper, glTF worker materials) - by RaananW (#18618)

GUI

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)
  • Remove side-effect import closure baseline mechanism - by RaananW (#18619)

Loaders

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)
  • fix: four pure-import / tree-shaking regressions (clearQuad 404, clustered lighting, snapshot helper, glTF worker materials) - by RaananW (#18618)

Sandbox

  • fix(sandbox): load glTF extensions, animation side-effects, and inspector in dev - by RaananW (#18627)

Viewer

  • fix(core): register PostProcess side-effects for tree-shaken SSAO2 - by ryantrem (#18624)

9.14.0

Core

  • feat: HTML-in-Canvas (WICG) support — HtmlTexture, interaction managers, polyfill installer - by RaananW (#18604)
  • Fix Gaussian Splatting GPU picking and IBL voxelization - by raymondyfei (#18612)
  • Flow Graph Editor: playground snippet auto-load, no auto-run on load, and stopped-state variable types - by RaananW (#18611)
  • IBL Shadows frame graph hardening - by MiiBond (#18608)
  • Report engine.name "Native" and implement updateTextureData - by bkaradzic-microsoft (#18566)
  • GS + bucket sort + RH - by CedricGuillemet (#18606)
  • Fix RectAreaLight serialization: position, photometric scale, and emission texture - by SergioRZMasson (#18605)
  • fix overrides on morphs - by sebavan (#18595)
  • fix(AudioV2): apply play options when resuming a paused sound - by RaananW (#18601)

... (truncated)

Changelog

Sourced from @​babylonjs/gui's changelog.

9.15.0

Addons

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)

Core

  • TC39 prep: Symbol.metadata-based serialization decorator store (no behavior change) - by RaananW (#18631)
  • Normalize diagonal keyboard movement for Free, Fly, and ArcRotate cameras - [Bug Fix] by georginahalpern (#18634)
  • fix(core): restore CubeTexture static crash in EnvironmentHelper (pure barrel) - by RaananW (#18629)
  • Fix WGSL exact sRGB conversions failing on WebGPU - by RaananW (#18628)
  • fix(core): register PostProcess side-effects for tree-shaken SSAO2 - by ryantrem (#18624)
  • Fix unregistered image processing parser breaking material clone in tree-shaken builds - by RaananW (#18623)
  • OpenPBR Fuzz Fixes - by MiiBond (#18617)
  • fix(core): register hard side-effect dependencies at construction time for pure barrel - by RaananW (#18620)
  • Geospatial camera: configurable double-tap fly-to, primary-pointer guard, and normalized keyboard pan - [Bug Fix] by georginahalpern (#18616)
  • fix: four pure-import / tree-shaking regressions (clearQuad 404, clustered lighting, snapshot helper, glTF worker materials) - by RaananW (#18618)

GUI

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)
  • Remove side-effect import closure baseline mechanism - by RaananW (#18619)

Loaders

  • Keep pure barrels side-effect-free in gui, loaders, and atmosphere addon - by RaananW (#18625)
  • fix: four pure-import / tree-shaking regressions (clearQuad 404, clustered lighting, snapshot helper, glTF worker materials) - by RaananW (#18618)

Sandbox

  • fix(sandbox): load glTF extensions, animation side-effects, and inspector in dev - by RaananW (#18627)

Viewer

  • fix(core): register PostProcess side-effects for tree-shaken SSAO2 - by ryantrem (#18624)

9.14.0

Core

  • feat: HTML-in-Canvas (WICG) support — HtmlTexture, interaction managers, polyfill installer - by RaananW (#18604)
  • Fix Gaussian Splatting GPU picking and IBL voxelization - by raymondyfei (#18612)
  • Flow Graph Editor: playground snippet auto-load, no auto-run on load, and stopped-state variable types - by RaananW (#18611)
  • IBL Shadows frame graph hardening - by MiiBond (#18608)
  • Report engine.name "Native" and implement updateTextureData - by bkaradzic-microsoft (#18566)
  • GS + bucket sort + RH - by CedricGuillemet (#18606)
  • Fix RectAreaLight serialization: position, photometric scale, and emission texture - by SergioRZMasson (#18605)
  • fix overrides on morphs - by sebavan (#18595)
  • fix(AudioV2): apply play options when resuming a paused sound - by RaananW (#18601)

... (truncated)

Commits
  • 614ff66 Version update 9.15.0
  • 3fe7838 Minor version trigger
  • c9dccb2 TC39 prep: Symbol.metadata-based serialization decorator store (no behavior c...
  • fb02d31 fix(flowGraphEditor): keep connections attached to nodes while dragging (#18646)
  • 001b774 chore: npm audit fix lockfile (#18642)
  • 116b262 Normalize diagonal keyboard movement for Free, Fly, and ArcRotate cameras (#1...
  • 522a40e Properly await async GUI playground setup in visual tests (#18506)
  • 17ef26d Improve create-babylonjs Scaffolding — .gitignore, Default Box, and Enhance...
  • c24ba56 fix(flowGraphEditor): detect referenced flow graph via runtime capture instea...
  • 10e9c75 fix(core): restore CubeTexture static crash in EnvironmentHelper (pure barrel...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 2, 2026
@dependabot dependabot Bot changed the title Bump the babylon group in /visualiser with 2 updates Bump the babylon group across 1 directory with 2 updates May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/visualiser/babylon-78c564caaf branch from 6909fa8 to d0e3978 Compare May 4, 2026 02:42
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/visualiser/babylon-78c564caaf branch from d0e3978 to 96b6a4b Compare May 15, 2026 02:43
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/visualiser/babylon-78c564caaf branch from 96b6a4b to 5306218 Compare June 29, 2026 02:43
@dvdoug

dvdoug commented Jul 5, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/visualiser/babylon-78c564caaf branch from 5306218 to f947c0f Compare July 5, 2026 17:10
Bumps the babylon group with 2 updates in the /visualiser directory: [@babylonjs/core](https://github.com/BabylonJS/Babylon.js) and [@babylonjs/gui](https://github.com/BabylonJS/Babylon.js).


Updates `@babylonjs/core` from 7.54.3 to 9.15.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@7.54.3...9.15.0)

Updates `@babylonjs/gui` from 7.54.3 to 9.15.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@7.54.3...9.15.0)

---
updated-dependencies:
- dependency-name: "@babylonjs/core"
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: babylon
- dependency-name: "@babylonjs/gui"
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: babylon
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/visualiser/babylon-78c564caaf branch from f947c0f to 64b0293 Compare July 6, 2026 02:43
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant