Skip to content

Conversation

barbados-clemens
Copy link
Contributor

@barbados-clemens barbados-clemens commented Oct 7, 2025

by default code blocks will get text as the lang if not set or the lang is not supported
but we should be so I don't have to look at the warnings in the terminal output 😅
also remove the frame=none since the team preferred to have the terminal frame

Example of invalid codeblock messages
wm_2025-10-15T11-26-05@2x

Also added conformance rule for validating image pages for public and src/assets/ directory

examples of incorrect absolute path ref from "public" folder and incorrect absolute path:

wm_2025-10-15T10-23-41@2x

fixes DOC-242
fixes DOC-259

Copy link

vercel bot commented Oct 7, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Oct 15, 2025 9:49pm

Copy link

netlify bot commented Oct 7, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 89d2967
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/68f0109b2f2acd0008230a7a
😎 Deploy Preview https://deploy-preview-32998--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

nx-cloud bot commented Oct 7, 2025

View your CI Pipeline Execution ↗ for commit 89d2967

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ❌ Failed 58m 47s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 21s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 6s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 9s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 8s View ↗
nx documentation ✅ Succeeded 1m 37s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-15 22:29:09 UTC

nx-cloud[bot]

This comment was marked as outdated.

"@nuxt/schema": "^3.10.0",
"@nx/angular": "22.0.0-beta.4",
"@nx/conformance": "3.0.0",
"@nx/conformance": "4.0.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump to conformance v4 so I can use the tree and fileMapCache

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebasing w/ main added extra esbuild related deps after installing. not sure if expected or not. but might be fine

Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nx Cloud has identified a possible root cause for your failed CI:

The test failure for e2e-jest:e2e-ci--src/jest-root.test.ts is classified as 'environment_state' because:

  1. Network/Registry Failure: The error ERR_PNPM_FETCH_404 GET http://localhost:4873/combined-stream: Not Found - 404 indicates that the local npm registry used for e2e testing is missing the combined-stream package.

  2. No Correlation with PR Changes: The PR exclusively modifies documentation markdown files (239 files) to update code block syntax and add conformance rules. There are no changes to:

    • Package dependencies (package.json)
    • Lock files (pnpm-lock.yaml)
    • Source code that would affect dependency resolution
    • Any code that references or requires the combined-stream package
  3. Environmental Indicators Present:

    • Local registry failure (http://localhost:4873)
    • Authorization header issues ("Bearer secr[hidden]")
    • Package not found in registry during test setup
    • Failure occurs during pnpm dlx create-nx-workspace command execution
  4. Inconsistent Test Results: Two tests passed (React-related) while two failed (Angular-related), suggesting the issue is not deterministic and likely related to the state of the local registry or timing issues rather than code changes.

  5. Failure During Test Setup: The error occurs while setting up the test environment, not during execution of any code affected by the PR's documentation changes.

The local npm registry used for e2e testing appears to be incomplete or misconfigured, missing the combined-stream dependency required by axios@1.12.2 and form-data@4.0.4 when creating a new workspace. This is purely an environmental issue unrelated to the documentation updates in this PR.

No code changes are warranted or necessary. The local registry needs to be properly populated or refreshed before the e2e tests can pass.

A code change would likely not resolve this issue, so no action was taken.

Nx CloudView in Nx Cloud ↗


🎓 To learn more about Self Healing CI, please visit nx.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant