chore(deps): upgrade all dependencies (2026-06-29) - #10
Draft
devin-ai-integration[bot] wants to merge 13 commits into
Draft
devin-ai-integration[bot] wants to merge 13 commits into
devin-ai-integration[bot] wants to merge 13 commits into
Conversation
Upgraded: - @eslint/js: 9.39.1 → 9.39.4 - @fullcalendar/core: 6.1.15 → 6.1.21 - @fullcalendar/daygrid: 6.1.15 → 6.1.21 - @fullcalendar/interaction: 6.1.15 → 6.1.21 - @fullcalendar/list: 6.1.15 → 6.1.21 - @fullcalendar/react: 6.1.15 → 6.1.21 - @fullcalendar/timegrid: 6.1.15 → 6.1.21 - eslint: 9.39.1 → 9.39.4 - eslint-plugin-react-refresh: 0.4.19 → 0.4.26 - postcss: 8.5.6 → 8.5.16 - swiper: 11.2.3 → 11.2.10 - vite: 6.4.1 → 6.4.3 Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Upgraded: - @tailwindcss/postcss: 4.0.8 → 4.3.1 - @types/react: 19.0.12 → 19.2.17 - @types/react-dom: 19.0.4 → 19.2.3 - @vitejs/plugin-react: 4.3.4 → 4.7.0 - apexcharts: 4.4.0 → 4.7.0 - eslint-plugin-react-hooks: 5.1.0 → 5.2.0 - react: 19.0.0 → 19.2.7 - react-apexcharts: 1.7.0 → 1.9.0 - react-dom: 19.0.0 → 19.2.7 - react-dropzone: 14.3.5 → 14.4.1 - react-router: 7.9.5 → 7.18.0 - tailwind-merge: 3.0.1 → 3.6.0 - tailwindcss: 4.0.8 → 4.3.1 - typescript-eslint: 8.24.0 → 8.62.0 - vite-plugin-svgr: 4.3.0 → 4.5.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>
…t from 4.7.0 to 5.2.0 Skipped vite 8 + @vitejs/plugin-react 6 due to Babel 8 RC peer dependency conflicts. Upgraded to vite 7.3.6 (latest stable 7.x) and @vitejs/plugin-react 5.2.0 instead. 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>
…arts from 1.9.0 to 2.1.1 Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
Resolves critical security advisory GHSA-hmx5-qpq5-p643. 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>
Resolves remaining vulnerabilities in flatted, rollup, and yaml. 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:
|
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 all outdated npm dependencies across three batches (patch → minor → major), reducing vulnerabilities from 13 to 0 and bringing the project up to date.
Patch Upgrades (12 packages)
@eslint/js@fullcalendar/core@fullcalendar/daygrid@fullcalendar/interaction@fullcalendar/list@fullcalendar/react@fullcalendar/timegrideslinteslint-plugin-react-refreshpostcssswiperviteMinor Upgrades (15 packages)
@tailwindcss/postcss@types/react@types/react-dom@vitejs/plugin-reactapexchartseslint-plugin-react-hooksreactreact-apexchartsreact-domreact-dropzonereact-routertailwind-mergetailwindcsstypescript-eslintvite-plugin-svgrMajor Upgrades (8 successful)
globalseslint-plugin-react-refreshvite-plugin-svgrvite@vitejs/plugin-reactreact-dropzonereact-helmet-asyncapexchartsreact-apexchartsswipertypescriptSecurity Fixes
All 13 vulnerabilities resolved (was 1 critical, 6 high, 5 moderate, 1 low → 0):
Skipped Packages (3)
eslint-plugin-react-hooksset-state-in-effect,purity) that flag existing code patterns inThemeContext.tsx,AppSidebar.tsx, andCalendar.tsx. Would require significant refactoring to resolve.@vitejs/plugin-react@babel/core@^8.0.0-rc.4(Babel 8 Release Candidate) which has peer dependency conflicts. Not stable yet.vite@vitejs/plugin-reactv6 requiring Babel 8 RC. Upgraded to latest stable v7.x instead.Validation
npm run lint— passes (0 errors, 2 pre-existing warnings)npm run build(tsc -b && vite build) — passesnpx tsc --noEmit— passesnpm audit— 0 vulnerabilitiesFrontend Verification
Dashboard with KPI cards, ApexCharts (v5), and Tailwind styling:

ApexCharts v5 line chart rendering correctly:

Link to Devin session: https://app.devin.ai/sessions/ddda6ec58d4d4a908073b3267c2ee5ae
Requested by: @dr-phil
Devin Review