bikecoders / ngx-deploy-npm

Nx plugin to publish any JS library to NPM with one command
https://www.npmjs.com/package/ngx-deploy-npm
MIT License
108 stars 13 forks source link

feat: drop support for Angular workspaces #570

Closed dianjuar closed 10 months ago

dianjuar commented 10 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

What is the current behavior?

Issue Number: #467

What is the new behavior?

We have decided to stop supporting Angular Workspaces and focus exclusively on Nx Workspaces. This decision is motivated by several factors, including that the Nx Devkit no longer supports compatibility with Angular Workspaces. To offer support, we would have to create a second plugin that uses AngularDevkit under the hood, which would require considerable effort on the part of our maintainers. We want to focus on what brings the most value to our current users, and Nx Workspaces is the best way to do that.

Does this PR introduce a breaking change?

Other information

As an alternative, maintainers suggest migrating your Angular Workspaces to Nx Workspaces if you want to use this plugin. A stand-alone approach to Nx workspaces is an option that you should consider. We apologize for any inconvenience this may cause and appreciate your understanding.

This is part of version 8 work, where you can find more information in our blog post about changes coming to v8

sonarcloud[bot] commented 10 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud