Skip to content

build(deps): bump the production-dependencies-major group across 1 directory with 18 updates #451

build(deps): bump the production-dependencies-major group across 1 directory with 18 updates

build(deps): bump the production-dependencies-major group across 1 directory with 18 updates #451

Triggered via pull request January 19, 2026 17:34
Status Failure
Total duration 3m 14s
Artifacts

web_staging.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/components/Variants/__tests__/Variants.test.tsx > Variants > PlotCard > triggers error boundary when backend call fails: web/src/components/Variants/__tests__/Variants.test.tsx#L92
TestingLibraryElementError: Found multiple elements with the text: Error boundary Here are the matching elements: Ignored nodes: comments, script, style <div> Error boundary </div> Ignored nodes: comments, script, style <div> Error boundary </div> (If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)). Ignored nodes: comments, script, style <body> <div> Error boundary </div> <div> Error boundary </div> </body> Ignored nodes: comments, script, style <body> <div> Error boundary </div> <div> Error boundary </div> </body> ❯ waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:86:33 ❯ src/components/Variants/__tests__/Variants.test.tsx:92:27
src/components/Variants/__tests__/Variants.test.tsx > Variants > PlotCard > does not trigger error boundary when backend call succeeds: web/src/components/Variants/__tests__/Variants.test.tsx#L70
TestingLibraryElementError: Unable to find an element with the text: Distribution of 20I (Alpha, V1) per country. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> Error boundary </div> </body> Ignored nodes: comments, script, style <body> <div> Error boundary </div> </body> ❯ waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:86:33 ❯ src/components/Variants/__tests__/Variants.test.tsx:70:22
src/components/SharedMutations/__tests__/SharedMutations.test.tsx > SharedMutations > SharedMutationsTable > shared button toggles between shared by commonness and shared by position: web/node_modules/recoil/cjs/index.js#L511
TypeError: Cannot destructure property 'ReactCurrentDispatcher' of 'react.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED' as it is undefined. ❯ currentRendererSupportsUseSyncExternalStore node_modules/recoil/cjs/index.js:511:5 ❯ useRecoilValueLoadable node_modules/recoil/cjs/index.js:5359:26 ❯ Proxy.useRecoilValue node_modules/recoil/cjs/index.js:5378:20 ❯ SharedMutationsTable src/components/SharedMutations/SharedMutationsTable.tsx:78:26 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25904:20 ❯ renderWithHooks node_modules/react-dom/cjs/react-dom-client.development.js:7662:22 ❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom-client.development.js:10166:19 ❯ beginWork node_modules/react-dom/cjs/react-dom-client.development.js:11778:18 ❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13 ❯ performUnitOfWork node_modules/react-dom/cjs/react-dom-client.development.js:17641:22
src/components/CountryDistribution/__tests__/CountryDistribution.test.tsx > CountryDistribution > CountryDistributionComponents > triggers error boundary when backend call fails: web/src/components/CountryDistribution/__tests__/CountryDistribution.test.tsx#L68
TestingLibraryElementError: Found multiple elements with the text: Error boundary Here are the matching elements: Ignored nodes: comments, script, style <div> Error boundary </div> Ignored nodes: comments, script, style <div> Error boundary </div> (If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)). Ignored nodes: comments, script, style <body> <div> Error boundary </div> <div> Error boundary </div> </body> Ignored nodes: comments, script, style <body> <div> Error boundary </div> <div> Error boundary </div> </body> ❯ waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:86:33 ❯ src/components/CountryDistribution/__tests__/CountryDistribution.test.tsx:68:27
src/components/CountryDistribution/__tests__/CountryDistribution.test.tsx > CountryDistribution > CountryDistributionComponents > does not trigger error boundary when backend call succeeds: web/src/components/CountryDistribution/__tests__/CountryDistribution.test.tsx#L47
TestingLibraryElementError: Unable to find an element with the text: USA. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> Error boundary </div> </body> Ignored nodes: comments, script, style <body> <div> Error boundary </div> </body> ❯ waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:86:33 ❯ src/components/CountryDistribution/__tests__/CountryDistribution.test.tsx:47:27
src/components/ClusterDistribution/__tests__/ClusterDistribution.test.tsx > ClusterDistribution > ClusterDistributionComponents > triggers error boundary when backend call fails: web/src/components/ClusterDistribution/__tests__/ClusterDistribution.test.tsx#L68
TestingLibraryElementError: Found multiple elements with the text: Error boundary Here are the matching elements: Ignored nodes: comments, script, style <div> Error boundary </div> Ignored nodes: comments, script, style <div> Error boundary </div> (If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)). Ignored nodes: comments, script, style <body> <div> Error boundary </div> <div> Error boundary </div> </body> Ignored nodes: comments, script, style <body> <div> Error boundary </div> <div> Error boundary </div> </body> ❯ waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:86:33 ❯ src/components/ClusterDistribution/__tests__/ClusterDistribution.test.tsx:68:27
src/components/ClusterDistribution/__tests__/ClusterDistribution.test.tsx > ClusterDistribution > ClusterDistributionComponents > does not trigger error boundary when backend call succeeds: web/src/components/ClusterDistribution/__tests__/ClusterDistribution.test.tsx#L47
TestingLibraryElementError: Unable to find an element with the text: 20I (Alpha, V1). This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> Error boundary </div> </body> Ignored nodes: comments, script, style <body> <div> Error boundary </div> </body> ❯ waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:86:33 ❯ src/components/ClusterDistribution/__tests__/ClusterDistribution.test.tsx:47:27
src/components/ClusterButtonPanel/__tests__/ClusterButtonGroup.test.tsx > ClusterButtonGroup > show more / show less button > toggles unimportant clusters: web/node_modules/recoil/cjs/index.js#L511
TypeError: Cannot destructure property 'ReactCurrentDispatcher' of 'react.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED' as it is undefined. ❯ currentRendererSupportsUseSyncExternalStore node_modules/recoil/cjs/index.js:511:5 ❯ useRecoilValueLoadable node_modules/recoil/cjs/index.js:5359:26 ❯ Proxy.useRecoilValue node_modules/recoil/cjs/index.js:5378:20 ❯ useGetVariantUrlAndTitleForNomenclature src/components/ClusterButtonPanel/ClusterButton.tsx:101:26 ❯ ClusterButton src/components/ClusterButtonPanel/ClusterButton.tsx:90:40 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25904:20 ❯ renderWithHooks node_modules/react-dom/cjs/react-dom-client.development.js:7662:22 ❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom-client.development.js:10166:19 ❯ beginWork node_modules/react-dom/cjs/react-dom-client.development.js:11778:18 ❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13
src/components/Cases/__tests__/Cases.test.tsx: web/src/components/Common/PlotPlaceholder.tsx#L3
SyntaxError: Named export 'keyframes' not found. The requested module 'styled-components' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'styled-components'; const {keyframes}from'styled-components';import {jsx,jsxs}from'react/jsx-runtime';import {useCallback,useMemo}from'react';import Ce from'tinycolor2';var p="#4fa94d",l={"aria-busy":true,role:"progressbar"} = pkg; ❯ src/components/Common/PlotPlaceholder.tsx:3:31
src/state/__tests__/Clusters.test.tsx > clustersAtom > Fetches clusters data: web/node_modules/recoil/cjs/index.js#L511
TypeError: Cannot destructure property 'ReactCurrentDispatcher' of 'react.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED' as it is undefined. ❯ currentRendererSupportsUseSyncExternalStore node_modules/recoil/cjs/index.js:511:5 ❯ useRecoilValueLoadable node_modules/recoil/cjs/index.js:5359:26 ❯ Proxy.useRecoilValue node_modules/recoil/cjs/index.js:5378:20 ❯ useTestHook src/state/__tests__/Clusters.test.tsx:21:14 ❯ renderHook.wrapper.wrapper src/helpers/__tests__/providers.tsx:66:39 ❯ TestComponent node_modules/@testing-library/react/dist/pure.js:309:27 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25904:20 ❯ renderWithHooks node_modules/react-dom/cjs/react-dom-client.development.js:7662:22 ❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom-client.development.js:10166:19 ❯ beginWork node_modules/react-dom/cjs/react-dom-client.development.js:11778:18