googleapis / repo-automation-bots

A collection of bots, based on probot, for performing common maintenance tasks across the open-source repos managed by Google on GitHub.
Apache License 2.0
616 stars 122 forks source link

fix(deps): lock octokit/graphql to commonjs version #5471

Closed chingor13 closed 3 weeks ago

chingor13 commented 3 weeks ago

Without locking the version, downstream apps that use octokit/graphql that do not declare a version, will get an ESM version (8.0.0+). This is incompatible with what our libraries and probot can handle.