chore: upgrade angular minor#3920
Conversation
|
View your CI Pipeline Execution ↗ for commit ca0fb41
☁️ Nx Cloud last updated this comment at |
List of reported errors
|
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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"
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
Proposed change
@swc/clifeat(cli): Update chokidar to v5 swc-project/pkgs#122Related issues
- No issue associated -