Skip to content

chore: bump the minor-and-patch group across 1 directory with 19 updates - #431

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/minor-and-patch-706259a5b9
Open

chore: bump the minor-and-patch group across 1 directory with 19 updates#431
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/minor-and-patch-706259a5b9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 18 updates in the /frontend directory:

Package From To
@tanstack/react-query 5.101.2 5.101.4
@types/three 0.185.0 0.185.4
@xyflow/react 12.11.1 12.11.2
cesium 1.143.0 1.144.0
isomorphic-dompurify 3.18.0 3.22.0
react-map-gl 8.1.1 8.1.2
react-resizable-panels 4.12.1 4.12.2
recharts 3.9.2 3.10.1
three-mesh-bvh 0.9.11 0.9.14
y-websocket 3.0.0 3.1.0
yjs 13.6.31 13.6.32
@playwright/test 1.61.1 1.62.1
@testing-library/user-event 14.6.1 14.6.3
@typescript-eslint/eslint-plugin 8.62.1 8.66.0
autoprefixer 10.5.2 10.5.4
msw 2.14.6 2.15.0
postcss 8.5.25 8.5.26
vitest 4.1.9 4.1.10

Updates @tanstack/react-query from 5.101.2 to 5.101.4

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.101.4
    • @​tanstack/react-query@​5.101.4

@​tanstack/react-query-next-experimental@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.101.4

@​tanstack/react-query-persist-client@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.101.4
    • @​tanstack/react-query@​5.101.4

@​tanstack/react-query@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.4

@​tanstack/react-query-devtools@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.101.3
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query-next-experimental@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query-persist-client@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.101.3
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query@​5.101.3

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.4

5.101.3

Patch Changes

  • Updated dependencies [7e3c822]:
    • @​tanstack/query-core@​5.101.3
Commits
  • 86bb8a6 ci: Version Packages (#11094)
  • 181ea82 ci: Version Packages (#11089)
  • 6d55b07 test({react,preact}-query): use the '.then()' convention consistently (#11085)
  • 44f38df test({react,preact,solid}-query/useInfiniteQuery): inline the shared 'fetchIt...
  • d1558c1 test({react,preact}-query/usePrefetchQuery): inline the 'generateQueryFn' fac...
  • 99690d1 test({react,preact}-query/usePrefetchInfiniteQuery): inline single-use helper...
  • 10770f0 test({react,preact}-query/usePrefetchInfiniteQuery): inline the shared 'Suspe...
  • dbd5a86 test({react,preact}-query/usePrefetchQuery): inline the shared 'Suspended' co...
  • b955f60 test({react,preact}-query/useSuspenseQuery): assert the 'loading' fallback is...
  • b9c657e test({react,preact}-query/usePrefetchQuery): assert the 'Loading...' fallback...
  • Additional commits viewable in compare view

Updates @types/three from 0.185.0 to 0.185.4

Commits

Updates @xyflow/react from 12.11.1 to 12.11.2

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.11.2

Patch Changes

Changelog

Sourced from @​xyflow/react's changelog.

12.11.2

Patch Changes

Commits
  • 3ab66ef chore(packages): bump
  • 01d58b6 Merge pull request #5846 from AlaricBaraou/perf/viewport-imperative-transform
  • 742860c perf(react): skip minimap re-renders when its geometry is unchanged
  • 17c64a1 perf(react): apply the viewport transform imperatively instead of re-renderin...
  • 775bdd6 Merge pull request #5825 from AlaricBaraou/perf/xydrag-draggable-only
  • 576a43d refactor(react): pass nodesDraggable to prevent wrong initial state
  • 5072914 perf(react): only create an XYDrag instance for draggable nodes
  • See full diff in compare view

Updates cesium from 1.143.0 to 1.144.0

Release notes

Sourced from cesium's releases.

CesiumJS 1.144

1.144 - 2026-08-03

Highlights include:

  • To improve CAD-style rendering, CesiumJS adds support for the Bentley-contributed BENTLEY_materials_planar_fill glTF extension, bringing planar polygon fill with depth sorting and coplanar ordering that keep overlapping surfaces from flickering. #13178
  • Vector rendering now supports clamping vector polylines and polygons to terrain with screen-space-constant width lines and per-feature styling through Cesium3DTileStyle. This allows massive, tiled visualization of datasets like road connectivity, rivers, and census blocks that correctly overlay on top of terrain. #13627
  • Picking of metadata from WMTS imagery providers now works when the imagery layer is draped on 3D Tiles. #13575
  • New camera controllers, and a more extensible controller architecture, allow controls to be better targeted to asset inspection and other use cases. #13604
  • Models using the EXT_mesh_primitive_edge_visibility extension now load with significantly less JavaScript heap (up to 19x less memory). #13643

See the changelog for the complete list of changes.

Changelog

Sourced from cesium's changelog.

Change Log

1.144 - 2026-08-01

@​cesium/engine

Additions 🎉

  • Added support for draping clamped vector tile polygons and polylines onto terrain, with screen-space-constant line width and per-feature styling via Cesium3DTileStyle. #13577 #13627
  • Added support for the BENTLEY_materials_planar_fill glTF extension, enabling CAD-style planar polygon fill rendering with proper depth sorting and configurable fill behavior including background color masking and coplanar geometry ordering. Note: The wireframeFill property is currently a no-op. #13178
  • Added a minimal set of alternative camera controllers scoped for an asset inspection use case: HybridScreenSpacePanCameraController, ScreenSpaceElevatorCameraController, ScreenSpaceMapCameraController and ScreenSpaceTiltOrbitCameraController. Try the controllers in Sandcastle. #13604.
  • Added a composable Controller framework, which can be added to a scene with either Viewer.addController or Scene.controllerHost. #13604.
  • Enabled picking of metadata from a WebMapTileServiceImageryProvider when draped on 3D Tiles #13575
  • Added Scene.snap, an experimental snap-to-geometry picking API. It returns the best hit in a screen-space region around a window position (preferring edges (see EXT_mesh_primitive_edge_visibility) over surfaces) along with its world-space position. #13531
  • Added support for the KHR_mesh_primitive_restart glTF extension. #13634
  • Added Texture.defaultColor static property to allow customizing the default placeholder texture color, to avoid white flashes when a new Material is constructed. #13597

Fixes 🔧

  • Significantly reduced JavaScript heap usage when loading models and tilesets using the EXT_mesh_primitive_edge_visibility glTF extension. Edge visibility accessor data is now loaded as typed arrays instead of plain JavaScript arrays. #13643
  • Fixed geometry clipped by ClippingPlaneCollection or ClippingPolygonCollection still casting shadows. #6261
  • Fixed a one-frame black flash caused by Framebuffer construction leaving the context's framebuffer binding cache stale, making subsequent draws render to the wrong framebuffer for the remainder of the frame. #13662
  • Fixed a shader bug causing a PolylineGlowMaterial rendering issue on Ubuntu. #13632
  • Fixed a bug in clipping polygons on terrain causing a crash when all polygons are removed from a collection. #12414
  • Fixed SPZ-compressed Gaussian splat loading to read the compressed payload from the buffer view declared by KHR_gaussian_splatting_compression_spz_2, preventing incorrect cache reuse for assets with SPZ payloads in different buffer views. #12847
  • Fixed CzmlDataSource not inferring the PathMode type for custom properties defined with a pathMode value. #13607
  • Auto-normalize non-unit alignedAxis in BillboardCollection instead of silently ignoring it. #6596
  • Fixed a bug in Transforms.computeMoonFixedToIcrfMatrix which caused the result parameter to not be used. #13463
  • Fixed a bug in GeocoderViewModel where a duplicate destroy method silently overwrote the first, preventing _suggestionSubscription from being disposed on destroy. #13580
  • Fixed incorrect JSDoc description for offCenterFrustum in OrthographicFrustum and PerspectiveFrustum, which was copied from projectionMatrix and incorrectly described the property as returning a projection matrix. #13570
  • Fixed inconsistent typescript types between InterpolationAlgorithm and its implementations. #13644

1.143 - 2026-07-01

@​cesium/engine

Additions 🎉

  • Added support for the KHR_meshopt_compression glTF extension, including the v1 attribute codec and the COLOR filter. #13553
  • Added PathGraphics.materialMode. A value of "PORTIONS" allows visualizing the path in segments with different materials specified by intervals or sampling. Each segment material is determined by the material property value at the corresponding simulation time. The default value of "WHOLE" preserves existing material behavior. #13530

Fixes 🔧

  • Fixed invalid glTF sampler wrap modes causing a DeveloperError to be thrown instead of falling back to TextureWrap.REPEAT. #13562
  • Fixed missing InterpolationAlgorithm documentation page that was returning a 404. #13550
  • Fixed EdgeVisibilityRendering release test failures. #13545
  • Fix for BufferPointCollection preventing outlineColor from bleeding slightly into the visible area when outlineWidth=0px. #13543
  • Fixed a bug where callbacks registered with Scene.updateHeight could receive positions computed for other tiles, causing clamped entities to show incorrect heights. #12602

1.142 - 2026-06-01

... (truncated)

Commits
  • 6d5d8b1 Update ThirdParty.json
  • 862629b Updates for 1.144 release
  • 13b5ab0 Merge pull request #13667 from CesiumGS/1.144-package-updates
  • 5c3f72a Revert ast-grep update
  • ebc49dd Update react-stay-scrolled
  • 164e6d3 Update prettier
  • 856b3b9 Update ast-grep
  • bf550d8 Merge pull request #13648 from CesiumGS/token-updater/auto-update-30146570692
  • 5815a91 Merge pull request #13662 from CesiumGS/fix-fbo-state-flicker
  • d57cc0f Merge branch 'main' into fix-fbo-state-flicker
  • Additional commits viewable in compare view

Updates isomorphic-dompurify from 3.18.0 to 3.22.0

Release notes

Sourced from isomorphic-dompurify's releases.

3.22.0: Updated dependencies

  • dompurify 3.4.12 -> 3.4.13
  • @​biomejs/biome 2.5.6 -> 2.5.7
  • pnpm 11.17.0 -> 11.20.0

3.21.0: Updated dependencies

  • jsdom 30.0.0 -> 30.0.1
  • @​biomejs/biome 2.5.5 -> 2.5.6

3.19.0: Updated dependencies

  • dompurify 3.4.11 -> 3.4.12
  • @​biomejs/biome 2.5.0 -> 2.5.4
  • vitest 4.1.9 -> 4.1.10
  • lefthook 2.1.9 -> 2.1.10
  • pnpm 11.6.0 -> 11.13.1
  • actions/checkout 6 -> 7
  • pnpm/action-setup 6.0.8 -> 6.0.9
Commits
  • 5a41195 chore: bump pnpm to 11.20.0 and release 3.22.0
  • c358a22 chore(deps): bump dompurify from 3.4.12 to 3.4.13
  • 455f1c5 chore(deps-dev): bump @​biomejs/biome from 2.5.6 to 2.5.7
  • 196b4a7 chore: update biome schema to 2.5.6 and release 3.21.0
  • d862ed5 chore(deps-dev): bump @​biomejs/biome from 2.5.5 to 2.5.6
  • 8271d58 chore(deps): bump jsdom from 30.0.0 to 30.0.1
  • 75fb766 chore: raise Node.js floor for jsdom 30 and release 3.20.0
  • 4e66264 chore(deps): bump jsdom from 29.1.1 to 30.0.0
  • d746d62 chore: update biome schema to 2.5.5 and pnpm to 11.17.0
  • 3174817 chore(deps): bump actions/setup-node from 6 to 7
  • Additional commits viewable in compare view

Updates react-map-gl from 8.1.1 to 8.1.2

Release notes

Sourced from react-map-gl's releases.

v8.1.2

  • Support MapLibre GL JS v6 (#2598)
  • Export GlobeControl from the MapLibre entry point (#2600)
  • Call MapLibre zoom and pitch constraint setters in a valid order (#2573)
Changelog

Sourced from react-map-gl's changelog.

v8.1.2 (Jul 29, 2026)

  • Support MapLibre GL JS v6 (#2598)
  • Export GlobeControl from the MapLibre entry point (#2600)
  • Call MapLibre zoom and pitch constraint setters in a valid order (#2573)
Commits
  • b1e46fc v8.1.2
  • bdfacee chore: upgrade website and examples to MapLibre v6 (#2602)
  • 146b0c2 fix: react-maplibre - support maplibre-gl v6 (#2598)
  • 5bc81e6 ci: test MapLibre v4/v5 and export GlobeControl (#2600)
  • ea1f49a chore: upgrade Node.js to 24 (#2599)
  • dfb8942 Call setMinZoom, setMaxZoom, setMinPitch and setMaxPitch in the right order t...
  • See full diff in compare view

Updates react-resizable-panels from 4.12.1 to 4.12.2

Changelog

Sourced from react-resizable-panels's changelog.

4.12.2

  • 726: Updated inline documentation to clarify size units.
Commits

Updates recharts from 3.9.2 to 3.10.1

Release notes

Sourced from recharts's releases.

v3.10.1

What's Changed

New Contributors

Full Changelog: recharts/recharts@v3.10.0...v3.10.1

v3.10.0

What's Changed

Legend position

Legend now supports position and offset props, same as Label and LabeList. This replaces the previous align and verticalAlign for a more convenient positioning, and fixes couple visual bugs too. See https://recharts.github.io/en-US/examples/LegendPosition/

XAxis auto height

XAxis now supports height="auto" prop, similar to YAxis width="auto".

Other features

Bugfixes

New Contributors

... (truncated)

Commits
  • ffb9187 3.10.1
  • 411b6f2 fix(bar): keep barGap correct when maxBarSize clamps the bar width (#2774) (#...
  • 58c321b chore(deps-dev): bump postcss from 8.5.10 to 8.5.22 (#7581)
  • f08972b chore(deps-dev): bump the storybook group with 8 updates (#7578)
  • 89599d0 chore(deps-dev): bump chromatic from 11.29.0 to 18.1.0 (#7579)
  • 3da7d87 chore(deps-dev): bump typescript-eslint from 8.64.0 to 8.65.0 in the typescri...
  • 9764273 chore(deps-dev): bump marked from 18.0.5 to 18.0.7 (#7577)
  • a5d7737 fix(tooltip): fall back to index-based search when label-based search returns...
  • 497e8df chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 (#7576)
  • 0776eb0 chore(deps): bump immer from 11.1.9 to 11.1.15 (#7575)
  • Additional commits viewable in compare view

Updates three-mesh-bvh from 0.9.11 to 0.9.14

Release notes

Sourced from three-mesh-bvh's releases.

v0.9.14

Fixed

  • BVHComputeData: handle BatchedMesh indirect "range" BVHs correctly.
  • WGSL, GLSL: Output the barycoordinate values in the correct order when sampling closest point.

v0.9.13

Added

  • NodeProxy: Add support for context-value proxies.

v0.9.12

Fixed

  • BVHComputeData: Fix "dispose" deleting storage nodes unnecessarily.
  • BVHComputeData: Throw error if the traversal could overrun the stack.

Added

  • WGSLTag functions: Add support for inline-functions that evaluate on build.
Changelog

Sourced from three-mesh-bvh's changelog.

[0.9.14] - 2026-08-01

Fixed

  • BVHComputeData: handle BatchedMesh indirect "range" BVHs correctly.
  • WGSL, GLSL: Output the barycoordinate values in the correct order when sampling closest point.

[0.9.13] - 2026-07-19

Fixed

  • NodeProxy: Add support for context-value proxies.

[0.9.12] - 2026-07-18

Fixed

  • BVHComputeData: Fix "dispose" deleting storage nodes unnecessarily.
  • BVHComputeData: Throw error if the traversal could overrun the stack.

Added

  • WGSLTag functions: Add support for inline-functions that evaluate on build.
Commits
  • 75a7046 0.9.14
  • 28c2340 Update CHANGELOG.md
  • 89d1791 Merge pull request #915 from gkjohnson/barycoord-fix
  • fa1f19e Merge pull request #912 from VoidingWarranties/fix-batched-blas-offsets
  • 0a9c43a Add comments
  • 2b512d5 Correct the closest point barycoord order in WGSL, GLSL
  • 1974c4f Code style
  • 9a08586 Merge branch 'master' into fix-batched-blas-offsets
  • f4d35be Merge pull request #913 from gkjohnson/dependabot/npm_and_yarn/postcss-8.5.23
  • 65c4ed1 Bump postcss from 8.5.15 to 8.5.23
  • Additional commits viewable in compare view

Updates y-websocket from 3.0.0 to 3.1.0

Release notes

Sourced from y-websocket's releases.

v3.1.0

  • handle connection errors properly (transient vs non-transient) 5da8b3d
  • [readme] fix issue in install script bde5101

yjs/y-websocket@v3.0.0...v3.1.0

v3.1.0-rc.5

  • unregister ws-handlers when connection is force-closed 2d24aaf

yjs/y-websocket@v3.1.0-rc.4...v3.1.0-rc.5

v3.1.0-rc.4

  • backport socketTimeout from the main branch b1c4456

yjs/y-websocket@v3.1.0-rc.3...v3.1.0-rc.4

v3.1.0-rc.3

  • fix "cork" issue 8232249

yjs/y-websocket@v3.1.0-rc.2...v3.1.0-rc.3

v3.1.0-rc.2

  • remove update dependency 5d0548d

yjs/y-websocket@v3.1.0-rc.1...v3.1.0-rc.2

v3.1.0-rc.1

No release notes provided.

v3.1.0-rc.0

  • port sync-status api to v3 (yjs@v13) bc51d17
  • [readme] fix issue in install script bde5101

yjs/y-websocket@v3.0.0...v3.1.0-rc.0

Commits

Updates yjs from 13.6.31 to 13.6.32

Release notes

Sourced from yjs's releases.

v13.6.32

  • fix #797 - undomanager clears destroy handler 95e890d9

yjs/yjs@v13.6.31...v13.6.32

Commits

Updates @playwright/test from 1.61.1 to 1.62.1

Release notes

Sourced from @​playwright/test's releases.

v1.62.1

Bug Fixes

  • #41989 [Regression]: tsconfig "extends" bare specifier isn't resolved via node_modules walk-up like tsc (fatal since 1.62)
  • #41998 [Regression]: directory-form tsconfig project references ("path": "../pkg") fail to resolve (fatal since 1.62)
  • #41985 Accessibility snapshot drops button name when text is nested inside spans with aria-hidden SVG
  • #42000 [Regression]: page.evaluate() arg of a branded primitive type (string & { brand }) no longer type-checks since 1.62
  • #42013 [BUG]Image-type actionable elements are not presented in the snapshot.

v1.62.0

🧱 New component testing model

Component testing moves to a stories and galleries model. A story wraps your component in one specific scenario — hard-coded props, mock data, providers — and a gallery page that you serve renders stories on demand. The new fixtures.mount() fixture navigates to the gallery, mounts a story by id, and returns a Locator scoped to the story's root element:

test('click should expand', async ({ mount }) => {
  const component = await mount('components/Expandable/Stateful');
  await component.getByRole('button').click();
  await expect(component.getByTestId('expanded')).toHaveValue('true');
});

Pass a story type as a template argument to type-check its props, and use update(props) / unmount() on the returned locator to re-render or tear down within a test.

🛑 Cancel operations with AbortSignal

Most operations and web-first assertions now accept a signal option that takes an AbortSignal, letting you cancel long-running actions, navigations, waits, and assertions:

const controller = new AbortController();
setTimeout(() => controller.abort(), 1000);
await page.getByRole('button', { name: 'Submit' }).click({ signal: controller.signal });
await expect(page.getByText('Done')).toBeVisible({ signal: controller.signal });

Providing a signal does not disable the default timeout; pass timeout: 0 to disable it.

🖼️ WebP screenshots

expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() can now store snapshots in the WebP format — just give the snapshot a .webp name:

// Visual comparisons store the golden snapshot as lossless WebP.
await expect(page).toHaveScreenshot('homepage.webp');
// Standalone screenshots can trade quality for size with lossy WebP.
await page.screenshot({ path: 'homepage.webp', quality: 50 });
</tr></table>

... (truncated)

Commits
  • 26a9e47 cherry-pick(#42043): docs: release notes for v1.62 Python, Java, and .NET (#4...
  • 0a81d5d cherry-pick(#42040): docs(release-notes): mention the isolated headless clipb...
  • 8376826 cherry-pick(#42034): fix(aria): keep icon-only clickable elements in ai snaps...
  • 66c5cc9 chore: mark v1.62.1 (#42020)
  • 9672bc3 cherry-pick(#42009): fix(types): support branded primitives in evaluate argum...
  • 4325804 cherry-pick(#41988): fix(aria): preserve names from collapsed text contributors
  • 9632f8e cherry-pick(#42005): fix(tsconfig): do not throw when "extends"/"references" ...
  • e3950d9 chore: mark v1.62.0 (#41981)
  • f07e0f7 cherry-pick(#41940): docs: release notes for v1.62 (#41967)
  • 05a306c cherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...
  • Additional commits viewable in compare view

Updates @testing-library/user-event from 14.6.1 to 14.6.3

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.3

14.6.3 (2026-08-03)

Bug Fixes

v14.6.2

14.6.2 (2026-08-03)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/user-event since your current version.


Updates @typescript-eslint/eslint-plugin from 8.62.1 to 8.66.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.65.0

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#12527, #19562, #11889)
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#12578)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)
  • typescript-estree: throw for invalid import defer syntax (#12552)

🩹 Fixes

  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#12515)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#12448)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#12568)

❤️ Thank You

  • Evyatar Daud

Bumps the minor-and-patch group with 18 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.101.2` | `5.101.4` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.185.0` | `0.185.4` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.11.1` | `12.11.2` |
| [cesium](https://github.com/CesiumGS/cesium) | `1.143.0` | `1.144.0` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `3.18.0` | `3.22.0` |
| [react-map-gl](https://github.com/visgl/react-map-gl) | `8.1.1` | `8.1.2` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.12.1` | `4.12.2` |
| [recharts](https://github.com/recharts/recharts) | `3.9.2` | `3.10.1` |
| [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) | `0.9.11` | `0.9.14` |
| [y-websocket](https://github.com/yjs/y-websocket) | `3.0.0` | `3.1.0` |
| [yjs](https://github.com/yjs/yjs) | `13.6.31` | `13.6.32` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.1` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.1` | `14.6.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.62.1` | `8.66.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.2` | `10.5.4` |
| [msw](https://github.com/mswjs/msw) | `2.14.6` | `2.15.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.25` | `8.5.26` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.10` |



Updates `@tanstack/react-query` from 5.101.2 to 5.101.4
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.4/packages/react-query)

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

Updates `@xyflow/react` from 12.11.1 to 12.11.2
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.11.2/packages/react)

Updates `cesium` from 1.143.0 to 1.144.0
- [Release notes](https://github.com/CesiumGS/cesium/releases)
- [Changelog](https://github.com/CesiumGS/cesium/blob/main/CHANGES.md)
- [Commits](CesiumGS/cesium@1.143...1.144)

Updates `isomorphic-dompurify` from 3.18.0 to 3.22.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@3.18.0...3.22.0)

Updates `react-map-gl` from 8.1.1 to 8.1.2
- [Release notes](https://github.com/visgl/react-map-gl/releases)
- [Changelog](https://github.com/visgl/react-map-gl/blob/v8.1.2/CHANGELOG.md)
- [Commits](visgl/react-map-gl@v8.1.1...v8.1.2)

Updates `react-resizable-panels` from 4.12.1 to 4.12.2
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@4.12.1...4.12.2)

Updates `recharts` from 3.9.2 to 3.10.1
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.9.2...v3.10.1)

Updates `three-mesh-bvh` from 0.9.11 to 0.9.14
- [Release notes](https://github.com/gkjohnson/three-mesh-bvh/releases)
- [Changelog](https://github.com/gkjohnson/three-mesh-bvh/blob/master/CHANGELOG.md)
- [Commits](gkjohnson/three-mesh-bvh@v0.9.11...v0.9.14)

Updates `y-websocket` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/yjs/y-websocket/releases)
- [Commits](yjs/y-websocket@v3.0.0...v3.1.0)

Updates `yjs` from 13.6.31 to 13.6.32
- [Release notes](https://github.com/yjs/yjs/releases)
- [Commits](yjs/yjs@v13.6.31...v13.6.32)

Updates `@playwright/test` from 1.61.1 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.1...v1.62.1)

Updates `@testing-library/user-event` from 14.6.1 to 14.6.3
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.6.1...v14.6.3)

Updates `@typescript-eslint/eslint-plugin` from 8.62.1 to 8.66.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.66.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.62.1 to 8.66.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.66.0/packages/parser)

Updates `autoprefixer` from 10.5.2 to 10.5.4
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.5.2...10.5.4)

Updates `msw` from 2.14.6 to 2.15.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.14.6...v2.15.0)

Updates `postcss` from 8.5.25 to 8.5.26
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.25...8.5.26)

Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.101.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/three"
  dependency-version: 0.185.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@xyflow/react"
  dependency-version: 12.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: cesium
  dependency-version: 1.144.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: isomorphic-dompurify
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-map-gl
  dependency-version: 8.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-resizable-panels
  dependency-version: 4.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: recharts
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: three-mesh-bvh
  dependency-version: 0.9.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: y-websocket
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: yjs
  dependency-version: 13.6.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: autoprefixer
  dependency-version: 10.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: msw
  dependency-version: 2.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: frontend. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 10, 2026
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