-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Chore] Package Updates #8702
[Chore] Package Updates #8702
Conversation
WalkthroughThis pull request involves updates to configuration and dependency management across multiple files. The changes primarily focus on updating package versions, removing certain dependencies, and adjusting spell-checking configurations. The modifications span Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
📒 Files selected for processing (3)
.cspell.json
(0 hunks)apps/gauzy/package.json
(1 hunks)package.json
(6 hunks)
💤 Files with no reviewable changes (1)
- .cspell.json
⏰ Context from checks skipped due to timeout of 90000ms (4)
- GitHub Check: Codacy Static Code Analysis
- GitHub Check: Socket Security: Pull Request Alerts
- GitHub Check: test
- GitHub Check: build
🔇 Additional comments (5)
apps/gauzy/package.json (1)
171-171
: LGTM! Version sync with root package.jsonThe zone.js update to ~0.14.10 aligns with the version in the root package.json, maintaining consistency across the project.
package.json (4)
373-373
: LGTM! TypeScript ESLint types additionAdding @typescript-eslint/types as a resolution is appropriate for ensuring consistent TypeScript ESLint behavior across the project.
429-431
: LGTM! Angular ESLint packages updateThe update of @angular-eslint packages to version 18.4.3 is consistent across all related packages:
- @angular-eslint/eslint-plugin
- @angular-eslint/eslint-plugin-template
- @angular-eslint/template-parser
466-468
: LGTM! SWC packages updateConsistent update of SWC-related packages to their latest versions:
- @swc-node/register: ^1.10.9
- @swc/core: ^1.10.4
- @swc/helpers: ^0.5.15
420-420
: LGTM! Zone.js version syncThe zone.js update to ~0.14.10 is consistent with the version update in apps/gauzy/package.json.
View your CI Pipeline Execution ↗ for commit 5f369ff.
☁️ Nx Cloud last updated this comment at |
PR
Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.
Summary by CodeRabbit
Release Notes
Dependency Updates
zone.js
to the latest patch versionDependency Changes
mobx
from Gauzy UI@typescript-eslint/types
eslint
packageConfiguration