chore(deps): upgrade all dependencies (2026-07-20) - #13
Draft
devin-ai-integration[bot] wants to merge 11 commits into
Draft
devin-ai-integration[bot] wants to merge 11 commits into
devin-ai-integration[bot] wants to merge 11 commits into
Conversation
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>
…te-plugin-svgr to 4.5.0 Co-Authored-By: Phil Bedford <phil.bedford@cognition.ai>
…, yaml) via npm audit fix 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 in a single PR, batched by risk (patch → minor → major) with each batch validated by
npm run build,npm run lint, andnpx tsc --noEmit. Commits are separated per batch so any change is easy to revert.Headline outcome:
npm auditgoes from 13 vulnerabilities (1 critical, 6 high, 5 moderate, 1 low) → 0, including the critical Swiper prototype-pollution and the React Router XSS/redirect/RCE advisory cluster. The repo's caret pinning convention (tilde fortypescript) and the React 19 peer-dependencyoverridesare preserved.Four major upgrades were skipped (documented below) because they require source refactoring or hit unresolvable peer conflicts; in each case the safe in-range upgrade was applied instead.
Patch upgrades
Minor upgrades
Major / coupled-unit upgrades
Security fixes
npm audit: 13 → 0. Resolved advisories include:server.fs.denybypass (GHSA-p9ff-h696-f583, GHSA-fx2h-pf6j-xcff)</style>(GHSA-qx2v-qp2m-jg93)The 3 transitive advisories remaining after the direct-dep upgrades (flatted, rollup, yaml) were closed with
npm audit fix(non---force) in a dedicated commit.Skipped packages
typescript-eslint@8.64.0peer requirestypescript >=4.8.4 <6.1.0; TS 7 is unsupported by the linter and would breaknpm run lint. Kept at 5.7.3 (matches tilde~5.7.2).daygrid/interaction/list/timegrid) are only published up to6.1.21. FullCalendar requires all packages on the same version, so the coupled family was kept at6.1.21.@rolldown/plugin-babelwhose peer@babel/core ^8.0.0-rc.1conflicts with the resolved8.0.0-rc.4(ERESOLVE, would need--legacy-peer-deps). Applied safe4.7.0.@vitejs/plugin-react@6peer conflict above. Applied6.4.3, which already fixes the vite CVEs.4.5.0.react-hooks/set-state-in-effect,react-hooks/purity) that flag existing source as 4 errors inThemeContext,AppSidebar,Calendar. Fixing requires effect/render refactoring beyond a dependency bump. Applied5.2.0.Source impact
src/: react, react-dom, react-router, @fullcalendar/* (Calendar.tsx), apexcharts + react-apexcharts (dashboard & chart pages), react-dropzone (DropZone.tsx), react-helmet-async (PageMeta.tsx), swiper (CSS bundle only inmain.tsx/index.css), tailwind-merge, clsx.Validation results
npm run build— ✅ passesnpm run lint— ✅ 0 errors (2 pre-existingreact-refresh/only-export-componentswarnings, unchanged from baseline)npx tsc --noEmit— ✅ cleannpm audit— ✅ 0 vulnerabilitiesVideo demo
Recorded walkthrough of the upgraded frontend (all 5 tests passed: home load, UI sections, navigation, interactive form + Flatpickr date picker, dark-mode toggle, no console errors):
Link to Devin session: https://app.devin.ai/sessions/4547c7c17e044b5695b694710faefd13
Requested by: @dr-phil
Devin Review