Skip to content

chore: upgrade angular minor#3920

Merged
fpaul-1A merged 1 commit into
mainfrom
chore/upgrade-angular-minor
Feb 10, 2026
Merged

chore: upgrade angular minor#3920
fpaul-1A merged 1 commit into
mainfrom
chore/upgrade-angular-minor

Conversation

@fpaul-1A
Copy link
Copy Markdown
Contributor

@fpaul-1A fpaul-1A commented Feb 3, 2026

Proposed change

Related issues

- No issue associated -

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Feb 3, 2026

View your CI Pipeline Execution ↗ for commit ca0fb41

Command Status Duration Result
nx run-many --target=test-int ✅ Succeeded 1h 40m 22s View ↗
nx run-many --tui=false --target=build --projec... ✅ Succeeded <1s View ↗
nx run-many --target=test-e2e ✅ Succeeded 2m 6s View ↗
nx run-many --target=publish --nx-bail --userco... ✅ Succeeded 59s View ↗
nx run-many --target=prepare-publish --exclude-... ✅ Succeeded 7s View ↗
nx run-many --target=build,build-swagger ✅ Succeeded 14m 37s View ↗
nx affected --target=lint --configuration ci ✅ Succeeded 14m 33s View ↗
nx affected --target=test --collectCoverage --c... ✅ Succeeded 4m 32s View ↗
Additional runs (3) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2026-02-09 16:56:28 UTC

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 3, 2026

⚠️ Yarn detected 4 errors during the install process.


List of reported errors
Error Description
YN0060 @angular/common is listed by your project with version 21.1.3 (p68e77d), which doesn't satisfy what ngx-monaco-editor-v2 and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/common is listed by your project with version 21.1.3 (pcc4255), which doesn't satisfy what ngx-monaco-editor-v2 and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.1.3 (p7f8bc5), which doesn't satisfy what ngx-monaco-editor-v2 and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.1.3 (pd72d44), which doesn't satisfy what ngx-monaco-editor-v2 and other dependencies request (but they have non-overlapping ranges!).

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.01%. Comparing base (e8badbb) to head (ca0fb41).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@fpaul-1A fpaul-1A marked this pull request as ready for review February 3, 2026 09:37
@fpaul-1A fpaul-1A requested a review from a team as a code owner February 3, 2026 09:37
mrednic-1A
mrednic-1A previously approved these changes Feb 3, 2026
Comment thread tools/github-actions/new-version/packaged-action/index.js
vscaiceanu-1a
vscaiceanu-1a previously approved these changes Feb 3, 2026
nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

Copy link
Copy Markdown
Contributor

@nx-cloud nx-cloud Bot left a comment

Choose a reason for hiding this comment

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

Nx Cloud is proposing a fix for your failed CI:

These changes restore the @types/semver devDependency that was inadvertently removed during the Angular upgrade. The extractors package requires TypeScript type declarations for the semver module used in 5 source files, and this fix resolves the TS7016 compilation errors.

Tip

We verified this fix by re-running extractors:compile.

diff --git a/packages/@o3r/extractors/package.json b/packages/@o3r/extractors/package.json
index ab3fe259e..e3e573b71 100644
--- a/packages/@o3r/extractors/package.json
+++ b/packages/@o3r/extractors/package.json
@@ -110,6 +110,7 @@
     "@swc/helpers": "~0.5.17",
     "@types/jest": "~30.0.0",
     "@types/node": "~24.10.0",
+    "@types/semver": "^7.3.13",
     "@typescript-eslint/parser": "~8.54.0",
     "@yarnpkg/cli": "^4.5.0",
     "@yarnpkg/core": "^4.1.3",
diff --git a/yarn.lock b/yarn.lock
index 57f9d9643..a412c4a6d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -10620,6 +10620,7 @@ __metadata:
     "@swc/helpers": "npm:~0.5.17"
     "@types/jest": "npm:~30.0.0"
     "@types/node": "npm:~24.10.0"
+    "@types/semver": "npm:^7.3.13"
     "@typescript-eslint/parser": "npm:~8.54.0"
     "@yarnpkg/cli": "npm:^4.5.0"
     "@yarnpkg/core": "npm:^4.1.3"

Apply fix via Nx Cloud  Reject fix via Nx Cloud


Or Apply changes locally with:

npx nx-cloud apply-locally r6i6-W2gX

Apply fix locally with your editor ↗   View interactive diff ↗


🎓 Learn more about Self-Healing CI on nx.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

project:@ama-mcp/angular project:@ama-mcp/core project:@ama-mcp/github project:@ama-mcp/otter project:@ama-mfe/messages project:@ama-mfe/ng-utils project:@ama-openapi/cli project:@ama-openapi/core project:@ama-openapi/create project:@ama-openapi/redocly-plugin project:@ama-sdk/client-angular project:@ama-sdk/client-beacon project:@ama-sdk/client-fetch project:@ama-sdk/core project:@ama-sdk/create project:@ama-sdk/schematics project:@ama-sdk/swagger-builder project:@ama-styling/devkit project:@ama-styling/figma-extractor project:@ama-styling/figma-sdk project:@ama-styling/style-dictionary project:@ama-styling/stylelint-plugin project:audit-gh-action project:get-npm-tag-gh-action project:new-version-gh-action project:@o3r/analytics project:@o3r/apis-manager project:@o3r/application project:@o3r/artifactory-tools project:@o3r/azure-tools project:@o3r/build-helpers project:@o3r/chrome-devtools project:@o3r/components project:@o3r/configuration project:@o3r/core project:@o3r/create project:@o3r/design project:@o3r/dynamic-content project:@o3r/eslint-config project:@o3r/eslint-plugin project:@o3r/extractors project:@o3r/forms project:@o3r/github-cascading-app project:@o3r/localization project:@o3r/logger project:@o3r/mcp project:@o3r/mobile project:@o3r/new-version project:@o3r/palette-generator project:@o3r/pipeline project:@o3r/routing project:@o3r/rules-engine project:@o3r/schematics project:@o3r/showcase project:@o3r/store-sync project:@o3r/styling project:@o3r/telemetry project:@o3r/test-helpers project:@o3r/testing project:@o3r/third-party project:@o3r/workspace project:@o3r/workspace-helpers project:@o3r-training/showcase-sdk project:@o3r-training/training-sdk project:@o3r-training/training-tools project:otter-devtools project:release-gh-action project:yarn-errors-reporter-gh-action runAllTests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants