-
Notifications
You must be signed in to change notification settings - Fork 887
[bugfix] allow jsdoc author tag (#4849) #4854
[bugfix] allow jsdoc author tag (#4849) #4854
Conversation
Thanks for your interest in palantir/tslint, @petersandor! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request. |
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.
Code changes LGTM, including the devDependency version updates. Just want to confirm with @adidahiya first before merging. Thanks for this clean fix @petersandor!
version "1.9.3" | ||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" | ||
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ== | ||
version "1.10.0" |
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.
we need to update "tslib"
in the "dependencies" block as well, if we are testing against this version in development
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.
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.
Sometimes features are added in typescript
which require the latest version of the tslib
library at runtime. So it's better to be safe and have tslint bump its minimum dependency to be "tslib": "^1.10.0"
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.
Done in 176e920
The build with |
We can ignore the |
thanks for the PR @petersandor! |
Can this be backported to 5.x? |
PR checklist
Overview of change:
Allows usage of JSDoc
@author
tag.CHANGELOG.md entry:
[bugfix]
no-redundant-jsdoc
: allow@author
tag