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
GitHub
Nx
Workspace
Succeeded
36814
35b005be fix(misc): prevent nx new and storybook from aborting the pnpm 11 install `nx new --preset=react-native` and `--preset=expo` failed on pnpm 11 with `ERR_PNPM_IGNORED_BUILDS: unrs-resolver`, leaving the workspace half created. Both presets reach `unrs-resolver` through their optional `@nx/detox` dependency and jest 30, and the preset build-script table had no entry for either one. `@nx/storybook:configuration` failed the same way on its default path. `@storybook/test-runner` was accounted for through `@swc/core` alone, but the 0.24 line it installs for Storybook 10 also runs on jest 30. The runner lines Storybook 8 and 9 select stay on jest 29, so the new decision is gated on the resolved runner version and those workspaces record nothing extra. Creating a workspace from a custom preset resolved that preset's version from the registry twice, once to build the pnpm settings and once to add the dependency. `generateWorkspaceFiles` now resolves it once and hands the result to `addPresetDependencies`. Two comments described versions the generators do not install: vite 5 in remix where `viteVersion` is `^6.0.0`, and an `esbuild-register` hop that storybook dropped in v10. Both now name the direct dependency. Negative tests that asserted a decision is absent from a file the generator never writes now assert the file's absence instead.
by Leosvel Pé...
L
Succeeded
36814
63105bdc fix(angular): record pnpm 11 build script decisions in migrations The 23.1.0 migrations that backfill build tooling add packages carrying install scripts. `add-angular-build` adds `@angular/build`, which depends on esbuild and sass, and `add-optional-webpack-packages` adds `@nx/webpack` or `@nx/rspack`, which depend on sass. pnpm 11 refuses to install a dependency whose build scripts are neither allowed nor denied, and exits with ERR_PNPM_IGNORED_BUILDS. `nx migrate` installs with `--ignore-scripts`, so the migration run itself completes and the failure only surfaces on the next clean install. Both migrations now record the same decisions the corresponding generators already record. `add-optional-webpack-packages` records nothing when only `@nx/module-federation` is added, since that package carries no install script.
by Leosvel Pé...
L
Failed
36814
Flaky task
→
63105bdc fix(angular): record pnpm 11 build script decisions in migrations The 23.1.0 migrations that backfill build tooling add packages carrying install scripts. `add-angular-build` adds `@angular/build`, which depends on esbuild and sass, and `add-optional-webpack-packages` adds `@nx/webpack` or `@nx/rspack`, which depend on sass. pnpm 11 refuses to install a dependency whose build scripts are neither allowed nor denied, and exits with ERR_PNPM_IGNORED_BUILDS. `nx migrate` installs with `--ignore-scripts`, so the migration run itself completes and the failure only surfaces on the next clean install. Both migrations now record the same decisions the corresponding generators already record. `add-optional-webpack-packages` records nothing when only `@nx/module-federation` is added, since that package carries no install script.
by Leosvel Pé...
L
Canceled
36814
95d3699e fix(angular): record pnpm 11 build script decisions in migrations The 23.1.0 migrations that backfill build tooling add packages carrying install scripts. `add-angular-build` adds `@angular/build`, which depends on esbuild and sass, and `add-optional-webpack-packages` adds `@nx/webpack` or `@nx/rspack`, which depend on sass. pnpm 11 refuses to install a dependency whose build scripts are neither allowed nor denied, and exits with ERR_PNPM_IGNORED_BUILDS. `nx migrate` installs with `--ignore-scripts`, so the migration run itself completes and the failure only surfaces on the next clean install. Both migrations now record the same decisions the corresponding generators already record. `add-optional-webpack-packages` records nothing when only `@nx/module-federation` is added, since that package carries no install script.
by Leosvel Pé...
L
Succeeded
36814
966edcca fix(misc): record pnpm 11 build script decisions in generators pnpm 11 refuses to install a dependency whose build scripts are neither allowed nor denied, and exits with ERR_PNPM_IGNORED_BUILDS. Generators finish by running `installPackagesTask`, which shells out to `pnpm install --no-frozen-lockfile` without `--ignore-scripts`, so a generator that adds a package carrying an unrecorded install script fails outright on pnpm 11. Every generator that installs such a package now records a decision. The decision is to skip the script unless it is required and the user asked for that package directly, which leaves only detox and @nx/angular-rspack-compiler running. The rest are skipped because the package ships prebuilt binaries as optional dependencies, falls back to a no-op when its build fails, or only prints a funding message. The Angular generators share one helper, since they all install the same build toolchain. `nx new` needs its own path. It installs the preset dependencies before the preset generator runs, so the generators that would otherwise record these decisions come too late. The pnpm-workspace.yaml it writes now carries them, derived from the preset dependency list.
by Leosvel Pé...
L
Failed
36814
Fix rejected
→
a589500a fix(misc): record pnpm 11 build script decisions in generators pnpm 11 refuses to install a dependency whose build scripts are neither allowed nor denied, and exits with ERR_PNPM_IGNORED_BUILDS. Generators finish by running `installPackagesTask`, which shells out to `pnpm install --no-frozen-lockfile` without `--ignore-scripts`, so a generator that adds a package carrying an unrecorded install script fails outright on pnpm 11. Every generator that installs such a package now records a decision. The decision is to skip the script unless it is required and the user asked for that package directly, which leaves only detox and @nx/angular-rspack-compiler running. The rest are skipped because the package ships prebuilt binaries as optional dependencies, falls back to a no-op when its build fails, or only prints a funding message. The Angular generators share one helper, since they all install the same build toolchain. `nx new` needs its own path. It installs the preset dependencies before the preset generator runs, so the generators that would otherwise record these decisions come too late. The pnpm-workspace.yaml it writes now carries them, derived from the preset dependency list.
by Leosvel Pé...
L
Previous
Next