Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octokit/types.ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.0
Choose a base ref
...
head repository: octokit/types.ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.2.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 20, 2023

  1. build(deps): lock file maintenance (#481)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2023
    Copy the full SHA
    3e4ec5c View commit details
  2. fix: revert "feat: many unreleased endpoint updates (#499)"

    This reverts commit d952319.
    wolfy1339 committed Jan 20, 2023
    Copy the full SHA
    fcbd164 View commit details
Showing with 3,301 additions and 2,799 deletions.
  1. +2,330 −1,385 package-lock.json
  2. +2 −2 package.json
  3. +633 −1,002 scripts/update-endpoints/generated/endpoints.json
  4. +336 −410 src/generated/Endpoints.ts
3,715 changes: 2,330 additions & 1,385 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^16.0.0"
"@octokit/openapi-types": "^14.0.0"
},
"scripts": {
"build": "pika-pack build",
@@ -105,6 +105,6 @@
]
},
"octokit": {
"openapi-version": "10.0.0"
"openapi-version": "8.0.1"
}
}
1,635 changes: 633 additions & 1,002 deletions scripts/update-endpoints/generated/endpoints.json

Large diffs are not rendered by default.

746 changes: 336 additions & 410 deletions src/generated/Endpoints.ts

Large diffs are not rendered by default.