Skip to content

Commit

Permalink
feat: new GitHub advisories, GitHub classroom endpoints, description…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
octokitbot authored Sep 23, 2023
1 parent f36b704 commit d70c858
Show file tree
Hide file tree
Showing 4 changed files with 2,143 additions and 1,907 deletions.
20 changes: 16 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^18.0.0"
"@octokit/openapi-types": "^19.0.0"
},
"scripts": {
"build": "node scripts/build.mjs && tsc -p tsconfig.json",
Expand Down Expand Up @@ -80,6 +80,6 @@
]
},
"octokit": {
"openapi-version": "12.0.0"
"openapi-version": "13.0.0"
}
}
Loading

0 comments on commit d70c858

Please sign in to comment.