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/plugin-paginate-rest.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0
Choose a base ref
...
head repository: octokit/plugin-paginate-rest.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 5, 2023

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 5, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    16cbd30 View commit details

Commits on Jun 9, 2023

  1. chore(deps): update dependency esbuild to ^0.18.0 (#534)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 9, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    52d9052 View commit details

Commits on Jun 10, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ac4adf5 View commit details
Showing with 437 additions and 321 deletions.
  1. +289 −291 package-lock.json
  2. +3 −3 package.json
  3. +116 −25 scripts/update-endpoints/generated/endpoints.json
  4. +1 −1 scripts/update-endpoints/typescript.js
  5. +28 −1 src/generated/paginating-endpoints.ts
Loading