-
Notifications
You must be signed in to change notification settings - Fork 53
chore(deps): bump rollup and reaviz in /frontend #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump rollup and reaviz in /frontend #674
Conversation
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>
Signed-off-by: rohan <rohan.chaturvedi@protonmail.com>
Signed-off-by: rohan <rohan.chaturvedi@protonmail.com>
There was a problem hiding this 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
reavizpackage 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.19tonode: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.
|
@cursor review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removes rollup. It's no longer used after updating ancestor dependency reaviz. These dependencies need to be updated together.
Removes
rollupUpdates
reavizfrom 15.15.3 to 16.1.0Changelog
Sourced from reaviz's changelog.
... (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 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)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
reavizto 16.1.0 with cascading dependency updates/removals.frontend/Dockerfileupdated to Node 22 (alpine 3.20).reaviz→16.1.0(brings@floating-ui/*,motion, updatesreablocks,chroma-js,date-fns,d3-*, etc.).popper.js,rollup-related, prism/lowlight stack).Written by Cursor Bugbot for commit 18980d7. Configure here.