-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update octokit graphql type dependencies #228
Conversation
Looks like this will break the contract for graphQL a bit, but then again the octokit already broke that contract on update. I did the following to test the changes:
TLDR: this might change the contract when we republish a new version, but I think that is OK. |
5260f27
to
45f087f
Compare
6ad1418
to
dacac6f
Compare
9ef773f
to
986e32e
Compare
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.
LGTM
We will want to update Releases.MD before the release. |
## System changed - Dependency versions - Build ## Description Updated packages to latest version to support new features available in GitHub Actions, including GitHub enterprise edition (this PR brings that new functionality: actions/toolkit#794). Some dependency types have changed and they have been updated to the new types. The `octokitHack.ts` file is no longer needed as that bug has been fixed: actions/toolkit#228 The build directory has been recreated.
This fix attempts to address the issue with custom type definitions here: #199