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(aio): upgrade CLI version to cope with new Angular 6.0.0-beta.1 release #21772

Closed

Conversation

petebacondarwin
Copy link
Member

This should un-break master.

Before version 1.6 of Angular CLI there was a check that prevented use of Angular
compiler CLI with major version 6.

@petebacondarwin petebacondarwin added area: build & ci Related the build and CI infrastructure of the project action: review The PR is still awaiting reviews from at least one requested reviewer hotlist: angular-core-team target: patch This PR is targeted for the next patch release labels Jan 25, 2018
Copy link
Member

@gkalpak gkalpak left a comment

Choose a reason for hiding this comment

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

LGTM (as long as Travis is happy 😃)

@mary-poppins
Copy link

You can preview cec3707 at https://pr21772-cec3707.ngbuilds.io/.

@petebacondarwin petebacondarwin removed the action: review The PR is still awaiting reviews from at least one requested reviewer label Jan 25, 2018
@mary-poppins
Copy link

You can preview 569f718 at https://pr21772-569f718.ngbuilds.io/.

@petebacondarwin petebacondarwin force-pushed the aio-upgrade-example-cli branch 2 times, most recently from e789c6c to 5d8b7c9 Compare January 25, 2018 14:12
@@ -177,8 +177,8 @@ to a component's `@Component` decorator:

<code-tabs>
<code-pane title="src/app/hero-app.component.ts (CSS in file)" path="component-styles/src/app/hero-app.component.1.ts"></code-pane>
<code-pane title="src/app/hero-app.component.css" path="component-styles/src/app/hero-app.component.1.css"></code-pane>
</code-tabs>
<code-pane title="src/app/hero-app.component.css" path="component-styles/src/app/hero-app.component.css"></code-pane>
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the only significant change in this file.
The rest is just trailing whitespace removal

Copy link
Member

Choose a reason for hiding this comment

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

Why rename it? AFAICT, the file wan intentionally suffixed .1.css, so that it would not be included n stackblitz/zip.

Copy link
Member Author

Choose a reason for hiding this comment

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

Because there is a component that references this file (without the 1) and breaks the build if the file is not there.

It is a trade off we could rename it in that component but then the 1 would leak into the docs.

… release

Before version 1.6 of Angular CLI there was a check that prevented use of Angular
compiler CLI with major version 6.
The AOT compiler needs relative paths so that it can find
the imported stylesheets.
The code in the example was referring to `hero-app.component.css` but this did
not exist.
@mary-poppins
Copy link

You can preview 0e7b6d5 at https://pr21772-0e7b6d5.ngbuilds.io/.

@petebacondarwin petebacondarwin added the action: merge The PR is ready for merge by the caretaker label Jan 25, 2018
@petebacondarwin petebacondarwin added this to MERGE in docs-infra Jan 25, 2018
mhevery pushed a commit that referenced this pull request Jan 25, 2018
… release (#21772)

Before version 1.6 of Angular CLI there was a check that prevented use of Angular
compiler CLI with major version 6.

PR Close #21772
mhevery pushed a commit that referenced this pull request Jan 25, 2018
The AOT compiler needs relative paths so that it can find
the imported stylesheets.

PR Close #21772
mhevery pushed a commit that referenced this pull request Jan 25, 2018
The code in the example was referring to `hero-app.component.css` but this did
not exist.

PR Close #21772
@mhevery mhevery closed this in d6d8fe8 Jan 25, 2018
mhevery pushed a commit that referenced this pull request Jan 25, 2018
The AOT compiler needs relative paths so that it can find
the imported stylesheets.

PR Close #21772
mhevery pushed a commit that referenced this pull request Jan 25, 2018
The code in the example was referring to `hero-app.component.css` but this did
not exist.

PR Close #21772
@petebacondarwin petebacondarwin deleted the aio-upgrade-example-cli branch January 25, 2018 21:43
@gkalpak gkalpak removed this from MERGE in docs-infra Jan 30, 2018
jbogarthyde pushed a commit to jbogarthyde/angular that referenced this pull request Feb 23, 2018
… release (angular#21772)

Before version 1.6 of Angular CLI there was a check that prevented use of Angular
compiler CLI with major version 6.

PR Close angular#21772
jbogarthyde pushed a commit to jbogarthyde/angular that referenced this pull request Feb 23, 2018
The AOT compiler needs relative paths so that it can find
the imported stylesheets.

PR Close angular#21772
jbogarthyde pushed a commit to jbogarthyde/angular that referenced this pull request Feb 23, 2018
…r#21772)

The code in the example was referring to `hero-app.component.css` but this did
not exist.

PR Close angular#21772
leo6104 pushed a commit to leo6104/angular that referenced this pull request Mar 25, 2018
… release (angular#21772)

Before version 1.6 of Angular CLI there was a check that prevented use of Angular
compiler CLI with major version 6.

PR Close angular#21772
leo6104 pushed a commit to leo6104/angular that referenced this pull request Mar 25, 2018
The AOT compiler needs relative paths so that it can find
the imported stylesheets.

PR Close angular#21772
leo6104 pushed a commit to leo6104/angular that referenced this pull request Mar 25, 2018
…r#21772)

The code in the example was referring to `hero-app.component.css` but this did
not exist.

PR Close angular#21772
@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 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project cla: yes target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants