octokit-plugin-create-pull-request icon indicating copy to clipboard operation
octokit-plugin-create-pull-request copied to clipboard

Add @octokit/core as peerDependency

Open gr2m opened this issue 5 years ago • 0 comments

This is a follow up issue to https://github.com/octokit/plugin-paginate-rest.js/issues/124#issuecomment-681019208

We need to add @octokit/core as a peerDependency to address a problem with yarn 2. It is something I planned to do anyway, but wanted to figure out automated testing to assure compatibility of the plugins with the latest @octokit/core.

I only want to define compatibility with the lowest version, in this case v3. Compare pull request https://github.com/octokit/plugin-paginate-rest.js/pull/130/files.

I would appreciate help, this is a great issue for a first-time contributor

gr2m avatar Aug 26 '20 23:08 gr2m