-
Notifications
You must be signed in to change notification settings - Fork 12k
feat(@angular/cli): bump blueprint dependencies #6811
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
@filipesilva This is a feature and will have to wait for 1.3. |
@hansl thank you for pointing me out! I changed the PR title. |
Note also that the current versioning will install the latest versions (within the current major). |
"codelyzer": "~3.0.1", | ||
"@angular/compiler-cli": "^4.2.4", | ||
"@angular/language-service": "^4.2.4",<% if (!minimal) { %> | ||
"@types/jasmine": "2.5.53", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The jasmine types can't be updated in isolation. See PR #6799 for details.
"@angular/compiler-cli": "^4.2.4", | ||
"@angular/language-service": "^4.2.4",<% if (!minimal) { %> | ||
"@types/jasmine": "2.5.53", | ||
"@types/node": "~8.0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should track node v6 to support the minimum version required by the CLI.
"@types/jasmine": "2.5.45", | ||
"@angular/compiler-cli": "^4.2.4", | ||
"@angular/language-service": "^4.2.4",<% if (!minimal) { %> | ||
"@types/jasmine": "2.5.53", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will break e2e tests compilation, unless #6799 is merged
Heya, you'll have to rebase on top of master since #6799 was merged just now. You also have to rebase to a single commit since in order to pass the commit message check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the note above 👍
I have some problems with my local git setup so I created a new PR. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.