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: v8.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.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 23, 2023

  1. build: update scripts (#626)

    Updates scripts for Prettier v3 usage, and removed an unneeded script
    wolfy1339 authored Sep 23, 2023

    Verified

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

Commits on Sep 26, 2023

  1. build(deps): lock file maintenance

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

    Verified

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

Commits on Oct 17, 2023

  1. build(deps): lock file maintenance

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

Commits on Oct 21, 2023

  1. Copy the full SHA
    c4147c9 View commit details
Showing with 288 additions and 341 deletions.
  1. +0 −2 .github/workflows/release.yml
  2. +261 −318 package-lock.json
  3. +0 −15 scripts/fix-package-json.js
  4. +9 −6 scripts/update-endpoints/code.js
  5. +2 −0 src/index.ts
  6. +16 −0 test/exports.test.ts
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -15,8 +15,6 @@ jobs:
cache: npm
- run: npm ci
- run: npm run build
- name: "Fix pkg.files file pattern"
run: node scripts/fix-package-json.js
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading