pullrequests Search Results · language:Edge language:Python language:JavaScript language:HTML language:JavaScript
Filter by
176M results
…jectCreate schema to use date type
Bumps tar to 7.5.16 and updates ancestor dependency electron-builder. These dependencies need to be updated together.
Updates tar from 6.2.1 to 7.5.16 details summary Changelog /summary p em Sourced from ...
dependencies
javascript
Summary
- Add a public-safe docs/dogfood/SELF_DOGFOOD_SUMMARY.md for the controlled self-dogfood run against
itdojp/genai-repo-auditor.
- Summarize workflow stages, counts, benchmark/evidence/issue ...
Automated test pull request
- Add ResumeUploader component for PDF file upload
- Add useUploadResume hook with TanStack Query mutation
- Add uploadResume service method for multipart form data
- Update ProfileEditor to show ...
📌 Linked Issue
Closes #1224
🛠 Changes Made
- Added: Global sanitizeMiddleware (server/middleware/sanitize.js) that recursively strips keys starting with $ or
containing . from req.body and req.params, ...
What
Added the missing qs dependency to package.json.
Why
The CI failure occurred because the qs package was not included in the dependencies, causing the build to fail when
trying to resolve it.