Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps @luma.gl/engine from 9.1.9 to 9.2.2.

Release notes

Sourced from @​luma.gl/engine's releases.

v9.2.2

  • fix(webgl): WebGLAdapter.attach support passing DeviceProps (#2453)

v9.2.1

  • Fix peer denpendencies for 9.2 release (#2451)

v9.2.0

  • Promote 9.2.0-beta.2 to 9.2.0

v9.2.0-beta.2

  • Fix dependencies

v9.2.0-alpha.6

  • feature(core): CanvasContext.setProps({useDevicePixels}) (#2406)

v9.2.0-alpha.5

  • fix(core): Support number for useDevicePixels (#2405)
  • fix(lighting): Default to 3 MAX_LIGHTS (#2404)
  • fix(effects): Reinstate vignette GLSL shader (#2403)

v9.2.0-alpha.3

No release notes provided.

v9.2.0-alpha.2

  • chore(gltf): gltf module cleanup (#2389)
  • [hello-gltf] fix model matrix and enable animator (#2386)
  • gltf: fix samplers parsing for textures (#2385)
  • add missing typescript types to modules/gltf (#2384)
  • chore(gltf): Remove ts-nocheck in pbrMaterial
  • chore: Enable noPropertyAccessFromIndexSignature TS option (#2381)
  • hello-gltf: Load model list to populate drop down, sticky last model selection (#2379)
  • feat(textures): Support compressed textures, add example (#2333)
  • chore(core): Move utils to @​luma.gl/engine (#2378)
  • feat(core): TextureFormat generics (#2377)
  • feat(experimental): Packed pixel fomat support (#2376)
  • fet(core): CanvasContext track position (#2374)
  • chore(experimental): Rescaffold the @​luma.gl/experimental module (#2375)
  • feat: Add Buffer.mapAndWrite(), mapAndRead() (#2372)
  • feat(core): Pixel utils (#2369)
  • chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /website (#2370)
  • chore(deps): bump estree-util-value-to-estree in /website (#2361)
  • chore(deps): bump image-size from 1.1.1 to 1.2.1 in /website (#2359)
  • chore(deps): bump tar-fs from 3.0.6 to 3.0.8 (#2356)
  • chore: Cleanup (#2371)
  • fix: Minor fixes (#2368)
  • chore: Bump node version in workflows to 22.04 (#2365)
  • Fix buffer locations being set incorrectly (#2364)
  • fix: Ensure VertexBufferLayout matches parsed WGSL shader @​location layout (#2363)
  • fix(webgpu) Fill default viewport depth if not provided (#2362)
  • fix: Don't reference WebGPU enums on global level (#2357)

... (truncated)

Changelog

Sourced from @​luma.gl/engine's changelog.

v9.2.2

  • fix(webgl): WebGLAdapter.attach support passing DeviceProps (#2453)

v9.2.1

  • Fix peer denpendencies for 9.2 release (#2451)

v9.2.0

  • Promote 9.2.0-beta.2 to 9.2.0

v9.2.0-beta.2

  • Fix dependencies

v9.2.0-beta.1

  • Start beta release track

v9.2.0-alpha.6

  • feature(core): CanvasContext.setProps({useDevicePixels}) (#2406)

v9.2.0-alpha.5

  • fix(core): Support number for useDevicePixels (#2405)
  • fix(lighting): Default to 3 MAX_LIGHTS (#2404)
  • fix(effects): Reinstate vignette GLSL shader (#2403)

v9.2.0-alpha.4

  • fix(engine): AsyncTexture correctly resolve Promise on data load (#2402)
  • fix(postprocessing): Remove pre-multiplied alpha (#2400)
  • fix uniform-buffer-layout size calculation and add support for arrays (#2398)

v9.2.0-alpha.3

v9.2.0-alpha.2

  • chore(gltf): gltf module cleanup (#2389)
  • [hello-gltf] fix model matrix and enable animator (#2386)
  • gltf: fix samplers parsing for textures (#2385)
  • add missing typescript types to modules/gltf (#2384)
  • chore(gltf): Remove ts-nocheck in pbrMaterial
  • chore: Enable noPropertyAccessFromIndexSignature TS option (#2381)
  • hello-gltf: Load model list to populate drop down, sticky last model selection (#2379)
  • feat(textures): Support compressed textures, add example (#2333)
  • chore(core): Move utils to @​luma.gl/engine (#2378)
  • feat(core): TextureFormat generics (#2377)

... (truncated)

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@luma.gl/engine](https://github.com/visgl/luma.gl) from 9.1.9 to 9.2.2.
- [Release notes](https://github.com/visgl/luma.gl/releases)
- [Changelog](https://github.com/visgl/luma.gl/blob/v9.2.2/CHANGELOG.md)
- [Commits](visgl/luma.gl@v9.1.9...v9.2.2)

---
updated-dependencies:
- dependency-name: "@luma.gl/engine"
  dependency-version: 9.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

0 participants