Skip to content

fix(deps): add rxjs>=7 as peerDependency to custom-esbuild, custom-webpack, and jest (fixes #1863)#2186

Closed
just-jeb wants to merge 1 commit intomasterfrom
fix/1863-rxjs-peer-dependency
Closed

fix(deps): add rxjs>=7 as peerDependency to custom-esbuild, custom-webpack, and jest (fixes #1863)#2186
just-jeb wants to merge 1 commit intomasterfrom
fix/1863-rxjs-peer-dependency

Conversation

@just-jeb
Copy link
Copy Markdown
Owner

@just-jeb just-jeb commented Apr 25, 2026

Superseded by #2188 — closing this duplicate.

…ebpack, and jest

All three packages import from 'rxjs' directly (switchMap, defer, from, Observable)
but none declared it as a peer dependency. This caused runtime errors when a
consumer project had rxjs@6 installed, which would shadow the v7 brought in
transitively by @angular-devkit/architect.

Fixes #1863
@just-jeb just-jeb closed this Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant