Bump d3-color and d3-node in /apps/functional_chat - #78
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [d3-node](https://github.com/bradoyler/d3-node). These dependencies need to be updated together. Updates `d3-color` from 1.4.1 to 3.1.0 - [Release notes](https://github.com/d3/d3-color/releases) - [Commits](d3/d3-color@v1.4.1...v3.1.0) Updates `d3-node` from 3.0.0 to 4.0.2 - [Release notes](https://github.com/bradoyler/d3-node/releases) - [Commits](d3-node/d3-node@v3.0.0...v4.0.2) --- updated-dependencies: - dependency-name: d3-color dependency-version: 3.1.0 dependency-type: indirect - dependency-name: d3-node dependency-version: 4.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.


Bumps d3-color to 3.1.0 and updates ancestor dependency d3-node. These dependencies need to be updated together.
Updates
d3-colorfrom 1.4.1 to 3.1.0Release notes
Sourced from d3-color's releases.
Commits
7a1573e3.1.075c19c4update LICENSEef94e01update dependencies5e9f757method shorthande4bc34eformatHex8 (#103)ac660c6{rgb,hsl}.clamp() (#102)70e3a04clamp HSL format (#101)994d8fdavoid backtracking (#100)7d61bbe3.0.193bc4ffrelated d3/d33; extract copyrights from LICENSEUpdates
d3-nodefrom 3.0.0 to 4.0.2Commits
5d6c84c4.0.237c0c53bugfix and cleanup6a1ef23v4.0.1 - npm audit (#76)d993441v4.0 - ES6 modernization (#75)ee66f13add workflow node.js.yml (#72)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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major
d3-nodebump changes how server-side charts are rendered (D3 v7 + jsdom vs bundled D3 v5); regression risk is in any code paths that rely ond3-node, though no direct imports showed up in app source.Overview
Dependency bump in
functional_chat:d3-nodeis upgraded from 3.0.0 to 4.0.2 inpackage.json, with the lockfile regenerated.The major
d3-noderelease stops vendoring D3 v5 and instead declaresd3^7.9.0 (aligned with the app’s existingd3dependency), which removes a large nestedd3-node/node_modules/d3subtree and related legacy packages (e.g.d3-collection,d3-voronoi). The lockfile also drops optional native/tooling chains that were tied to the old tree (e.g.canvas,ts-nodepeers).Some lockfile entries switch from
latestto*for dev tooling (eslint-config-next,next-auth,@types/react,typescript); that is resolution metadata only—package.jsonstill useslatestwhere it did before.Reviewed by Cursor Bugbot for commit 0fa814b. Bugbot is set up for automated code reviews on this repo. Configure here.