Skip to content

Bump the react group with 5 updates#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-d35f96594a
Open

Bump the react group with 5 updates#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-d35f96594a

Conversation

@dependabot
Copy link

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

Bumps the react group with 5 updates:

Package From To
react 18.3.1 19.2.0
@types/react 18.3.12 19.2.2
react-dom 18.3.1 19.2.0
@types/react-dom 18.3.1 19.2.1
react-intl 6.6.8 7.1.14

Updates react from 18.3.1 to 19.2.0

Release notes

Sourced from react's releases.

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Commits

Updates @types/react from 18.3.12 to 19.2.2

Commits

Updates react-dom from 18.3.1 to 19.2.0

Release notes

Sourced from react-dom's releases.

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Changelog

Sourced from react-dom's changelog.

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Commits

Updates @types/react-dom from 18.3.1 to 19.2.1

Commits

Updates react-intl from 6.6.8 to 7.1.14

Release notes

Sourced from react-intl's releases.

react-intl@7.1.12

7.1.12 (2025-10-03)

Bug Fixes

react-intl@7.1.11

7.1.11 (2025-04-19)

Bug Fixes

react-intl@7.1.10

7.1.10 (2025-03-26)

Bug Fixes

react-intl@7.1.9

7.1.9 (2025-03-24)

Bug Fixes

react-intl@7.1.8

7.1.8 (2025-03-24)

Bug Fixes

react-intl@7.1.7

7.1.7 (2025-03-23)

Note: Version bump only for package react-intl

react-intl@7.1.6

7.1.6 (2025-02-09)

... (truncated)

Commits
  • 8c196f3 build: publish
  • fe0dd85 fix: add a comment just to bump patch version
  • 3a192d4 build: publish
  • 3cf9083 build(deps): bump form-data and @​parcel/config-default in /packages/react-int...
  • e392fba chore(deps): update io_buildbuddy_buildbuddy_toolchain digest to 722cf8f (#5125)
  • cfa2707 chore: Lerna-Lite --skip-bump-only-releases (#5124)
  • c7bc7c7 chore(deps): update babel monorepo to v7.28.4 (#5115)
  • e8b5a0e build: publish
  • e55618d chore: tooling
  • e1b954c chore: update lock
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the react group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `19.2.2` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.1` | `19.2.1` |
| [react-intl](https://github.com/formatjs/formatjs) | `6.6.8` | `7.1.14` |


Updates `react` from 18.3.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

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

Updates `react-dom` from 18.3.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom)

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

Updates `react-intl` from 6.6.8 to 7.1.14
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.6.8...react-intl@7.1.14)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: "@types/react"
  dependency-version: 19.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react-intl
  dependency-version: 7.1.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
...

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 13, 2025
@github-actions
Copy link

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 95.69% (🎯 75%) 2046 / 2138
🟢 Statements 94.66% (🎯 75%) 2112 / 2231
🟢 Functions 93.19% (🎯 75%) 781 / 838
🟢 Branches 89.27% (🎯 75%) 1507 / 1688
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Unchanged Files
src/components/AccordionGroup/AccordionGroup.tsx 40% 0% 25% 40% 24-55
src/components/Alert/Alert.tsx 100% 98.11% 100% 100%
src/components/AppBar/AppBar.tsx 42.85% 0% 0% 75% 21-30, 32-41, 43-72
src/components/AppBar/components/BrandLogo.tsx 33.33% 100% 0% 50% 3-18
src/components/AppBar/components/BrandText.tsx 33.33% 100% 0% 33.33% 11-20
src/components/AppBar/components/BurgerMenu.tsx 42.85% 100% 0% 75% 5-10, 12-18, 20-43
src/components/AppBar/components/SecondaryText.tsx 25% 100% 0% 33.33% 4-27
src/components/Autocomplete/Autocomplete/Autocomplete.tsx 100% 100% 100% 100%
src/components/Autocomplete/Autocomplete/useAutocomplete.tsx 100% 100% 100% 100%
src/components/Autocomplete/AutocompleteList/AutocompleteList.tsx 93.75% 88.88% 88.88% 96.77% 92, 155
src/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.tsx 100% 95.23% 100% 100%
src/components/Autocomplete/CreatableAutocomplete/useCreatableAutocomplete.tsx 96.42% 94.11% 100% 96.42% 87
src/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.tsx 100% 100% 100% 100%
src/components/Autocomplete/MultipleAutocomplete/useMultipleAutocomplete.tsx 100% 95.45% 100% 100%
src/components/Autocomplete/test-utils/autocomplete-test-fixtures.tsx 100% 100% 100% 100%
src/components/Autocomplete/test-utils/autocomplete-test-utils.tsx 94.73% 100% 83.33% 94.73% 119-121
src/components/Autocomplete/test-utils/multiple-autocomplete-test-utils.tsx 100% 100% 100% 100%
src/components/Autocomplete/utils/useAutocompleteRenderOption.tsx 100% 100% 100% 100%
src/components/Autocomplete/utils/utils.tsx 97.67% 89.18% 100% 97.67% 99
src/components/Avatar/Avatar.tsx 60% 16.66% 33.33% 60% 22-49
src/components/Button/Button.tsx 100% 100% 100% 100%
src/components/CodeArea/CodeAreaTheme.tsx 100% 100% 100% 100%
src/components/CodeArea/CodeAreaDialog/CodeAreaDialog.tsx 75% 94.11% 100% 100% 46
src/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogConfirmation.tsx 80% 76.19% 100% 80% 33
src/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogContent.tsx 83.33% 75% 100% 100% 44
src/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogError.tsx 87.5% 50% 100% 100% 55
src/components/CodeArea/CodeAreaField/CodeAreaField.tsx 95.65% 78.84% 100% 100% 311
src/components/CodeArea/CodeAreaFooter/CodeAreaFooter.tsx 100% 100% 100% 100%
src/components/CodeArea/CodeAreaHeader/CodeAreaHeader.tsx 96.29% 95.45% 87.5% 96.15% 59
src/components/CodeArea/CodeAreaInput/CodeAreaInput.tsx 45.94% 70% 58.33% 47.05% 71-79, 146-153, 167-171, 196-198, 215-221
src/components/CodeArea/utils/useCodeAreaAutocompletion.ts 100% 100% 100% 100%
src/components/CodeArea/utils/utils.ts 98.52% 89.28% 100% 98.43% 48
src/components/CopiableComponent/CopiableComponent.tsx 100% 100% 100% 100%
src/components/CopiableComponent/copyString.tsx 100% 100% 100% 100%
src/components/CopiableComponent/useCopyValue.ts 100% 100% 100% 100%
src/components/CopiableInputText/CopiableInputText.tsx 100% 95.65% 100% 100%
src/components/DatePickers/utils.tsx 95.23% 72.22% 100% 95% 39
src/components/DatePickers/DatePicker/DatePicker.tsx 100% 100% 100% 100%
src/components/DatePickers/DateRangePicker/DateRangePicker.tsx 79.06% 93.44% 68.75% 79.06% 121-122, 152-155, 202, 237-239
src/components/DatePickers/DateTimePicker/DateTimePicker.tsx 100% 100% 100% 100%
src/components/DatePickers/PickersDay/PickersDay.tsx 94.11% 62.5% 100% 100% 149
src/components/DatePickers/TimePicker/TimePicker.tsx 76.47% 82.35% 83.33% 81.25% 45, 48-50
src/components/DatePickers/shared/ClearButton.tsx 100% 50% 100% 100%
src/components/DatePickers/shared/DateFieldContainer.tsx 100% 100% 100% 100%
src/components/Dialog/Dialog/Dialog.tsx 100% 100% 100% 100%
src/components/Dialog/DialogAlert/DialogAlert.tsx 100% 100% 100% 100%
src/components/Dialog/DialogConfirmation/DialogConfirmation.tsx 100% 66.66% 100% 100%
src/components/Dialog/DialogContent/DialogContent.tsx 72.72% 75% 58.33% 73.33% 78, 99-100, 114-120, 144-150
src/components/Dialog/DialogFooter/DialogFooter.tsx 100% 100% 100% 100%
src/components/Dialog/DialogHeader/DialogHeader.tsx 100% 100% 100% 100%
src/components/Dialog/DialogPaper/DialogPaper.tsx 100% 56% 100% 100%
src/components/Dialog/DialogStepper/DialogStepper.tsx 100% 100% 100% 100%
src/components/FilterDropdown/FilterDropdown.tsx 96.29% 93.54% 90% 100% 67
src/components/FilterDropdown/FilterDropdownMenuItem/FilterDropdownMenuItem.tsx 100% 92.3% 100% 100%
src/components/IconButton/IconButton.tsx 100% 92.85% 100% 100%
src/components/LabelWithIndicator/LabelWithIndicator.tsx 100% 100% 100% 100%
src/components/Link/Link.tsx 100% 91.42% 100% 100%
src/components/Menu/Menu/Menu.tsx 100% 100% 100% 100%
src/components/Menu/MenuItem/MenuItem.tsx 100% 94.44% 100% 100%
src/components/Menu/MenuItemFilter/MenuItemFilter.tsx 100% 100% 100% 100%
src/components/Menu/MenuList/MenuList.tsx 100% 100% 100% 100%
src/components/PasswordField/PasswordField.tsx 100% 100% 100% 100%
src/components/ScreenReaderOnly/ScreenReaderOnly.tsx 100% 100% 100% 100%
src/components/SelectField/MultipleSelectField/MultipleSelectField.tsx 96.15% 84.84% 87.5% 100% 52
src/components/SelectField/MultipleSelectField/useMultipleSelectField.ts 90% 75% 92.85% 89.47% 81-86
src/components/SelectField/SelectField/SelectField.tsx 90% 94.73% 75% 100% 34-36
src/components/Snackbar/Snackbar.tsx 90% 96.66% 77.77% 88.88% 146, 192
src/components/SplitButton/SplitButton.tsx 95.23% 75% 100% 94.73% 86
src/components/TablePaginationActions/TablePaginationActions.tsx 12.5% 0% 0% 14.28% 9-13, 15-94
src/components/Tag/Tag.tsx 82.35% 78.94% 100% 81.81% 43-47, 59-63, 87-91, 101-105, 116-120, 130-134
src/components/ToggleButtonGroup/ToggleButtonGroup.tsx 33.33% 11.76% 33.33% 33.33% 14-109
src/components/TooltipData/TooltipData.tsx 45.45% 0% 0% 71.42% 21-25, 27-35, 37-44, 46-79
src/components/Typography/Typography.tsx 100% 100% 100% 100%
src/components/UploadField/FilesAction.tsx 100% 100% 100% 100%
src/components/UploadField/UploadField.tsx 100% 100% 100% 100%
src/components/UploadField/UploadFieldBase.tsx 100% 100% 100% 100%
src/components/UploadField/useFileUpload.ts 100% 100% 100% 100%
src/custom-icons/AccessIn.tsx 100% 100% 100% 100%
src/custom-icons/AddApp.tsx 100% 100% 100% 100%
src/custom-icons/AddSection.tsx 100% 100% 100% 100%
src/custom-icons/AdvancedSettings.tsx 100% 100% 100% 100%
src/custom-icons/AiAgent.tsx 100% 100% 100% 100%
src/custom-icons/AiGeneratedObject.tsx 100% 100% 100% 100%
src/custom-icons/AiTool.tsx 100% 100% 100% 100%
src/custom-icons/Annotation.tsx 100% 100% 100% 100%
src/custom-icons/ApiCall.tsx 100% 100% 100% 100%
src/custom-icons/ArrowDown.tsx 100% 100% 100% 100%
src/custom-icons/ArrowLeft.tsx 100% 100% 100% 100%
src/custom-icons/ArrowRight.tsx 100% 100% 100% 100%
src/custom-icons/ArrowUp.tsx 100% 100% 100% 100%
src/custom-icons/AsynchronousWait.tsx 100% 100% 100% 100%
src/custom-icons/Autostyle.tsx 100% 100% 100% 100%
src/custom-icons/Avg.tsx 100% 100% 100% 100%
src/custom-icons/Behavioral.tsx 100% 100% 100% 100%
src/custom-icons/Bigquery.tsx 100% 100% 100% 100%
src/custom-icons/Blending.tsx 100% 100% 100% 100%
src/custom-icons/BlockLabel.tsx 100% 100% 100% 100%
src/custom-icons/BlockLabelOff.tsx 100% 100% 100% 100%
src/custom-icons/BottomRow.tsx 100% 100% 100% 100%
src/custom-icons/BulletPointAlt.tsx 100% 100% 100% 100%
src/custom-icons/BulletPointCheckedAlt.tsx 100% 100% 100% 100%
src/custom-icons/Carto.tsx 100% 100% 100% 100%
src/custom-icons/CartoAi.tsx 100% 100% 100% 100%
src/custom-icons/CartoSymbol.tsx 100% 100% 100% 100%
src/custom-icons/CatalogView.tsx 100% 100% 100% 100%
src/custom-icons/CatastropheModeling.tsx 100% 100% 100% 100%
src/custom-icons/Center.tsx 100% 100% 100% 100%
src/custom-icons/CenterLayer.tsx 100% 100% 100% 100%
src/custom-icons/CloseDiagonallyLeft.tsx 100% 100% 100% 100%
src/custom-icons/CloseDiagonallyRight.tsx 100% 100% 100% 100%
src/custom-icons/CloseVertically.tsx 100% 100% 100% 100%
src/custom-icons/CodeBlock.tsx 100% 100% 100% 100%
src/custom-icons/Comments.tsx 100% 100% 100% 100%
src/custom-icons/Console.tsx 100% 100% 100% 100%
src/custom-icons/Covid19.tsx 100% 100% 100% 100%
src/custom-icons/CreateMap.tsx 100% 100% 100% 100%
src/custom-icons/CreateSpatialAnalysis.tsx 100% 100% 100% 100%
src/custom-icons/CreateTileset.tsx 100% 100% 100% 100%
src/custom-icons/CreateWorkflow.tsx 100% 100% 100% 100%
src/custom-icons/Data.tsx 100% 100% 100% 100%
src/custom-icons/DataAccess.tsx 100% 100% 100% 100%
src/custom-icons/DataExplorer.tsx 100% 100% 100% 100%
src/custom-icons/DataFilter.tsx 100% 100% 100% 100%
src/custom-icons/DataMonetization.tsx 100% 100% 100% 100%
src/custom-icons/DataObservatory.tsx 100% 100% 100% 100%
src/custom-icons/DataOk.tsx 100% 100% 100% 100%
src/custom-icons/DataPending.tsx 100% 100% 100% 100%
src/custom-icons/DataPremium.tsx 100% 100% 100% 100%
src/custom-icons/DataPublic.tsx 100% 100% 100% 100%
src/custom-icons/DataSample.tsx 100% 100% 100% 100%
src/custom-icons/DataUnavailable.tsx 100% 100% 100% 100%
src/custom-icons/Databricks.tsx 100% 100% 100% 100%
src/custom-icons/Demographics.tsx 100% 100% 100% 100%
src/custom-icons/Derived.tsx 100% 100% 100% 100%
src/custom-icons/Distance.tsx 100% 100% 100% 100%
src/custom-icons/Dot.tsx 100% 100% 100% 100%
src/custom-icons/DrawCircle.tsx 100% 100% 100% 100%
src/custom-icons/DrawLasso.tsx 100% 100% 100% 100%
src/custom-icons/DrawLine.tsx 100% 100% 100% 100%
src/custom-icons/DrawPolygon.tsx 100% 100% 100% 100%
src/custom-icons/DrawSquare.tsx 100% 100% 100% 100%
src/custom-icons/DropAPin.tsx 100% 100% 100% 100%
src/custom-icons/DualMap.tsx 100% 100% 100% 100%
src/custom-icons/Environmental.tsx 100% 100% 100% 100%
src/custom-icons/EnvironmentalManagement.tsx 100% 100% 100% 100%
src/custom-icons/Equal.tsx 100% 100% 100% 100%
src/custom-icons/ExitToAppLeft.tsx 100% 100% 100% 100%
src/custom-icons/Fabric.tsx 100% 100% 100% 100%
src/custom-icons/Facebook.tsx 100% 100% 100% 100%
src/custom-icons/Financial.tsx 100% 100% 100% 100%
src/custom-icons/FlipInverse.tsx 100% 100% 100% 100%
src/custom-icons/Framed.tsx 100% 100% 100% 100%
src/custom-icons/FraudDetection.tsx 100% 100% 100% 100%
src/custom-icons/Functions.tsx 100% 100% 100% 100%
src/custom-icons/GeneratingDescription.tsx 100% 100% 100% 100%
src/custom-icons/GeocodeTable.tsx 100% 100% 100% 100%
src/custom-icons/Geography.tsx 100% 100% 100% 100%
src/custom-icons/Geomarketing.tsx 100% 100% 100% 100%
src/custom-icons/Geometry.tsx 100% 100% 100% 100%
src/custom-icons/Github.tsx 100% 100% 100% 100%
src/custom-icons/Google.tsx 100% 100% 100% 100%
src/custom-icons/H3.tsx 100% 100% 100% 100%
src/custom-icons/HealthAnalytics.tsx 100% 100% 100% 100%
src/custom-icons/HideComments.tsx 100% 100% 100% 100%
src/custom-icons/HideLeftsidebar.tsx 100% 100% 100% 100%
src/custom-icons/HideRightsidebar.tsx 100% 100% 100% 100%
src/custom-icons/Home.tsx 100% 100% 100% 100%
src/custom-icons/Housing.tsx 100% 100% 100% 100%
src/custom-icons/HumanMobility.tsx 100% 100% 100% 100%
src/custom-icons/Id.tsx 100% 100% 100% 100%
src/custom-icons/Image.tsx 100% 100% 100% 100%
src/custom-icons/Infrastructure.tsx 100% 100% 100% 100%
src/custom-icons/IotAnalytics.tsx 100% 100% 100% 100%
src/custom-icons/LabelDeprecated.tsx 100% 100% 100% 100%
src/custom-icons/Layers.tsx 100% 100% 100% 100%
src/custom-icons/Linkedin.tsx 100% 100% 100% 100%
src/custom-icons/MapCoordinates.tsx 100% 100% 100% 100%
src/custom-icons/MapCopy.tsx 100% 100% 100% 100%
src/custom-icons/MapOthers.tsx 100% 100% 100% 100%
src/custom-icons/MapPin.tsx 100% 100% 100% 100%
src/custom-icons/MarkCommentRead.tsx 100% 100% 100% 100%
src/custom-icons/MarketAnalysis.tsx 100% 100% 100% 100%
src/custom-icons/Max.tsx 100% 100% 100% 100%
src/custom-icons/McpTool.tsx 100% 100% 100% 100%
src/custom-icons/MeasureTool.tsx 100% 100% 100% 100%
src/custom-icons/Min.tsx 100% 100% 100% 100%
src/custom-icons/MobilityPlanning.tsx 100% 100% 100% 100%
src/custom-icons/NetworkDeployment.tsx 100% 100% 100% 100%
src/custom-icons/NightsThermostat.tsx 100% 100% 100% 100%
src/custom-icons/NoApp.tsx 100% 100% 100% 100%
src/custom-icons/NoLayer.tsx 100% 100% 100% 100%
src/custom-icons/NoMap.tsx 100% 100% 100% 100%
src/custom-icons/NoSpatialExtension.tsx 100% 100% 100% 100%
src/custom-icons/NoTileset.tsx 100% 100% 100% 100%
src/custom-icons/NotEqual.tsx 100% 100% 100% 100%
src/custom-icons/Number.tsx 100% 100% 100% 100%
src/custom-icons/Onboarding.tsx 100% 100% 100% 100%
src/custom-icons/OohAnalytics.tsx 100% 100% 100% 100%
src/custom-icons/Opacity.tsx 100% 100% 100% 100%
src/custom-icons/OpenDiagonallyLeft.tsx 100% 100% 100% 100%
src/custom-icons/OpenDiagonallyRight.tsx 100% 100% 100% 100%
src/custom-icons/OpenNewWindow.tsx 100% 100% 100% 100%
src/custom-icons/OpenVertically.tsx 100% 100% 100% 100%
src/custom-icons/ParameterSettings.tsx 100% 100% 100% 100%
src/custom-icons/PawnChess.tsx 100% 100% 100% 100%
src/custom-icons/PlaceSelect.tsx 100% 100% 100% 100%
src/custom-icons/PointsOfInterest.tsx 100% 100% 100% 100%
src/custom-icons/Postgre.tsx 100% 100% 100% 100%
src/custom-icons/PostgreOutlined.tsx 100% 100% 100% 100%
src/custom-icons/Preferences.tsx 100% 100% 100% 100%
src/custom-icons/ProcessData.tsx 100% 100% 100% 100%
src/custom-icons/PublicWithPassword.tsx 100% 100% 100% 100%
src/custom-icons/Publish.tsx 100% 100% 100% 100%
src/custom-icons/Quadbin.tsx 100% 100% 100% 100%
src/custom-icons/Quadkey.tsx 100% 100% 100% 100%
src/custom-icons/QueryTable.tsx 100% 100% 100% 100%
src/custom-icons/Rain.tsx 100% 100% 100% 100%
src/custom-icons/Raster.tsx 100% 100% 100% 100%
src/custom-icons/Redshift.tsx 100% 100% 100% 100%
src/custom-icons/Report.tsx 100% 100% 100% 100%
src/custom-icons/Reset.tsx 100% 100% 100% 100%
src/custom-icons/RiskAnalysis.tsx 100% 100% 100% 100%
src/custom-icons/RoadTraffic.tsx 100% 100% 100% 100%
src/custom-icons/RunSettings.tsx 100% 100% 100% 100%
src/custom-icons/RunStep.tsx 100% 100% 100% 100%
src/custom-icons/Salesforce.tsx 100% 100% 100% 100%
src/custom-icons/Sample.tsx 100% 100% 100% 100%
src/custom-icons/SaveOk.tsx 100% 100% 100% 100%
src/custom-icons/ScheduleRun.tsx 100% 100% 100% 100%
src/custom-icons/Search.tsx 100% 100% 100% 100%
src/custom-icons/SelectDestination.tsx 100% 100% 100% 100%
src/custom-icons/SelectFeature.tsx 100% 100% 100% 100%
src/custom-icons/SelectTool.tsx 100% 100% 100% 100%
src/custom-icons/SelectVariable.tsx 100% 100% 100% 100%
src/custom-icons/ShowNodeResults.tsx 100% 100% 100% 100%
src/custom-icons/ShowRightsidebar.tsx 100% 100% 100% 100%
src/custom-icons/SingleLayer.tsx 100% 100% 100% 100%
src/custom-icons/SiteSelection.tsx 100% 100% 100% 100%
src/custom-icons/Snowflake.tsx 100% 100% 100% 100%
src/custom-icons/SpatialAnalysis.tsx 100% 100% 100% 100%
src/custom-icons/SpatialExtension.tsx 100% 100% 100% 100%
src/custom-icons/SpatialIndexes.tsx 100% 100% 100% 100%
src/custom-icons/Sql.tsx 100% 100% 100% 100%
src/custom-icons/SqlError.tsx 100% 100% 100% 100%
src/custom-icons/Sso.tsx 100% 100% 100% 100%
src/custom-icons/StrokeCustom.tsx 100% 100% 100% 100%
src/custom-icons/StrokeDash.tsx 100% 100% 100% 100%
src/custom-icons/StrokeSolid.tsx 100% 100% 100% 100%
src/custom-icons/SupplyChain.tsx 100% 100% 100% 100%
src/custom-icons/SwatchCircle.tsx 100% 100% 100% 100%
src/custom-icons/SwatchCircleNone.tsx 100% 100% 100% 100%
src/custom-icons/SwatchSquare.tsx 100% 100% 100% 100%
src/custom-icons/TableColumn.tsx 100% 100% 100% 100%
src/custom-icons/TableColumnLimited.tsx 100% 100% 100% 100%
src/custom-icons/TempTable.tsx 100% 100% 100% 100%
src/custom-icons/TerritoryPlanning.tsx 100% 100% 100% 100%
src/custom-icons/TextBox.tsx 100% 100% 100% 100%
src/custom-icons/Tileset.tsx 100% 100% 100% 100%
src/custom-icons/TilesetsAggregated.tsx 100% 100% 100% 100%
src/custom-icons/TimeBuckets.tsx 100% 100% 100% 100%
src/custom-icons/TimeCar.tsx 100% 100% 100% 100%
src/custom-icons/TimeWindowIncremental.tsx 100% 100% 100% 100%
src/custom-icons/TimeWindowMoving.tsx 100% 100% 100% 100%
src/custom-icons/Tooltip.tsx 100% 100% 100% 100%
src/custom-icons/TopRow.tsx 100% 100% 100% 100%
src/custom-icons/TwinArea.tsx 100% 100% 100% 100%
src/custom-icons/Twitter.tsx 100% 100% 100% 100%
src/custom-icons/UpdateGen.tsx 100% 100% 100% 100%
src/custom-icons/UploadFileUrl.tsx 100% 100% 100% 100%
src/custom-icons/View2d.tsx 100% 100% 100% 100%
src/custom-icons/View3d.tsx 100% 100% 100% 100%
src/custom-icons/ViewLeftsidebar.tsx 100% 100% 100% 100%
src/custom-icons/WfComponent.tsx 100% 100% 100% 100%
src/custom-icons/WfComponentInvalid.tsx 100% 100% 100% 100%
src/custom-icons/WfExtensionPackageDefault.tsx 100% 100% 100% 100%
src/custom-icons/WfInput.tsx 100% 100% 100% 100%
src/custom-icons/WfInputAlt.tsx 100% 100% 100% 100%
src/custom-icons/WfModule.tsx 100% 100% 100% 100%
src/custom-icons/WfOutput.tsx 100% 100% 100% 100%
src/custom-icons/WfOutputAlt.tsx 100% 100% 100% 100%
src/custom-icons/WhiteSpace.tsx 100% 100% 100% 100%
src/custom-icons/WidgetOptions.tsx 100% 100% 100% 100%
src/custom-icons/Workflow.tsx 100% 100% 100% 100%
src/custom-icons/WorkflowTemp.tsx 100% 100% 100% 100%
src/hooks/useImperativeIntl.ts 100% 87.5% 100% 100%
src/hooks/usePrevious.ts 100% 100% 100% 100%
src/hooks/useSkeleton.ts 100% 100% 100% 100%
src/localization/index.ts 100% 100% 100% 100%
src/utils/animation-utils.ts 95.12% 92.85% 100% 94.73% 72-73
src/utils/chartConstants.ts 100% 100% 100% 100%
src/utils/detectTouchScreen.ts 100% 100% 100% 100%
src/utils/formatterUtils.ts 100% 90% 100% 100%
src/utils/legendUtils.ts 100% 100% 100% 100%
src/utils/localeUtils.ts 100% 85.71% 100% 100%
src/utils/palette-utils.ts 100% 95.45% 100% 100%
src/utils/theme-constants.ts 100% 100% 100% 100%
src/utils/theme-utils.ts 100% 100% 100% 100%
src/utils/uniqueId.ts 100% 100% 100% 100%
Generated in workflow #1 for commit 8ddb68e by the Vitest Coverage Report Action

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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