Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
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
In progress
34358
2cd39c22 Merge branch 'master' into chore/logger-verbose-warn
by Craigory C...
C
In progress
35354
9bb6c251 Merge branch 'master' into speed-e2e-combined
by Jason Jean
J
Succeeded
190
cb2a2c62
by pull[bot]
p
Succeeded
master
4c11b623 chore(misc): fix NPM audit by removing unused faro deps and stale patch (#35368) ## Current Behavior The scheduled `NPM Audit` workflow is failing on `master` due to a critical advisory ([GHSA-xq3m-2v4x-88gg](https://github.com/advisories/GHSA-xq3m-2v4x-88gg)) in `protobufjs@7.5.3`, pulled in transitively via: ``` @grafana/faro-web-sdk > @grafana/faro-core > @opentelemetry/otlp-transformer > protobufjs ``` Failing run: https://github.com/nrwl/nx/actions/runs/24753360724 Separately, the workspace carries a `@nx/jest@22.7.0-beta.12` patch even though the workspace is on `22.7.0-beta.16`, and `allowUnusedPatches: true` was set in `pnpm-workspace.yaml` to suppress the warning. ## Expected Behavior - `NPM Audit` workflow passes. - No stale patches, and unused patches fail loudly rather than being silently allowed. ### Changes 1. **Remove `@grafana/faro-web-sdk` and `@grafana/faro-web-tracing`.** A `git grep` confirms neither package is imported anywhere in the codebase — they were listed in `package.json` but unused. Removing them drops the transitive `protobufjs@7.5.3` entirely and clears the critical advisory (audit verified locally). 2. **Delete the stale `@nx/jest@22.7.0-beta.12` patch and drop `allowUnusedPatches: true`** from `pnpm-workspace.yaml` so future stale patches surface immediately. ## Related Issue(s) N/A (fixes failing scheduled CI workflow).
by Jason Jean
J
Succeeded
master
4c11b623 chore(misc): fix NPM audit by removing unused faro deps and stale patch (#35368) ## Current Behavior The scheduled `NPM Audit` workflow is failing on `master` due to a critical advisory ([GHSA-xq3m-2v4x-88gg](https://github.com/advisories/GHSA-xq3m-2v4x-88gg)) in `protobufjs@7.5.3`, pulled in transitively via: ``` @grafana/faro-web-sdk > @grafana/faro-core > @opentelemetry/otlp-transformer > protobufjs ``` Failing run: https://github.com/nrwl/nx/actions/runs/24753360724 Separately, the workspace carries a `@nx/jest@22.7.0-beta.12` patch even though the workspace is on `22.7.0-beta.16`, and `allowUnusedPatches: true` was set in `pnpm-workspace.yaml` to suppress the warning. ## Expected Behavior - `NPM Audit` workflow passes. - No stale patches, and unused patches fail loudly rather than being silently allowed. ### Changes 1. **Remove `@grafana/faro-web-sdk` and `@grafana/faro-web-tracing`.** A `git grep` confirms neither package is imported anywhere in the codebase — they were listed in `package.json` but unused. Removing them drops the transitive `protobufjs@7.5.3` entirely and clears the critical advisory (audit verified locally). 2. **Delete the stale `@nx/jest@22.7.0-beta.12` patch and drop `allowUnusedPatches: true`** from `pnpm-workspace.yaml` so future stale patches surface immediately. ## Related Issue(s) N/A (fixes failing scheduled CI workflow).
by Jason Jean
J
Succeeded
928
3c8f3e41
by pull[bot]
p
Canceled
master
4c11b623 chore(misc): fix NPM audit by removing unused faro deps and stale patch (#35368) ## Current Behavior The scheduled `NPM Audit` workflow is failing on `master` due to a critical advisory ([GHSA-xq3m-2v4x-88gg](https://github.com/advisories/GHSA-xq3m-2v4x-88gg)) in `protobufjs@7.5.3`, pulled in transitively via: ``` @grafana/faro-web-sdk > @grafana/faro-core > @opentelemetry/otlp-transformer > protobufjs ``` Failing run: https://github.com/nrwl/nx/actions/runs/24753360724 Separately, the workspace carries a `@nx/jest@22.7.0-beta.12` patch even though the workspace is on `22.7.0-beta.16`, and `allowUnusedPatches: true` was set in `pnpm-workspace.yaml` to suppress the warning. ## Expected Behavior - `NPM Audit` workflow passes. - No stale patches, and unused patches fail loudly rather than being silently allowed. ### Changes 1. **Remove `@grafana/faro-web-sdk` and `@grafana/faro-web-tracing`.** A `git grep` confirms neither package is imported anywhere in the codebase — they were listed in `package.json` but unused. Removing them drops the transitive `protobufjs@7.5.3` entirely and clears the critical advisory (audit verified locally). 2. **Delete the stale `@nx/jest@22.7.0-beta.12` patch and drop `allowUnusedPatches: true`** from `pnpm-workspace.yaml` so future stale patches surface immediately. ## Related Issue(s) N/A (fixes failing scheduled CI workflow).
by Jason Jean
J
Succeeded
757
bd615619 feat(builders): add runInBand and maxWorkers options to jest
by Jason Jean
J
Succeeded
1266
8123e3c4 chore(nx): add gitter badge
by Jason Jean
J
Succeeded
master
362ff61f feat(core): add logging and progress message types to daemon (#35342) Co-authored-by: Claude <noreply@anthropic.com>
by Craigory C...
C
Succeeded
master
4c11b623 chore(misc): fix NPM audit by removing unused faro deps and stale patch (#35368) ## Current Behavior The scheduled `NPM Audit` workflow is failing on `master` due to a critical advisory ([GHSA-xq3m-2v4x-88gg](https://github.com/advisories/GHSA-xq3m-2v4x-88gg)) in `protobufjs@7.5.3`, pulled in transitively via: ``` @grafana/faro-web-sdk > @grafana/faro-core > @opentelemetry/otlp-transformer > protobufjs ``` Failing run: https://github.com/nrwl/nx/actions/runs/24753360724 Separately, the workspace carries a `@nx/jest@22.7.0-beta.12` patch even though the workspace is on `22.7.0-beta.16`, and `allowUnusedPatches: true` was set in `pnpm-workspace.yaml` to suppress the warning. ## Expected Behavior - `NPM Audit` workflow passes. - No stale patches, and unused patches fail loudly rather than being silently allowed. ### Changes 1. **Remove `@grafana/faro-web-sdk` and `@grafana/faro-web-tracing`.** A `git grep` confirms neither package is imported anywhere in the codebase — they were listed in `package.json` but unused. Removing them drops the transitive `protobufjs@7.5.3` entirely and clears the critical advisory (audit verified locally). 2. **Delete the stale `@nx/jest@22.7.0-beta.12` patch and drop `allowUnusedPatches: true`** from `pnpm-workspace.yaml` so future stale patches surface immediately. ## Related Issue(s) N/A (fixes failing scheduled CI workflow).
by Jason Jean
J
Failed
34358
216f32f8 fix(core): update version-plans-check snapshots to match per-group output ordering The release plan:check output now emits all 'Touched projects based on changed files' blocks before the 'Touched projects missing version plans' error blocks, rather than interleaving them per group.
by Craigory C...
C
Succeeded
35368
6b42e218 chore(repo): remove stale @nx/jest patch and allowUnusedPatches flag The @nx/jest@22.7.0-beta.12 patch is no longer in use (workspace is on 22.7.0-beta.16). Drop it along with the allowUnusedPatches escape hatch so unused patches fail loudly going forward.
by Jason Jean
J
Failed
34358
Fix ready
→
0cba68e5 chore(misc): merge origin/master into chore/logger-verbose-warn
by Craigory C...
C
Canceled
master
362ff61f feat(core): add logging and progress message types to daemon (#35342) Co-authored-by: Claude <noreply@anthropic.com>
by Craigory C...
C
Canceled
35368
6b42e218 chore(repo): remove stale @nx/jest patch and allowUnusedPatches flag The @nx/jest@22.7.0-beta.12 patch is no longer in use (workspace is on 22.7.0-beta.16). Drop it along with the allowUnusedPatches escape hatch so unused patches fail loudly going forward.
by Jason Jean
J
Canceled
master
c19a8e82 fix(misc): allow create-nx-workspace . --no-interactive in empty directory (#35281) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
by Jack Steve...
J
Succeeded
master
ac7afa39 fix(core): improve native TypeScript type definitions (#35251) Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com> Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by Craigory C...
C
Succeeded
35342
f64e9e80 fix(core): code review feedback
by Craigory C...
C
Failed
35305
Fix ready
→
dfa70154 fix(js): handle batch ensure-package in tests Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by nx-cloud[bot]
n
Previous page
Previous
Next
Next page