-
Notifications
You must be signed in to change notification settings - Fork 15
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!: update to latest version of gts/typescript #183
Conversation
@@ -1,3 +1,5 @@ | |||
/* eslint-disable prefer-rest-params */ |
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 should move this after the license header I think
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.
removed the eslint-disable inline statements, we will probably want a replacement soonish depending on how migrating other libraries goes.
@@ -66,8 +68,7 @@ export function promisify( | |||
const slice = Array.prototype.slice; | |||
|
|||
// tslint:disable-next-line:no-any |
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.
Sadly these won't work with eslint. There's a different syntax (which I can't remember right now) for disabling a line.
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.
BREAKING CHANGE: [email protected] introduced some breaking changes
Codecov Report
@@ Coverage Diff @@
## master #183 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 220 219 -1
Branches 37 36 -1
=========================================
- Hits 220 219 -1
Continue to review full report at Codecov.
|
🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.4...v2.0.0) (2020-03-23) ### ⚠ BREAKING CHANGES * update to latest version of gts/typescript (#183) * drop Node 8 from engines field (#184) ### Features * drop Node 8 from engines field ([#184](https://www.github.com/googleapis/nodejs-promisify/issues/184)) ([7e6d3c5](https://www.github.com/googleapis/nodejs-promisify/commit/7e6d3c54066d89530ed25c7f9722efd252f43fb8)) ### Build System * update to latest version of gts/typescript ([#183](https://www.github.com/googleapis/nodejs-promisify/issues/183)) ([9c3ed12](https://www.github.com/googleapis/nodejs-promisify/commit/9c3ed12c12f4bb1e17af7440c6371c4cefddcd59)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
9c3ed12 commit 9c3ed12 Author: Benjamin E. Coe <[email protected]> Date: Mon Mar 23 11:51:57 2020 -0700 build!: update to latest version of gts/typescript (#183)
9f530f8 commit 9f530f8 Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Date: Mon Mar 23 18:58:21 2020 +0000 chore: release 2.0.0 (#185) 🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.4...v2.0.0) (2020-03-23) ### ⚠ BREAKING CHANGES * update to latest version of gts/typescript (#183) * drop Node 8 from engines field (#184) ### Features * drop Node 8 from engines field ([#184](https://www.github.com/googleapis/nodejs-promisify/issues/184)) ([7e6d3c5](https://www.github.com/googleapis/nodejs-promisify/commit/7e6d3c54066d89530ed25c7f9722efd252f43fb8)) ### Build System * update to latest version of gts/typescript ([#183](https://www.github.com/googleapis/nodejs-promisify/issues/183)) ([9c3ed12](https://www.github.com/googleapis/nodejs-promisify/commit/9c3ed12c12f4bb1e17af7440c6371c4cefddcd59)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
BREAKING CHANGE: [email protected] introduced some breaking changes