Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2025

Removes rollup. It's no longer used after updating ancestor dependency reaviz. These dependencies need to be updated together.

Removes rollup

Updates reaviz from 15.15.3 to 16.1.0

Changelog

Sourced from reaviz's changelog.

16.1.0 - 8/10/25

  • [improvement] Add onClick handler support for axis labels with hover underline styling #307
  • [feature] Bar target marker #248

16.0.13 - 2/10/25

  • [fix] Tooltip does not remain at point location, follows user on scroll #306

16.0.12 - 9/30/25

  • [fix] Fix generating key for ScatterSeries points #302

16.0.11 - 9/30/25

  • [fix] Fix PieArc path initial value

16.0.10 - 9/26/25

  • [fix] Add ellipsisLength property to LinearAxisTickSeries component #301

16.0.9 - 9/11/25

  • [fix] Update reablocks to fix Pie arc override functionality

16.0.7 - 8/11/25

  • [fix] Fix the flickering of the calendar heatmap when changing tickSize prop

16.0.6 - 7/31/25

  • [improvement] Add ability to pass custom styles of the path to PieArc component #293

16.0.5 - 7/17/25

  • [fix] Remove default props for RadialBarSeries and RadialBar

16.0.4 - 3/26/25

  • [improvement] Add ability to change pointer event for Area #287

16.0.3 - 2/14/25

  • [improvement] Update reablocks and motion

16.0.2 - 1/21/25

  • [chore] Update venn.js dependency #283

16.0.1 - 1/16/25

  • [improvement] Motion upgrade #282

16.0.0 - 1/14/25

  • [improvement] Updates to get rid of using deprecated default props

15.19.1 - 1/13/25

  • [fix] fix export of word cloud

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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

Moves frontend to Node 22 (CI and Docker) and upgrades reaviz to 16.1.0 with cascading dependency updates/removals.

  • Build/Runtime:
    • Node.js 22: CI workflow and frontend/Dockerfile updated to Node 22 (alpine 3.20).
  • Dependencies (frontend):
    • Upgrade: reaviz16.1.0 (brings @floating-ui/*, motion, updates reablocks, chroma-js, date-fns, d3-*, etc.).
    • Cleanup/Removals: Drops legacy/unused packages pulled by older versions (e.g., popper.js, rollup-related, prism/lowlight stack).

Written by Cursor Bugbot for commit 18980d7. Configure here.

Removes [rollup](https://github.com/rollup/rollup). It's no longer used after updating ancestor dependency [reaviz](https://github.com/reaviz/reaviz). These dependencies need to be updated together.


Removes `rollup`

Updates `reaviz` from 15.15.3 to 16.1.0
- [Changelog](https://github.com/reaviz/reaviz/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reaviz/reaviz/commits)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 
  dependency-type: indirect
- dependency-name: reaviz
  dependency-version: 16.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 31, 2025
@rohan-chaturvedi rohan-chaturvedi self-requested a review October 31, 2025 08:10
Signed-off-by: rohan <rohan.chaturvedi@protonmail.com>
Signed-off-by: rohan <rohan.chaturvedi@protonmail.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades the frontend dependencies and Node.js runtime environment. The main changes include updating the reaviz visualization library from v15.19.1 to v16.1.0, upgrading Node.js from v18 to v22, and updating the Docker base image accordingly.

Key Changes

  • Upgraded reaviz package from v15.19.1 to v16.1.0
  • Updated Node.js version from 18 to 22 in GitHub Actions workflow and Docker image
  • Updated Docker base image from node:lts-alpine3.19 to node:22-alpine3.20

Reviewed Changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
frontend/package.json Updated reaviz dependency to v16.1.0
frontend/yarn.lock Lockfile updates reflecting dependency version changes and transitive dependencies
frontend/package-lock.json NPM lockfile updates for new dependency versions
frontend/Dockerfile Updated base image to Node.js 22 on Alpine 3.20
.github/workflows/frontend.yml Updated Node.js version to 22 in CI workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nimish-ks
Copy link
Member

@cursor review

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no bugs!


@rohan-chaturvedi rohan-chaturvedi self-requested a review October 31, 2025 09:04
@rohan-chaturvedi rohan-chaturvedi merged commit 00c09de into main Oct 31, 2025
6 checks passed
@rohan-chaturvedi rohan-chaturvedi deleted the dependabot/npm_and_yarn/frontend/multi-0785875e86 branch October 31, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants