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: v9.1.5
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: v9.2.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 11, 2023

  1. chore(deps): update dependency prettier to v3.1.1 (#582)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 11, 2023
    Copy the full SHA
    826e396 View commit details
  2. immediate-response uses pull_request_target trigger (#583)

    Updates for workflows
    octokitbot authored Dec 11, 2023
    Copy the full SHA
    4900aac View commit details

Commits on Dec 13, 2023

  1. ci(action): update github/codeql-action action to v3

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 13, 2023
    Copy the full SHA
    f9db2bb View commit details

Commits on Jan 12, 2024

  1. chore(deps): update dependency prettier to v3.2.0 (#585)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 12, 2024
    Copy the full SHA
    32a437e View commit details

Commits on Jan 13, 2024

  1. chore(deps): update dependency prettier to v3.2.1

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 13, 2024
    Copy the full SHA
    aebf647 View commit details

Commits on Jan 14, 2024

  1. chore(deps): update dependency prettier to v3.2.2

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 14, 2024
    Copy the full SHA
    593f68d View commit details

Commits on Jan 17, 2024

  1. chore(deps): update dependency prettier to v3.2.4 (#588)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 17, 2024
    Copy the full SHA
    d7c9de5 View commit details

Commits on Jan 25, 2024

  1. ci(action): update peter-evans/create-or-update-comment action to v4

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 25, 2024
    Copy the full SHA
    2b6cc98 View commit details

Commits on Jan 28, 2024

  1. chore(deps): update dependency esbuild to ^0.20.0

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 28, 2024
    Copy the full SHA
    11ef779 View commit details
  2. chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 28, 2024
    Copy the full SHA
    eb4a8fe View commit details
  3. chore(deps): update dependency npm-run-all2 to v6

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 28, 2024
    Copy the full SHA
    1bfa2f8 View commit details

Commits on Feb 4, 2024

  1. chore(deps): update dependency prettier to v3.2.5

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 4, 2024
    Copy the full SHA
    54d6bcf View commit details

Commits on Feb 22, 2024

  1. feat: new /orgs/{org}/organization-roles/{role_id}/teams and `/orgs…

    …/{org}/organization-roles/{role_id}/users` endpoints (#594)
    octokitbot authored Feb 22, 2024
    Copy the full SHA
    75aeaaf View commit details
Showing with 1,186 additions and 2,122 deletions.
  1. +3 −3 .github/workflows/codeql.yml
  2. +2 −2 .github/workflows/immediate-response.yml
  3. +561 −1,923 package-lock.json
  4. +6 −6 package.json
  5. +592 −186 scripts/update-endpoints/generated/endpoints.json
  6. +19 −1 src/generated/paginating-endpoints.ts
  7. +3 −1 src/iterator.ts
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -24,15 +24,15 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2 # tag=v2
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2 # tag=v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -46,4 +46,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 # tag=v2
uses: github/codeql-action/analyze@v3
4 changes: 2 additions & 2 deletions .github/workflows/immediate-response.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:
issues:
types:
- opened
pull_request:
pull_request_target:
types:
- opened
jobs:
@@ -19,7 +19,7 @@ jobs:
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"

- name: Respond to issue or PR
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ steps.extract.outputs.NUMBER }}
body: >
Loading