-
Notifications
You must be signed in to change notification settings - Fork 26.5k
docs: remove tslint, codelyzer & protractor from dev deps #41826
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
TSLint and Codelyzer were deprecated in v11. Protractor is no longer installed by default in new projects in v12.
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.
LGTM
Reviewed-for: global-docs-approvers
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.
LGTM
TSLint and Codelyzer were deprecated in v11. Protractor is no longer installed by default in new projects in v12. PR Close #41826
TSLint and Codelyzer were deprecated in v11. Protractor is no longer installed by default in new projects in v12. PR Close #41826
Follow-up to angular#41826 The CLI now no longer installs `ts-node` since Protractor has been removed. See angular/angular-cli#20601 for the relevant PR in angular-cli. This change has been released in the CLI v12.0.0-rc.1
Follow-up to #41826 The CLI now no longer installs `ts-node` since Protractor has been removed. See angular/angular-cli#20601 for the relevant PR in angular-cli. This change has been released in the CLI v12.0.0-rc.1 PR Close #41873
Follow-up to #41826 The CLI now no longer installs `ts-node` since Protractor has been removed. See angular/angular-cli#20601 for the relevant PR in angular-cli. This change has been released in the CLI v12.0.0-rc.1 PR Close #41873
A recent commit 3b58903 reintroduced these dev deps. They were previously removed by angular#41826 and angular#41873
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. |
TSLint and Codelyzer were deprecated in v11.
Protractor is no longer installed by default in new projects in v12.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information