nx
nx copied to clipboard
Smart Monorepos · Fast CI
## Current Behavior The inline `mise_toml` config in `e2e-matrix.yml` was overwriting the entire `mise.toml` file, causing rust, dotnet, bun, and java to NOT be installed by mise. This resulted in...
## Current Behavior The Nx Console settings reference lacks explanation of VSCode's user vs workspace settings and incorrectly states that Project Viewing Style is unavailable in JetBrains IDEs. ## Expected...
### Current Behavior Comand failed `nx run my-nest-app:serve:development` ### Expected Behavior Serve works normally and starts without errors. ### GitHub Repo _No response_ ### Steps to Reproduce 1. Install and...
## Summary This PR reduces the complexity of critical task graph operations from **O(n³) to O(n)**, providing 10-50x performance improvements for large monorepos. ## Current Behavior ### Problem 1: O(n³)...
### Current Behavior When starting the Nx daemon in a large project (in my case over 150 libraries) that uses PNPM workspaces, the file watching behavior doesn't activate until multiple...
## Current Behavior The module federation utilities have several performance inefficiencies and code duplication: ### Performance Issues ``` ┌─────────────────────────────────────────────────────────────────────────────┐ │ BEFORE: Performance Bottlenecks │ ├─────────────────────────────────────────────────────────────────────────────┤ │ │ │ Build Start...
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
### Current Behavior Hello dear Nx command. I wanted to get started in my nx monorepo with Angular 21. I ran a bunch of commands to migrate Angular to v21:...
## PR Description **Related:** [https://github.com/nrwl/nx/pull/33674](https://github.com/nrwl/nx/pull/33674) ### Problem The `{releaseGroupName}` placeholder in `releaseTag.pattern` was never interpolated. Instead, it appeared URL-encoded in generated git tags, release URLs, and commit messages. **Example** ```ts...
## Current Behavior When using Nx React Module Federation with Rspack, running `nx run-many -t e2e` before `nx run-many -t typecheck`, it causes typecheck to fail. ## Expected Behavior `nx...