Younes Jaaidi
Younes Jaaidi
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have...
## User story. As an API developer, I can generate coverage reports when running `prism proxy`, so that I know which routes, requests, properties, and responses have been seen by...
**I'm submitting a ...** (check one with "x") ``` [X] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check...
`postTargets` should work just like targets which are run using `nx run` meaning that they should follow the `targetDependencies` described in `nx.json`. IMHO, `@nrwl/devkit`'s `runExecutor()` should trigger target dependencies but...
ng-add schematic should prompt user about setting up npm publish if project is publishable. If user accepts, schematic should: - [ ] add a deploy target using [ngx-deploy-npm](https://github.com/bikecoders/ngx-deploy-npm) - [...
Users (including us) want to publish apps/docs/packages, and maybe do other stuff when `semver` bumps something. As discussed with @edbzn, instead of implementing a custom plugin system or trying to...
This is a follow-up to the following discussion https://github.com/jscutlery/semver/discussions/98. Given a repo with 3 packages a, b & c, one should be able to sync versions for a & b...
Cf. https://github.com/jscutlery/semver/issues/125