Commit 5a404d7
Bump Babylon.js from 9.0.0 to 9.3.4 (#1667)
## Summary
Bump Babylon.js from `9.0.0` to `9.3.4` across all `package.json` /
`package-lock.json` files under `Apps/`.
## Motivation
Recent CI runs (e.g. on #1666) show `Win32_x64_D3D11` intermittently
failing on the `Light Projection Texture` UnitTests case:
```
[Log] Running Light Projection Texture
[Log] First pixel off at 182856: Value: (51, 51, 53) - Expected: (46, 22, 16)
[Log] Pixel difference: 170840 pixels.
[Log] failed
##[error]Process completed with exit code -1.
```
Two upstream readiness bugs combine to produce this flake, and both need
to land to remove it:
- **BabylonJS/Babylon.js#18255** — "Fix material readiness to gate on
light texture readiness." Shipped in Babylon.js 9.3.2.
- **BabylonJS/Babylon.js#18355** — heightmap `CreateGroundFromHeightMap`
readiness (the async image load was not gated by
`addPendingData`/`removePendingData`, so `scene.isReady()` could return
true before the heightmap was uploaded). Shipped in Babylon.js 9.3.4.
Earlier 9.3.2 / 9.3.3 bumps on this branch picked up #18255 but the
flake persisted because the heightmap race (#18355) was still present.
Bumping to `^9.3.4` picks up both.
## Changes
- `Apps/package.json` + lockfile: bump `babylonjs`,
`babylonjs-gltf2interface`, `babylonjs-gui`, `babylonjs-loaders`,
`babylonjs-materials`, `babylonjs-serializers` to `^9.3.4`.
- `Apps/UnitTests/JavaScript/package.json`: bump `babylonjs`,
`babylonjs-materials`, `@babylonjs/core`, `@babylonjs/materials` to
`^9.3.4`.
- `Apps/PrecompiledShaderTest/JavaScript/package.json` + lockfile: bump
`@babylonjs/core` to `^9.3.4`.
No code changes — dependency bump only.
## Verification
CI on this PR is expected to go green on `Win32_x64_D3D11 Light
Projection Texture` where it was previously flaky. Validated out-of-band
on #1668 (monkey-patched 9.3.3 → 9.3.4 behavior) running LPT ×20 × 6
configs = 120/120 on Ubuntu_GCC_JSC.
---
[Created by Copilot on behalf of @bghgary]
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ff2e970 commit 5a404d7
5 files changed
Lines changed: 67 additions & 68 deletions
File tree
- Apps
- PrecompiledShaderTest/JavaScript
- UnitTests/JavaScript
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments