Skip to content

docs: correct rc.0 migration guide #5041

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

Conversation

PlatinumEagle
Copy link
Contributor

fix test runner dependency and other corrections

Closes #5039

@@ -340,6 +343,7 @@ We also updated the scripts section to make it more simple:
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build"

Choose a reason for hiding this comment

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

Missing a comma at the end of the line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks much. I added the missing comma (and rebased to current).

@PlatinumEagle PlatinumEagle force-pushed the docs-rc.0-MigrationGuideFixes branch from 7c39b6a to bec21f8 Compare March 2, 2017 18:51
@cexbrayat
Copy link
Member

@filipesilva @hansl This one should really go in : I'm seeing a lot of people struggling to update because of these missing lines...

@filipesilva
Copy link
Contributor

@PlatinumEagle can you rebase please?

@@ -311,20 +311,23 @@ We've updated a lot of packages over the last months in order to keep projects u

Additions or removals are found in bold below.

`"angular-cli": {},` was **removed**
Copy link
Contributor

Choose a reason for hiding this comment

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

This is already listed in line 324.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@filipesilva What I'm referencing is an "angular-cli" object that the betas put in to the project.json that is outside of the "dependencies" and "devDependencies" objects. In the betas, that line was previously between "license" and "scripts" and in the RC that item no longer exists, so I just included that note so people could clean it up.
Since that extraneous object doesn't currently break anything and we don't want people to confuse it with the line you referenced, I'll take it out of this pull request and rebase as you requested so that the things that are broken can get fixed. Thanks.

Copy link
Contributor

Choose a reason for hiding this comment

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

What beta was that though? This guide only covers from beta.24 up and I didn't see that entry there.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@googlebot googlebot added cla: no and removed cla: yes labels Mar 3, 2017
fix test runner dependency and other corrections

Closes angular#5039
@PlatinumEagle PlatinumEagle force-pushed the docs-rc.0-MigrationGuideFixes branch from e7d886b to 1a5dd9f Compare March 3, 2017 18:49
@googlebot
Copy link

CLAs look good, thanks!

@googlebot googlebot added cla: yes and removed cla: no labels Mar 3, 2017
@PlatinumEagle
Copy link
Contributor Author

@filipesilva Rebase complete (per your request).

@filipesilva
Copy link
Contributor

Approved and will be merged soon, thank you for doing these updates!

asnowwolf pushed a commit to asnowwolf/angular-cli that referenced this pull request Apr 12, 2017
fix test runner dependency and other corrections

Closes angular#5039
Close angular#5041
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Corrections to Angular CLI RC.0 migration guide
5 participants