Skip to content

Commit f5e8b0c

Browse files
authored
refactor(api): use @octokit/types REST schema type (#2473)
* refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> * refactor: use fragments for details Signed-off-by: Adam Setch <[email protected]> * Merge branch 'main' into refactor/api-user Signed-off-by: Adam Setch <[email protected]> * refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> * refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> * refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> * refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> * refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> * refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> * refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> * refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> * refactor(api): use @octokit/types REST schema type Signed-off-by: Adam Setch <[email protected]> --------- Signed-off-by: Adam Setch <[email protected]>
1 parent 74d5872 commit f5e8b0c

File tree

18 files changed

+161
-667
lines changed

18 files changed

+161
-667
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"@electron/notarize": "3.1.1",
8484
"@graphql-codegen/cli": "6.1.0",
8585
"@graphql-codegen/schema-ast": "5.0.0",
86+
"@octokit/openapi-types": "27.0.0",
8687
"@parcel/watcher": "2.5.1",
8788
"@primer/css": "22.0.2",
8889
"@primer/octicons-react": "19.21.1",

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/components/__snapshots__/Sidebar.test.tsx.snap

Lines changed: 15 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/components/layout/__snapshots__/AppLayout.test.tsx.snap

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)