fix(module-federation): pin versions mf packages versions (#27071)
Pin the MF package versions to a minor range that works. There was a release today that is causing failures: https://staging.nx.app/runs/h1eVO5d9D7/task/e2e-angular%3Ae2e-ci--src%2Fmodule-federation.test.ts. <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
184e83ad58
commit
8ccfc925a1
@ -51,8 +51,8 @@
|
||||
"@jest/reporters": "^29.4.1",
|
||||
"@jest/test-result": "^29.4.1",
|
||||
"@jest/types": "^29.4.1",
|
||||
"@module-federation/enhanced": "^0.2.3",
|
||||
"@module-federation/sdk": "^0.2.3",
|
||||
"@module-federation/enhanced": "~0.2.3",
|
||||
"@module-federation/sdk": "~0.2.4",
|
||||
"@monodon/rust": "2.0.0-beta.1",
|
||||
"@napi-rs/cli": "3.0.0-alpha.56",
|
||||
"@napi-rs/wasm-runtime": "0.2.4",
|
||||
|
||||
@ -14,7 +14,7 @@ export const typesCorsVersion = '~2.8.5';
|
||||
export const expressVersion = '~4.18.2';
|
||||
export const typesExpressVersion = '4.17.14';
|
||||
export const browserSyncVersion = '^3.0.0';
|
||||
export const moduleFederationNodeVersion = '^2.3.0';
|
||||
export const moduleFederationNodeVersion = '~2.4.0';
|
||||
export const moduleFederationEnhancedVersion = '~0.2.3';
|
||||
|
||||
export const angularEslintVersion = '^18.0.1';
|
||||
|
||||
@ -54,7 +54,7 @@ export const typesExpressVersion = '4.17.17';
|
||||
export const isbotVersion = '^3.6.5';
|
||||
export const corsVersion = '~2.8.5';
|
||||
export const typesCorsVersion = '~2.8.12';
|
||||
export const moduleFederationNodeVersion = '^2.3.0';
|
||||
export const moduleFederationNodeVersion = '~2.4.0';
|
||||
export const moduleFederationEnhancedVersion = '~0.2.3';
|
||||
|
||||
// style preprocessors
|
||||
|
||||
20
pnpm-lock.yaml
generated
20
pnpm-lock.yaml
generated
@ -243,11 +243,11 @@ devDependencies:
|
||||
specifier: ^29.4.1
|
||||
version: 29.6.3
|
||||
'@module-federation/enhanced':
|
||||
specifier: ^0.2.3
|
||||
specifier: ~0.2.3
|
||||
version: 0.2.3(typescript@5.5.3)(webpack@5.88.0)
|
||||
'@module-federation/sdk':
|
||||
specifier: ^0.2.3
|
||||
version: 0.2.3
|
||||
specifier: ~0.2.4
|
||||
version: 0.2.8
|
||||
'@monodon/rust':
|
||||
specifier: 2.0.0-beta.1
|
||||
version: 2.0.0-beta.1(@napi-rs/cli@3.0.0-alpha.56)(@swc-node/register@1.9.1)(@swc/core@1.5.7)
|
||||
@ -9508,6 +9508,10 @@ packages:
|
||||
resolution: {integrity: sha512-W9zrPchLocyCBc/B8CW21akcfJXLl++9xBe1L1EtgxZGfj/xwHt0GcBWE/y+QGvYTL2a1iZjwscbftbUhxgxXg==}
|
||||
dev: true
|
||||
|
||||
/@module-federation/sdk@0.2.8:
|
||||
resolution: {integrity: sha512-eGMnJxdRDgt6dtMv8gkAlzEbTPWVHb3AHUNUG0w56wcbIF0RHC6kmvpHpSQyq4DVGWv3U4g/ZiH5BvBlqEelDQ==}
|
||||
dev: true
|
||||
|
||||
/@module-federation/third-party-dts-extractor@0.2.3:
|
||||
resolution: {integrity: sha512-/J1KIOYT071MBHE78JaZR+rngpOFOv/16MLIc5Qg4ckl1HdojLa4nZ+o2N6atRGDE2nX6hJFFTCeGXkBC7TQhg==}
|
||||
dependencies:
|
||||
@ -12121,7 +12125,7 @@ packages:
|
||||
resolution: {integrity: sha512-ADZWAP7Qsv6p6gkmjt9nuYoYd3STXgrlmEPGdwEUuTrvkblkbsgmNmlL7QvBFacVURr9V7PYKLN34kNqQWoI5g==}
|
||||
dependencies:
|
||||
'@babel/core': 7.24.7
|
||||
'@module-federation/sdk': 0.2.3
|
||||
'@module-federation/sdk': 0.2.8
|
||||
'@nrwl/webpack': 19.5.0-beta.5(@swc-node/register@1.9.1)(@swc/core@1.5.7)(@types/node@18.19.8)(esbuild@0.19.5)(html-webpack-plugin@5.5.0)(nx@19.5.0-beta.5)(typescript@5.5.3)(verdaccio@5.31.0)(webpack-cli@5.1.4)
|
||||
'@nx/devkit': 19.5.0-beta.5(nx@19.5.0-beta.5)
|
||||
'@nx/js': 19.5.0-beta.5(@swc-node/register@1.9.1)(@swc/core@1.5.7)(@types/node@18.19.8)(nx@19.5.0-beta.5)(typescript@5.5.3)(verdaccio@5.31.0)
|
||||
@ -27410,7 +27414,7 @@ packages:
|
||||
enquirer: 2.3.6
|
||||
log-update: 4.0.0
|
||||
p-map: 4.0.0
|
||||
rfdc: 1.3.0
|
||||
rfdc: 1.4.1
|
||||
rxjs: 7.8.1
|
||||
through: 2.3.8
|
||||
wrap-ansi: 7.0.0
|
||||
@ -27648,7 +27652,7 @@ packages:
|
||||
date-format: 4.0.14
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
flatted: 3.2.9
|
||||
rfdc: 1.3.0
|
||||
rfdc: 1.4.1
|
||||
streamroller: 3.1.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -33343,10 +33347,6 @@ packages:
|
||||
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
||||
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
||||
|
||||
/rfdc@1.3.0:
|
||||
resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==}
|
||||
dev: true
|
||||
|
||||
/rfdc@1.4.1:
|
||||
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
||||
dev: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user