nx
Nx
GitHub
Nx
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
Nx
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35682
8c04f140 fix(rspack): keep withNx/withWeb/withReact synchronous The async conversion was leftover from an abandoned await import() approach; the helper bodies do no async work. Returning a Promise gratuitously widened the contract of these deprecated helpers. Revert to sync; the executor already awaits and composePlugins handles sync plugins, so behavior is unchanged.
by FrozenPandaz
F
Canceled
35682
8c04f140 fix(rspack): keep withNx/withWeb/withReact synchronous The async conversion was leftover from an abandoned await import() approach; the helper bodies do no async work. Returning a Promise gratuitously widened the contract of these deprecated helpers. Revert to sync; the executor already awaits and composePlugins handles sync plugins, so behavior is unchanged.
by FrozenPandaz
F
Failed
35682
Environment issue
→
8c04f140 fix(rspack): keep withNx/withWeb/withReact synchronous The async conversion was leftover from an abandoned await import() approach; the helper bodies do no async work. Returning a Promise gratuitously widened the contract of these deprecated helpers. Revert to sync; the executor already awaits and composePlugins handles sync plugins, so behavior is unchanged.
by FrozenPandaz
F
Failed
35682
Environment issue
→
d0a22de5 fix(rspack): keep withNx/withWeb/withReact synchronous The async conversion was leftover from an abandoned await import() approach; the helper bodies do no async work. Returning a Promise gratuitously widened the contract of these deprecated helpers. Revert to sync; the executor already awaits and composePlugins handles sync plugins, so behavior is unchanged.
by FrozenPandaz
F
Succeeded
35682
3abb4c53
by Jason Jean
J
Succeeded
35682
63372b2c fix(module-federation): surface static remote build log on failure The child build's log file lives on the machine that ran it, which on CI agents is unrecoverable. Echo the last 50 lines on failure so the actual build error is visible in CI output.
by FrozenPandaz
F
Canceled
35682
63372b2c fix(module-federation): surface static remote build log on failure The child build's log file lives on the machine that ran it, which on CI agents is unrecoverable. Echo the last 50 lines on failure so the actual build error is visible in CI output.
by FrozenPandaz
F
Failed
35682
d5b93a8b fix(rspack): match rspack dev-server v2 'Local:' output in mf e2e @rspack/dev-server@2 prints 'Local:' where v1 printed 'Loopback:', so the serve-readiness check timed out even though the server was up.
by FrozenPandaz
F
Canceled
35682
6168c07b fix(module-federation): disable rspack lazy compilation for federated apps rspack-cli@2 dev mode auto-enables lazyCompilation { imports: true } unless the exported config sets it explicitly. The lazy-compilation proxy wraps the import('./bootstrap') entry of federated apps and its update chunk 404s under the MF dev-server, so remotes render a blank page. Set lazyCompilation: false in the generated MF rspack configs, default it in withModuleFederation, and insert it into existing MF configs via the v2 config migration.
by FrozenPandaz
F
Failed
35682
Flaky task
→
6168c07b fix(module-federation): disable rspack lazy compilation for federated apps rspack-cli@2 dev mode auto-enables lazyCompilation { imports: true } unless the exported config sets it explicitly. The lazy-compilation proxy wraps the import('./bootstrap') entry of federated apps and its update chunk 404s under the MF dev-server, so remotes render a blank page. Set lazyCompilation: false in the generated MF rspack configs, default it in withModuleFederation, and insert it into existing MF configs via the v2 config migration.
by FrozenPandaz
F
Failed
35682
6f17e62b chore(repo): drop cypress from minimumReleaseAgeExclude cypress@15.17.0 is past the 24h release-age window; the temporary exclusion is no longer needed.
by FrozenPandaz
F
Canceled
35682
dd8d4a5a chore(repo): drop cypress from minimumReleaseAgeExclude cypress@15.17.0 is past the 24h release-age window; the temporary exclusion is no longer needed.
by FrozenPandaz
F
Canceled
35682
71e4b549 chore(repo): drop cypress from minimumReleaseAgeExclude cypress@15.17.0 is past the 24h release-age window; the temporary exclusion is no longer needed.
by FrozenPandaz
F
Failed
35682
f21480a8 fix(angular-rspack): resolve JavascriptModulesPlugin from the running compiler The static @rspack/core import can be a different major than the rspack actually running the build (e.g. repo dist on v1 driving an app on v2). getCompilationHooks rejects Compilation instances from a foreign copy, so pull the javascript namespace off compiler.rspack instead.
by FrozenPandaz
F
Failed
35682
f21480a8 fix(angular-rspack): resolve JavascriptModulesPlugin from the running compiler The static @rspack/core import can be a different major than the rspack actually running the build (e.g. repo dist on v1 driving an app on v2). getCompilationHooks rejects Compilation instances from a foreign copy, so pull the javascript namespace off compiler.rspack instead.
by FrozenPandaz
F
Failed
35682
Flaky task
→
f21480a8 fix(angular-rspack): resolve JavascriptModulesPlugin from the running compiler The static @rspack/core import can be a different major than the rspack actually running the build (e.g. repo dist on v1 driving an app on v2). getCompilationHooks rejects Compilation instances from a foreign copy, so pull the javascript namespace off compiler.rspack instead.
by FrozenPandaz
F
Failed
35682
90166b08 fix(angular-rspack): drive progress spinner via compiler hooks rspack 1.x's ProgressPlugin wrapper spreads its third callback arg (progress(p, msg, ...items)) and crashes when the native binding passes undefined. Fixed upstream only in rspack 2.x. Tap compile/invalid/done compiler hooks directly instead of extending the built-in plugin.
by FrozenPandaz
F
Failed
35682
aa332cc1 cleanup(rspack): centralize serve-mode detection and drop composePlugins bridge Replace the two inline process.env['WEBPACK_SERVE'] reads in apply-base-config with isServeMode(), which also accepts RSPACK_SERVE (v2's signal). With those reads gone, the composePlugins bridge that synced ctx.env.RSPACK_SERVE to process.env.WEBPACK_SERVE has no remaining consumer — rspack-cli's serve command already imports @rspack/dev-server (which sets process.env.RSPACK_SERVE) before invoking the config loader. Drop the bridge.
by FrozenPandaz
F
Failed
35682
c406a228 cleanup(rspack): centralize serve-mode detection and drop composePlugins bridge Replace the two inline process.env['WEBPACK_SERVE'] reads in apply-base-config with isServeMode(), which also accepts RSPACK_SERVE (v2's signal). With those reads gone, the composePlugins bridge that synced ctx.env.RSPACK_SERVE to process.env.WEBPACK_SERVE has no remaining consumer — rspack-cli's serve command already imports @rspack/dev-server (which sets process.env.RSPACK_SERVE) before invoking the config loader. Drop the bridge.
by FrozenPandaz
F
Canceled
35682
ddcf34c7 cleanup(module-federation): centralize rspack serve-mode detection Replace the eleven inline process.env['WEBPACK_SERVE'] reads across the angular/rspack/webpack dev-server plugins and with-module-federation helpers with a shared isServeMode() util that checks both WEBPACK_SERVE (v1) and RSPACK_SERVE (v2). @rspack/dev-server v2 sets RSPACK_SERVE on module load, and rspack-cli imports it before loading the user config, so the env var is available without any argv sniff or bridge step. Delete bridge-rspack-serve-env now that no caller needs the WEBPACK_SERVE variable specifically.
by FrozenPandaz
F
Previous
Next