Skip to content

Commit d70c858

Browse files
authored
feat: new GitHub advisories, GitHub classroom endpoints, description updates, /repos/{owner}/{repo}/lfs endpoint now only accepts PUT, remove required workflow endpoints (#582)
BREAKING CHANGE: `/repos/{owner}/{repo}/lfs` endpoint now only accepts `PUT` BREAKING CHANGE: remove required workflow endpoints
1 parent f36b704 commit d70c858

File tree

4 files changed

+2143
-1907
lines changed

4 files changed

+2143
-1907
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "Shared TypeScript definitions for Octokit projects",
88
"dependencies": {
9-
"@octokit/openapi-types": "^18.0.0"
9+
"@octokit/openapi-types": "^19.0.0"
1010
},
1111
"scripts": {
1212
"build": "node scripts/build.mjs && tsc -p tsconfig.json",
@@ -80,6 +80,6 @@
8080
]
8181
},
8282
"octokit": {
83-
"openapi-version": "12.0.0"
83+
"openapi-version": "13.0.0"
8484
}
8585
}

0 commit comments

Comments
 (0)