Miguel
Miguel
### Current Behavior When setting `NX_BASE=` in a `.env` file at the root of the repo, NX commands still default to `--base=main` and `--head=HEAD`. ### Expected Behavior NX reads the...
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) Hi team! I would like to ask if there is a way of ensuring that the targets T_i that...
It would be useful to use the semver plugin as a version calculator, and then use the calculated `${version}` or `${tag}` at a later stage. For instance, run it at...
Hi guys, This is just to make you aware that you have incompatible NX and Prettier versions. NX is working to solve this issue (https://github.com/nrwl/nx/issues/17990), but as of now when...
### Current Behavior The following command doesn't finish in a terminal: ``` node myscript.js ``` If myscript is (simplest use case I could create): ``` const {createProjectGraphAsync} = require("@nx/devkit"); createProjectGraphAsync().then(projects...
### Current Behavior Given an Nx repo, if: * Nx daemon is disabled (either because Nx is running in CI, or simply because we set `NX_DAEMON` to be false) *...
## Hey, I just made a Pull Request! Upgrade gitbeaker to `^41.2.0` (major version) in `scaffolder-backend-module-gitlab`. First split of https://github.com/backstage/backstage/pull/27360 as requested. #### :heavy_check_mark: Checklist - [X] A changeset describing...