Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the web group across 1 directory with 18 updates #33

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the web group with 18 updates in the /web directory:

Package From To
@analytics/google-analytics-v3 0.6.1 0.7.0
analytics 0.8.14 0.8.16
nanoid 5.0.8 5.0.9
react-apexcharts 1.5.0 1.7.0
react-diff-view 3.0.2 3.3.1
react-icons 5.3.0 5.4.0
yaml 2.6.0 2.6.1
@eslint/js 9.14.0 9.17.0
@testing-library/react 16.0.1 16.1.0
@types/node 22.9.0 22.10.2
@types/react-color 3.0.12 3.0.13
eslint 9.14.0 9.17.0
eslint-plugin-react-hooks 5.0.0 5.1.0
globals 15.12.0 15.14.0
prettier 3.3.3 3.4.2
sass 1.80.6 1.83.0
typescript 5.6.3 5.7.2
typescript-eslint 8.13.0 8.18.1

Updates @analytics/google-analytics-v3 from 0.6.1 to 0.7.0

Commits

Updates analytics from 0.8.14 to 0.8.16

Commits

Updates nanoid from 5.0.8 to 5.0.9

Release notes

Sourced from nanoid's releases.

5.0.9

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).
Changelog

Sourced from nanoid's changelog.

5.0.9

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).
Commits

Updates react-apexcharts from 1.5.0 to 1.7.0

Commits

Updates react-diff-view from 3.0.2 to 3.3.1

Changelog

Sourced from react-diff-view's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.3.0 (2024-11-21)

Features

  • support custom line className with generateLineClassName (3d1e35a)

3.2.1 (2024-02-18)

Bug Fixes

  • not showing empty context line below diff (b531e13)

3.2.0 (2023-11-13)

Features

  • add data-change-key attribute to chnage elements (#185) (3b9440c)

Bug Fixes

  • render whitespace on empty line tokenized (#210) (02a847c)

3.1.0 (2023-08-31)

Features

Bug Fixes

  • expose type dependencies (#198) (9fc7adc)
  • minimum react version should be 16.14 (52b83f1)
  • remove inline-block style of markEdit area (2a030a8)
  • ts: small typo in types (158dc93)

3.0.3 (2023-03-14)

Bug Fixes

... (truncated)

Commits

Updates react-icons from 5.3.0 to 5.4.0

Release notes

Sourced from react-icons's releases.

v5.4.0

What's Changed

New Contributors

Full Changelog: react-icons/react-icons@v5.3.0...v5.4.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.6.0 2050
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-125-gef43291c4d 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.2 287
Lucide ISC 0.462.0 1541
Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.11.3 2716
Remix Icon Apache License Version 2.0 4.5.0 3020
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.12.1 635
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.2.0 972
Simple Icons CC0 1.0 Universal 13.19.0 3275
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795ede82361e1bac1ee76f215cf1dc51e4ca 491
BoxIcons MIT 2.1.4 1634
css.gg MIT 2.1.4 704
VS Code Icons CC BY 4.0 0.0.36 466

... (truncated)

Commits

Updates yaml from 2.6.0 to 2.6.1

Release notes

Sourced from yaml's releases.

v2.6.1

  • Do not strip :00 seconds from !!timestamp values (#578, with thanks to @​qraynaud)
  • Tighten regexp for JSON !!bool (#587, with thanks to @​vra5107)
  • Default to literal block scalar if folded would overflow (#585)
Commits
  • aa1898a 2.6.1
  • 6be0a91 fix: Default to literal block scalar if folded would overflow (fixes #585)
  • 108f699 fix: Tighten regexp for JSON !!bool (#587)
  • 2e85b91 fix: Do not strip :00 seconds from !!timestamp values (#578)
  • 5850600 chore: Refresh lockfile
  • 16fb6e2 chore: Add .well-known/funding-manifest-urls
  • See full diff in compare view

Updates @eslint/js from 9.14.0 to 9.17.0

Release notes

Sourced from @​eslint/js's releases.

v9.17.0

Features

  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)

v9.16.0

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic)

Documentation

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.17.0 - December 13, 2024

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

v9.16.0 - November 29, 2024

  • feb703b chore: upgrade to @eslint/js@9.16.0 (#19195) (Francesco Trotta)
  • df9bf95 chore: package.json update for @​eslint/js release (Jenkins)
  • 9eefc8f docs: fix typos in use-isnan (#19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#19183) (Tanuj Kanti)
  • f831893 chore: add type for ignoreComputedKeys option of sort-keys (#19184) (Tanuj Kanti)
  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic)
  • 0c6b842 docs: fix typos in migration-guide.md (#19180) (루밀LuMir)

... (truncated)

Commits
  • 84c5787 chore: package.json update for @​eslint/js release
  • df9bf95 chore: package.json update for @​eslint/js release
  • b441bee chore: package.json update for @​eslint/js release
  • 3087c9e feat: add meta object to @eslint/js plugin (#19095)
  • See full diff in compare view

Updates @testing-library/react from 16.0.1 to 16.1.0

Release notes

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

v16.1.0

16.1.0 (2024-12-05)

Features

Commits

Updates @types/node from 22.9.0 to 22.10.2

Commits

Updates @types/react-color from 3.0.12 to 3.0.13

Commits

Updates eslint from 9.14.0 to 9.17.0

Release notes

Sourced from eslint's releases.

v9.17.0

Features

  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)

v9.16.0

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic)

Documentation

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.17.0 - December 13, 2024

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (

Bumps the web group with 18 updates in the /web directory:

| Package | From | To |
| --- | --- | --- |
| [@analytics/google-analytics-v3](https://github.com/DavidWells/analytics) | `0.6.1` | `0.7.0` |
| [analytics](https://github.com/DavidWells/analytics) | `0.8.14` | `0.8.16` |
| [nanoid](https://github.com/ai/nanoid) | `5.0.8` | `5.0.9` |
| [react-apexcharts](https://github.com/apexcharts/react-apexcharts) | `1.5.0` | `1.7.0` |
| [react-diff-view](https://github.com/otakustay/react-diff-view) | `3.0.2` | `3.3.1` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.3.0` | `5.4.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.6.0` | `2.6.1` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.14.0` | `9.17.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.10.2` |
| [@types/react-color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-color) | `3.0.12` | `3.0.13` |
| [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.17.0` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.0.0` | `5.1.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.12.0` | `15.14.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [sass](https://github.com/sass/dart-sass) | `1.80.6` | `1.83.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.13.0` | `8.18.1` |



Updates `@analytics/google-analytics-v3` from 0.6.1 to 0.7.0
- [Commits](https://github.com/DavidWells/analytics/compare/@analytics/google-analytics-v3@0.6.1...@analytics/google-analytics-v3@0.7.0)

Updates `analytics` from 0.8.14 to 0.8.16
- [Commits](https://github.com/DavidWells/analytics/compare/analytics@0.8.14...analytics@0.8.16)

Updates `nanoid` from 5.0.8 to 5.0.9
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.0.8...5.0.9)

Updates `react-apexcharts` from 1.5.0 to 1.7.0
- [Commits](https://github.com/apexcharts/react-apexcharts/commits)

Updates `react-diff-view` from 3.0.2 to 3.3.1
- [Release notes](https://github.com/otakustay/react-diff-view/releases)
- [Changelog](https://github.com/otakustay/react-diff-view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/otakustay/react-diff-view/commits)

Updates `react-icons` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.3.0...v5.4.0)

Updates `yaml` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.6.0...v2.6.1)

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

Updates `@testing-library/react` from 16.0.1 to 16.1.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.1.0)

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

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

Updates `eslint` from 9.14.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.14.0...v9.17.0)

Updates `eslint-plugin-react-hooks` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `globals` from 15.12.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.12.0...v15.14.0)

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

Updates `sass` from 1.80.6 to 1.83.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.80.6...1.83.0)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

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

---
updated-dependencies:
- dependency-name: "@analytics/google-analytics-v3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: analytics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web
- dependency-name: react-apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: react-diff-view
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: "@types/react-color"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web
...

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 Dec 23, 2024
Copy link

sourcery-ai bot commented Dec 23, 2024

Reviewer's Guide by Sourcery

This PR bumps various web dependencies to their latest versions. All changes are contained within the web/ directory and involve updating the package.json and yarn.lock files.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updates several core libraries
  • Updates @analytics/google-analytics-v3 from 0.6.1 to 0.7.0
  • Updates analytics from 0.8.14 to 0.8.16
  • Updates nanoid from 5.0.8 to 5.0.9
  • Updates react-apexcharts from 1.5.0 to 1.7.0
  • Updates react-diff-view from 3.0.2 to 3.3.1
  • Updates react-icons from 5.3.0 to 5.4.0
  • Updates yaml from 2.6.0 to 2.6.1
web/package.json
web/yarn.lock
Updates several development dependencies
  • Updates @eslint/js from 9.14.0 to 9.17.0
  • Updates @testing-library/react from 16.0.1 to 16.1.0
  • Updates @types/node from 22.9.0 to 22.10.2
  • Updates @types/react-color from 3.0.12 to 3.0.13
  • Updates eslint from 9.14.0 to 9.17.0
  • Updates eslint-plugin-react-hooks from 5.0.0 to 5.1.0
  • Updates globals from 15.12.0 to 15.14.0
  • Updates prettier from 3.3.3 to 3.4.2
  • Updates sass from 1.80.6 to 1.83.0
  • Updates typescript from 5.6.3 to 5.7.2
  • Updates typescript-eslint from 8.13.0 to 8.18.1
web/package.json
web/yarn.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

coderabbitai bot commented Dec 23, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link

CI Failure Feedback 🧐

Action: tests-frontend

Failed stage: Run frontend tests [❌]

Failed test name: src/layout/package/chartTemplates/CompareView.test.tsx

Failure summary:

The action failed due to multiple test failures in React components:

  • The main error is a TypeError: "Cannot read properties of undefined (reading 'slice')" occurring in
    the component
  • This error appears in both CompareView.test.tsx and DiffTemplate.tsx components
  • The error suggests that the code is trying to call .slice() on an undefined value, likely due to
    missing or undefined data being passed to these components
  • Additionally, there was 1 snapshot test failure in CompareTemplatesList.test.tsx
  • Overall: 4 tests failed, 11 were skipped, and 1889 passed out of 1904 total tests

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    85:  [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
    86:  [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
    87:  [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
    88:  [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
    89:  [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
    90:  ##[endgroup]
    91:  ##[group]Fetching the repository
    92:  [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f77f7d1582e2801a380bf45fd288c3838a255f1c:refs/remotes/pull/33/merge
    93:  ##[error]fatal: unable to access 'https://github.com/khulnasoft/artifacthub/': Failed to connect to github.com port 443: Connection timed out
    94:  The process '/usr/bin/git' failed with exit code 128
    95:  Waiting 11 seconds before trying again
    96:  [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f77f7d1582e2801a380bf45fd288c3838a255f1c:refs/remotes/pull/33/merge
    97:  ##[error]fatal: unable to access 'https://github.com/khulnasoft/artifacthub/': Failed to connect to github.com port 443: Connection timed out
    98:  The process '/usr/bin/git' failed with exit code 128
    ...
    
    375:  at callback (node_modules/react-dom/cjs/react-dom.development.js:26808:9)
    376:  at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
    377:  at actImplementation (node_modules/react/cjs/react.development.js:2582:11)
    378:  at node_modules/@testing-library/react/dist/act-compat.js:47:25
    379:  at renderRoot (node_modules/@testing-library/react/dist/pure.js:180:25)
    380:  at render (node_modules/@testing-library/react/dist/pure.js:271:10)
    381:  at Object.<anonymous> (src/layout/controlPanel/settings/orgSettings/authorization/index.test.tsx:111:34)
    382:  console.warn
    383:  ⚠️ React Router Future Flag Warning: The revalidation behavior after 4xx/5xx `action` responses is changing in v7. You can use the `v7_skipActionErrorRevalidation` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_skipactionerrorrevalidation.
    ...
    
    460:  at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
    461:  at actImplementation (node_modules/react/cjs/react.development.js:2582:11)
    462:  at node_modules/@testing-library/react/dist/act-compat.js:47:25
    463:  at renderRoot (node_modules/@testing-library/react/dist/pure.js:180:25)
    464:  at render (node_modules/@testing-library/react/dist/pure.js:271:10)
    465:  at Object.<anonymous> (src/layout/package/valuesSchema/index.test.tsx:66:13)
    466:  FAIL src/layout/package/chartTemplates/CompareView.test.tsx (16.465 s)
    467:  ● Console
    468:  console.error
    469:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    470:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    480:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    481:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    482:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    483:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    484:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    485:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    486:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    487:  at listOnTimeout (node:internal/timers:569:17)
    488:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    509:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    510:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    511:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    512:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    513:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    514:  at listOnTimeout (node:internal/timers:569:17)
    515:  at processTimers (node:internal/timers:512:7)
    516:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    517:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    526:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    527:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    528:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    529:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    530:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    531:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    532:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    533:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    534:  console.error
    535:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    536:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    540:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    541:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    542:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    543:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    544:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    545:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    546:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    547:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    548:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    549:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    550:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    551:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    552:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    553:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    554:  at listOnTimeout (node:internal/timers:569:17)
    555:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    568:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    569:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    570:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    571:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    572:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    573:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    574:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    575:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    576:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    577:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    578:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    579:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    580:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    581:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    582:  at listOnTimeout (node:internal/timers:569:17)
    583:  at processTimers (node:internal/timers:512:7)
    584:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    585:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    589:  at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    590:  at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    591:  at Object.apply (node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    592:  at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    593:  at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    594:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    595:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    596:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    597:  at recoverFromConcurrentError (node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    598:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    599:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    600:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    601:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    602:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    603:  console.error
    604:  The above error occurred in the <Changes> component:
    605:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:30:29)
    606:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:114:49)
    607:  at construct (/home/runner/work/artifacthub/artifacthub/web/src/layout/common/ErrorBoundary.tsx:18:5)
    608:  at pre
    609:  at div
    610:  at div
    611:  at div
    612:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/CompareView.tsx:27:53)
    613:  React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary.
    614:  at logCapturedError (node_modules/react-dom/cjs/react-dom.development.js:18704:23)
    615:  at ErrorBoundary.call (node_modules/react-dom/cjs/react-dom.development.js:18760:7)
    ...
    
    622:  at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26862:5)
    623:  at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26721:5)
    624:  at finishConcurrentRender (node_modules/react-dom/cjs/react-dom.development.js:25931:9)
    625:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25848:7)
    626:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    627:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    628:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    629:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    630:  console.error
    631:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    632:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    642:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    643:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    644:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    645:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    646:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    647:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    648:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    649:  at listOnTimeout (node:internal/timers:569:17)
    650:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    671:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    672:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    673:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    674:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    675:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    676:  at listOnTimeout (node:internal/timers:569:17)
    677:  at processTimers (node:internal/timers:512:7)
    678:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    679:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    688:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    689:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    690:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    691:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    692:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    693:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    694:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    695:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    696:  console.error
    697:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    698:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    702:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    703:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    704:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    705:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    706:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    707:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    708:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    709:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    710:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    711:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    712:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    713:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    714:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    715:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    716:  at listOnTimeout (node:internal/timers:569:17)
    717:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    730:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    731:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    732:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    733:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    734:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    735:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    736:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    737:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    738:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    739:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    740:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    741:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    742:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    743:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    744:  at listOnTimeout (node:internal/timers:569:17)
    745:  at processTimers (node:internal/timers:512:7)
    746:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    747:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    751:  at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    752:  at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    753:  at Object.apply (node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    754:  at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    755:  at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    756:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    757:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    758:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    759:  at recoverFromConcurrentError (node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    760:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    761:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    762:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    763:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    764:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    765:  console.error
    766:  The above error occurred in the <Changes> component:
    767:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:30:29)
    768:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:114:49)
    769:  at construct (/home/runner/work/artifacthub/artifacthub/web/src/layout/common/ErrorBoundary.tsx:18:5)
    770:  at pre
    771:  at div
    772:  at div
    773:  at div
    774:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/CompareView.tsx:27:53)
    775:  React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary.
    776:  at logCapturedError (node_modules/react-dom/cjs/react-dom.development.js:18704:23)
    777:  at ErrorBoundary.call (node_modules/react-dom/cjs/react-dom.development.js:18760:7)
    ...
    
    784:  at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26862:5)
    785:  at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26721:5)
    786:  at finishConcurrentRender (node_modules/react-dom/cjs/react-dom.development.js:25931:9)
    787:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25848:7)
    788:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    789:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    790:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    791:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    792:  console.error
    793:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    794:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    804:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    805:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    806:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    807:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    808:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    809:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    810:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    811:  at listOnTimeout (node:internal/timers:569:17)
    812:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    833:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    834:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    835:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    836:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    837:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    838:  at listOnTimeout (node:internal/timers:569:17)
    839:  at processTimers (node:internal/timers:512:7)
    840:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    841:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    850:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    851:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    852:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    853:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    854:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    855:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    856:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    857:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    858:  console.error
    859:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    860:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    864:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    865:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    866:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    867:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    868:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    869:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    870:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    871:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    872:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    873:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    874:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    875:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    876:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    877:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    878:  at listOnTimeout (node:internal/timers:569:17)
    879:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    892:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    893:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    894:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    895:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    896:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    897:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    898:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    899:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    900:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    901:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    902:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    903:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    904:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    905:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    906:  at listOnTimeout (node:internal/timers:569:17)
    907:  at processTimers (node:internal/timers:512:7)
    908:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    909:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    913:  at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    914:  at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    915:  at Object.apply (node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    916:  at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    917:  at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    918:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    919:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    920:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    921:  at recoverFromConcurrentError (node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    922:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    923:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    924:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    925:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    926:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    927:  console.error
    928:  The above error occurred in the <Changes> component:
    929:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:30:29)
    930:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:114:49)
    931:  at construct (/home/runner/work/artifacthub/artifacthub/web/src/layout/common/ErrorBoundary.tsx:18:5)
    932:  at pre
    933:  at div
    934:  at div
    935:  at div
    936:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/CompareView.tsx:27:53)
    937:  React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary.
    938:  at logCapturedError (node_modules/react-dom/cjs/react-dom.development.js:18704:23)
    939:  at ErrorBoundary.call (node_modules/react-dom/cjs/react-dom.development.js:18760:7)
    ...
    
    946:  at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26862:5)
    947:  at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26721:5)
    948:  at finishConcurrentRender (node_modules/react-dom/cjs/react-dom.development.js:25931:9)
    949:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25848:7)
    950:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    951:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    952:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    953:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    954:  console.error
    955:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    956:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    966:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    967:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    968:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    969:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    970:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    971:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    972:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    973:  at listOnTimeout (node:internal/timers:569:17)
    974:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    995:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    996:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    997:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    998:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    999:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1000:  at listOnTimeout (node:internal/timers:569:17)
    1001:  at processTimers (node:internal/timers:512:7)
    1002:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    1003:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    1012:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    1013:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    1014:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    1015:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    1016:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1017:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1018:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1019:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1020:  console.error
    1021:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    1022:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    1026:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    1027:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    1028:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    1029:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    1030:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    1031:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    1032:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    1033:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    1034:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    1035:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    1036:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1037:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1038:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1039:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1040:  at listOnTimeout (node:internal/timers:569:17)
    1041:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    1054:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    1055:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    1056:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    1057:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    1058:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    1059:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    1060:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    1061:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    1062:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    1063:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    1064:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1065:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1066:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1067:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1068:  at listOnTimeout (node:internal/timers:569:17)
    1069:  at processTimers (node:internal/timers:512:7)
    1070:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    1071:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    1075:  at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    1076:  at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    1077:  at Object.apply (node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    1078:  at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    1079:  at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    1080:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    1081:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    1082:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    1083:  at recoverFromConcurrentError (node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    1084:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    1085:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1086:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1087:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1088:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1089:  console.error
    1090:  The above error occurred in the <Changes> component:
    1091:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:30:29)
    1092:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:114:49)
    1093:  at construct (/home/runner/work/artifacthub/artifacthub/web/src/layout/common/ErrorBoundary.tsx:18:5)
    1094:  at pre
    1095:  at div
    1096:  at div
    1097:  at div
    1098:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/CompareView.tsx:27:53)
    1099:  React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary.
    1100:  at logCapturedError (node_modules/react-dom/cjs/react-dom.development.js:18704:23)
    1101:  at ErrorBoundary.call (node_modules/react-dom/cjs/react-dom.development.js:18760:7)
    ...
    
    1108:  at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26862:5)
    1109:  at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26721:5)
    1110:  at finishConcurrentRender (node_modules/react-dom/cjs/react-dom.development.js:25931:9)
    1111:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25848:7)
    1112:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1113:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1114:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1115:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1116:  console.error
    1117:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    1118:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    1128:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    1129:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    1130:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    1131:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1132:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1133:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1134:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1135:  at listOnTimeout (node:internal/timers:569:17)
    1136:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    1157:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    1158:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1159:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1160:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1161:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1162:  at listOnTimeout (node:internal/timers:569:17)
    1163:  at processTimers (node:internal/timers:512:7)
    1164:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    1165:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    1174:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    1175:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    1176:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    1177:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    1178:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1179:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1180:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1181:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1182:  console.error
    1183:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    1184:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    1188:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    1189:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    1190:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    1191:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    1192:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    1193:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    1194:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    1195:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    1196:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    1197:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    1198:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1199:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1200:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1201:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1202:  at listOnTimeout (node:internal/timers:569:17)
    1203:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    1216:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    1217:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    1218:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    1219:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    1220:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    1221:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    1222:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    1223:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    1224:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    1225:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    1226:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1227:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1228:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1229:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1230:  at listOnTimeout (node:internal/timers:569:17)
    1231:  at processTimers (node:internal/timers:512:7)
    1232:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    1233:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    1237:  at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    1238:  at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    1239:  at Object.apply (node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    1240:  at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    1241:  at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    1242:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    1243:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    1244:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    1245:  at recoverFromConcurrentError (node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    1246:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    1247:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    1248:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    1249:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    1250:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    1251:  console.error
    1252:  The above error occurred in the <Changes> component:
    1253:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:30:29)
    1254:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/DiffTemplate.tsx:114:49)
    1255:  at construct (/home/runner/work/artifacthub/artifacthub/web/src/layout/common/ErrorBoundary.tsx:18:5)
    1256:  at pre
    1257:  at div
    1258:  at div
    1259:  at div
    1260:  at fn (/home/runner/work/artifacthub/artifacthub/web/src/layout/package/chartTemplates/CompareView.tsx:27:53)
    1261:  React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary.
    1262:  at logCapturedError (node_modules/react-dom/cjs/react-dom.development.js:18704:23)
    1263:  at ErrorBoundary.call (node_modules/react-dom/cjs/react-dom.development.js:18760:7)
    ...
    
    1572:  �[0m �[90m  97 |�[39m     �[36mconst�[39m { asFragment } �[33m=�[39m render(�[33m<�[39m�[33mCompareTemplatesList�[39m {�[33m...�[39mdefaultProps} �[33m/�[39m�[33m>�[39m)�[33m;�[39m
    1573:  �[90m  98 |�[39m
    1574:  �[31m�[1m>�[22m�[39m�[90m  99 |�[39m     expect(asFragment())�[33m.�[39mtoMatchSnapshot()�[33m;�[39m
    1575:  �[90m     |�[39m                          �[31m�[1m^�[22m�[39m
    1576:  �[90m 100 |�[39m   })�[33m;�[39m
    1577:  �[90m 101 |�[39m
    1578:  �[90m 102 |�[39m   describe(�[32m'Render'�[39m�[33m,�[39m () �[33m=>�[39m {�[0m
    1579:  at Object.<anonymous> (src/layout/package/chartTemplates/CompareTemplatesList.test.tsx:99:26)
    1580:  › 1 snapshot failed.
    ...
    
    3115:  at actImplementation (node_modules/react/cjs/react.development.js:2582:11)
    3116:  at node_modules/@testing-library/react/dist/act-compat.js:47:25
    3117:  at renderRoot (node_modules/@testing-library/react/dist/pure.js:180:25)
    3118:  at render (node_modules/@testing-library/react/dist/pure.js:271:10)
    3119:  at Object.<anonymous> (src/layout/home/index.test.tsx:40:34)
    3120:  PASS src/layout/package/securityReport/CVSSVector.test.tsx
    3121:  FAIL src/layout/package/values/CompareView.test.tsx
    3122:  ● Console
    3123:  console.error
    3124:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    3125:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    3135:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    3136:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    3137:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    3138:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    3139:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    3140:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    3141:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    3142:  at listOnTimeout (node:internal/timers:569:17)
    3143:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    3164:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    3165:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    3166:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    3167:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    3168:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    3169:  at listOnTimeout (node:internal/timers:569:17)
    3170:  at processTimers (node:internal/timers:512:7)
    3171:  at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
    3172:  at reportException (node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:70:28)
    ...
    
    3181:  at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    3182:  at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    3183:  at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    3184:  at callback (node_modules/react-dom/cjs/react-dom.development.js:25777:74)
    3185:  at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
    3186:  at scheduledHostCallback (node_modules/scheduler/cjs/scheduler.development.js:239:14)
    3187:  at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
    3188:  at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    3189:  console.error
    3190:  Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'slice')]
    3191:  at reportException (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
    ...
    
    3195:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    3196:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    3197:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    3198:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    3199:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    3200:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    3201:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    3202:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    3203:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    3204:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    3205:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    3206:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    3207:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    3208:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    3209:  at listOnTimeout (node:internal/timers:569:17)
    3210:  at processTimers (node:internal/timers:512:7) TypeError: Cannot read properties of undefined (reading 'slice')
    ...
    
    3223:  at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    3224:  at HTMLUnknownElement.dispatchEvent (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    3225:  at Object.apply (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4213:16)
    3226:  at invokeGuardedCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:4277:31)
    3227:  at beginWork$1 (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:27490:7)
    3228:  at performUnitOfWork (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26599:12)
    3229:  at workLoopSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26505:5)
    3230:  at renderRootSync (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:26473:7)
    3231:  at recoverFromConcurrentError (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25889:20)
    3232:  at callback (/home/runner/work/artifacthub/artifacthub/web/node_modules/react-dom/cjs/react-dom.development.js:25789:22)
    3233:  at workLoop (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:266:34)
    3234:  at scheduledHostCallback (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:239:14)
    3235:  at performWorkUntilDeadline (/home/runner/work/artifacthub/artifacthub/web/node_modules/scheduler/cjs/scheduler.development.js:533:21)
    3236:  at Timeout.task [as _onTimeout] (/home/runner/work/artifacthub/artifacthub/web/node_modules/jsdom/lib/jsdom/browser/Window.js:516:19)
    3237:  at listOnTimeout (node:internal/timers...

    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Dec 30, 2024

    Looks like these dependencies are updatable in another way, so this is no longer needed.

    @dependabot dependabot bot closed this Dec 30, 2024
    @dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/web-95b7fb9f0c branch December 30, 2024 16:52
    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