-
Notifications
You must be signed in to change notification settings - Fork 1
Feat/migrate to angular 20 #11
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThe updates include changes to project configuration and dependency management files. The Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (19)
✨ Finishing Touches🧪 Generate Unit Tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
This pull request introduces several updates to the project configuration and dependencies, focusing on enhancing compatibility, maintaining consistency, and improving clarity in the codebase. The most notable changes include updates to Angular and Nx dependencies, additions to the
nx.json
file for better type definitions, and formatting adjustments intsconfig.base.json
.Dependency Updates:
package.json
to version20.0.x
, ensuring compatibility with the latest Angular features and fixes.21.2.x
for improved functionality and bug fixes. [1] [2]angular-eslint
to version20.1.1
andtypescript
to version5.8.3
for better linting and TypeScript support.Configuration Enhancements:
nx.json
, improving clarity and standardization across the project.Formatting Improvements:
tsconfig.base.json
for better readability, including multi-line arrays forlib
andexclude
properties. [1] [2]Summary by CodeRabbit