nx
Nx
GitHub
nx-examples
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
nx-examples
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
458
b10eab2a fix(cart): add missing @nx/rsbuild plugin dependency The cart rsbuild migration registered the @nx/rsbuild plugin in nx.json and bumped the @nx/* packages, but never added @nx/rsbuild itself to package.json. Nx then failed to load the plugin ("Cannot find module '@nx/rsbuild'"). Pin it to 23.0.0-beta.22 to match the sibling @nx/* packages.
by FrozenPandaz
F
Failed
458
717a13e6 chore(repo): drop test-setup.ts from spec tsconfig files The @nx/js/typescript plugin excludes src/test-setup.ts from the typecheck task's inputs (it is a jest setup file, run by jest's own transform). But the spec tsconfigs listed it in `files`, so `tsc --build` compiled it anyway and read a file outside the declared inputs - tripping the task sandbox. Remove it from `files`; jest still loads it via setupFilesAfterEnv.
by FrozenPandaz
F
Failed
458
717a13e6 chore(repo): drop test-setup.ts from spec tsconfig files The @nx/js/typescript plugin excludes src/test-setup.ts from the typecheck task's inputs (it is a jest setup file, run by jest's own transform). But the spec tsconfigs listed it in `files`, so `tsc --build` compiled it anyway and read a file outside the declared inputs - tripping the task sandbox. Remove it from `files`; jest still loads it via setupFilesAfterEnv.
by FrozenPandaz
F
Failed
458
7a3a80e3 chore(repo): pin tsBuildInfoFile to fix typecheck sandbox violation The @nx/js/typescript plugin declares the typecheck task's tsbuildinfo output at <outDir>/<config>.tsbuildinfo, but `tsc --build` places it rootDir-aware at <outDir>/../<config>.tsbuildinfo. The real write landed outside the declared outputs and tripped the task sandbox (unexpectedWrites). Set tsBuildInfoFile explicitly in every composite tsconfig so tsc and the plugin resolve the same path. Also points @nx/rsbuild's inferred typecheck target at its own name so it no longer collides with @nx/js/typescript's typecheck.
by FrozenPandaz
F
Failed
458
7a3a80e3 chore(repo): pin tsBuildInfoFile to fix typecheck sandbox violation The @nx/js/typescript plugin declares the typecheck task's tsbuildinfo output at <outDir>/<config>.tsbuildinfo, but `tsc --build` places it rootDir-aware at <outDir>/../<config>.tsbuildinfo. The real write landed outside the declared outputs and tripped the task sandbox (unexpectedWrites). Set tsBuildInfoFile explicitly in every composite tsconfig so tsc and the plugin resolve the same path. Also points @nx/rsbuild's inferred typecheck target at its own name so it no longer collides with @nx/js/typescript's typecheck.
by FrozenPandaz
F
Failed
458
7a3a80e3 chore(repo): pin tsBuildInfoFile to fix typecheck sandbox violation The @nx/js/typescript plugin declares the typecheck task's tsbuildinfo output at <outDir>/<config>.tsbuildinfo, but `tsc --build` places it rootDir-aware at <outDir>/../<config>.tsbuildinfo. The real write landed outside the declared outputs and tripped the task sandbox (unexpectedWrites). Set tsBuildInfoFile explicitly in every composite tsconfig so tsc and the plugin resolve the same path. Also points @nx/rsbuild's inferred typecheck target at its own name so it no longer collides with @nx/js/typescript's typecheck.
by FrozenPandaz
F
Failed
458
e9157815 chore(repo): fix cart build sandbox violation, run typecheck in CI - rsbuild.config.ts: resolve copy/distPath to clean absolute paths so the `../` segments collapse before reaching the filesystem. Otherwise Nx's task sandbox records reads like `apps/cart/../../libs/...` that never match the normalized declared inputs. - cart project.json: pin the build `outputs` to dist/apps/cart; the @nx/rsbuild plugin otherwise infers the broader dist/apps. - products project.json: carry the build target's cache/dependsOn/inputs directly, and drop the now-unused build entry from targetDefaults. - CI: add typecheck to the affected target list so type errors in libraries and spec files are caught (build alone does not cover them).
by FrozenPandaz
F
Failed
458
dcdddcb2 chore(repo): fix cart build sandbox violation, run typecheck in CI - rsbuild.config.ts: resolve copy/distPath to clean absolute paths so the `../` segments collapse before reaching the filesystem. Otherwise Nx's task sandbox records reads like `apps/cart/../../libs/...` that never match the normalized declared inputs. - cart project.json: pin the build `outputs` to dist/apps/cart; the @nx/rsbuild plugin otherwise infers the broader dist/apps. - products project.json: carry the build target's cache/dependsOn/inputs directly, and drop the now-unused build entry from targetDefaults. - CI: add typecheck to the affected target list so type errors in libraries and spec files are caught (build alone does not cover them).
by FrozenPandaz
F
Succeeded
458
a154a39f chore(repo): migrate to TypeScript solution-style configs Migrate the workspace from Nx integrated style (tsconfig path aliases) to TypeScript solution-style with package manager workspaces and project references. - Replace tsconfig.base.json paths with workspace packages; each project gets a package.json with an exports map (@nx-example/source + default conditions) and workspace:* dependencies - Add root tsconfig.json referencing all projects; register the @nx/js/typescript inferred plugin - Switch the products Angular app to the esbuild builders (@nx/angular:application, @angular/build:dev-server) since the legacy webpack browser builder cannot compile workspace-package source - Switch the four non-Angular jest projects to @swc/jest, which sidesteps the ts-jest module-resolution conflict with moduleResolution: bundler
by FrozenPandaz
F
Failed
458
a154a39f chore(repo): migrate to TypeScript solution-style configs Migrate the workspace from Nx integrated style (tsconfig path aliases) to TypeScript solution-style with package manager workspaces and project references. - Replace tsconfig.base.json paths with workspace packages; each project gets a package.json with an exports map (@nx-example/source + default conditions) and workspace:* dependencies - Add root tsconfig.json referencing all projects; register the @nx/js/typescript inferred plugin - Switch the products Angular app to the esbuild builders (@nx/angular:application, @angular/build:dev-server) since the legacy webpack browser builder cannot compile workspace-package source - Switch the four non-Angular jest projects to @swc/jest, which sidesteps the ts-jest module-resolution conflict with moduleResolution: bundler
by FrozenPandaz
F
Failed
458
d3230738 chore(repo): migrate to TypeScript solution-style configs Migrate the workspace from Nx integrated style (tsconfig path aliases) to TypeScript solution-style with package manager workspaces and project references. - Replace tsconfig.base.json paths with workspace packages; each project gets a package.json with an exports map (@nx-example/source + default conditions) and workspace:* dependencies - Add root tsconfig.json referencing all projects; register the @nx/js/typescript inferred plugin - Switch the products Angular app to the esbuild builders (@nx/angular:application, @angular/build:dev-server) since the legacy webpack browser builder cannot compile workspace-package source - Switch the four non-Angular jest projects to @swc/jest, which sidesteps the ts-jest module-resolution conflict with moduleResolution: bundler
by FrozenPandaz
F
Previous
Next