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
Succeeded
34310
08dad2df feat(core): support dependency filesets with ^{projectRoot} syntax Add support for inputs of the form `^{projectRoot}/**/*.ts` as syntactic sugar for specifying a fileset input that should be collected from dependency projects. Previously, only named inputs could use the `^` prefix to include dependencies (e.g., `^production`). Now filesets can also use this syntax directly without needing to define a named input first. Examples: - `^{projectRoot}/**/*.ts` - include .ts files from all dependencies - `^{workspaceRoot}/tools/**/*` - include workspace tools from dependencies - `{ fileset: '{projectRoot}/**/*.ts', dependencies: true }` - object form Detection is deterministic: if the string after `^` starts with `{projectRoot}` or `{workspaceRoot}`, it's treated as a dependency fileset; otherwise, it's treated as a named input reference.
9 hours ago
by AgentEnder
A
Previous page
Previous
Next
Next page