Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 12 updates:

Package From To
@eslint/js 9.35.0 9.36.0
@googlemaps/js-api-loader 1.16.10 2.0.1
@luma.gl/core 9.1.9 9.2.2
@luma.gl/engine 9.1.9 9.2.2
@luma.gl/shadertools 9.1.9 9.2.2
@luma.gl/webgl 9.1.9 9.2.2
@types/react 18.3.24 18.3.25
eslint 9.35.0 9.36.0
maplibre-gl 5.7.1 5.8.0
typescript 5.9.2 5.9.3
typescript-eslint 8.43.0 8.45.0
vite 7.1.5 7.1.7

Updates @eslint/js from 9.35.0 to 9.36.0

Release notes

Sourced from @​eslint/js's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Changelog

Sourced from @​eslint/js's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Commits
  • 488cba6 chore: package.json update for @​eslint/js release
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116)
  • See full diff in compare view

Updates @googlemaps/js-api-loader from 1.16.10 to 2.0.1

Release notes

Sourced from @​googlemaps/js-api-loader's releases.

v2.0.1

2.0.1 (2025-09-30)

Bug Fixes

v2.0.0

2.0.0 (2025-09-29)

⚠ BREAKING CHANGES

  • reimplement with updated and simplified API (#1068)

Features

  • reimplement with updated and simplified API (#1068) (107cf47)
Changelog

Sourced from @​googlemaps/js-api-loader's changelog.

2.0.1 (2025-09-30)

Bug Fixes

2.0.0 (2025-09-29)

⚠ BREAKING CHANGES

  • reimplement with updated and simplified API (#1068)

Features

  • reimplement with updated and simplified API (#1068) (107cf47)
Commits

Updates @luma.gl/core from 9.1.9 to 9.2.2

Release notes

Sourced from @​luma.gl/core'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/core'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

Updates @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

Updates @luma.gl/shadertools from 9.1.9 to 9.2.2

Release notes

Sourced from @​luma.gl/shadertools'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/shadertools'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

Updates @luma.gl/webgl from 9.1.9 to 9.2.2

Release notes

Sourced from @​luma.gl/webgl'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/webgl'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

Updates @types/react from 18.3.24 to 18.3.25

Commits

Updates eslint from 9.35.0 to 9.36.0

Release notes

Sourced from eslint's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (Description has been truncated

Bumps the dev-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.35.0` | `9.36.0` |
| [@googlemaps/js-api-loader](https://github.com/googlemaps/js-api-loader) | `1.16.10` | `2.0.1` |
| [@luma.gl/core](https://github.com/visgl/luma.gl) | `9.1.9` | `9.2.2` |
| [@luma.gl/engine](https://github.com/visgl/luma.gl) | `9.1.9` | `9.2.2` |
| [@luma.gl/shadertools](https://github.com/visgl/luma.gl) | `9.1.9` | `9.2.2` |
| [@luma.gl/webgl](https://github.com/visgl/luma.gl) | `9.1.9` | `9.2.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.24` | `18.3.25` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.36.0` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.7.1` | `5.8.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.43.0` | `8.45.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.5` | `7.1.7` |


Updates `@eslint/js` from 9.35.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.36.0/packages/js)

Updates `@googlemaps/js-api-loader` from 1.16.10 to 2.0.1
- [Release notes](https://github.com/googlemaps/js-api-loader/releases)
- [Changelog](https://github.com/googlemaps/js-api-loader/blob/main/CHANGELOG.md)
- [Commits](googlemaps/js-api-loader@v1.16.10...v2.0.1)

Updates `@luma.gl/core` 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)

Updates `@luma.gl/engine` 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)

Updates `@luma.gl/shadertools` 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)

Updates `@luma.gl/webgl` 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)

Updates `@types/react` from 18.3.24 to 18.3.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint` from 9.35.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.35.0...v9.36.0)

Updates `maplibre-gl` from 5.7.1 to 5.8.0
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-gl-js@v5.7.1...v5.8.0)

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

Updates `typescript-eslint` from 8.43.0 to 8.45.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.0/packages/typescript-eslint)

Updates `vite` from 7.1.5 to 7.1.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.7/packages/vite)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@googlemaps/js-api-loader"
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@luma.gl/core"
  dependency-version: 9.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@luma.gl/engine"
  dependency-version: 9.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@luma.gl/shadertools"
  dependency-version: 9.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@luma.gl/webgl"
  dependency-version: 9.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-version: 18.3.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: maplibre-gl
  dependency-version: 5.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-version: 7.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 01:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 1, 2025
Copy link
Member

@donmccurdy donmccurdy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking changes to types in the luma.gl update. I think we can pin that to v9.1 in package.json#resolutions for now and update everything else.

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