Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Upgrade day #9

Merged
merged 1 commit into from
Oct 24, 2017
Merged

Upgrade day #9

merged 1 commit into from
Oct 24, 2017

Conversation

saurabh2590
Copy link
Contributor

  • @types/node from 8.0.30 to 8.0.46 8.0.46
  • tslint from 5.7.0 to 5.8.0
  • tsutils from 2.8.2 to 2.12.1
  • typescript from 2.5.2 to 2.5.3

@saurabh2590 saurabh2590 requested review from karfau and a team October 23, 2017 11:56
@@ -28,11 +28,11 @@
"devDependencies": {
"@types/node": "^8.0.30",
"ts-node": "^3.3.0",
"tslint": "5.7.0",
"tslint": "5.8.0",
Copy link
Member

Choose a reason for hiding this comment

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

did you check what changed between versions?

Copy link
Contributor Author

@saurabh2590 saurabh2590 Oct 23, 2017

Choose a reason for hiding this comment

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

Yes, I did check. Primarily:

  • new features/rules are added which we can discuss if we want to enable them if they are not enabled by default. Maybe separate PR and topic for discussion.
  • Some rules were fixed for the bugs and some were enhanced. Was not possible to gauge the impact on our code via quick glance over the list. And while running tslint with the new version, I just made sure that it doesn't throw up any new warnings or errors.
  • While writing the comment, I cross-checked if there was any update on the rule mentioned in strict-boolean-expressions wrongly reports on short-circuit expressions #4 , but seems no update.
  • Certain options were deprecated on CLI which they plan to remove in further releases.

Copy link
Member

@karfau karfau left a comment

Choose a reason for hiding this comment

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

I agree with having sep. PR for enabling/disabling new rules.

@saurabh2590 saurabh2590 merged commit 19abe97 into master Oct 24, 2017
@karfau karfau deleted the upgrade/day-2017-10-23 branch March 16, 2018 10:56
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.

2 participants