Skip to content

Bump the testing group with 8 updates#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/testing-90cd14b650
Open

Bump the testing group with 8 updates#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/testing-90cd14b650

Conversation

@dependabot
Copy link

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

Bumps the testing group with 8 updates:

Package From To
@testing-library/dom 10.4.0 10.4.1
@testing-library/jest-dom 6.6.3 6.9.1
@testing-library/react 16.0.1 16.3.0
@vitest/coverage-istanbul 3.1.3 3.2.4
@vitest/ui 3.1.3 3.2.4
eslint-plugin-testing-library 7.2.1 7.13.2
jsdom 25.0.1 27.0.0
vitest 3.1.3 3.2.4

Updates @testing-library/dom from 10.4.0 to 10.4.1

Release notes

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

v10.4.1

10.4.1 (2025-07-27)

Bug Fixes

Commits

Updates @testing-library/jest-dom from 6.6.3 to 6.9.1

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.9.1

6.9.1 (2025-10-01)

Bug Fixes

v6.9.0

6.9.0 (2025-09-30)

Features

  • Add .toAppearBefore/.toAppearAfter matcher (#702) (95f870a)

v6.8.0

6.8.0 (2025-08-20)

Features

v6.7.0

6.7.0 (2025-08-13)

Features

v6.6.4

6.6.4 (2025-07-26)

Performance Improvements

Commits

Updates @testing-library/react from 16.0.1 to 16.3.0

Release notes

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

v16.3.0

16.3.0 (2025-04-02)

Features

  • add bernardobelchior as a contributor for code, and doc (#1391) (9fc6a75)

v16.2.0

16.2.0 (2025-01-15)

Features

v16.1.0

16.1.0 (2024-12-05)

Features

Commits

Updates @vitest/coverage-istanbul from 3.1.3 to 3.2.4

Release notes

Sourced from @​vitest/coverage-istanbul's releases.

v3.2.4

   🐞 Bug Fixes

    View changes on GitHub

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.2

... (truncated)

Commits

Updates @vitest/ui from 3.1.3 to 3.2.4

Release notes

Sourced from @​vitest/ui's releases.

v3.2.4

   🐞 Bug Fixes

    View changes on GitHub

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.2

... (truncated)

Commits
  • c666d14 chore: release v3.2.4
  • 93f3200 fix(deps): update all non-major dependencies (#8123)
  • b87ee3e chore: release v3.2.3
  • c69be1f feat(ui): show test annotations and metadata in the test report tab (#8093)
  • 7ddcd33 chore: release v3.2.2
  • f858f3b chore: release v3.2.1
  • 59200ae chore: release v3.2.0
  • cce98d3 chore(deps): update all non-major dependencies (#8067)
  • b03f209 feat: annotation API (#7953)
  • 3bdf05d fix: ensure errors keep their message and stack after toJSON serialisation ...
  • Additional commits viewable in compare view

Updates eslint-plugin-testing-library from 7.2.1 to 7.13.2

Release notes

Sourced from eslint-plugin-testing-library's releases.

v7.13.2

7.13.2 (2025-10-13)

Bug Fixes

  • no-unnecessary-act: report userEvent with a different variable name (#1103) (164fa0e), closes #758

v7.13.1

7.13.1 (2025-10-09)

Bug Fixes

  • prefer-screen-queries: support aliased screen imports (#1101) (af8c8d9), closes #776

v7.13.0

7.13.0 (2025-10-08)

Features

v7.12.0

7.12.0 (2025-10-06)

Features

  • no-wait-for-multiple-assertions: avoid reporting unrelated assertions (#1097) (db8756c), closes #1084

v7.11.0

7.11.0 (2025-09-29)

Features

v7.10.0

7.10.0 (2025-09-25)

Features

  • no-wait-for-multiple-assertions: add partial fix support (#1090) (bd01e08)

v7.9.2

7.9.2 (2025-09-24)

... (truncated)

Commits
  • 164fa0e fix(no-unnecessary-act): report userEvent with a different variable name (#1103)
  • af8c8d9 fix(prefer-screen-queries): support aliased screen imports (#1101)
  • 875651e chore: remove eslint-plugin-jest-formatting (#1100)
  • c9fcf83 feat(no-wait-for-multiple-assertions): add auto-fix (#1099)
  • db8756c feat(no-wait-for-multiple-assertions): avoid reporting unrelated assertions (...
  • 95b88d5 feat(no-wait-for-multiple-assertions): improve autofix (#1091)
  • bd01e08 feat(no-wait-for-multiple-assertions): add partial fix support (#1090)
  • 54ee4ae fix(await-async-event): prevent adding async/await in forEach loops (#1075)
  • 1477f21 docs: add bonkevin as a contributor for code, and test (#1088)
  • 2d24966 fix: declare .finally(...) usages as handled in async rules (#1074)
  • Additional commits viewable in compare view

Updates jsdom from 25.0.1 to 27.0.0

Release notes

Sourced from jsdom's releases.

Version 27.0.0

Changes since 26.1.0

  • Node.js v20 is now the minimum supported version.
  • Added a variety of event constructors, even though we do not implement their associated specifications or ever fire them: BeforeUnloadEvent, BlobEvent, DeviceMotionEvent (omitting requestPermission()), DeviceOrientationEvent (omitting requestPermission()), PointerEvent, PromiseRejectionEvent, and TransitionEvent.
  • Added movementX and movementY to MouseEvent. (These are from the Pointer Lock specification, the rest of which is not implemented.)
  • Added customElements.getName(). (mash-graz)
  • Updated the virtual console:
    • "jsdomError" events are now documented, with specific type properties and other properties that depend on the type.
    • sendTo() was renamed to forwardTo().
    • The jsdomErrors option to forwardTo() can be used to control which errors are sent to the Node.js console. This replaces the previous omitJSDOMErrors boolean option.
    • "jsdomError"s for failed XMLHttpRequest fetches are no longer emitted.
    • The values that are printed when forwarding "jsdomError"s to the Node.js console are streamlined.
  • Switched our CSS selector engine from nwsapi to @asamuzakjp/dom-selector, closing over 20 selector-related bugs.
  • Upgraded tough-cookie, which now considers URLs like http://localhost/ to be secure contexts (per the spec), and thus will return Secure-flagged cookies for such URLs. (colincasey)
  • Upgraded cssstyle, which brings along many improvements and fixes to the CSSStyleDeclaration object and its properties.
  • Updated the user agent stylesheet to be derived from the HTML Standard, instead of from an old revision of Chromium.
  • Changed element.click() to fire a PointerEvent instead of a MouseEvent.
  • Changed certain events to be passive by default.
  • Changed the <input> element's pattern="" attribute to use the v regular expression flag, instead of u.
  • Fixed many specification conformance issues with the Window object, including named properties and changing various data properties to accessor properties.
  • Fixed document.createEvent() to accept a more correct set of event names.
  • Fixed the ElementInternals accessibility getters and setters. (They were introduced in v23.1.0, but due to inadequate test coverage never actually worked.)
  • Fixed using Object.defineProperty() on certain objects, such as HTMLSelectElement instances.
  • Fixed jsdom.reconfigure({ url }) not updating document.baseURI or properties derived from it. (This regressed in v26.1.0.)
  • Fixed CSS system colors, as well as the initial, inherit, and unset keywords, to resolve correctly. (asamuzaK)
  • Fixed CSS display style resolution. (asamuzaK)

Changes since 27.0.0-beta.3

  • Upgraded cssstyle, which brings along various CSS parsing fixes.

Version 27.0.0-beta.3

  • Breaking change: upgraded tough-cookie, which now considers URLs like http://localhost/ to be secure contexts (per the spec), and thus will return Secure-flagged cookies for such URLs. (colincasey)
  • Added customElements.getName(). (mash-graz)
  • Changed the <input> element's pattern="" attribute to use the v regular expression flag, instead of u.
  • Fixed jsdom.reconfigure({ url }) not updating document.baseURI or properties derived from it. This regressed in v26.1.0.
  • Fixed CSS system colors, as well as the initial, inherit, and unset keywords, to resolve correctly. This is especially important since the change in v27.0.0-beta.1 to use system colors in the user agent stylesheet. (asamuzaK)
  • Fixed CSS background property parsing and serialization. (asamuzaK)
  • Fixed CSS color parsing and serialization inside of gradients. (asamuzaK)
  • Fixed CSS display style resolution. (asamuzaK)
  • Upgraded @asamuzakjp/dom-selector, which notably fixed repeated use of the :scope selector. (asamuzaK)

Version 27.0.0-beta.2

Significantly improved specification conformance for the Window object, including named properties and changing various data properties to accessor properties. This is not likely to be breaking, but since it's a complex change to such a core object, we're happy to do another beta testing release with this included before graduating the v27 line to stable.

Additionally, updated cssstyle to v4.4.0, which brings along various conformance fixes to the CSSStyleDeclaration object and its properties.

Version 27.0.0-beta.1

Breaking changes:

... (truncated)

Changelog

Sourced from jsdom's changelog.

27.0.0

Changes since 26.1.0

  • Node.js v20 is now the minimum supported version.
  • Added a variety of event constructors, even though we do not implement their associated specifications or ever fire them: BeforeUnloadEvent, BlobEvent, DeviceMotionEvent (omitting requestPermission()), DeviceOrientationEvent (omitting requestPermission()), PointerEvent, PromiseRejectionEvent, and TransitionEvent.
  • Added movementX and movementY to MouseEvent. (These are from the Pointer Lock specification, the rest of which is not implemented.)
  • Added customElements.getName(). (mash-graz)
  • Updated the virtual console:
    • "jsdomError" events are now documented, with specific type properties and other properties that depend on the type.
    • sendTo() was renamed to forwardTo().
    • The jsdomErrors option to forwardTo() can be used to control which errors are sent to the Node.js console. This replaces the previous omitJSDOMErrors boolean option.
    • "jsdomError"s for failed XMLHttpRequest fetches are no longer emitted.
    • The values that are printed when forwarding "jsdomError"s to the Node.js console are streamlined.
  • Switched our CSS selector engine from nwsapi to @asamuzakjp/dom-selector, closing over 20 selector-related bugs.
  • Upgraded tough-cookie, which now considers URLs like http://localhost/ to be secure contexts (per the spec), and thus will return Secure-flagged cookies for such URLs. (colincasey)
  • Upgraded cssstyle, which brings along many improvements and fixes to the CSSStyleDeclaration object and its properties.
  • Updated the user agent stylesheet to be derived from the HTML Standard, instead of from an old revision of Chromium.
  • Changed element.click() to fire a PointerEvent instead of a MouseEvent.
  • Changed certain events to be passive by default.
  • Changed the <input> element's pattern="" attribute to use the v regular expression flag, instead of u.
  • Fixed many specification conformance issues with the Window object, including named properties and changing various data properties to accessor properties.
  • Fixed document.createEvent() to accept a more correct set of event names.
  • Fixed the ElementInternals accessibility getters and setters. (They were introduced in v23.1.0, but due to inadequate test coverage never actually worked.)
  • Fixed using Object.defineProperty() on certain objects, such as HTMLSelectElement instances.
  • Fixed jsdom.reconfigure({ url }) not updating document.baseURI or properties derived from it. (This regressed in v26.1.0.)
  • Fixed CSS system colors, as well as the initial, inherit, and unset keywords, to resolve correctly. (asamuzaK)
  • Fixed CSS display style resolution. (asamuzaK)

Changes since 27.0.0-beta.3

  • Upgraded cssstyle, which brings along various CSS parsing fixes.

27.0.0-beta.3

  • Breaking change: upgraded tough-cookie, which now considers URLs like http://localhost/ to be secure contexts (per the spec), and thus will return Secure-flagged cookies for such URLs. (colincasey)
  • Added customElements.getName(). (mash-graz)
  • Changed the <input> element's pattern="" attribute to use the v regular expression flag, instead of u.
  • Fixed jsdom.reconfigure({ url }) not updating document.baseURI or properties derived from it. This regressed in v26.1.0.
  • Fixed CSS system colors, as well as the initial, inherit, and unset keywords, to resolve correctly. This is especially important since the change in v27.0.0-beta.1 to use system colors in the user agent stylesheet. (asamuzaK)
  • Fixed CSS background property parsing and serialization. (asamuzaK)
  • Fixed CSS color parsing and serialization inside of gradients. (asamuzaK)
  • Fixed CSS display style resolution. (asamuzaK)
  • Upgraded @asamuzakjp/dom-selector, which notably fixed repeated use of the :scope selector. (asamuzaK)

27.0.0-beta.2

Significantly improved specification conformance for the Window object, including named properties and changing various data properties to accessor properties. This is not likely to be breaking, but since it's a complex change to such a core object, we're happy to do another beta testing release with this included before graduating the v27 line to stable.

Additionally, updated cssstyle to v4.4.0, which brings along various conformance fixes to the CSSStyleDeclaration object and its properties.

... (truncated)

Commits
  • f2a505d Version 27.0.0
  • ab384d4 Update dependencies and dev dependencies
  • ff31107 Add passing :nth-child() in shadow DOM regresssion test
  • 4e92a8e Add passing :scope() in :not() regression test
  • c3d6940 Version 27.0.0-beta.3
  • 8073bae Use "v" instead of "u" for the pattern="" attribute
  • d77ffd0 Implement customElements.getName()
  • ac385f9 Fix reconfigure() not updating base URL caches
  • 3ccd5de Update tough-cookie to v6
  • c2de8bd Address CSS regressions in v27 beta
  • Additional commits viewable in compare view

Updates vitest from 3.1.3 to 3.2.4

Release notes

Sourced from vitest's releases.

v3.2.4

   🐞 Bug Fixes

    View changes on GitHub

v3.2.3

   🚀 Features

   🐞 Bug Fixes

Bumps the testing group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `10.4.0` | `10.4.1` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.3` | `6.9.1` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.3.0` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `3.1.3` | `3.2.4` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `3.1.3` | `3.2.4` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.2.1` | `7.13.2` |
| [jsdom](https://github.com/jsdom/jsdom) | `25.0.1` | `27.0.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.3` | `3.2.4` |


Updates `@testing-library/dom` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v10.4.0...v10.4.1)

Updates `@testing-library/jest-dom` from 6.6.3 to 6.9.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.6.3...v6.9.1)

Updates `@testing-library/react` from 16.0.1 to 16.3.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.0.1...v16.3.0)

Updates `@vitest/coverage-istanbul` from 3.1.3 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/coverage-istanbul)

Updates `@vitest/ui` from 3.1.3 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/ui)

Updates `eslint-plugin-testing-library` from 7.2.1 to 7.13.2
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v7.2.1...v7.13.2)

Updates `jsdom` from 25.0.1 to 27.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@25.0.1...27.0.0)

Updates `vitest` from 3.1.3 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@testing-library/dom"
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: "@vitest/ui"
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: jsdom
  dependency-version: 27.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: vitest
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
...

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 71.74% (🎯 75%) 1534 / 2138
🔴 Statements 70.28% (🎯 75%) 1568 / 2231
🔴 Functions 73.38% (🎯 75%) 615 / 838
🔴 Branches 57.1% (🎯 75%) 964 / 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 81.81% 77.35% 75% 81.81% 150-151
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 25% 0% 0% 25% 33-50
src/components/Autocomplete/Autocomplete/useAutocomplete.tsx 100% 100% 100% 100%
src/components/Autocomplete/AutocompleteList/AutocompleteList.tsx 9.37% 0% 0% 9.67% 15-19, 27-200
src/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.tsx 11.11% 0% 0% 11.11% 60-132
src/components/Autocomplete/CreatableAutocomplete/useCreatableAutocomplete.tsx 0% 0% 0% 0% 27-115
src/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.tsx 14.28% 0% 0% 14.28% 53-110
src/components/Autocomplete/MultipleAutocomplete/useMultipleAutocomplete.tsx 0% 0% 0% 0% 74-191
src/components/Autocomplete/test-utils/autocomplete-test-fixtures.tsx 0% 100% 0% 0% 16-19
src/components/Autocomplete/test-utils/autocomplete-test-utils.tsx 0% 100% 0% 0% 15-130
src/components/Autocomplete/test-utils/multiple-autocomplete-test-utils.tsx 0% 100% 0% 0% 14-332
src/components/Autocomplete/utils/useAutocompleteRenderOption.tsx 94.11% 91.42% 100% 93.33% 74
src/components/Autocomplete/utils/utils.tsx 90.69% 78.37% 92.85% 90.69% 99, 270-278
src/components/Avatar/Avatar.tsx 60% 16.66% 33.33% 60% 22-49
src/components/Button/Button.tsx 76% 57.57% 100% 76% 82-86, 91-99, 109, 115-119
src/components/CodeArea/CodeAreaTheme.tsx 66.66% 0% 50% 66.66% 17-212
src/components/CodeArea/CodeAreaDialog/CodeAreaDialog.tsx 0% 0% 0% 0% 44-105
src/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogConfirmation.tsx 0% 0% 0% 0% 29-73
src/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogContent.tsx 33.33% 0% 33.33% 40% 8-49
src/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogError.tsx 25% 0% 0% 40% 5-34, 36-67
src/components/CodeArea/CodeAreaField/CodeAreaField.tsx 26.08% 0% 22.22% 33.33% 19-23, 43-183, 190-201, 203-312
src/components/CodeArea/CodeAreaFooter/CodeAreaFooter.tsx 25% 0% 33.33% 28.57% 10-83
src/components/CodeArea/CodeAreaHeader/CodeAreaHeader.tsx 96.29% 95.45% 87.5% 96.15% 59
src/components/CodeArea/CodeAreaInput/CodeAreaInput.tsx 0% 0% 0% 0% 71-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 4.76% 0% 0% 5% 10-47
src/components/DatePickers/DatePicker/DatePicker.tsx 0% 0% 0% 0% 32-92
src/components/DatePickers/DateRangePicker/DateRangePicker.tsx 4.65% 0% 6.25% 4.65% 21-239
src/components/DatePickers/DateTimePicker/DateTimePicker.tsx 0% 0% 0% 0% 37-95
src/components/DatePickers/PickersDay/PickersDay.tsx 94.11% 60% 100% 100% 149
src/components/DatePickers/TimePicker/TimePicker.tsx 0% 0% 0% 0% 38-125
src/components/DatePickers/shared/ClearButton.tsx 33.33% 0% 33.33% 33.33% 10-48
src/components/DatePickers/shared/DateFieldContainer.tsx 50% 0% 33.33% 50% 10-59
src/components/Dialog/Dialog/Dialog.tsx 25% 0% 0% 25% 23-65
src/components/Dialog/DialogAlert/DialogAlert.tsx 100% 100% 100% 100%
src/components/Dialog/DialogConfirmation/DialogConfirmation.tsx 25% 0% 0% 33.33% 9-22, 24-26, 28-87
src/components/Dialog/DialogContent/DialogContent.tsx 15.15% 0% 16.66% 16.66% 23-134, 144-150
src/components/Dialog/DialogFooter/DialogFooter.tsx 100% 100% 100% 100%
src/components/Dialog/DialogHeader/DialogHeader.tsx 38.46% 0% 0% 62.5% 16-19, 21-27, 29-34, 36-38, 40-100
src/components/Dialog/DialogPaper/DialogPaper.tsx 90.9% 8% 66.66% 90% 56-154
src/components/Dialog/DialogStepper/DialogStepper.tsx 100% 100% 100% 100%
src/components/FilterDropdown/FilterDropdown.tsx 11.11% 6.45% 10% 12.5% 17-155
src/components/FilterDropdown/FilterDropdownMenuItem/FilterDropdownMenuItem.tsx 11.11% 0% 0% 14.28% 31-40
src/components/IconButton/IconButton.tsx 100% 85.71% 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% 50% 100% 100%
src/components/Menu/MenuItem/MenuItem.tsx 100% 72.22% 100% 100%
src/components/Menu/MenuItemFilter/MenuItemFilter.tsx 37.5% 0% 0% 42.85% 9-12, 15-67
src/components/Menu/MenuList/MenuList.tsx 100% 100% 100% 100%
src/components/PasswordField/PasswordField.tsx 12.5% 0% 0% 14.28% 13-56
src/components/ScreenReaderOnly/ScreenReaderOnly.tsx 100% 100% 100% 100%
src/components/SelectField/MultipleSelectField/MultipleSelectField.tsx 23.07% 0% 12.5% 25% 20-28, 32-49, 52-215
src/components/SelectField/MultipleSelectField/useMultipleSelectField.ts 0% 0% 0% 0% 16-96
src/components/SelectField/SelectField/SelectField.tsx 30% 0% 0% 42.85% 15-32, 34-138
src/components/Snackbar/Snackbar.tsx 90% 96.66% 77.77% 88.88% 146, 192
src/components/SplitButton/SplitButton.tsx 4.76% 0% 0% 5.26% 15-136
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 77.77% 50% 100% 77.77% 9-10
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 #2 for commit 4dc834c 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