Skip to content

chore: resolve Dependabot alerts (#DS-5215) - #208

Merged
artembelik merged 2 commits into
mainfrom
chore/DS-5215-dependabot
Aug 11, 2026
Merged

chore: resolve Dependabot alerts (#DS-5215)#208
artembelik merged 2 commits into
mainfrom
chore/DS-5215-dependabot

Conversation

@artembelik

@artembelik artembelik commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Improved installation consistency and overall release reliability through updated package configuration.
    • Enhanced spreadsheet compatibility and processing support.
    • Strengthened automated testing and TypeScript code-quality tooling for more dependable future updates.
    • Updated development configuration to support consistent builds and validation across environments.

@artembelik artembelik self-assigned this Aug 7, 2026
Copilot AI lite review requested due to automatic review settings August 7, 2026 14:46
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8b6d890c-5772-46e6-9dc7-9f8c58c3165c

📥 Commits

Reviewing files that changed from the base of the PR and between 32fd0d4 and a8a2cfa.

📒 Files selected for processing (1)
  • package.json
💤 Files with no reviewable changes (1)
  • package.json

📝 Walkthrough

Walkthrough

package.json adds Yarn resolutions, updates xlsx and zone.js, and adds Jest and TypeScript ESLint development dependencies.

Changes

Dependency and tooling updates

Layer / File(s) Summary
Runtime dependency specifications
package.json
Adds Yarn resolutions for transitive packages. Replaces xlsx with a CDN tarball for version 0.20.3 and changes zone.js to ~0.14.10.
Development tooling dependencies
package.json
Adds @jest/globals, @typescript-eslint/types, and @typescript-eslint/utils to development dependencies.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: lskramarov, nikgurev

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the dependency updates and security alert resolutions in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/DS-5215-dependabot

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 9f96068 and 32fd0d4.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • package.json

Comment thread package.json

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 resolutions block intended to force patched versions of multiple transitive dependencies.
  • Switched xlsx to the SheetJS CDN tarball and changed the zone.js version.
  • Added dev dependencies to support Jest globals and TypeScript ESLint internals.

Comment thread package.json
Comment thread package.json
@artembelik
artembelik merged commit fee80a9 into main Aug 11, 2026
11 checks passed
@artembelik
artembelik deleted the chore/DS-5215-dependabot branch August 11, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants