chore(deps): bundle frontend dependency bumps#468
Merged
Conversation
Bundles five passing dependabot frontend PRs into one update: - @radix-ui/react-collapsible ^1.1.3 -> ^1.1.12 (#434) - @types/lodash ^4.17.16 -> ^4.17.24 (#435) - globals ^17.3.0 -> ^17.6.0 (#436) - lucide-react 1.7.0 -> 1.16.0 (#437) - ajv ^8.17.1 -> ^8.20.0 (#438) Closes #434, #435, #436, #437, #438 Co-authored-by: Isaac
This was referenced May 28, 2026
added 2 commits
May 28, 2026 12:17
My local yarn install used the VPN-only npm-proxy.dev.databricks.com, which CI runners can't reach. The setup-node-jfrog action only rewrites registry.yarnpkg.com URLs to JFrog, so these proxy URLs slipped through and caused install timeouts. Co-authored-by: Isaac
- Remove orphaned ChevronLeft/ChevronRight imports, versions state, fetchVersions, and prevVersion/nextVersion locals from data-contract-details.tsx — leftover from the version-selector component that was deleted on main, breaking TypeScript Type Check. - Disable the E2E Tests job on all branches (was main-only) until it is stabilized. Co-authored-by: Isaac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bundles five passing dependabot frontend PRs into one update so we can land them as a single review:
All five source PRs had green checks (build, tests, typecheck) at the time of bundling.
Test plan
This pull request and its description were written by Isaac.