Skip to content

Commit 8390b9e

Browse files
authored
feat(angular): update module federation node (#18513)
1 parent 77bc1e8 commit 8390b9e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

e2e/angular-core/src/module-federation.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ describe('Angular Module Federation', () => {
161161
await killProcessAndPorts(process.pid, app1Port, app2Port);
162162
}, 20_000_000);
163163

164-
// TODO(colum): enable when this issue is resolved https://github.com/module-federation/universe/issues/604
165-
xit('should scaffold MF + SSR setup successfully', async () => {
164+
it('should scaffold MF + SSR setup successfully', async () => {
166165
const host = uniq('host');
167166
const remote1 = uniq('remote1');
168167
const remote2 = uniq('remote2');

packages/angular/src/utils/backward-compatible-versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const backwardCompatibleVersions: Record<
2525
typesCorsVersion: '~2.8.5',
2626
expressVersion: '~4.18.2',
2727
typesExpressVersion: '4.17.14',
28-
moduleFederationNodeVersion: '^0.10.1',
28+
moduleFederationNodeVersion: '~1.0.5',
2929
angularEslintVersion: '~14.0.4',
3030
tailwindVersion: '^3.0.2',
3131
postcssVersion: '^8.4.5',
@@ -52,7 +52,7 @@ export const backwardCompatibleVersions: Record<
5252
typesCorsVersion: '~2.8.5',
5353
expressVersion: '~4.18.2',
5454
typesExpressVersion: '4.17.14',
55-
moduleFederationNodeVersion: '~0.10.1',
55+
moduleFederationNodeVersion: '~1.0.5',
5656
angularEslintVersion: '~15.0.0',
5757
tailwindVersion: '^3.0.2',
5858
postcssVersion: '^8.4.5',

packages/angular/src/utils/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const corsVersion = '~2.8.5';
1414
export const typesCorsVersion = '~2.8.5';
1515
export const expressVersion = '~4.18.2';
1616
export const typesExpressVersion = '4.17.14';
17-
export const moduleFederationNodeVersion = '~0.10.1';
17+
export const moduleFederationNodeVersion = '~1.0.5';
1818

1919
export const angularEslintVersion = '~16.0.0';
2020
export const tailwindVersion = '^3.0.2';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy