chore(deps): upgrade all dependencies (2026-04-16) - #8
Open
devin-ai-integration[bot] wants to merge 12 commits into
Open
devin-ai-integration[bot] wants to merge 12 commits into
devin-ai-integration[bot] wants to merge 12 commits into
Conversation
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
…rom 4.3.4 to 6.0.1, vite-plugin-svgr from 4.3.0 to 5.2.0 Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
…t runtime), upgrade vite to 6.4.2, @vitejs/plugin-react to 4.7.0, vite-plugin-svgr to 4.5.0 Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
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
Upgrades 29 outdated npm dependencies across patch, minor, and major versions. No source code changes — only
package.jsonandpackage-lock.jsonare modified. Lint and build pass after all upgrades. Frontend manually verified via dev server walkthrough.Patch upgrades (9 packages)
Minor upgrades (13 packages)
Major upgrades (7 packages)
Skipped packages
set-state-in-effect,purity) that flag existing code as errors; upgrading would require source changes@react-jvectormap/coreat runtime (webpack-bundled CSS loader TypeError causes blank page). Kept at latest v6 minor insteadtransformWithEsbuildAPI removed in vite 8Security fixes
Resolves vulnerabilities in: swiper (critical — prototype pollution), react-router (high — XSS/CSRF), and transitive deps (picomatch, minimatch, yaml). Note: vite high-severity vulnerabilities (file read/path traversal) may require vite 8 to fully resolve — the v6.4.2 minor may not include all fixes.
Validation
npm run lint— passes (2 pre-existing warnings, 0 errors)npm run build(tsc -b && vite build) — passesnpm run dev— frontend verified manually (dashboard, calendar, charts, forms all render; no JS console errors)Frontend verification recording
View original video (rec-6fe2717a6a5f40779b4d94265d23f0a2-edited.mp4)
Review & Testing Checklist for Human
tsc -bpasses, watch for any subtle type behavior changes in IDE or CI that may surface later.overridessection still present for react-helmet-async and @react-jvectormap: v3 of react-helmet-async may natively support React 19, making the override unnecessary — verify and consider removing.Recommended test plan: Run
npm run dev, navigate through all dashboard pages (home, calendar, charts, forms, tables, user profile), interact with charts/sliders/dropdowns/date pickers, and check the browser console for runtime errors.Notes
eslint-plugin-react-hookswas intentionally kept at v5 to avoid introducing lint errors in existing code that would require source-level refactoring.@react-jvectormap/coreat runtime (blank page). The vite ecosystem (vite, @vitejs/plugin-react, vite-plugin-svgr) was upgraded to latest minor versions within their current major instead.~tilde) was preserved per the repo's existing convention; all other packages use^caret.npm testis not configured); e2e tests are Python-based in a separate directory. Frontend was verified manually via screen recording.Link to Devin session: https://app.devin.ai/sessions/3e0ba8a54f5d493888b2eac389f8ab7d
Requested by: @dr-phil