copy-github-labels icon indicating copy to clipboard operation
copy-github-labels copied to clipboard

Deprecation warnings

Open arpieb opened this issue 4 years ago • 1 comments

Just used this via the latest published NPM package with Node v15.8.0, received these deprecation warnings:

[before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4
DEPRECATED (@octokit/rest): `issues.getLabels()` is deprecated, use `issues.listLabelsForRepo()`
DEPRECATED (@octokit/rest): callbacks will be removed in v16. Use async/await or Promises instead.

arpieb avatar Mar 11 '21 17:03 arpieb

Just notice PR #14 should address this...?

arpieb avatar Mar 11 '21 17:03 arpieb