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

fix(pci-databases): avoid too much recursion error on firefox #15795

Draft
wants to merge 1 commit into
base: feat/databases-analytics-engines-epic
Choose a base branch
from

Conversation

jperchoc
Copy link
Contributor

@jperchoc jperchoc commented Mar 5, 2025

Description

Fix the "too much recursion" error happening on Firefox

@github-actions github-actions bot added dependencies Pull requests that update a dependency file bug Something isn't working labels Mar 5, 2025
Copy link
Contributor

github-actions bot commented Mar 5, 2025

yarn.lock changes

Summary

Status Count
ADDED 2
UPDATED 5
DOWNGRADED 52
REMOVED 10
Click to toggle table visibility
Name Status Previous Current
@radix-ui/number DOWNGRADED 1.1.0 1.0.1
@radix-ui/primitive DOWNGRADED 1.1.1 1.0.1
@radix-ui/react-accessible-icon REMOVED 1.1.1 -
@radix-ui/react-accordion DOWNGRADED 1.2.2 1.1.2
@radix-ui/react-alert-dialog DOWNGRADED 1.1.5 1.0.5
@radix-ui/react-arrow DOWNGRADED 1.1.1 1.0.3
@radix-ui/react-aspect-ratio REMOVED 1.1.1 -
@radix-ui/react-avatar REMOVED 1.1.2 -
@radix-ui/react-checkbox REMOVED 1.1.3 -
@radix-ui/react-collapsible DOWNGRADED 1.1.2 1.0.3
@radix-ui/react-collection DOWNGRADED 1.1.1 1.0.3
@radix-ui/react-compose-refs DOWNGRADED 1.1.1 1.0.1
@radix-ui/react-context DOWNGRADED 1.1.1 1.0.1
@radix-ui/react-context-menu REMOVED 2.2.5 -
@radix-ui/react-dialog DOWNGRADED 1.1.5 1.0.5
@radix-ui/react-direction DOWNGRADED 1.1.0 1.0.1
@radix-ui/react-dismissable-layer DOWNGRADED 1.1.4 1.0.5
@radix-ui/react-dropdown-menu DOWNGRADED 2.1.5 2.0.6
@radix-ui/react-focus-guards DOWNGRADED 1.1.1 1.0.1
@radix-ui/react-focus-scope DOWNGRADED 1.1.1 1.0.4
@radix-ui/react-form REMOVED 0.1.1 -
@radix-ui/react-hover-card REMOVED 1.1.5 -
@radix-ui/react-id DOWNGRADED 1.1.0 1.0.1
@radix-ui/react-label DOWNGRADED 2.1.1 2.0.2
@radix-ui/react-menu DOWNGRADED 2.1.5 2.0.6
@radix-ui/react-menubar REMOVED 1.1.5 -
@radix-ui/react-navigation-menu REMOVED 1.2.4 -
@radix-ui/react-popover DOWNGRADED 1.1.5 1.0.7
@radix-ui/react-popper DOWNGRADED 1.2.1 1.1.3
@radix-ui/react-portal DOWNGRADED 1.1.3 1.0.4
@radix-ui/react-presence DOWNGRADED 1.1.2 1.0.1
@radix-ui/react-primitive DOWNGRADED 2.0.1 1.0.3
@radix-ui/react-progress DOWNGRADED 1.1.1 1.0.3
@radix-ui/react-radio-group DOWNGRADED 1.2.2 1.1.3
@radix-ui/react-roving-focus DOWNGRADED 1.1.1 1.0.4
@radix-ui/react-scroll-area DOWNGRADED 1.2.2 1.0.5
@radix-ui/react-select DOWNGRADED 2.1.5 2.0.0
@radix-ui/react-separator DOWNGRADED 1.1.1 1.0.3
@radix-ui/react-slider DOWNGRADED 1.2.2 1.1.2
@radix-ui/react-slot DOWNGRADED 1.1.1 1.0.2
@radix-ui/react-switch DOWNGRADED 1.1.2 1.0.3
@radix-ui/react-tabs DOWNGRADED 1.1.2 1.0.4
@radix-ui/react-toast DOWNGRADED 1.2.5 1.1.5
@radix-ui/react-toggle DOWNGRADED 1.1.1 1.0.3
@radix-ui/react-toggle-group DOWNGRADED 1.1.1 1.0.4
@radix-ui/react-toolbar DOWNGRADED 1.1.1 1.0.4
@radix-ui/react-tooltip DOWNGRADED 1.1.7 1.0.7
@radix-ui/react-use-callback-ref DOWNGRADED 1.1.0 1.0.1
@radix-ui/react-use-controllable-state DOWNGRADED 1.1.0 1.0.1
@radix-ui/react-use-escape-keydown DOWNGRADED 1.1.0 1.0.3
@radix-ui/react-use-layout-effect DOWNGRADED 1.1.0 1.0.1
@radix-ui/react-use-previous DOWNGRADED 1.1.0 1.0.1
@radix-ui/react-use-rect DOWNGRADED 1.1.0 1.0.1
@radix-ui/react-use-size DOWNGRADED 1.1.0 1.0.1
@radix-ui/react-visually-hidden DOWNGRADED 1.1.1 1.0.3
@radix-ui/rect DOWNGRADED 1.1.0 1.0.1
@vitest/coverage-v8 UPDATED 2.1.8 2.1.9
@vitest/ui UPDATED 1.6.0 2.1.9
fdir ADDED - 6.4.3
flatted UPDATED 3.3.1 3.3.3
picomatch UPDATED 2.3.1 4.0.2
radix-ui REMOVED 1.1.2 -
react-remove-scroll DOWNGRADED 2.6.3 2.5.5
react-remove-scroll-bar DOWNGRADED 2.3.8 2.3.6
react-style-singleton DOWNGRADED 2.2.3 2.2.1
sirv UPDATED 2.0.4 3.0.1
tinyglobby ADDED - 0.2.12
use-callback-ref DOWNGRADED 1.3.3 1.3.2
use-sidecar DOWNGRADED 1.1.3 1.1.2

@jperchoc jperchoc force-pushed the fix/firefox-focus-recursion branch 2 times, most recently from 115496e to b5ebfd7 Compare March 5, 2025 10:35
ref: #DATATR-1793

Signed-off-by: Jonathan Perchoc <[email protected]>
@jperchoc jperchoc force-pushed the fix/firefox-focus-recursion branch from b5ebfd7 to c9cfbb7 Compare March 5, 2025 11:26
Copy link

sonarqubecloud bot commented Mar 5, 2025

@jperchoc jperchoc changed the title fix(pci-databases): update radix-ui and cmdk fix(pci-databases): avoid too much recursion error on firefox Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant