-
Notifications
You must be signed in to change notification settings - Fork 44
[draft] chore: upgrade angular 21 #3775
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: release/14.0.0-next
Are you sure you want to change the base?
Conversation
da44439 to
214495e
Compare
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many --target=build,build-swagger |
❌ Failed | 12m 47s | View ↗ |
nx affected --target=test --collectCoverage --c... |
❌ Failed | 4m 58s | View ↗ |
nx affected --target=lint --configuration ci |
✅ Succeeded | 14m 21s | View ↗ |
nx run ama-sdk-schematics:build-swagger |
✅ Succeeded | 3m 3s | View ↗ |
nx affected --target=package-github-action |
✅ Succeeded | 2m 1s | View ↗ |
nx run-many --tui=false --target=build --projec... |
✅ Succeeded | 38s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-01-07 11:11:26 UTC
32661d2 to
13a1d6b
Compare
400d0d7 to
6074806
Compare
Codecov Report❌ Patch coverage is
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7e00dd6 to
2db2ae4
Compare
2db2ae4 to
18a3dc7
Compare
...rules-engine/src/components/rules-engine/ruleset-history/ruleset-history-pres-component.html
Show resolved
Hide resolved
| "exclude": [], | ||
| "references": [ | ||
| { | ||
| "path": "./tsconfig.build.composite.json" |
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.
You don't need it anymore?
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.
it's only used for composite build which was not working
| "module": "CommonJS", | ||
| "moduleResolution": "node10", | ||
| "rootDir": ".", | ||
| "skipLibCheck": true, // because of @angular/core |
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.
Why exactly?
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.
packages/@o3r/workspace/schematics/application/templates/package.json.template
Outdated
Show resolved
Hide resolved
7046a16 to
229fe96
Compare
229fe96 to
fccd02e
Compare


Proposed change
Missing:
zone.js-> non-blocking, issue is tracked here Zone.js as optional dependency jfcere/ngx-markdown#524
@nx/angularnot updated to angular 21-> fixed in 22.3.0-beta
design-factory,@agnos-ui/angular-bootstrapnot updated to angular 21jest-preset-angularnot updated to angular 21-> fixed in 16.0
@ngrx/router-storenot updated to angular 21-> updated in 21.0.0-beta
@angular-builders/jestnot updated to angular 21-> fixed in 21.0.0-beta
ngx-monaco-editor-v2not updated to angular 21-> fix bugs and move to angular 21 miki995/ngx-monaco-editor-v2#44
Related issues
- No issue associated -