chore: resolve Dependabot alerts (#DS-5215) - #208
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthrough
ChangesDependency and tooling updates
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Visit the preview URL for this PR (updated for commit a8a2cfa): https://data-grid-next--data-grid-pr-208-c12ykt92.web.app (expires Fri, 14 Aug 2026 12:04:02 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: b9d49913f5b5988e9af8690a8b37f16143707448 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Around line 13-33: Upgrade all Angular framework packages, including
`@angular/compiler`, `@angular/core`, and related Angular packages, from the 18.2.14
line to a patched coordinated release such as 19.2.23 or newer; update the
dependency declarations and regenerate yarn.lock so every Angular package
resolves consistently to the patched version.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 3318eaed-2954-44e8-bfe3-7f3317d7d456
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
package.json
There was a problem hiding this comment.
Pull request overview
This PR aims to address Dependabot security alerts and improve dependency install consistency in the Nx/yarn workspace by pinning/overriding specific transitive packages, updating spreadsheet support, and adding a bit of dev tooling.
Changes:
- Added a
resolutionsblock intended to force patched versions of multiple transitive dependencies. - Switched
xlsxto the SheetJS CDN tarball and changed thezone.jsversion. - Added dev dependencies to support Jest globals and TypeScript ESLint internals.
Summary by CodeRabbit