domjtalbot/nx-mesh

View on GitHub
.github/nx-latest-issue-template.md

Summary

Maintainability
Test Coverage
---
title: Compatibility issues with Nx `v{{ env.latest_tag }}`
assignees: domjtalbot
labels: bug, enhancement
---

Automated tests failed against Nx `v{{ env.latest_tag }}`.
These errors need to be addressed, before `v{{ env.latest_tag }}` can be supported.

| Package                                  | Change                                              |
| ---------------------------------------- | --------------------------------------------------- |
| 🐋 [nrwl/nx](https://github.com/nrwl/nx) | `v{{ env.current_tag }}` -> `v{{ env.latest_tag }}` |

## Release Notes

<details>
<summary>nrwl/nx <code>v{{ env.latest_tag }}</code></summary>

### [`v{{ env.latest_tag }}`](https://github.com/nrwl/nx/releases/tag/v{{ env.latest_tag }})

{{ env.release_notes }}

<br/>

[Compare v{{ env.latest_tag }} with v{{ env.current_tag }}](https://github.com/nrwl/nx/compare/{{ env.current_tag }}...{{ env.latest_tag }})

</details>

---

## Configuration

📅 **Schedule**: Daily at midnight (UTC).

_This issue has been generated by the [nx-latest](.github/workflows/nx-latest.yml) workflow. 🖖_