[ACS-11225] Remove @nx/webpack dependency#11688
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Node dependencies to remove the direct @nx/webpack entry, aiming to eliminate a stale Nx-related dependency from the root install set.
Changes:
- Removed
@nx/webpackfrompackage.jsondependencies.
| "@cspell/eslint-plugin": "9.4.0", | ||
| "@mat-datetimepicker/core": "15.0.2", | ||
| "@ngx-translate/core": "^16.0.4", | ||
| "@nx/webpack": "22.3.3", | ||
| "angular-oauth2-oidc": "17.0.2", |
There was a problem hiding this comment.
Although @nx/webpack is removed from the root dependencies, it is still pulled in transitively via @nx/angular (per package-lock.json), so it will likely remain installed and appear in audits. If the goal is to fully eliminate @nx/webpack from the dependency tree, you’ll need to address the upstream Nx plugin dependency (e.g., via Nx package updates/removal) rather than only removing the direct entry here.
There was a problem hiding this comment.
It's expected
f80aab6 to
7b2ada8
Compare
|



Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behaviour? (You can also link to an open issue here)
https://hyland.atlassian.net/browse/ACS-11225
What is the new behaviour?
@nx/webpack was removed as stale dependency
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information: