chore(deps): bump d3-array and @types/d3-array in /superset-frontend#36510
Conversation
|
CodeAnt AI is reviewing your PR. |
|
Bito Automatic Review Skipped - Files Excluded |
|
CodeAnt AI finished reviewing your PR. |
💡 Enhance Your PR ReviewsWe noticed that 3 feature(s) are not configured for this repository. Enabling these features can help improve your code quality and workflow: 🚦 Quality GatesStatus: Quality Gates are not enabled at the organization level 🎫 Jira Ticket ComplianceStatus: Jira credentials file not found. Please configure Jira integration in your settings ⚙️ Custom RulesStatus: No custom rules configured. Add rules via organization settings or .codeant/review.json in your repository Want to enable these features? Contact your organization admin or check our documentation for setup instructions. |
78ad3e8 to
e7f2649
Compare
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
|
d3-array v3 is ESM-only, causing Jest tests to fail with 'Unexpected token export'. Requires Jest config update to handle ESM modules (transformIgnorePatterns). |
Bumps [d3-array](https://github.com/d3/d3-array) and [@types/d3-array](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-array). These dependencies needed to be updated together. Updates `d3-array` from 1.2.4 to 3.2.4 - [Release notes](https://github.com/d3/d3-array/releases) - [Commits](d3/d3-array@v1.2.4...v3.2.4) Updates `@types/d3-array` from 2.12.7 to 3.2.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-array) --- updated-dependencies: - dependency-name: d3-array dependency-version: 3.2.4 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/d3-array" dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
e7f2649 to
d26d34b
Compare
These packages are now ESM-only and need to be transformed by Babel during Jest tests to work properly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
internmap is a transitive dependency of d3-array that uses ESM and needs to be transformed by Babel during Jest tests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
…pache#36510) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Rusackas <evan@rusackas.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
User description
Bumps d3-array and @types/d3-array. These dependencies needed to be updated together.
Updates
d3-arrayfrom 1.2.4 to 3.2.4Release notes
Sourced from d3-array's releases.
... (truncated)
Commits
94d45413.2.4f005cf8fix quantileIndex (#276)c62f8253.2.36a785c6jsDelivr instead of Skypackcdd37e4better degenerate thresholds (#271)7952835Alter rank to work on Safari 14 when passed a one-element arrayce5f3e1Alter rank function to not crash on Safari 14 when passed a one-element arrayff49b0c3.2.24bbd7b5update dependencies64aeb07Update LICENSEUpdates
@types/d3-arrayfrom 2.12.7 to 3.2.2Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)CodeAnt-AI Description
Fix incorrect statistics and instability in D3-based charts by upgrading d3-array and its TypeScript types to v3
What Changed
Impact
✅ Fewer chart crashes or hangs when visualizing malformed or empty datasets✅ More accurate median/quantile values in charts that contain missing values✅ Fewer TypeScript build or editor type errors for D3-based chart plugins💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.