angular / angular

Deliver web apps with confidence 🚀
https://angular.dev
MIT License
94.88k stars 24.76k forks source link

Broken zone-patch-rxjs in Zone.js 0.14.5 #55825

Closed Xample closed 2 weeks ago

Xample commented 2 weeks ago

Which @angular/* package(s) are the source of the bug?

zone.js

Is this a regression?

Yes

Description

I'm now unable to import import 'zone.js/plugins/zone-patch-rxjs';

The file zone-patch-rxjs tries to import patchRxjs from ./rxjs which is not published into zone.js

/zone.js/fesm2015/zone-patch-rxjs.js

'use strict';
/**
 * @license Angular v<unknown>
 * (c) 2010-2024 Google LLC. https://angular.io/
 * License: MIT
 */
import { patchRxJs } from './rxjs';

patchRxJs(Zone);

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

./node_modules/zone.js/fesm2015/zone-patch-rxjs.js:8:0-35 - Error: Module not found: Error: Can't resolve './rxjs' in 'C:\Users\myProject\node_modules\zone.js\fesm2015'

Please provide the environment you discovered this bug in (run ng version)

No response

Anything else?

No response