Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: migrate to ngx-deploy-npm@8.0.0 #772

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

dianjuar
Copy link
Contributor

@dianjuar dianjuar commented Jan 19, 2024

ngx-deploy-npm v8 introduced some breaking changes. This PR applies the migration scripts and other necessary changes to adapt version 8 properly.

More information about V8 changes can be found in the blog post What's coming to ngx-deploy-npm V8

@@ -10,7 +10,7 @@
"options": {
"push": true,
"noVerify": true,
"postTargets": ["publish", "github"],
"postTargets": ["build", "publish", "github"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since runExecutor DevKit function is used under the hood on the postTargetoption, we need to specify the dependant targets of publish

For more context, see #771

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we update the @jscutlery/semver code examples to reflect this new behavior of ngx-deploy-npm and raise awareness among the users that adopt both plugins?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dianjuar I just merged your branch and updated the docs! Thanks for the work.

@edbzn edbzn merged commit f7a5c29 into jscutlery:main Feb 3, 2024
4 checks passed
@dianjuar dianjuar deleted the ngx-deploy-npm-update-v8 branch February 8, 2024 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants