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

feat(angular-12): update all deps, tweak port-allocator #340

Merged
merged 10 commits into from
Jul 14, 2021
Merged

Conversation

louis-bompart
Copy link
Collaborator

Proposed changes

Updated all Angular dependencies up to the latest.
The field options is not here by default now in projectName.architect.serve🤷.
So I null-checked it and add it if missing.

Testing

  • Unit Tests: covered
  • Functional Tests: covered
  • Manual Tests: Verdaccio publication of the template + test with the CLI.

CDX-459

@@ -80,13 +80,16 @@ const isPortAvailable = async (port, options) => {
};

function updateAppPort(port) {
const angularJsonPath = resolve('angular.json');
const angularJsonPath = resolve("angular.json");
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the build is failing because of the double quotes

@louis-bompart louis-bompart merged commit 42540da into master Jul 14, 2021
@louis-bompart louis-bompart deleted the CDX-459 branch July 29, 2021 16:47
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.

3 participants