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
35727
c0aed9fc fix(linter): honor enableTypedLinting for existing playwright flat configs Running @nx/playwright:configuration with typed linting requested left an existing flat ESLint config without parserOptions.projectService. lintProjectGenerator, which emits that block, runs only when the project has no ESLint config yet, and the flat-config branch never added it for a pre-existing config, so enableTypedLinting (and the deprecated setParserOptionsProject) was silently ignored on that path. The legacy .eslintrc branch was unaffected. The flat-config branch now emits the projectService block via addTypedLintingToFlatConfig, which is idempotent, so the freshly generated path is not duplicated. Adds a unit test covering the existing-flat-config path.
by Leosvel Pé...
L
Succeeded
35727
c8cd4a7a fix(linter): honor enableTypedLinting for existing playwright flat configs Running @nx/playwright:configuration with typed linting requested left an existing flat ESLint config without parserOptions.projectService. lintProjectGenerator, which emits that block, runs only when the project has no ESLint config yet, and the flat-config branch never added it for a pre-existing config, so enableTypedLinting (and the deprecated setParserOptionsProject) was silently ignored on that path. The legacy .eslintrc branch was unaffected. The flat-config branch now emits the projectService block via addTypedLintingToFlatConfig, which is idempotent, so the freshly generated path is not duplicated. Adds a unit test covering the existing-flat-config path.
by Leosvel Pé...
L
Failed
35727
Flaky task
→
c8cd4a7a fix(linter): honor enableTypedLinting for existing playwright flat configs Running @nx/playwright:configuration with typed linting requested left an existing flat ESLint config without parserOptions.projectService. lintProjectGenerator, which emits that block, runs only when the project has no ESLint config yet, and the flat-config branch never added it for a pre-existing config, so enableTypedLinting (and the deprecated setParserOptionsProject) was silently ignored on that path. The legacy .eslintrc branch was unaffected. The flat-config branch now emits the projectService block via addTypedLintingToFlatConfig, which is idempotent, so the freshly generated path is not duplicated. Adds a unit test covering the existing-flat-config path.
by Leosvel Pé...
L
Succeeded
35727
e081a979 fix(linter): use projectService for typed linting in flat configs
by polygraph-...
p
Canceled
35727
0140447e fix(linter): honor enableTypedLinting for existing playwright flat configs [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
35727
Flaky task
→
8f3ff453 fix(linter): honor enableTypedLinting for existing playwright flat configs Running @nx/playwright:configuration with typed linting requested left an existing flat ESLint config without parserOptions.projectService. lintProjectGenerator, which emits that block, runs only when the project has no ESLint config yet, and the flat-config branch never added it for a pre-existing config, so enableTypedLinting (and the deprecated setParserOptionsProject) was silently ignored on that path. The legacy .eslintrc branch was unaffected. The flat-config branch now emits the projectService block via addTypedLintingToFlatConfig, which is idempotent, so the freshly generated path is not duplicated. Adds a unit test covering the existing-flat-config path.
by Leosvel Pé...
L
Failed
35727
Flaky task
→
8f3ff453 fix(linter): honor enableTypedLinting for existing playwright flat configs Running @nx/playwright:configuration with typed linting requested left an existing flat ESLint config without parserOptions.projectService. lintProjectGenerator, which emits that block, runs only when the project has no ESLint config yet, and the flat-config branch never added it for a pre-existing config, so enableTypedLinting (and the deprecated setParserOptionsProject) was silently ignored on that path. The legacy .eslintrc branch was unaffected. The flat-config branch now emits the projectService block via addTypedLintingToFlatConfig, which is idempotent, so the freshly generated path is not duplicated. Adds a unit test covering the existing-flat-config path.
by Leosvel Pé...
L
Canceled
35727
51b8f9ee fix(linter): route isTypedLintingEnabled imports through @nx/eslint/internal [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
35727
Flaky task
→
51b8f9ee fix(linter): route isTypedLintingEnabled imports through @nx/eslint/internal [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
35727
Flaky task
→
73ad291d fix(linter): route isTypedLintingEnabled imports through @nx/eslint/internal First-party plugins were importing `isTypedLintingEnabled` from the deep path `@nx/eslint/src/generators/utils/eslint-file`. The published `@nx/eslint` package enforces a strict `exports` map that does not expose `./src/*`, so these imports fail to resolve at user-side runtime when the generators run against an installed `@nx/eslint`. Switch all 17 sites to the curated `@nx/eslint/internal` barrel entry, which is the supported subpath for first-party consumers.
by Leosvel Pé...
L
Failed
35727
Flaky task
→
73ad291d fix(linter): route isTypedLintingEnabled imports through @nx/eslint/internal First-party plugins were importing `isTypedLintingEnabled` from the deep path `@nx/eslint/src/generators/utils/eslint-file`. The published `@nx/eslint` package enforces a strict `exports` map that does not expose `./src/*`, so these imports fail to resolve at user-side runtime when the generators run against an installed `@nx/eslint`. Switch all 17 sites to the curated `@nx/eslint/internal` barrel entry, which is the supported subpath for first-party consumers.
by Leosvel Pé...
L
Succeeded
35727
d9839160 fix(linter): route isTypedLintingEnabled imports through @nx/eslint/internal First-party plugins were importing `isTypedLintingEnabled` from the deep path `@nx/eslint/src/generators/utils/eslint-file`. The published `@nx/eslint` package enforces a strict `exports` map that does not expose `./src/*`, so these imports fail to resolve at user-side runtime when the generators run against an installed `@nx/eslint`. Switch all 17 sites to the curated `@nx/eslint/internal` barrel entry, which is the supported subpath for first-party consumers.
by Leosvel Pé...
L
Failed
35727
0fae9bdb fix(linter): route isTypedLintingEnabled imports through @nx/eslint/internal First-party plugins were importing `isTypedLintingEnabled` from the deep path `@nx/eslint/src/generators/utils/eslint-file`. The published `@nx/eslint` package enforces a strict `exports` map that does not expose `./src/*`, so these imports fail to resolve at user-side runtime when the generators run against an installed `@nx/eslint`. Switch all 17 sites to the curated `@nx/eslint/internal` barrel entry, which is the supported subpath for first-party consumers.
by Leosvel Pé...
L
Succeeded
35727
618efab1 fix(linter): route isTypedLintingEnabled imports through @nx/eslint/internal [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
35727
ea6bba68 fix(linter): route isTypedLintingEnabled imports through @nx/eslint/internal First-party plugins were importing `isTypedLintingEnabled` from the deep path `@nx/eslint/src/generators/utils/eslint-file`. The published `@nx/eslint` package enforces a strict `exports` map that does not expose `./src/*`, so these imports fail to resolve at user-side runtime when the generators run against an installed `@nx/eslint`. Switch all 17 sites to the curated `@nx/eslint/internal` barrel entry, which is the supported subpath for first-party consumers.
by Leosvel Pé...
L
Failed
35727
Flaky task
→
ea6bba68 fix(linter): route isTypedLintingEnabled imports through @nx/eslint/internal First-party plugins were importing `isTypedLintingEnabled` from the deep path `@nx/eslint/src/generators/utils/eslint-file`. The published `@nx/eslint` package enforces a strict `exports` map that does not expose `./src/*`, so these imports fail to resolve at user-side runtime when the generators run against an installed `@nx/eslint`. Switch all 17 sites to the curated `@nx/eslint/internal` barrel entry, which is the supported subpath for first-party consumers.
by Leosvel Pé...
L
Failed
35727
b4169d7d fix(linter): lazy-load isTypedLintingEnabled in @nx/web after ensurePackage
by Leosvel Pé...
L
Succeeded
35727
cf7ba368 fix(linter): lazy-load isTypedLintingEnabled in @nx/web after ensurePackage
by Leosvel Pé...
L
Failed
35727
Flaky task
→
ee5bc66e fix(linter): inline isTypedLintingEnabled in @nx/web application generator
by Leosvel Pé...
L
Canceled
35727
ee5bc66e fix(linter): inline isTypedLintingEnabled in @nx/web application generator
by Leosvel Pé...
L
Previous page
Previous
Next
Next page