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-throttling.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-throttling.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.0
Choose a head ref
  • 13 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 24, 2023

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

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

    Verified

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

Commits on Aug 4, 2023

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

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

Commits on Aug 8, 2023

  1. chore(deps): update dependency esbuild to ^0.19.0 (#615)

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

Commits on Aug 10, 2023

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

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

Commits on Aug 15, 2023

  1. chore(deps): update dependency prettier to v3.0.2 (#618)

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

Commits on Aug 16, 2023

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

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

Commits on Aug 22, 2023

  1. build(deps): lock file maintenance

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

Commits on Sep 4, 2023

  1. ci(action): update actions/checkout action to v4

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 4, 2023
    Copy the full SHA
    d130bd6 View commit details
  2. build(deps): lock file maintenance (#620)

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

Commits on Sep 5, 2023

  1. Copy the full SHA
    b5c68e1 View commit details

Commits on Sep 12, 2023

  1. build(deps): lock file maintenance

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

Commits on Sep 19, 2023

  1. build(deps): lock file maintenance

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

Commits on Sep 23, 2023

  1. feat: new GitHub advisories endpoints, new GitHub classroom endpoint…

    …s, new Copilot endpoints, remove required workflow endpoints (#625)
    
    BREAKING CHANGE: remove required workflow endpoints
    
    ---------
    
    Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
    renovate[bot] and wolfy1339 authored Sep 23, 2023
    Copy the full SHA
    89a7f68 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3 # tag=v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
- 18
- 20
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test with Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3
with:
@@ -30,7 +30,7 @@ jobs:
steps:
- run: exit 1
if: ${{ needs.test_matrix.result != 'success' }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
2 changes: 1 addition & 1 deletion .github/workflows/update-prettier.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ jobs:
update_prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
update_routes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
Loading