chore(deps): consolidate dependabot updates#1256
Merged
Conversation
npm (js/): - @amplitude/unified: 1.0.5 -> 1.0.14 - @amplitude/analytics-core: ^2.41.4 -> ^2.44.0 - @babel/helpers: ^7.28.6 -> ^7.29.2 - @babel/runtime: ^7.28.6 -> ^7.29.2 - @biomejs/biome: 2.4.6 -> 2.4.9 - @codemirror/lang-yaml: ^6.1.2 -> ^6.1.3 - @next/third-parties: 16.1.6 -> 16.2.1 - @sentry/nextjs: ^10.43.0 -> ^10.46.0 - @sentry/react: ^10.43.0 -> ^10.46.0 - @tailwindcss/postcss: ^4.2.1 -> ^4.2.2 - @tanstack/react-query: 5.90.21 -> 5.95.2 - @uiw/codemirror-theme-github: ^4.25.8 -> ^4.25.9 - @uiw/react-codemirror: ^4.25.8 -> ^4.25.9 - @vitest/browser-playwright: ^4.1.0 -> ^4.1.2 - @vitest/coverage-v8: ^4.1.0 -> ^4.1.2 - ag-grid-community: ^35.1.0 -> ^35.2.0 - ag-grid-react: ^35.1.0 -> ^35.2.0 - baseline-browser-mapping: ^2.10.7 -> ^2.10.11 - happy-dom: ^20.8.4 -> ^20.8.9 - msw: ^2.12.10 -> ^2.12.14 - next: 16.1.7 -> 16.2.1 - read-excel-file: ^7.0.2 -> ^7.0.3 - tailwindcss: ^4.2.1 -> ^4.2.2 - tsdown: ^0.21.2 -> ^0.21.5 - @tsdown/css: ^0.21.4 -> ^0.21.5 - typedoc: ^0.28.17 -> ^0.28.18 - typedoc-plugin-markdown: ^4.10.0 -> ^4.11.0 - vitest: ^4.1.0 -> ^4.1.2 - yaml: ^2.8.2 -> ^2.8.3 Python: - requests: 2.32.5 -> 2.33.0 (uv.lock) - deepdiff: 8.6.1 -> 8.6.2 (uv.lock) - sqlglot: upper bound <30.0 -> <31.0 (pyproject.toml) @datarecce/ui dependency floors unchanged (consumer-facing). Biome 2.4.9 new rule fix: useOptionalChain in extractors.ts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Kent Huang <kent@infuseai.io>
Contributor
There was a problem hiding this comment.
Pull request overview
Consolidates multiple Dependabot updates across the Python backend and the JS/TS frontend into a single dependency-refresh PR, with a couple of small formatting/auto-fix changes in UI code.
Changes:
- Expand Python
sqlglotsupported range to allow v30.x (<31.0). - Bump various frontend dependencies in the root workspace and Storybook/UI packages.
- Apply minor TS/TSX refactors/formatting (optional chaining in CSV extractor; export ordering/formatting).
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Widens sqlglot upper bound to allow newer releases. |
| js/packages/ui/src/utils/csv/extractors.ts | Biome-driven optional chaining simplification in DataFrame null checks. |
| js/packages/ui/src/components/ui/DataTypeIcon/index.tsx | Reorders exports (type/value) for consistency. |
| js/packages/ui/src/components/data/ScreenshotDataGrid.tsx | Consolidates type re-exports into a single block. |
| js/packages/ui/package.json | Updates devDependencies used for building/docs tooling. |
| js/packages/storybook/package.json | Bumps Storybook dev tooling versions (Vitest/MSW). |
| js/packages/storybook/.storybook/mocks/handlers.ts | Reorders named exports for consistency. |
| js/package.json | Bumps root workspace deps/devDeps and pnpm.overrides pins. |
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
- Revert @amplitude/unified from 1.0.14 back to 1.0.5 in root deps and pnpm.overrides to avoid widening the mismatch with @datarecce/ui's pinned 1.0.1 dependency contract (per DEPENDENCIES.md) - Consolidate stale export comments in ScreenshotDataGrid.tsx Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jared Scott <jared.scott@datarecce.io>
Contributor
Review Response + Package Surface Verification (c3b33ac)Copilot Comments
Aggressive Review Findings
|
| Check | Result |
|---|---|
UI package.json dependencies unchanged |
@amplitude/unified: 1.0.1, ag-grid: ^35.1.0 — intact |
| UI exports map (19 entries) | Unchanged |
| UI peer dependencies (3) | Unchanged |
pnpm.overrides compatible with UI ranges |
All overrides satisfy UI's declared ranges |
UI package builds (pnpm build) |
Success |
| DEPENDENCIES.md matches package.json | Consistent |
Test Coverage
| Suite | Result |
|---|---|
| Python tests | 825 passed (main has 824 + 1 new MCP regression test from merge) |
| Frontend tests | 3540 passed, 5 skipped |
| Frontend lint | Clean |
| Type check | Clean |
| Frontend build | Success |
| UI package build | Success |
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
Consolidates the following Dependabot PRs into a single tested update:
Changes
@datarecce/ui Impact
No consumer-facing dependency changes. All
@datarecce/uidependency floors are unchanged — Dependabot's suggested bumps were root-only changes since no API requirements justify raising the consumer floor.Also includes a Biome 2.4.9 auto-fix:
useOptionalChaininpackages/ui/src/utils/csv/extractors.ts.Test plan
Generated with Claude Code